[ Mar 20 17:50:14 Enabled. ] [ Mar 20 17:50:14 Rereading configuration. ] [ Mar 20 17:50:14 Rereading configuration. ] [ Mar 20 17:50:16 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Mar 20 17:50:16 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.03.20 17:50:17.064525 [ 1 ] {} Application: Will watch for the process with pid 26099 2026.03.20 17:50:17.064909 [ 1 ] {} Application: Forked a child process to watch 2026.03.20 17:50:17.515114 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 26099 2026.03.20 17:50:17.515904 [ 1 ] {} Application: starting up 2026.03.20 17:50:17.516065 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.20 17:50:17.613753 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.20 17:50:17.654637 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.20 17:50:17.654722 [ 1 ] {} Application: Initializing DateLUT. 2026.03.20 17:50:17.654740 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.20 17:50:17.654798 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.20 17:50:17.655605 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.20 17:50:17.657864 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.20 17:50:17.658720 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.20 17:50:17.659611 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.03.20 17:50:17.659670 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.03.20 17:50:17.659717 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.20 17:50:17.660487 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.20 17:50:17.661445 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.20 17:50:17.667231 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.20 17:50:17.667919 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.20 17:50:17.669173 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.20 17:50:17.669271 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.20 17:50:17.670317 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.20 17:50:17.670781 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.20 17:50:17.674591 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.20 17:50:17.675025 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.20 17:50:17.677867 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.20 17:50:17.678290 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.20 17:50:17.678681 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.20 17:50:17.679006 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.20 17:50:17.680411 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.20 17:50:17.680436 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.20 17:50:17.680530 [ 152 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:50:17.680628 [ 152 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:50:17.688303 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.20 17:50:17.688330 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000150324 sec 2026.03.20 17:50:17.688385 [ 1 ] {} ReferentialDeps: No tables 2026.03.20 17:50:17.688426 [ 1 ] {} LoadingDeps: No tables 2026.03.20 17:50:17.689130 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.20 17:50:17.689742 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.20 17:50:17.700976 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.20 17:50:17.701035 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.20 17:50:17.701404 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.20 17:50:17.701437 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.20 17:50:17.701529 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.20 17:50:17.702113 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.20 17:50:17.707040 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.20 17:50:17.707091 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.20 17:50:17.707440 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.20 17:50:17.707701 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.20 17:50:17.707751 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.20 17:50:17.707765 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.20 17:50:17.708126 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.20 17:50:17.708139 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.20 17:50:17.708174 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.20 17:50:17.708435 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.20 17:50:17.731075 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.20 17:50:17.734671 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.20 17:50:17.734708 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.2951e-05 sec 2026.03.20 17:50:17.734722 [ 1 ] {} ReferentialDeps: No tables 2026.03.20 17:50:17.734733 [ 1 ] {} LoadingDeps: No tables 2026.03.20 17:50:17.734760 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.20 17:50:17.734974 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.20 17:50:17.735020 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.20 17:50:17.735034 [ 1 ] {} Application: Loaded metadata. 2026.03.20 17:50:17.735044 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.03.20 17:50:17.735054 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.20 17:50:17.740726 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.20 17:50:17.741056 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.78 MiB (RSS), difference: 92.01 MiB 2026.03.20 17:50:17.742606 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.2681e-05 sec. 2026.03.20 17:50:17.742968 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.20 17:50:17.744235 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.20 17:50:17.744257 [ 1 ] {} Application: Ready for connections. 2026.03.20 17:50:17.960137 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59380 2026.03.20 17:50:17.960962 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:17.961067 [ 3 ] {} TCP-Session: 6ee55037-46b8-453e-b72e-4fe6ce768911 Authenticating user 'default' from [fd00:1122:3344:101::b]:59380 2026.03.20 17:50:17.961111 [ 3 ] {} TCP-Session: 6ee55037-46b8-453e-b72e-4fe6ce768911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.961144 [ 3 ] {} TCP-Session: 6ee55037-46b8-453e-b72e-4fe6ce768911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.961262 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.20 17:50:17.961291 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.20 17:50:17.961322 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.20 17:50:17.961720 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34267 2026.03.20 17:50:17.961835 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50558 2026.03.20 17:50:17.961835 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57000 2026.03.20 17:50:17.961929 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:17.961982 [ 4 ] {} TCP-Session: 02e9ae87-e101-4456-9aec-33a00ef1e514 Authenticating user 'default' from [fd00:1122:3344:101::b]:34267 2026.03.20 17:50:17.962008 [ 4 ] {} TCP-Session: 02e9ae87-e101-4456-9aec-33a00ef1e514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962022 [ 4 ] {} TCP-Session: 02e9ae87-e101-4456-9aec-33a00ef1e514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962027 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47368 2026.03.20 17:50:17.962087 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:17.962142 [ 254 ] {} TCP-Session: a8019612-ae05-4fb5-ac13-cf8565f2ba44 Authenticating user 'default' from [fd00:1122:3344:101::b]:57000 2026.03.20 17:50:17.962147 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:17.962172 [ 254 ] {} TCP-Session: a8019612-ae05-4fb5-ac13-cf8565f2ba44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962193 [ 254 ] {} TCP-Session: a8019612-ae05-4fb5-ac13-cf8565f2ba44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962193 [ 5 ] {} TCP-Session: 911683e0-f2c8-4601-b6fa-ecb84d2a277c Authenticating user 'default' from [fd00:1122:3344:101::b]:50558 2026.03.20 17:50:17.962201 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:17.962224 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48992 2026.03.20 17:50:17.962232 [ 5 ] {} TCP-Session: 911683e0-f2c8-4601-b6fa-ecb84d2a277c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962256 [ 255 ] {} TCP-Session: a9303239-6771-4b50-bbc1-b617d72701e2 Authenticating user 'default' from [fd00:1122:3344:101::b]:47368 2026.03.20 17:50:17.962284 [ 5 ] {} TCP-Session: 911683e0-f2c8-4601-b6fa-ecb84d2a277c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962308 [ 255 ] {} TCP-Session: a9303239-6771-4b50-bbc1-b617d72701e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962314 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53077 2026.03.20 17:50:17.962334 [ 255 ] {} TCP-Session: a9303239-6771-4b50-bbc1-b617d72701e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962380 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:17.962414 [ 256 ] {} TCP-Session: 5071bfa8-44f2-45b1-a42a-9dd68f712de6 Authenticating user 'default' from [fd00:1122:3344:101::b]:48992 2026.03.20 17:50:17.962427 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38870 2026.03.20 17:50:17.962445 [ 256 ] {} TCP-Session: 5071bfa8-44f2-45b1-a42a-9dd68f712de6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962471 [ 256 ] {} TCP-Session: 5071bfa8-44f2-45b1-a42a-9dd68f712de6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962472 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:17.962518 [ 257 ] {} TCP-Session: 890d4f27-3e05-4b3c-9020-d3bbc4d3e384 Authenticating user 'default' from [fd00:1122:3344:101::b]:53077 2026.03.20 17:50:17.962538 [ 257 ] {} TCP-Session: 890d4f27-3e05-4b3c-9020-d3bbc4d3e384 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962558 [ 257 ] {} TCP-Session: 890d4f27-3e05-4b3c-9020-d3bbc4d3e384 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962584 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:17.962623 [ 258 ] {} TCP-Session: 8b46e2db-84e8-4eb2-8c93-b2b4bad7a285 Authenticating user 'default' from [fd00:1122:3344:101::b]:38870 2026.03.20 17:50:17.962639 [ 258 ] {} TCP-Session: 8b46e2db-84e8-4eb2-8c93-b2b4bad7a285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:17.962663 [ 258 ] {} TCP-Session: 8b46e2db-84e8-4eb2-8c93-b2b4bad7a285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.000148 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.84 MiB, peak 116.84 MiB, free memory in arenas 0.00 B, will set to 118.95 MiB (RSS), difference: 2.11 MiB 2026.03.20 17:50:18.306398 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51644 2026.03.20 17:50:18.306565 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:18.306609 [ 259 ] {} TCP-Session: 8ca95aed-1a0b-4cf5-a68b-0ab8e98dbcd5 Authenticating user 'default' from [fd00:1122:3344:101::a]:51644 2026.03.20 17:50:18.306631 [ 259 ] {} TCP-Session: 8ca95aed-1a0b-4cf5-a68b-0ab8e98dbcd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.306652 [ 259 ] {} TCP-Session: 8ca95aed-1a0b-4cf5-a68b-0ab8e98dbcd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.306726 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.20 17:50:18.306766 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.20 17:50:18.306790 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.20 17:50:18.307175 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44075 2026.03.20 17:50:18.307242 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61481 2026.03.20 17:50:18.307326 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57866 2026.03.20 17:50:18.307348 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:18.307436 [ 260 ] {} TCP-Session: 25903a86-4512-4fa6-bdb2-e2c33f5c0cce Authenticating user 'default' from [fd00:1122:3344:101::a]:44075 2026.03.20 17:50:18.307437 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63735 2026.03.20 17:50:18.307459 [ 260 ] {} TCP-Session: 25903a86-4512-4fa6-bdb2-e2c33f5c0cce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.307481 [ 260 ] {} TCP-Session: 25903a86-4512-4fa6-bdb2-e2c33f5c0cce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.307638 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53962 2026.03.20 17:50:18.307676 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:18.307693 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:18.307728 [ 261 ] {} TCP-Session: f132037d-9f13-4cd6-90e2-2c4a34cbdf02 Authenticating user 'default' from [fd00:1122:3344:101::a]:61481 2026.03.20 17:50:18.307766 [ 262 ] {} TCP-Session: fd40e77b-8791-4d3a-89b2-4c791a48f051 Authenticating user 'default' from [fd00:1122:3344:101::a]:57866 2026.03.20 17:50:18.307773 [ 261 ] {} TCP-Session: f132037d-9f13-4cd6-90e2-2c4a34cbdf02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.307790 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37190 2026.03.20 17:50:18.307807 [ 262 ] {} TCP-Session: fd40e77b-8791-4d3a-89b2-4c791a48f051 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.307825 [ 261 ] {} TCP-Session: f132037d-9f13-4cd6-90e2-2c4a34cbdf02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.307844 [ 262 ] {} TCP-Session: fd40e77b-8791-4d3a-89b2-4c791a48f051 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.307863 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:18.307864 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:18.307906 [ 263 ] {} TCP-Session: ab348535-f206-4ced-b0cf-c4097a9f6d7d Authenticating user 'default' from [fd00:1122:3344:101::a]:63735 2026.03.20 17:50:18.307961 [ 264 ] {} TCP-Session: 3a22fab2-2363-462a-a196-46eb5b313911 Authenticating user 'default' from [fd00:1122:3344:101::a]:53962 2026.03.20 17:50:18.307977 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50236 2026.03.20 17:50:18.307985 [ 263 ] {} TCP-Session: ab348535-f206-4ced-b0cf-c4097a9f6d7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.307999 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:18.308051 [ 263 ] {} TCP-Session: ab348535-f206-4ced-b0cf-c4097a9f6d7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.307986 [ 264 ] {} TCP-Session: 3a22fab2-2363-462a-a196-46eb5b313911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.308085 [ 265 ] {} TCP-Session: e6268e28-f1b6-4559-91eb-68703a567a41 Authenticating user 'default' from [fd00:1122:3344:101::a]:37190 2026.03.20 17:50:18.308118 [ 264 ] {} TCP-Session: 3a22fab2-2363-462a-a196-46eb5b313911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.308128 [ 265 ] {} TCP-Session: e6268e28-f1b6-4559-91eb-68703a567a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.308132 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:18.308171 [ 265 ] {} TCP-Session: e6268e28-f1b6-4559-91eb-68703a567a41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.308191 [ 266 ] {} TCP-Session: 391822d4-5f6b-4cc4-931d-8f3c8ba83407 Authenticating user 'default' from [fd00:1122:3344:101::a]:50236 2026.03.20 17:50:18.308230 [ 266 ] {} TCP-Session: 391822d4-5f6b-4cc4-931d-8f3c8ba83407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:18.308242 [ 266 ] {} TCP-Session: 391822d4-5f6b-4cc4-931d-8f3c8ba83407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.374727 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42949 2026.03.20 17:50:19.374890 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:19.374928 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Authenticating user 'default' from [fd00:1122:3344:101::d]:42949 2026.03.20 17:50:19.374950 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.374962 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.375030 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.20 17:50:19.375057 [ 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.03.20 17:50:19.375079 [ 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.03.20 17:50:19.376701 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42523 2026.03.20 17:50:19.376717 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65519 2026.03.20 17:50:19.376783 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60906 2026.03.20 17:50:19.376935 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49720 2026.03.20 17:50:19.377075 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:19.377132 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Authenticating user 'default' from [fd00:1122:3344:101::d]:42523 2026.03.20 17:50:19.377131 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:19.377163 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377173 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60563 2026.03.20 17:50:19.377192 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377194 [ 269 ] {} TCP-Session: 82d27bea-2ef0-4574-9814-351f8f0baaf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:65519 2026.03.20 17:50:19.377228 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:19.377277 [ 269 ] {} TCP-Session: 82d27bea-2ef0-4574-9814-351f8f0baaf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377289 [ 270 ] {} TCP-Session: fd835bf0-287d-4ab5-bd3f-821a17817c2c Authenticating user 'default' from [fd00:1122:3344:101::d]:60906 2026.03.20 17:50:19.377312 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64606 2026.03.20 17:50:19.377350 [ 270 ] {} TCP-Session: fd835bf0-287d-4ab5-bd3f-821a17817c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377373 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:19.377314 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:19.377433 [ 270 ] {} TCP-Session: fd835bf0-287d-4ab5-bd3f-821a17817c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377423 [ 272 ] {} TCP-Session: 77661714-2fc6-4bec-a6d1-f09bf76d1712 Authenticating user 'default' from [fd00:1122:3344:101::d]:60563 2026.03.20 17:50:19.377493 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62198 2026.03.20 17:50:19.377530 [ 272 ] {} TCP-Session: 77661714-2fc6-4bec-a6d1-f09bf76d1712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377506 [ 271 ] {} TCP-Session: 76694903-d270-4e1e-89de-e6d6a3e5d0e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49720 2026.03.20 17:50:19.377589 [ 272 ] {} TCP-Session: 77661714-2fc6-4bec-a6d1-f09bf76d1712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377596 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:19.377614 [ 271 ] {} TCP-Session: 76694903-d270-4e1e-89de-e6d6a3e5d0e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377412 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34276 2026.03.20 17:50:19.377667 [ 271 ] {} TCP-Session: 76694903-d270-4e1e-89de-e6d6a3e5d0e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377668 [ 273 ] {} TCP-Session: 5c02ba4a-551c-4a5a-a491-0608cba7547a Authenticating user 'default' from [fd00:1122:3344:101::d]:64606 2026.03.20 17:50:19.377297 [ 269 ] {} TCP-Session: 82d27bea-2ef0-4574-9814-351f8f0baaf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377722 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:19.377740 [ 273 ] {} TCP-Session: 5c02ba4a-551c-4a5a-a491-0608cba7547a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377793 [ 273 ] {} TCP-Session: 5c02ba4a-551c-4a5a-a491-0608cba7547a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377818 [ 275 ] {} TCP-Session: 36b003bd-f0a7-4d3d-8ad9-523b682a3c11 Authenticating user 'default' from [fd00:1122:3344:101::d]:62198 2026.03.20 17:50:19.377852 [ 275 ] {} TCP-Session: 36b003bd-f0a7-4d3d-8ad9-523b682a3c11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377866 [ 275 ] {} TCP-Session: 36b003bd-f0a7-4d3d-8ad9-523b682a3c11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.377896 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:19.377968 [ 274 ] {} TCP-Session: f2ebb7b2-fa61-428f-b74a-0fd462c72416 Authenticating user 'default' from [fd00:1122:3344:101::d]:34276 2026.03.20 17:50:19.377988 [ 274 ] {} TCP-Session: f2ebb7b2-fa61-428f-b74a-0fd462c72416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.378000 [ 274 ] {} TCP-Session: f2ebb7b2-fa61-428f-b74a-0fd462c72416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:19.381858 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.384742 [ 267 ] {c0152eb1-9f71-40e5-a0d8-d41f9109b4c8} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:50:19.437307 [ 267 ] {c0152eb1-9f71-40e5-a0d8-d41f9109b4c8} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42949) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.20 17:50:19.438300 [ 267 ] {c0152eb1-9f71-40e5-a0d8-d41f9109b4c8} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.20 17:50:19.438549 [ 267 ] {c0152eb1-9f71-40e5-a0d8-d41f9109b4c8} TCPHandler: Processed in 0.059919419 sec. 2026.03.20 17:50:19.438998 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.439268 [ 268 ] {4c1e7d0c-17bd-4393-a173-184bb5433fc8} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:50:19.439875 [ 268 ] {4c1e7d0c-17bd-4393-a173-184bb5433fc8} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42523) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.20 17:50:19.440256 [ 268 ] {4c1e7d0c-17bd-4393-a173-184bb5433fc8} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.20 17:50:19.440545 [ 268 ] {4c1e7d0c-17bd-4393-a173-184bb5433fc8} TCPHandler: Processed in 0.001782061 sec. 2026.03.20 17:50:19.440846 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.441634 [ 267 ] {09afb4d7-dac1-492c-aebf-a78bc905c2e4} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.20 17:50:19.442252 [ 267 ] {09afb4d7-dac1-492c-aebf-a78bc905c2e4} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.20 17:50:19.444053 [ 267 ] {09afb4d7-dac1-492c-aebf-a78bc905c2e4} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.20 17:50:19.444082 [ 267 ] {09afb4d7-dac1-492c-aebf-a78bc905c2e4} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.0682e-05 sec 2026.03.20 17:50:19.444101 [ 267 ] {09afb4d7-dac1-492c-aebf-a78bc905c2e4} ReferentialDeps: No tables 2026.03.20 17:50:19.444172 [ 267 ] {09afb4d7-dac1-492c-aebf-a78bc905c2e4} LoadingDeps: No tables 2026.03.20 17:50:19.444230 [ 267 ] {09afb4d7-dac1-492c-aebf-a78bc905c2e4} DatabaseAtomic (oximeter): Starting up tables. 2026.03.20 17:50:19.445029 [ 267 ] {09afb4d7-dac1-492c-aebf-a78bc905c2e4} TCPHandler: Processed in 0.00429174 sec. 2026.03.20 17:50:19.445206 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.445444 [ 267 ] {48ae63c7-efe2-46e9-98ff-9f2298adfcce} executeQuery: (from [fd00:1122:3344:101::d]:42949) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.03.20 17:50:19.445502 [ 267 ] {48ae63c7-efe2-46e9-98ff-9f2298adfcce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.20 17:50:19.450738 [ 267 ] {48ae63c7-efe2-46e9-98ff-9f2298adfcce} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.20 17:50:19.452555 [ 267 ] {48ae63c7-efe2-46e9-98ff-9f2298adfcce} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785): Loading data parts 2026.03.20 17:50:19.453598 [ 267 ] {48ae63c7-efe2-46e9-98ff-9f2298adfcce} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785): There are no data parts 2026.03.20 17:50:19.457924 [ 267 ] {48ae63c7-efe2-46e9-98ff-9f2298adfcce} TCPHandler: Processed in 0.012775657 sec. 2026.03.20 17:50:19.458095 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.458283 [ 267 ] {8ee4debb-3ee5-42f0-b944-c8ae7722ba33} executeQuery: (from [fd00:1122:3344:101::d]:42949) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.458410 [ 267 ] {8ee4debb-3ee5-42f0-b944-c8ae7722ba33} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.20 17:50:19.468201 [ 267 ] {8ee4debb-3ee5-42f0-b944-c8ae7722ba33} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Loading data parts 2026.03.20 17:50:19.468459 [ 267 ] {8ee4debb-3ee5-42f0-b944-c8ae7722ba33} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): There are no data parts 2026.03.20 17:50:19.469983 [ 267 ] {8ee4debb-3ee5-42f0-b944-c8ae7722ba33} TCPHandler: Processed in 0.011943237 sec. 2026.03.20 17:50:19.470136 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.470394 [ 267 ] {995f04b5-54e4-4412-a634-2104144d2a0d} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.470513 [ 267 ] {995f04b5-54e4-4412-a634-2104144d2a0d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.20 17:50:19.472903 [ 267 ] {995f04b5-54e4-4412-a634-2104144d2a0d} oximeter.measurements_i8 (326481ca-6d01-4a2e-8b4f-9264b3117dff): Loading data parts 2026.03.20 17:50:19.473016 [ 267 ] {995f04b5-54e4-4412-a634-2104144d2a0d} oximeter.measurements_i8 (326481ca-6d01-4a2e-8b4f-9264b3117dff): There are no data parts 2026.03.20 17:50:19.475238 [ 267 ] {995f04b5-54e4-4412-a634-2104144d2a0d} TCPHandler: Processed in 0.005153569 sec. 2026.03.20 17:50:19.475391 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.475545 [ 267 ] {6c53b1b5-1989-4e68-a22e-4fbfbdeca252} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.475663 [ 267 ] {6c53b1b5-1989-4e68-a22e-4fbfbdeca252} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.20 17:50:19.477587 [ 267 ] {6c53b1b5-1989-4e68-a22e-4fbfbdeca252} oximeter.measurements_u8 (d3be1319-b0ef-4fc6-bc8c-b228e0a39df9): Loading data parts 2026.03.20 17:50:19.477902 [ 267 ] {6c53b1b5-1989-4e68-a22e-4fbfbdeca252} oximeter.measurements_u8 (d3be1319-b0ef-4fc6-bc8c-b228e0a39df9): There are no data parts 2026.03.20 17:50:19.480377 [ 267 ] {6c53b1b5-1989-4e68-a22e-4fbfbdeca252} TCPHandler: Processed in 0.005037216 sec. 2026.03.20 17:50:19.480520 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.480751 [ 267 ] {57c83260-f032-454b-8ce1-a60056c357dd} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.480871 [ 267 ] {57c83260-f032-454b-8ce1-a60056c357dd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.20 17:50:19.482548 [ 267 ] {57c83260-f032-454b-8ce1-a60056c357dd} oximeter.measurements_i16 (6c0f4b2c-4d9f-4053-b6ed-cd6034a857c1): Loading data parts 2026.03.20 17:50:19.482690 [ 267 ] {57c83260-f032-454b-8ce1-a60056c357dd} oximeter.measurements_i16 (6c0f4b2c-4d9f-4053-b6ed-cd6034a857c1): There are no data parts 2026.03.20 17:50:19.483901 [ 267 ] {57c83260-f032-454b-8ce1-a60056c357dd} TCPHandler: Processed in 0.003429409 sec. 2026.03.20 17:50:19.484046 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.484202 [ 267 ] {c1fb8c6d-07af-4821-a357-950a70be7b43} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.484306 [ 267 ] {c1fb8c6d-07af-4821-a357-950a70be7b43} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.20 17:50:19.486916 [ 267 ] {c1fb8c6d-07af-4821-a357-950a70be7b43} oximeter.measurements_u16 (db1cc829-d100-4a7a-9ca7-ed0614f90b65): Loading data parts 2026.03.20 17:50:19.487155 [ 267 ] {c1fb8c6d-07af-4821-a357-950a70be7b43} oximeter.measurements_u16 (db1cc829-d100-4a7a-9ca7-ed0614f90b65): There are no data parts 2026.03.20 17:50:19.488366 [ 267 ] {c1fb8c6d-07af-4821-a357-950a70be7b43} TCPHandler: Processed in 0.004369301 sec. 2026.03.20 17:50:19.488510 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.488750 [ 267 ] {4e8c068e-0d22-4b11-8bc7-e0b300bdcae4} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.488867 [ 267 ] {4e8c068e-0d22-4b11-8bc7-e0b300bdcae4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.20 17:50:19.491197 [ 267 ] {4e8c068e-0d22-4b11-8bc7-e0b300bdcae4} oximeter.measurements_i32 (dbcf4794-7268-436c-8e50-c2f8d3b4fb79): Loading data parts 2026.03.20 17:50:19.491348 [ 267 ] {4e8c068e-0d22-4b11-8bc7-e0b300bdcae4} oximeter.measurements_i32 (dbcf4794-7268-436c-8e50-c2f8d3b4fb79): There are no data parts 2026.03.20 17:50:19.493319 [ 267 ] {4e8c068e-0d22-4b11-8bc7-e0b300bdcae4} TCPHandler: Processed in 0.004857643 sec. 2026.03.20 17:50:19.493469 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.493628 [ 267 ] {290166d5-d8aa-43f8-857c-53e2609f54b9} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.493748 [ 267 ] {290166d5-d8aa-43f8-857c-53e2609f54b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.20 17:50:19.495366 [ 267 ] {290166d5-d8aa-43f8-857c-53e2609f54b9} oximeter.measurements_u32 (386a578e-a1d5-4d62-9bec-3fefef44f303): Loading data parts 2026.03.20 17:50:19.495582 [ 267 ] {290166d5-d8aa-43f8-857c-53e2609f54b9} oximeter.measurements_u32 (386a578e-a1d5-4d62-9bec-3fefef44f303): There are no data parts 2026.03.20 17:50:19.496962 [ 267 ] {290166d5-d8aa-43f8-857c-53e2609f54b9} TCPHandler: Processed in 0.003541452 sec. 2026.03.20 17:50:19.497111 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.497343 [ 267 ] {e550e635-f8e2-48b3-8ac9-215ded07a64f} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.497467 [ 267 ] {e550e635-f8e2-48b3-8ac9-215ded07a64f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.20 17:50:19.499313 [ 267 ] {e550e635-f8e2-48b3-8ac9-215ded07a64f} oximeter.measurements_i64 (e60067ed-4a76-40c3-b406-26761dca8dbe): Loading data parts 2026.03.20 17:50:19.499473 [ 267 ] {e550e635-f8e2-48b3-8ac9-215ded07a64f} oximeter.measurements_i64 (e60067ed-4a76-40c3-b406-26761dca8dbe): There are no data parts 2026.03.20 17:50:19.501789 [ 267 ] {e550e635-f8e2-48b3-8ac9-215ded07a64f} TCPHandler: Processed in 0.00472667 sec. 2026.03.20 17:50:19.501971 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.502130 [ 267 ] {5aafe7fe-9453-46b1-aca7-77563df25880} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.502250 [ 267 ] {5aafe7fe-9453-46b1-aca7-77563df25880} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.20 17:50:19.504220 [ 267 ] {5aafe7fe-9453-46b1-aca7-77563df25880} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Loading data parts 2026.03.20 17:50:19.504440 [ 267 ] {5aafe7fe-9453-46b1-aca7-77563df25880} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): There are no data parts 2026.03.20 17:50:19.505898 [ 267 ] {5aafe7fe-9453-46b1-aca7-77563df25880} TCPHandler: Processed in 0.003976193 sec. 2026.03.20 17:50:19.506049 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.506317 [ 267 ] {00bf2e34-55e6-4fed-9cd8-b82f82226071} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.506409 [ 267 ] {00bf2e34-55e6-4fed-9cd8-b82f82226071} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.20 17:50:19.508381 [ 267 ] {00bf2e34-55e6-4fed-9cd8-b82f82226071} oximeter.measurements_f32 (8540ca55-13d0-47a0-87db-c7daad5c3064): Loading data parts 2026.03.20 17:50:19.508539 [ 267 ] {00bf2e34-55e6-4fed-9cd8-b82f82226071} oximeter.measurements_f32 (8540ca55-13d0-47a0-87db-c7daad5c3064): There are no data parts 2026.03.20 17:50:19.509933 [ 267 ] {00bf2e34-55e6-4fed-9cd8-b82f82226071} TCPHandler: Processed in 0.003935231 sec. 2026.03.20 17:50:19.510124 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.510287 [ 267 ] {173939c3-6249-4b08-87f0-be703658d16a} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.510407 [ 267 ] {173939c3-6249-4b08-87f0-be703658d16a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.20 17:50:19.512066 [ 267 ] {173939c3-6249-4b08-87f0-be703658d16a} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Loading data parts 2026.03.20 17:50:19.512256 [ 267 ] {173939c3-6249-4b08-87f0-be703658d16a} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): There are no data parts 2026.03.20 17:50:19.513834 [ 267 ] {173939c3-6249-4b08-87f0-be703658d16a} TCPHandler: Processed in 0.003762067 sec. 2026.03.20 17:50:19.513982 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.514211 [ 267 ] {5e6d3c7e-67b3-44cb-b968-fb9d0190f843} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.514350 [ 267 ] {5e6d3c7e-67b3-44cb-b968-fb9d0190f843} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.20 17:50:19.516167 [ 267 ] {5e6d3c7e-67b3-44cb-b968-fb9d0190f843} oximeter.measurements_string (bea19392-c060-452f-83a6-c538eb6bb206): Loading data parts 2026.03.20 17:50:19.516307 [ 267 ] {5e6d3c7e-67b3-44cb-b968-fb9d0190f843} oximeter.measurements_string (bea19392-c060-452f-83a6-c538eb6bb206): There are no data parts 2026.03.20 17:50:19.517950 [ 267 ] {5e6d3c7e-67b3-44cb-b968-fb9d0190f843} TCPHandler: Processed in 0.004021843 sec. 2026.03.20 17:50:19.518136 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.518295 [ 267 ] {208dafbf-f507-4c75-a5ea-42b8cb0ed20b} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.518421 [ 267 ] {208dafbf-f507-4c75-a5ea-42b8cb0ed20b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.20 17:50:19.520444 [ 267 ] {208dafbf-f507-4c75-a5ea-42b8cb0ed20b} oximeter.measurements_bytes (43c917eb-ff21-4f2b-9895-b97b5c32780a): Loading data parts 2026.03.20 17:50:19.520592 [ 267 ] {208dafbf-f507-4c75-a5ea-42b8cb0ed20b} oximeter.measurements_bytes (43c917eb-ff21-4f2b-9895-b97b5c32780a): There are no data parts 2026.03.20 17:50:19.521720 [ 267 ] {208dafbf-f507-4c75-a5ea-42b8cb0ed20b} TCPHandler: Processed in 0.003633534 sec. 2026.03.20 17:50:19.521872 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.522038 [ 267 ] {c2ae93ce-7de5-46f8-a221-ea64496eaea2} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.522149 [ 267 ] {c2ae93ce-7de5-46f8-a221-ea64496eaea2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.20 17:50:19.524231 [ 267 ] {c2ae93ce-7de5-46f8-a221-ea64496eaea2} oximeter.measurements_cumulativei64 (73cef0dc-4cdb-4eee-a93b-2563b752299f): Loading data parts 2026.03.20 17:50:19.524378 [ 267 ] {c2ae93ce-7de5-46f8-a221-ea64496eaea2} oximeter.measurements_cumulativei64 (73cef0dc-4cdb-4eee-a93b-2563b752299f): There are no data parts 2026.03.20 17:50:19.525728 [ 267 ] {c2ae93ce-7de5-46f8-a221-ea64496eaea2} TCPHandler: Processed in 0.00391173 sec. 2026.03.20 17:50:19.525905 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.526103 [ 267 ] {b8c589a0-d169-4d36-87cd-c1e758b6efd9} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.526214 [ 267 ] {b8c589a0-d169-4d36-87cd-c1e758b6efd9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.20 17:50:19.528293 [ 267 ] {b8c589a0-d169-4d36-87cd-c1e758b6efd9} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Loading data parts 2026.03.20 17:50:19.528500 [ 267 ] {b8c589a0-d169-4d36-87cd-c1e758b6efd9} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): There are no data parts 2026.03.20 17:50:19.530002 [ 267 ] {b8c589a0-d169-4d36-87cd-c1e758b6efd9} TCPHandler: Processed in 0.004146826 sec. 2026.03.20 17:50:19.530153 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.530391 [ 267 ] {062b70a8-9cd6-45f2-a7a4-9f5b5994bf4a} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.530496 [ 267 ] {062b70a8-9cd6-45f2-a7a4-9f5b5994bf4a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.20 17:50:19.532315 [ 267 ] {062b70a8-9cd6-45f2-a7a4-9f5b5994bf4a} oximeter.measurements_cumulativef32 (82be77a7-0036-4c46-aed1-1f362339f175): Loading data parts 2026.03.20 17:50:19.532499 [ 267 ] {062b70a8-9cd6-45f2-a7a4-9f5b5994bf4a} oximeter.measurements_cumulativef32 (82be77a7-0036-4c46-aed1-1f362339f175): There are no data parts 2026.03.20 17:50:19.533882 [ 267 ] {062b70a8-9cd6-45f2-a7a4-9f5b5994bf4a} TCPHandler: Processed in 0.003778068 sec. 2026.03.20 17:50:19.534030 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.534188 [ 267 ] {980a7795-f25a-465f-8f3f-c9bb528eb9ed} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.534297 [ 267 ] {980a7795-f25a-465f-8f3f-c9bb528eb9ed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.20 17:50:19.536430 [ 267 ] {980a7795-f25a-465f-8f3f-c9bb528eb9ed} oximeter.measurements_cumulativef64 (1d46820e-96c7-494c-bfc8-32336bee0b8c): Loading data parts 2026.03.20 17:50:19.536581 [ 267 ] {980a7795-f25a-465f-8f3f-c9bb528eb9ed} oximeter.measurements_cumulativef64 (1d46820e-96c7-494c-bfc8-32336bee0b8c): There are no data parts 2026.03.20 17:50:19.538295 [ 267 ] {980a7795-f25a-465f-8f3f-c9bb528eb9ed} TCPHandler: Processed in 0.00431351 sec. 2026.03.20 17:50:19.538441 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.538734 [ 267 ] {d58da833-bf0a-478a-9175-bf3aa161ccdf} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.538860 [ 267 ] {d58da833-bf0a-478a-9175-bf3aa161ccdf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.20 17:50:19.541892 [ 267 ] {d58da833-bf0a-478a-9175-bf3aa161ccdf} oximeter.measurements_histogrami8 (9efabbd5-7666-415a-a7c7-11616381a0b8): Loading data parts 2026.03.20 17:50:19.542098 [ 267 ] {d58da833-bf0a-478a-9175-bf3aa161ccdf} oximeter.measurements_histogrami8 (9efabbd5-7666-415a-a7c7-11616381a0b8): There are no data parts 2026.03.20 17:50:19.543709 [ 267 ] {d58da833-bf0a-478a-9175-bf3aa161ccdf} TCPHandler: Processed in 0.005317103 sec. 2026.03.20 17:50:19.543860 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.544076 [ 267 ] {3b59c58f-0d35-496e-ae8a-f908d15f3e66} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.544216 [ 267 ] {3b59c58f-0d35-496e-ae8a-f908d15f3e66} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.20 17:50:19.545981 [ 267 ] {3b59c58f-0d35-496e-ae8a-f908d15f3e66} oximeter.measurements_histogramu8 (0aa284ff-22aa-4215-af64-ee2d6fbc34d2): Loading data parts 2026.03.20 17:50:19.546173 [ 267 ] {3b59c58f-0d35-496e-ae8a-f908d15f3e66} oximeter.measurements_histogramu8 (0aa284ff-22aa-4215-af64-ee2d6fbc34d2): There are no data parts 2026.03.20 17:50:19.547669 [ 267 ] {3b59c58f-0d35-496e-ae8a-f908d15f3e66} TCPHandler: Processed in 0.003857699 sec. 2026.03.20 17:50:19.547818 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.548098 [ 267 ] {5f51983b-a88d-4052-92cb-031f79d5a4c3} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.548214 [ 267 ] {5f51983b-a88d-4052-92cb-031f79d5a4c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.20 17:50:19.550244 [ 267 ] {5f51983b-a88d-4052-92cb-031f79d5a4c3} oximeter.measurements_histogrami16 (293f0ee7-7811-4e60-93b7-96c1b52c11fb): Loading data parts 2026.03.20 17:50:19.550399 [ 267 ] {5f51983b-a88d-4052-92cb-031f79d5a4c3} oximeter.measurements_histogrami16 (293f0ee7-7811-4e60-93b7-96c1b52c11fb): There are no data parts 2026.03.20 17:50:19.551851 [ 267 ] {5f51983b-a88d-4052-92cb-031f79d5a4c3} TCPHandler: Processed in 0.004080904 sec. 2026.03.20 17:50:19.551995 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.552205 [ 267 ] {4acebc49-4622-486c-8014-a7402e23daa3} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.552330 [ 267 ] {4acebc49-4622-486c-8014-a7402e23daa3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.20 17:50:19.554545 [ 267 ] {4acebc49-4622-486c-8014-a7402e23daa3} oximeter.measurements_histogramu16 (be02570c-901b-487e-90eb-c56991e4447d): Loading data parts 2026.03.20 17:50:19.554775 [ 267 ] {4acebc49-4622-486c-8014-a7402e23daa3} oximeter.measurements_histogramu16 (be02570c-901b-487e-90eb-c56991e4447d): There are no data parts 2026.03.20 17:50:19.556717 [ 267 ] {4acebc49-4622-486c-8014-a7402e23daa3} TCPHandler: Processed in 0.0047707 sec. 2026.03.20 17:50:19.556853 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.557128 [ 267 ] {7d4945af-b85e-4d31-bf67-85bad8441165} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.557241 [ 267 ] {7d4945af-b85e-4d31-bf67-85bad8441165} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.20 17:50:19.558997 [ 267 ] {7d4945af-b85e-4d31-bf67-85bad8441165} oximeter.measurements_histogrami32 (269c75ee-2733-4074-96ea-fa39d8306eeb): Loading data parts 2026.03.20 17:50:19.559138 [ 267 ] {7d4945af-b85e-4d31-bf67-85bad8441165} oximeter.measurements_histogrami32 (269c75ee-2733-4074-96ea-fa39d8306eeb): There are no data parts 2026.03.20 17:50:19.560627 [ 267 ] {7d4945af-b85e-4d31-bf67-85bad8441165} TCPHandler: Processed in 0.003822939 sec. 2026.03.20 17:50:19.560768 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.560974 [ 267 ] {43d36b02-27ee-44a7-be71-da3fc3e24e4a} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.561092 [ 267 ] {43d36b02-27ee-44a7-be71-da3fc3e24e4a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.20 17:50:19.562781 [ 267 ] {43d36b02-27ee-44a7-be71-da3fc3e24e4a} oximeter.measurements_histogramu32 (97d2182e-cb18-4bd7-b196-bb9f199c5696): Loading data parts 2026.03.20 17:50:19.562977 [ 267 ] {43d36b02-27ee-44a7-be71-da3fc3e24e4a} oximeter.measurements_histogramu32 (97d2182e-cb18-4bd7-b196-bb9f199c5696): There are no data parts 2026.03.20 17:50:19.564689 [ 267 ] {43d36b02-27ee-44a7-be71-da3fc3e24e4a} TCPHandler: Processed in 0.003968262 sec. 2026.03.20 17:50:19.564826 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.565103 [ 267 ] {be691736-72e6-4471-9057-1e0aeef89c35} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.565222 [ 267 ] {be691736-72e6-4471-9057-1e0aeef89c35} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.20 17:50:19.567136 [ 267 ] {be691736-72e6-4471-9057-1e0aeef89c35} oximeter.measurements_histogrami64 (49ab40ad-dbb3-4568-a684-25ef3e472301): Loading data parts 2026.03.20 17:50:19.567265 [ 267 ] {be691736-72e6-4471-9057-1e0aeef89c35} oximeter.measurements_histogrami64 (49ab40ad-dbb3-4568-a684-25ef3e472301): There are no data parts 2026.03.20 17:50:19.568674 [ 267 ] {be691736-72e6-4471-9057-1e0aeef89c35} TCPHandler: Processed in 0.00389683 sec. 2026.03.20 17:50:19.568816 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.569035 [ 267 ] {4f171177-737c-4bb6-8fd3-48ddc76e7f7c} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.569165 [ 267 ] {4f171177-737c-4bb6-8fd3-48ddc76e7f7c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.20 17:50:19.571184 [ 267 ] {4f171177-737c-4bb6-8fd3-48ddc76e7f7c} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Loading data parts 2026.03.20 17:50:19.571389 [ 267 ] {4f171177-737c-4bb6-8fd3-48ddc76e7f7c} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): There are no data parts 2026.03.20 17:50:19.573097 [ 267 ] {4f171177-737c-4bb6-8fd3-48ddc76e7f7c} TCPHandler: Processed in 0.00432936 sec. 2026.03.20 17:50:19.573246 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.573531 [ 267 ] {3f32fde5-0b53-4a56-84f5-8ac0d26de1a3} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.573660 [ 267 ] {3f32fde5-0b53-4a56-84f5-8ac0d26de1a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.20 17:50:19.575761 [ 267 ] {3f32fde5-0b53-4a56-84f5-8ac0d26de1a3} oximeter.measurements_histogramf32 (6d463b87-c88d-4e8d-b5ae-989e419f3e5a): Loading data parts 2026.03.20 17:50:19.575913 [ 267 ] {3f32fde5-0b53-4a56-84f5-8ac0d26de1a3} oximeter.measurements_histogramf32 (6d463b87-c88d-4e8d-b5ae-989e419f3e5a): There are no data parts 2026.03.20 17:50:19.577514 [ 267 ] {3f32fde5-0b53-4a56-84f5-8ac0d26de1a3} TCPHandler: Processed in 0.00431843 sec. 2026.03.20 17:50:19.577660 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.577880 [ 267 ] {0d12fa52-2c7c-40e2-8ef4-780a1dc194f3} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.578007 [ 267 ] {0d12fa52-2c7c-40e2-8ef4-780a1dc194f3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.20 17:50:19.580269 [ 267 ] {0d12fa52-2c7c-40e2-8ef4-780a1dc194f3} oximeter.measurements_histogramf64 (56119e21-9f74-4ae5-b9b8-38cb1def5936): Loading data parts 2026.03.20 17:50:19.580457 [ 267 ] {0d12fa52-2c7c-40e2-8ef4-780a1dc194f3} oximeter.measurements_histogramf64 (56119e21-9f74-4ae5-b9b8-38cb1def5936): There are no data parts 2026.03.20 17:50:19.581590 [ 267 ] {0d12fa52-2c7c-40e2-8ef4-780a1dc194f3} TCPHandler: Processed in 0.003980222 sec. 2026.03.20 17:50:19.581748 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.582016 [ 267 ] {15a4d0d4-8ae5-4a0c-b3b7-00423760471c} executeQuery: (from [fd00:1122:3344:101::d]:42949) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.582167 [ 267 ] {15a4d0d4-8ae5-4a0c-b3b7-00423760471c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.20 17:50:19.583937 [ 267 ] {15a4d0d4-8ae5-4a0c-b3b7-00423760471c} oximeter.fields_bool (cda0ec4b-c42c-45ea-a993-a40a6928614d): Loading data parts 2026.03.20 17:50:19.584089 [ 267 ] {15a4d0d4-8ae5-4a0c-b3b7-00423760471c} oximeter.fields_bool (cda0ec4b-c42c-45ea-a993-a40a6928614d): There are no data parts 2026.03.20 17:50:19.585496 [ 267 ] {15a4d0d4-8ae5-4a0c-b3b7-00423760471c} TCPHandler: Processed in 0.003800229 sec. 2026.03.20 17:50:19.585715 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.585894 [ 267 ] {e37813b2-d7a8-482a-ab55-c42eb9520389} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.586011 [ 267 ] {e37813b2-d7a8-482a-ab55-c42eb9520389} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.20 17:50:19.587588 [ 267 ] {e37813b2-d7a8-482a-ab55-c42eb9520389} oximeter.fields_i8 (65096a78-7b5c-43ff-ac31-23d68c3cf6f9): Loading data parts 2026.03.20 17:50:19.587778 [ 267 ] {e37813b2-d7a8-482a-ab55-c42eb9520389} oximeter.fields_i8 (65096a78-7b5c-43ff-ac31-23d68c3cf6f9): There are no data parts 2026.03.20 17:50:19.588916 [ 267 ] {e37813b2-d7a8-482a-ab55-c42eb9520389} TCPHandler: Processed in 0.003249385 sec. 2026.03.20 17:50:19.589063 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.589288 [ 267 ] {187f77f4-9631-4ddc-9d3b-bb628918b222} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.589330 [ 267 ] {187f77f4-9631-4ddc-9d3b-bb628918b222} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.20 17:50:19.591013 [ 267 ] {187f77f4-9631-4ddc-9d3b-bb628918b222} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Loading data parts 2026.03.20 17:50:19.591181 [ 267 ] {187f77f4-9631-4ddc-9d3b-bb628918b222} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): There are no data parts 2026.03.20 17:50:19.592265 [ 267 ] {187f77f4-9631-4ddc-9d3b-bb628918b222} TCPHandler: Processed in 0.003250626 sec. 2026.03.20 17:50:19.592467 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.592621 [ 267 ] {b74d6b64-de2a-4255-8086-5327a072a40a} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.592727 [ 267 ] {b74d6b64-de2a-4255-8086-5327a072a40a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.20 17:50:19.594702 [ 267 ] {b74d6b64-de2a-4255-8086-5327a072a40a} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Loading data parts 2026.03.20 17:50:19.594907 [ 267 ] {b74d6b64-de2a-4255-8086-5327a072a40a} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): There are no data parts 2026.03.20 17:50:19.596385 [ 267 ] {b74d6b64-de2a-4255-8086-5327a072a40a} TCPHandler: Processed in 0.003967142 sec. 2026.03.20 17:50:19.596521 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.596740 [ 267 ] {c65f0652-d819-4f6e-932b-bb5a082f442a} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.596816 [ 267 ] {c65f0652-d819-4f6e-932b-bb5a082f442a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.20 17:50:19.599589 [ 267 ] {c65f0652-d819-4f6e-932b-bb5a082f442a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Loading data parts 2026.03.20 17:50:19.599728 [ 267 ] {c65f0652-d819-4f6e-932b-bb5a082f442a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): There are no data parts 2026.03.20 17:50:19.600989 [ 267 ] {c65f0652-d819-4f6e-932b-bb5a082f442a} TCPHandler: Processed in 0.004515665 sec. 2026.03.20 17:50:19.601235 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.601427 [ 267 ] {9444da12-36a4-4d0c-a31d-834bb0b06b11} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.601545 [ 267 ] {9444da12-36a4-4d0c-a31d-834bb0b06b11} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.20 17:50:19.603249 [ 267 ] {9444da12-36a4-4d0c-a31d-834bb0b06b11} oximeter.fields_i32 (ff89da4b-064f-44d0-9cd2-72a62bfb639a): Loading data parts 2026.03.20 17:50:19.603447 [ 267 ] {9444da12-36a4-4d0c-a31d-834bb0b06b11} oximeter.fields_i32 (ff89da4b-064f-44d0-9cd2-72a62bfb639a): There are no data parts 2026.03.20 17:50:19.604642 [ 267 ] {9444da12-36a4-4d0c-a31d-834bb0b06b11} TCPHandler: Processed in 0.003466811 sec. 2026.03.20 17:50:19.604813 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.605048 [ 267 ] {5fb69c8c-94f6-407c-b39d-6b6591c0fb07} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.605153 [ 267 ] {5fb69c8c-94f6-407c-b39d-6b6591c0fb07} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.20 17:50:19.607297 [ 267 ] {5fb69c8c-94f6-407c-b39d-6b6591c0fb07} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Loading data parts 2026.03.20 17:50:19.607446 [ 267 ] {5fb69c8c-94f6-407c-b39d-6b6591c0fb07} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): There are no data parts 2026.03.20 17:50:19.609029 [ 267 ] {5fb69c8c-94f6-407c-b39d-6b6591c0fb07} TCPHandler: Processed in 0.00427174 sec. 2026.03.20 17:50:19.609170 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.609333 [ 267 ] {b0464c06-5fa0-408f-852a-87792c2f1681} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.609444 [ 267 ] {b0464c06-5fa0-408f-852a-87792c2f1681} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.20 17:50:19.611124 [ 267 ] {b0464c06-5fa0-408f-852a-87792c2f1681} oximeter.fields_i64 (17070608-568d-42db-a3ea-c232331ffd54): Loading data parts 2026.03.20 17:50:19.611334 [ 267 ] {b0464c06-5fa0-408f-852a-87792c2f1681} oximeter.fields_i64 (17070608-568d-42db-a3ea-c232331ffd54): There are no data parts 2026.03.20 17:50:19.612542 [ 267 ] {b0464c06-5fa0-408f-852a-87792c2f1681} TCPHandler: Processed in 0.003421279 sec. 2026.03.20 17:50:19.612681 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.612923 [ 267 ] {1c36b7cb-3169-4306-9682-347df46e36e3} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.613043 [ 267 ] {1c36b7cb-3169-4306-9682-347df46e36e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.20 17:50:19.615124 [ 267 ] {1c36b7cb-3169-4306-9682-347df46e36e3} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Loading data parts 2026.03.20 17:50:19.615250 [ 267 ] {1c36b7cb-3169-4306-9682-347df46e36e3} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): There are no data parts 2026.03.20 17:50:19.616774 [ 267 ] {1c36b7cb-3169-4306-9682-347df46e36e3} TCPHandler: Processed in 0.004141706 sec. 2026.03.20 17:50:19.616923 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.617084 [ 267 ] {1712f0ae-e7e4-47d2-b8fb-5b5769f17fbb} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.617207 [ 267 ] {1712f0ae-e7e4-47d2-b8fb-5b5769f17fbb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.20 17:50:19.619110 [ 267 ] {1712f0ae-e7e4-47d2-b8fb-5b5769f17fbb} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Loading data parts 2026.03.20 17:50:19.619287 [ 267 ] {1712f0ae-e7e4-47d2-b8fb-5b5769f17fbb} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): There are no data parts 2026.03.20 17:50:19.620390 [ 267 ] {1712f0ae-e7e4-47d2-b8fb-5b5769f17fbb} TCPHandler: Processed in 0.003520562 sec. 2026.03.20 17:50:19.620542 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.620777 [ 267 ] {27195019-b721-4b7f-8205-1b697f7e8955} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.620889 [ 267 ] {27195019-b721-4b7f-8205-1b697f7e8955} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.20 17:50:19.622895 [ 267 ] {27195019-b721-4b7f-8205-1b697f7e8955} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Loading data parts 2026.03.20 17:50:19.623030 [ 267 ] {27195019-b721-4b7f-8205-1b697f7e8955} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): There are no data parts 2026.03.20 17:50:19.624698 [ 267 ] {27195019-b721-4b7f-8205-1b697f7e8955} TCPHandler: Processed in 0.004212768 sec. 2026.03.20 17:50:19.624835 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.625027 [ 267 ] {0e740058-e76c-4f4e-8d24-bca15b9151a3} executeQuery: (from [fd00:1122:3344:101::d]:42949) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.20 17:50:19.625154 [ 267 ] {0e740058-e76c-4f4e-8d24-bca15b9151a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.20 17:50:19.626990 [ 267 ] {0e740058-e76c-4f4e-8d24-bca15b9151a3} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Loading data parts 2026.03.20 17:50:19.627130 [ 267 ] {0e740058-e76c-4f4e-8d24-bca15b9151a3} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): There are no data parts 2026.03.20 17:50:19.628499 [ 267 ] {0e740058-e76c-4f4e-8d24-bca15b9151a3} TCPHandler: Processed in 0.003712336 sec. 2026.03.20 17:50:19.628678 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.629002 [ 267 ] {56cd37ce-1e8e-4557-9c51-4ab9b41a29d9} executeQuery: (from [fd00:1122:3344:101::d]:42949) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.03.20 17:50:19.629137 [ 267 ] {56cd37ce-1e8e-4557-9c51-4ab9b41a29d9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.20 17:50:19.631322 [ 267 ] {56cd37ce-1e8e-4557-9c51-4ab9b41a29d9} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Loading data parts 2026.03.20 17:50:19.631541 [ 267 ] {56cd37ce-1e8e-4557-9c51-4ab9b41a29d9} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): There are no data parts 2026.03.20 17:50:19.632845 [ 267 ] {56cd37ce-1e8e-4557-9c51-4ab9b41a29d9} TCPHandler: Processed in 0.004217408 sec. 2026.03.20 17:50:19.633099 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:19.633485 [ 268 ] {e80a639b-014e-4427-9eef-7329ac32a0c2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.20 17:50:19.634765 [ 268 ] {e80a639b-014e-4427-9eef-7329ac32a0c2} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.20 17:50:19.642433 [ 277 ] {e80a639b-014e-4427-9eef-7329ac32a0c2} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:19.642583 [ 277 ] {e80a639b-014e-4427-9eef-7329ac32a0c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.91 GiB. 2026.03.20 17:50:19.647057 [ 277 ] {e80a639b-014e-4427-9eef-7329ac32a0c2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:19.647612 [ 277 ] {e80a639b-014e-4427-9eef-7329ac32a0c2} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:19.647962 [ 268 ] {e80a639b-014e-4427-9eef-7329ac32a0c2} executeQuery: Read 1 rows, 16.00 B in 0.014629 sec., 68.35737234260715 rows/sec., 1.07 KiB/sec. 2026.03.20 17:50:19.648244 [ 268 ] {e80a639b-014e-4427-9eef-7329ac32a0c2} TCPHandler: Processed in 0.015273324 sec. 2026.03.20 17:50:20.000151 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 126.86 MiB, peak 126.86 MiB, free memory in arenas 0.00 B, will set to 139.14 MiB (RSS), difference: 12.28 MiB 2026.03.20 17:50:20.886772 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61561 2026.03.20 17:50:20.887042 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:20.887076 [ 278 ] {} TCP-Session: 41dce104-4686-4ea6-8f35-6eca223f2cd5 Authenticating user 'default' from [fd00:1122:3344:101::c]:61561 2026.03.20 17:50:20.887200 [ 278 ] {} TCP-Session: 41dce104-4686-4ea6-8f35-6eca223f2cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.887225 [ 278 ] {} TCP-Session: 41dce104-4686-4ea6-8f35-6eca223f2cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.887296 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.20 17:50:20.887404 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.20 17:50:20.887426 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.20 17:50:20.887887 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43269 2026.03.20 17:50:20.888066 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:20.888104 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44530 2026.03.20 17:50:20.888177 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48885 2026.03.20 17:50:20.888192 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64809 2026.03.20 17:50:20.888230 [ 279 ] {} TCP-Session: 557d31ad-4810-465f-80f5-cd17188b3f18 Authenticating user 'default' from [fd00:1122:3344:101::c]:43269 2026.03.20 17:50:20.888265 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36794 2026.03.20 17:50:20.888397 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58491 2026.03.20 17:50:20.888412 [ 279 ] {} TCP-Session: 557d31ad-4810-465f-80f5-cd17188b3f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.888403 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:20.888492 [ 279 ] {} TCP-Session: 557d31ad-4810-465f-80f5-cd17188b3f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.888512 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48188 2026.03.20 17:50:20.888595 [ 282 ] {} TCP-Session: c461bb22-1c80-4a62-abe9-648154acf74f Authenticating user 'default' from [fd00:1122:3344:101::c]:48885 2026.03.20 17:50:20.888630 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:20.888671 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:20.888705 [ 282 ] {} TCP-Session: c461bb22-1c80-4a62-abe9-648154acf74f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.888744 [ 280 ] {} TCP-Session: 6127bffb-e17e-4246-b680-90bf2d9d31ce Authenticating user 'default' from [fd00:1122:3344:101::c]:64809 2026.03.20 17:50:20.888736 [ 281 ] {} TCP-Session: 25c9ffb6-2d2f-42fd-ad9b-473290c2a3f3 Authenticating user 'default' from [fd00:1122:3344:101::c]:44530 2026.03.20 17:50:20.888831 [ 282 ] {} TCP-Session: c461bb22-1c80-4a62-abe9-648154acf74f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.888878 [ 280 ] {} TCP-Session: 6127bffb-e17e-4246-b680-90bf2d9d31ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.888887 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:20.888858 [ 281 ] {} TCP-Session: 25c9ffb6-2d2f-42fd-ad9b-473290c2a3f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.888972 [ 283 ] {} TCP-Session: a50e8e54-2356-499a-b8dd-547d2222fcc8 Authenticating user 'default' from [fd00:1122:3344:101::c]:36794 2026.03.20 17:50:20.889001 [ 281 ] {} TCP-Session: 25c9ffb6-2d2f-42fd-ad9b-473290c2a3f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.888975 [ 280 ] {} TCP-Session: 6127bffb-e17e-4246-b680-90bf2d9d31ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.889089 [ 283 ] {} TCP-Session: a50e8e54-2356-499a-b8dd-547d2222fcc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.888949 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:20.888929 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:20.889186 [ 283 ] {} TCP-Session: a50e8e54-2356-499a-b8dd-547d2222fcc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.889227 [ 285 ] {} TCP-Session: 5716dba7-7d11-4af6-9ca7-5bf589748697 Authenticating user 'default' from [fd00:1122:3344:101::c]:48188 2026.03.20 17:50:20.889205 [ 284 ] {} TCP-Session: 1f1c21b5-6a68-4d8f-81b1-59940a6f955d Authenticating user 'default' from [fd00:1122:3344:101::c]:58491 2026.03.20 17:50:20.889327 [ 284 ] {} TCP-Session: 1f1c21b5-6a68-4d8f-81b1-59940a6f955d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.889339 [ 285 ] {} TCP-Session: 5716dba7-7d11-4af6-9ca7-5bf589748697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.889448 [ 284 ] {} TCP-Session: 1f1c21b5-6a68-4d8f-81b1-59940a6f955d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:20.889461 [ 285 ] {} TCP-Session: 5716dba7-7d11-4af6-9ca7-5bf589748697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.209680 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.20 17:50:25.209723 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.03.20 17:50:25.209803 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.20 17:50:25.209835 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.20 17:50:25.213654 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Loading data parts 2026.03.20 17:50:25.213852 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): There are no data parts 2026.03.20 17:50:25.219315 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:25.219490 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.91 GiB. 2026.03.20 17:50:25.226167 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:25.226873 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:25.227231 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.03.20 17:50:25.230206 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Loading data parts 2026.03.20 17:50:25.230438 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): There are no data parts 2026.03.20 17:50:25.258576 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:25.258748 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.91 GiB. 2026.03.20 17:50:25.265140 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:25.266301 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:25.269712 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.20 17:50:25.403384 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60851 2026.03.20 17:50:25.403525 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:25.403563 [ 286 ] {} TCP-Session: 1584b24c-6bdb-40f3-8a56-eb98aed7acbc Authenticating user 'default' from [fd00:1122:3344:101::e]:60851 2026.03.20 17:50:25.403758 [ 286 ] {} TCP-Session: 1584b24c-6bdb-40f3-8a56-eb98aed7acbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.403774 [ 286 ] {} TCP-Session: 1584b24c-6bdb-40f3-8a56-eb98aed7acbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.403824 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.20 17:50:25.403998 [ 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.03.20 17:50:25.404016 [ 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.03.20 17:50:25.404437 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41430 2026.03.20 17:50:25.404608 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43897 2026.03.20 17:50:25.404614 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57943 2026.03.20 17:50:25.404701 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:25.404771 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40949 2026.03.20 17:50:25.404794 [ 287 ] {} TCP-Session: d4b8b4bd-a631-4a15-9437-d762b83834a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:41430 2026.03.20 17:50:25.404873 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52189 2026.03.20 17:50:25.404972 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:25.404833 [ 286 ] {} TCP-Session: 1584b24c-6bdb-40f3-8a56-eb98aed7acbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:25.405058 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38687 2026.03.20 17:50:25.405025 [ 287 ] {} TCP-Session: d4b8b4bd-a631-4a15-9437-d762b83834a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405209 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:25.405031 [ 288 ] {} TCP-Session: 2650b888-441e-4a36-91d9-77e54d5198e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:43897 2026.03.20 17:50:25.405318 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:25.405295 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50957 2026.03.20 17:50:25.405353 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:25.405405 [ 288 ] {} TCP-Session: 2650b888-441e-4a36-91d9-77e54d5198e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405287 [ 290 ] {} TCP-Session: 3495de39-3b3e-4466-b529-7385f2fd62ac Authenticating user 'default' from [fd00:1122:3344:101::e]:40949 2026.03.20 17:50:25.405453 [ 286 ] {8764b6b3-0e80-44a6-a5ab-d02060f8ac62} executeQuery: (from [fd00:1122:3344:101::e]:60851) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:50:25.405477 [ 288 ] {} TCP-Session: 2650b888-441e-4a36-91d9-77e54d5198e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405495 [ 290 ] {} TCP-Session: 3495de39-3b3e-4466-b529-7385f2fd62ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405453 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:25.405447 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50915 2026.03.20 17:50:25.405574 [ 290 ] {} TCP-Session: 3495de39-3b3e-4466-b529-7385f2fd62ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405441 [ 291 ] {} TCP-Session: 26a568c6-26c6-4ede-99f4-34be150aa997 Authenticating user 'default' from [fd00:1122:3344:101::e]:52189 2026.03.20 17:50:25.405598 [ 292 ] {} TCP-Session: 8c4a2c90-4172-4293-a580-02e44969b8d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:38687 2026.03.20 17:50:25.405598 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:25.405262 [ 287 ] {} TCP-Session: d4b8b4bd-a631-4a15-9437-d762b83834a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405727 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:25.405760 [ 293 ] {} TCP-Session: 8366f144-5818-4ef2-a431-7e753b24dd6f Authenticating user 'default' from [fd00:1122:3344:101::e]:50957 2026.03.20 17:50:25.405775 [ 294 ] {} TCP-Session: 40009442-fd5d-42a6-9e2c-9a7512a5d5e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:50915 2026.03.20 17:50:25.405794 [ 292 ] {} TCP-Session: 8c4a2c90-4172-4293-a580-02e44969b8d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405796 [ 293 ] {} TCP-Session: 8366f144-5818-4ef2-a431-7e753b24dd6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405808 [ 294 ] {} TCP-Session: 40009442-fd5d-42a6-9e2c-9a7512a5d5e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405832 [ 292 ] {} TCP-Session: 8c4a2c90-4172-4293-a580-02e44969b8d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405841 [ 293 ] {} TCP-Session: 8366f144-5818-4ef2-a431-7e753b24dd6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405864 [ 294 ] {} TCP-Session: 40009442-fd5d-42a6-9e2c-9a7512a5d5e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405826 [ 291 ] {} TCP-Session: 26a568c6-26c6-4ede-99f4-34be150aa997 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405920 [ 289 ] {} TCP-Session: dc48250c-d3d5-4353-a037-98df0bbf30ad Authenticating user 'default' from [fd00:1122:3344:101::e]:57943 2026.03.20 17:50:25.405924 [ 291 ] {} TCP-Session: 26a568c6-26c6-4ede-99f4-34be150aa997 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405961 [ 289 ] {} TCP-Session: dc48250c-d3d5-4353-a037-98df0bbf30ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.405988 [ 289 ] {} TCP-Session: dc48250c-d3d5-4353-a037-98df0bbf30ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.406115 [ 286 ] {8764b6b3-0e80-44a6-a5ab-d02060f8ac62} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:50:25.406428 [ 286 ] {8764b6b3-0e80-44a6-a5ab-d02060f8ac62} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:25.407150 [ 286 ] {8764b6b3-0e80-44a6-a5ab-d02060f8ac62} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:50:25.412624 [ 295 ] {8764b6b3-0e80-44a6-a5ab-d02060f8ac62} AggregatingTransform: Aggregating 2026.03.20 17:50:25.412712 [ 295 ] {8764b6b3-0e80-44a6-a5ab-d02060f8ac62} Aggregator: Aggregation method: without_key 2026.03.20 17:50:25.413399 [ 295 ] {8764b6b3-0e80-44a6-a5ab-d02060f8ac62} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004137496 sec. (241.692 rows/sec., 9.44 KiB/sec.) 2026.03.20 17:50:25.413423 [ 295 ] {8764b6b3-0e80-44a6-a5ab-d02060f8ac62} Aggregator: Merging aggregated data 2026.03.20 17:50:25.413451 [ 295 ] {8764b6b3-0e80-44a6-a5ab-d02060f8ac62} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.20 17:50:25.414813 [ 286 ] {8764b6b3-0e80-44a6-a5ab-d02060f8ac62} executeQuery: Read 1 rows, 40.00 B in 0.009425 sec., 106.10079575596818 rows/sec., 4.14 KiB/sec. 2026.03.20 17:50:25.415020 [ 286 ] {8764b6b3-0e80-44a6-a5ab-d02060f8ac62} TCPHandler: Processed in 0.010450412 sec. 2026.03.20 17:50:25.419514 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:25.419549 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:25.419572 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:25.419576 [ 286 ] {} TCP-Session: 1584b24c-6bdb-40f3-8a56-eb98aed7acbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.419601 [ 287 ] {} TCP-Session: d4b8b4bd-a631-4a15-9437-d762b83834a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.419608 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:25.419636 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:25.419657 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:25.419685 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:25.419697 [ 289 ] {} TCP-Session: dc48250c-d3d5-4353-a037-98df0bbf30ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.419720 [ 292 ] {} TCP-Session: 8c4a2c90-4172-4293-a580-02e44969b8d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.419738 [ 294 ] {} TCP-Session: 40009442-fd5d-42a6-9e2c-9a7512a5d5e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.419704 [ 291 ] {} TCP-Session: 26a568c6-26c6-4ede-99f4-34be150aa997 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.419625 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:25.419617 [ 290 ] {} TCP-Session: 3495de39-3b3e-4466-b529-7385f2fd62ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.419835 [ 293 ] {} TCP-Session: 8366f144-5818-4ef2-a431-7e753b24dd6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:25.419586 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:25.419911 [ 288 ] {} TCP-Session: 2650b888-441e-4a36-91d9-77e54d5198e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:26.001295 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 145.08 MiB, peak 157.19 MiB, free memory in arenas 0.00 B, will set to 158.00 MiB (RSS), difference: 12.92 MiB 2026.03.20 17:50:27.709622 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 2026.03.20 17:50:27.709732 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.20 17:50:27.715986 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Loading data parts 2026.03.20 17:50:27.716193 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): There are no data parts 2026.03.20 17:50:27.725031 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:27.725074 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.91 GiB. 2026.03.20 17:50:27.726841 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:27.727406 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:27.727639 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2026.03.20 17:50:28.000265 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 162.21 MiB, peak 162.21 MiB, free memory in arenas 0.00 B, will set to 159.09 MiB (RSS), difference: -3.12 MiB 2026.03.20 17:50:31.682114 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61695 2026.03.20 17:50:31.682232 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.682258 [ 286 ] {} TCP-Session: d3fe3e9b-b0e7-4a4e-9ea3-4a1eda486982 Authenticating user 'default' from [fd00:1122:3344:101::e]:61695 2026.03.20 17:50:31.682279 [ 286 ] {} TCP-Session: d3fe3e9b-b0e7-4a4e-9ea3-4a1eda486982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.682292 [ 286 ] {} TCP-Session: d3fe3e9b-b0e7-4a4e-9ea3-4a1eda486982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.682504 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54647 2026.03.20 17:50:31.682533 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59650 2026.03.20 17:50:31.682545 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60527 2026.03.20 17:50:31.682590 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61365 2026.03.20 17:50:31.682606 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36893 2026.03.20 17:50:31.682619 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.682654 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.682668 [ 286 ] {} TCP-Session: d3fe3e9b-b0e7-4a4e-9ea3-4a1eda486982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:31.682679 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.682692 [ 288 ] {} TCP-Session: 9f1b815e-c0f8-4076-9551-f68371bf3045 Authenticating user 'default' from [fd00:1122:3344:101::e]:59650 2026.03.20 17:50:31.682730 [ 292 ] {} TCP-Session: 1cf2a56a-9c68-4b73-9ae8-2eb05dc7e9db Authenticating user 'default' from [fd00:1122:3344:101::e]:61365 2026.03.20 17:50:31.682749 [ 288 ] {} TCP-Session: 9f1b815e-c0f8-4076-9551-f68371bf3045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.682701 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.682768 [ 292 ] {} TCP-Session: 1cf2a56a-9c68-4b73-9ae8-2eb05dc7e9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.682772 [ 288 ] {} TCP-Session: 9f1b815e-c0f8-4076-9551-f68371bf3045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.682809 [ 294 ] {} TCP-Session: eac14738-6aff-4c12-8772-751aa8980fcf Authenticating user 'default' from [fd00:1122:3344:101::e]:36893 2026.03.20 17:50:31.682811 [ 292 ] {} TCP-Session: 1cf2a56a-9c68-4b73-9ae8-2eb05dc7e9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.682837 [ 294 ] {} TCP-Session: eac14738-6aff-4c12-8772-751aa8980fcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.682852 [ 286 ] {ddbc2f43-c78e-462e-81a5-82a920bb5a97} executeQuery: (from [fd00:1122:3344:101::e]:61695) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:50:31.682862 [ 294 ] {} TCP-Session: eac14738-6aff-4c12-8772-751aa8980fcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.682680 [ 287 ] {} TCP-Session: 3a083d26-ba1d-45bd-a86e-6f4540c9fdfd Authenticating user 'default' from [fd00:1122:3344:101::e]:54647 2026.03.20 17:50:31.682676 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.682912 [ 287 ] {} TCP-Session: 3a083d26-ba1d-45bd-a86e-6f4540c9fdfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.682567 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43628 2026.03.20 17:50:31.682937 [ 287 ] {} TCP-Session: 3a083d26-ba1d-45bd-a86e-6f4540c9fdfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.682934 [ 289 ] {} TCP-Session: 705f1b92-c9f2-4786-beb1-54349780ae3c Authenticating user 'default' from [fd00:1122:3344:101::e]:60527 2026.03.20 17:50:31.682549 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63298 2026.03.20 17:50:31.683006 [ 289 ] {} TCP-Session: 705f1b92-c9f2-4786-beb1-54349780ae3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.683010 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.683037 [ 289 ] {} TCP-Session: 705f1b92-c9f2-4786-beb1-54349780ae3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.683057 [ 291 ] {} TCP-Session: 50c70387-9872-4f87-98f6-aa4352eb772c Authenticating user 'default' from [fd00:1122:3344:101::e]:43628 2026.03.20 17:50:31.683065 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.683088 [ 291 ] {} TCP-Session: 50c70387-9872-4f87-98f6-aa4352eb772c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.683104 [ 290 ] {} TCP-Session: ce6e1447-e9dc-48ae-aa33-d1d5d5e5ec25 Authenticating user 'default' from [fd00:1122:3344:101::e]:63298 2026.03.20 17:50:31.683115 [ 286 ] {ddbc2f43-c78e-462e-81a5-82a920bb5a97} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:50:31.683133 [ 290 ] {} TCP-Session: ce6e1447-e9dc-48ae-aa33-d1d5d5e5ec25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.683125 [ 291 ] {} TCP-Session: 50c70387-9872-4f87-98f6-aa4352eb772c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.683151 [ 290 ] {} TCP-Session: ce6e1447-e9dc-48ae-aa33-d1d5d5e5ec25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.682603 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65317 2026.03.20 17:50:31.683174 [ 286 ] {ddbc2f43-c78e-462e-81a5-82a920bb5a97} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:31.683417 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.683461 [ 293 ] {} TCP-Session: 485c1e9d-cc75-43be-be51-a23539599984 Authenticating user 'default' from [fd00:1122:3344:101::e]:65317 2026.03.20 17:50:31.683484 [ 293 ] {} TCP-Session: 485c1e9d-cc75-43be-be51-a23539599984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.683502 [ 293 ] {} TCP-Session: 485c1e9d-cc75-43be-be51-a23539599984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.683562 [ 286 ] {ddbc2f43-c78e-462e-81a5-82a920bb5a97} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:50:31.684572 [ 331 ] {ddbc2f43-c78e-462e-81a5-82a920bb5a97} AggregatingTransform: Aggregating 2026.03.20 17:50:31.684622 [ 331 ] {ddbc2f43-c78e-462e-81a5-82a920bb5a97} Aggregator: Aggregation method: without_key 2026.03.20 17:50:31.684658 [ 331 ] {ddbc2f43-c78e-462e-81a5-82a920bb5a97} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001009913 sec. (990.184 rows/sec., 38.68 KiB/sec.) 2026.03.20 17:50:31.684677 [ 331 ] {ddbc2f43-c78e-462e-81a5-82a920bb5a97} Aggregator: Merging aggregated data 2026.03.20 17:50:31.685976 [ 286 ] {ddbc2f43-c78e-462e-81a5-82a920bb5a97} executeQuery: Read 1 rows, 40.00 B in 0.003179 sec., 314.56432840515885 rows/sec., 12.29 KiB/sec. 2026.03.20 17:50:31.686105 [ 286 ] {ddbc2f43-c78e-462e-81a5-82a920bb5a97} TCPHandler: Processed in 0.003566993 sec. 2026.03.20 17:50:31.686245 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.686275 [ 286 ] {} TCP-Session: d3fe3e9b-b0e7-4a4e-9ea3-4a1eda486982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.686277 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.686297 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.686314 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.686330 [ 287 ] {} TCP-Session: 3a083d26-ba1d-45bd-a86e-6f4540c9fdfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.686337 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.686370 [ 288 ] {} TCP-Session: 9f1b815e-c0f8-4076-9551-f68371bf3045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.686381 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.686400 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.686438 [ 291 ] {} TCP-Session: 50c70387-9872-4f87-98f6-aa4352eb772c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.686470 [ 292 ] {} TCP-Session: 1cf2a56a-9c68-4b73-9ae8-2eb05dc7e9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.686361 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.686346 [ 289 ] {} TCP-Session: 705f1b92-c9f2-4786-beb1-54349780ae3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.686533 [ 290 ] {} TCP-Session: ce6e1447-e9dc-48ae-aa33-d1d5d5e5ec25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.686434 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.686407 [ 293 ] {} TCP-Session: 485c1e9d-cc75-43be-be51-a23539599984 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.686592 [ 294 ] {} TCP-Session: eac14738-6aff-4c12-8772-751aa8980fcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.694364 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56232 2026.03.20 17:50:31.694459 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.694492 [ 286 ] {} TCP-Session: 6206a5e4-80fd-4501-ac26-98b3f95eb68d Authenticating user 'default' from [fd00:1122:3344:101::e]:56232 2026.03.20 17:50:31.694518 [ 286 ] {} TCP-Session: 6206a5e4-80fd-4501-ac26-98b3f95eb68d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.694538 [ 286 ] {} TCP-Session: 6206a5e4-80fd-4501-ac26-98b3f95eb68d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.694747 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55011 2026.03.20 17:50:31.694757 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65406 2026.03.20 17:50:31.694785 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35158 2026.03.20 17:50:31.694807 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43499 2026.03.20 17:50:31.694821 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.694828 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61544 2026.03.20 17:50:31.694862 [ 287 ] {} TCP-Session: 0ccf1398-1ed7-4a24-8166-e52e14bff2ba Authenticating user 'default' from [fd00:1122:3344:101::e]:55011 2026.03.20 17:50:31.694867 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.694887 [ 287 ] {} TCP-Session: 0ccf1398-1ed7-4a24-8166-e52e14bff2ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.694892 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.694915 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.694927 [ 287 ] {} TCP-Session: 0ccf1398-1ed7-4a24-8166-e52e14bff2ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.694946 [ 292 ] {} TCP-Session: 5d45ef4c-976e-44c4-ad74-08b056623a76 Authenticating user 'default' from [fd00:1122:3344:101::e]:43499 2026.03.20 17:50:31.694955 [ 293 ] {} TCP-Session: 6341e383-1813-43e2-9d60-d8aff5c4a6d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:61544 2026.03.20 17:50:31.694979 [ 292 ] {} TCP-Session: 5d45ef4c-976e-44c4-ad74-08b056623a76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.694996 [ 293 ] {} TCP-Session: 6341e383-1813-43e2-9d60-d8aff5c4a6d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.695020 [ 292 ] {} TCP-Session: 5d45ef4c-976e-44c4-ad74-08b056623a76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.695027 [ 293 ] {} TCP-Session: 6341e383-1813-43e2-9d60-d8aff5c4a6d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.694850 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35691 2026.03.20 17:50:31.694778 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51805 2026.03.20 17:50:31.694770 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63989 2026.03.20 17:50:31.694949 [ 286 ] {} TCP-Session: 6206a5e4-80fd-4501-ac26-98b3f95eb68d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:31.695137 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.695127 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.695170 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.695193 [ 294 ] {} TCP-Session: 17ef2d57-2869-41c0-acc3-32a51d190f08 Authenticating user 'default' from [fd00:1122:3344:101::e]:35691 2026.03.20 17:50:31.695209 [ 289 ] {} TCP-Session: 5e1a0eb9-328c-4734-9794-17a8d881dfff Authenticating user 'default' from [fd00:1122:3344:101::e]:63989 2026.03.20 17:50:31.695226 [ 294 ] {} TCP-Session: 17ef2d57-2869-41c0-acc3-32a51d190f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.695240 [ 289 ] {} TCP-Session: 5e1a0eb9-328c-4734-9794-17a8d881dfff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.695176 [ 290 ] {} TCP-Session: 0ccce0cf-356a-4787-a176-dd51b15cdfc0 Authenticating user 'default' from [fd00:1122:3344:101::e]:51805 2026.03.20 17:50:31.695275 [ 294 ] {} TCP-Session: 17ef2d57-2869-41c0-acc3-32a51d190f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.695289 [ 290 ] {} TCP-Session: 0ccce0cf-356a-4787-a176-dd51b15cdfc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.695302 [ 289 ] {} TCP-Session: 5e1a0eb9-328c-4734-9794-17a8d881dfff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.695316 [ 286 ] {449407ab-296f-4327-8c36-d4b23ccdc87b} executeQuery: (from [fd00:1122:3344:101::e]:56232) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:50:31.695317 [ 290 ] {} TCP-Session: 0ccce0cf-356a-4787-a176-dd51b15cdfc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.694840 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:50:31.694907 [ 291 ] {} TCP-Session: b4bcd7a7-d687-40ea-85f0-f1b94d40a649 Authenticating user 'default' from [fd00:1122:3344:101::e]:35158 2026.03.20 17:50:31.695406 [ 288 ] {} TCP-Session: aa98b1ae-61c8-4d34-bffd-f28e4868b3a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:65406 2026.03.20 17:50:31.695418 [ 291 ] {} TCP-Session: b4bcd7a7-d687-40ea-85f0-f1b94d40a649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.695426 [ 288 ] {} TCP-Session: aa98b1ae-61c8-4d34-bffd-f28e4868b3a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.695434 [ 291 ] {} TCP-Session: b4bcd7a7-d687-40ea-85f0-f1b94d40a649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.695441 [ 288 ] {} TCP-Session: aa98b1ae-61c8-4d34-bffd-f28e4868b3a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.695626 [ 286 ] {449407ab-296f-4327-8c36-d4b23ccdc87b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:50:31.695692 [ 286 ] {449407ab-296f-4327-8c36-d4b23ccdc87b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:31.696040 [ 286 ] {449407ab-296f-4327-8c36-d4b23ccdc87b} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:50:31.697047 [ 296 ] {449407ab-296f-4327-8c36-d4b23ccdc87b} AggregatingTransform: Aggregating 2026.03.20 17:50:31.697097 [ 296 ] {449407ab-296f-4327-8c36-d4b23ccdc87b} Aggregator: Aggregation method: without_key 2026.03.20 17:50:31.697130 [ 296 ] {449407ab-296f-4327-8c36-d4b23ccdc87b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000971232 sec. (1029.620 rows/sec., 40.22 KiB/sec.) 2026.03.20 17:50:31.697149 [ 296 ] {449407ab-296f-4327-8c36-d4b23ccdc87b} Aggregator: Merging aggregated data 2026.03.20 17:50:31.698793 [ 286 ] {449407ab-296f-4327-8c36-d4b23ccdc87b} executeQuery: Read 1 rows, 40.00 B in 0.003541 sec., 282.4060999717594 rows/sec., 11.03 KiB/sec. 2026.03.20 17:50:31.698967 [ 286 ] {449407ab-296f-4327-8c36-d4b23ccdc87b} TCPHandler: Processed in 0.004138256 sec. 2026.03.20 17:50:31.699113 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.699142 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.699153 [ 286 ] {} TCP-Session: 6206a5e4-80fd-4501-ac26-98b3f95eb68d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.699159 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.699186 [ 287 ] {} TCP-Session: 0ccf1398-1ed7-4a24-8166-e52e14bff2ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.699204 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.699222 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.699252 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.699264 [ 288 ] {} TCP-Session: aa98b1ae-61c8-4d34-bffd-f28e4868b3a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.699288 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.699303 [ 290 ] {} TCP-Session: 0ccce0cf-356a-4787-a176-dd51b15cdfc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.699349 [ 293 ] {} TCP-Session: 6341e383-1813-43e2-9d60-d8aff5c4a6d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.699225 [ 294 ] {} TCP-Session: 17ef2d57-2869-41c0-acc3-32a51d190f08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.699182 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.699291 [ 292 ] {} TCP-Session: 5d45ef4c-976e-44c4-ad74-08b056623a76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.699436 [ 289 ] {} TCP-Session: 5e1a0eb9-328c-4734-9794-17a8d881dfff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:31.699237 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:50:31.699486 [ 291 ] {} TCP-Session: b4bcd7a7-d687-40ea-85f0-f1b94d40a649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:50:32.680804 [ 117 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:50:32.680862 [ 117 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:50:32.727416 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 997 2026.03.20 17:50:32.728373 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:32.728450 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:32.729399 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:32.729877 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:32.730040 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 997 2026.03.20 17:50:32.769885 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.20 17:50:32.788460 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:32.788516 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:32.795079 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:32.796515 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:32.800455 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.20 17:50:33.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.98 MiB, peak 169.78 MiB, free memory in arenas 0.00 B, will set to 162.55 MiB (RSS), difference: 2.57 MiB 2026.03.20 17:50:37.730066 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 4 entries to flush up to offset 94 2026.03.20 17:50:37.732303 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:37.732356 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.03.20 17:50:37.733689 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:37.734249 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:37.734600 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.03.20 17:50:38.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.60 MiB, peak 169.78 MiB, free memory in arenas 0.00 B, will set to 162.61 MiB (RSS), difference: 4.02 MiB 2026.03.20 17:50:39.653795 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.653980 [ 267 ] {d1fcf805-404f-4580-bf7a-d2c56de2df75} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.654252 [ 267 ] {d1fcf805-404f-4580-bf7a-d2c56de2df75} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.654316 [ 267 ] {d1fcf805-404f-4580-bf7a-d2c56de2df75} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.654749 [ 267 ] {d1fcf805-404f-4580-bf7a-d2c56de2df75} TCPHandler: Processed in 0.001078875 sec. 2026.03.20 17:50:39.675249 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.675416 [ 267 ] {d13df1f3-f4ec-4534-9876-97e925406d73} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.684113 [ 267 ] {d13df1f3-f4ec-4534-9876-97e925406d73} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.684178 [ 267 ] {d13df1f3-f4ec-4534-9876-97e925406d73} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.686698 [ 267 ] {d13df1f3-f4ec-4534-9876-97e925406d73} TCPHandler: Processed in 0.011524178 sec. 2026.03.20 17:50:39.687243 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.687380 [ 267 ] {47f2928e-9f7c-4f92-9a8e-321a20b75526} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.692066 [ 267 ] {47f2928e-9f7c-4f92-9a8e-321a20b75526} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.692121 [ 267 ] {47f2928e-9f7c-4f92-9a8e-321a20b75526} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.692582 [ 267 ] {47f2928e-9f7c-4f92-9a8e-321a20b75526} TCPHandler: Processed in 0.005393975 sec. 2026.03.20 17:50:39.692867 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.693013 [ 267 ] {22c5c16e-514e-4800-ad2c-7a76420f51ce} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.693295 [ 267 ] {22c5c16e-514e-4800-ad2c-7a76420f51ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.693342 [ 267 ] {22c5c16e-514e-4800-ad2c-7a76420f51ce} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.693699 [ 267 ] {22c5c16e-514e-4800-ad2c-7a76420f51ce} TCPHandler: Processed in 0.000894131 sec. 2026.03.20 17:50:39.693915 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.694041 [ 267 ] {9e3b8fbd-f240-494d-8437-1c3b93bc3a4f} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.694295 [ 267 ] {9e3b8fbd-f240-494d-8437-1c3b93bc3a4f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.694340 [ 267 ] {9e3b8fbd-f240-494d-8437-1c3b93bc3a4f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.694662 [ 267 ] {9e3b8fbd-f240-494d-8437-1c3b93bc3a4f} TCPHandler: Processed in 0.000796238 sec. 2026.03.20 17:50:39.695008 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.695150 [ 267 ] {c1fd81fa-f63d-441c-bfbc-f8dcad406239} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.695420 [ 267 ] {c1fd81fa-f63d-441c-bfbc-f8dcad406239} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.695467 [ 267 ] {c1fd81fa-f63d-441c-bfbc-f8dcad406239} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.695804 [ 267 ] {c1fd81fa-f63d-441c-bfbc-f8dcad406239} TCPHandler: Processed in 0.00084797 sec. 2026.03.20 17:50:39.696029 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.696155 [ 267 ] {ad9c15c6-644a-4e28-9231-154dd62b5765} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.696418 [ 267 ] {ad9c15c6-644a-4e28-9231-154dd62b5765} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.696462 [ 267 ] {ad9c15c6-644a-4e28-9231-154dd62b5765} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.696772 [ 267 ] {ad9c15c6-644a-4e28-9231-154dd62b5765} TCPHandler: Processed in 0.000796328 sec. 2026.03.20 17:50:39.696979 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.697099 [ 267 ] {f0a68fd7-93e8-4f65-98e5-b88d9d9f3d08} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.697348 [ 267 ] {f0a68fd7-93e8-4f65-98e5-b88d9d9f3d08} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.697400 [ 267 ] {f0a68fd7-93e8-4f65-98e5-b88d9d9f3d08} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.697704 [ 267 ] {f0a68fd7-93e8-4f65-98e5-b88d9d9f3d08} TCPHandler: Processed in 0.000774228 sec. 2026.03.20 17:50:39.697923 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.698044 [ 267 ] {b2fa4d7b-ebb0-4cf8-b6a9-8e732090fcde} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.698294 [ 267 ] {b2fa4d7b-ebb0-4cf8-b6a9-8e732090fcde} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.698338 [ 267 ] {b2fa4d7b-ebb0-4cf8-b6a9-8e732090fcde} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.698635 [ 267 ] {b2fa4d7b-ebb0-4cf8-b6a9-8e732090fcde} TCPHandler: Processed in 0.000761307 sec. 2026.03.20 17:50:39.698847 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.698966 [ 267 ] {2f684943-0bc1-4b82-9c95-15bc29515472} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.699207 [ 267 ] {2f684943-0bc1-4b82-9c95-15bc29515472} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.699252 [ 267 ] {2f684943-0bc1-4b82-9c95-15bc29515472} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.699556 [ 267 ] {2f684943-0bc1-4b82-9c95-15bc29515472} TCPHandler: Processed in 0.000758528 sec. 2026.03.20 17:50:39.700428 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.700546 [ 267 ] {3bb09eb5-15bc-4a75-b435-02f582dc059b} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.700789 [ 267 ] {3bb09eb5-15bc-4a75-b435-02f582dc059b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.700833 [ 267 ] {3bb09eb5-15bc-4a75-b435-02f582dc059b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.701139 [ 267 ] {3bb09eb5-15bc-4a75-b435-02f582dc059b} TCPHandler: Processed in 0.000766087 sec. 2026.03.20 17:50:39.701659 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.701781 [ 267 ] {c60ce0b7-2af8-48c7-927d-23392ed63139} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.702032 [ 267 ] {c60ce0b7-2af8-48c7-927d-23392ed63139} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.702075 [ 267 ] {c60ce0b7-2af8-48c7-927d-23392ed63139} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.702375 [ 267 ] {c60ce0b7-2af8-48c7-927d-23392ed63139} TCPHandler: Processed in 0.000764828 sec. 2026.03.20 17:50:39.702596 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.702714 [ 267 ] {35615724-accb-4bf0-bad1-715368397093} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.702958 [ 267 ] {35615724-accb-4bf0-bad1-715368397093} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.703002 [ 267 ] {35615724-accb-4bf0-bad1-715368397093} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.703300 [ 267 ] {35615724-accb-4bf0-bad1-715368397093} TCPHandler: Processed in 0.000752387 sec. 2026.03.20 17:50:39.703537 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.703656 [ 267 ] {cafd0a68-5da3-4be8-9ec4-3ca91bde22f5} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.703900 [ 267 ] {cafd0a68-5da3-4be8-9ec4-3ca91bde22f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.703942 [ 267 ] {cafd0a68-5da3-4be8-9ec4-3ca91bde22f5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.704223 [ 267 ] {cafd0a68-5da3-4be8-9ec4-3ca91bde22f5} TCPHandler: Processed in 0.000734667 sec. 2026.03.20 17:50:39.704464 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.704582 [ 267 ] {d2c43830-87ac-4a41-8cb7-cf87cda85992} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.704827 [ 267 ] {d2c43830-87ac-4a41-8cb7-cf87cda85992} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.704869 [ 267 ] {d2c43830-87ac-4a41-8cb7-cf87cda85992} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.705174 [ 267 ] {d2c43830-87ac-4a41-8cb7-cf87cda85992} TCPHandler: Processed in 0.000759968 sec. 2026.03.20 17:50:39.705403 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.705522 [ 267 ] {bf4f35a4-6592-4022-b151-8494a85b6164} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.705775 [ 267 ] {bf4f35a4-6592-4022-b151-8494a85b6164} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.705817 [ 267 ] {bf4f35a4-6592-4022-b151-8494a85b6164} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.706101 [ 267 ] {bf4f35a4-6592-4022-b151-8494a85b6164} TCPHandler: Processed in 0.000746527 sec. 2026.03.20 17:50:39.706322 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.706439 [ 267 ] {bb2aea58-9420-40fa-b853-f0b26e2bdd58} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.706775 [ 267 ] {bb2aea58-9420-40fa-b853-f0b26e2bdd58} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.706825 [ 267 ] {bb2aea58-9420-40fa-b853-f0b26e2bdd58} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.707206 [ 267 ] {bb2aea58-9420-40fa-b853-f0b26e2bdd58} TCPHandler: Processed in 0.000932062 sec. 2026.03.20 17:50:39.707439 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.707561 [ 267 ] {eb8f0c52-3275-4abb-b2d0-4599ae963629} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.707830 [ 267 ] {eb8f0c52-3275-4abb-b2d0-4599ae963629} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.707876 [ 267 ] {eb8f0c52-3275-4abb-b2d0-4599ae963629} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.708224 [ 267 ] {eb8f0c52-3275-4abb-b2d0-4599ae963629} TCPHandler: Processed in 0.00083268 sec. 2026.03.20 17:50:39.708464 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.708612 [ 267 ] {b080d09c-faef-4247-954e-40a6116f03f1} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.708912 [ 267 ] {b080d09c-faef-4247-954e-40a6116f03f1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.708959 [ 267 ] {b080d09c-faef-4247-954e-40a6116f03f1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.709314 [ 267 ] {b080d09c-faef-4247-954e-40a6116f03f1} TCPHandler: Processed in 0.000897591 sec. 2026.03.20 17:50:39.709554 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.709685 [ 267 ] {ac2c7345-e58a-4d48-a803-29e87b4a0306} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.710010 [ 267 ] {ac2c7345-e58a-4d48-a803-29e87b4a0306} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.710059 [ 267 ] {ac2c7345-e58a-4d48-a803-29e87b4a0306} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.710487 [ 267 ] {ac2c7345-e58a-4d48-a803-29e87b4a0306} TCPHandler: Processed in 0.000981603 sec. 2026.03.20 17:50:39.718288 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.718421 [ 267 ] {17f86972-1d86-4260-9277-858a62fe8920} executeQuery: (from [fd00:1122:3344:101::d]:42949) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:50:39.718709 [ 267 ] {17f86972-1d86-4260-9277-858a62fe8920} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.718755 [ 267 ] {17f86972-1d86-4260-9277-858a62fe8920} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:50:39.719113 [ 267 ] {17f86972-1d86-4260-9277-858a62fe8920} TCPHandler: Processed in 0.00087734 sec. 2026.03.20 17:50:39.720073 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.720183 [ 267 ] {071b4236-c98f-438b-a2ae-fabee537f202} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.20 17:50:39.720225 [ 267 ] {071b4236-c98f-438b-a2ae-fabee537f202} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:50:39.722832 [ 267 ] {071b4236-c98f-438b-a2ae-fabee537f202} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.722880 [ 267 ] {071b4236-c98f-438b-a2ae-fabee537f202} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.725487 [ 267 ] {071b4236-c98f-438b-a2ae-fabee537f202} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.725886 [ 267 ] {071b4236-c98f-438b-a2ae-fabee537f202} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.726037 [ 267 ] {071b4236-c98f-438b-a2ae-fabee537f202} executeQuery: Read 21 rows, 5.53 KiB in 0.005882 sec., 3570.214212852771 rows/sec., 940.04 KiB/sec. 2026.03.20 17:50:39.726080 [ 267 ] {071b4236-c98f-438b-a2ae-fabee537f202} TCPHandler: Processed in 0.006056651 sec. 2026.03.20 17:50:39.726209 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.726307 [ 267 ] {be86aa2b-9424-426f-abf0-251cfbb95bff} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:50:39.726348 [ 267 ] {be86aa2b-9424-426f-abf0-251cfbb95bff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:50:39.733084 [ 267 ] {be86aa2b-9424-426f-abf0-251cfbb95bff} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.733122 [ 267 ] {be86aa2b-9424-426f-abf0-251cfbb95bff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.735685 [ 267 ] {be86aa2b-9424-426f-abf0-251cfbb95bff} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.736193 [ 267 ] {be86aa2b-9424-426f-abf0-251cfbb95bff} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.736330 [ 267 ] {be86aa2b-9424-426f-abf0-251cfbb95bff} executeQuery: Read 284 rows, 18.47 KiB in 0.010044 sec., 28275.58741537236 rows/sec., 1.80 MiB/sec. 2026.03.20 17:50:39.736372 [ 267 ] {be86aa2b-9424-426f-abf0-251cfbb95bff} TCPHandler: Processed in 0.010214346 sec. 2026.03.20 17:50:39.736500 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.736664 [ 267 ] {ba37931f-1532-4db5-a2e3-d0298b57894f} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:50:39.736707 [ 267 ] {ba37931f-1532-4db5-a2e3-d0298b57894f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:50:39.737131 [ 267 ] {ba37931f-1532-4db5-a2e3-d0298b57894f} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.737171 [ 267 ] {ba37931f-1532-4db5-a2e3-d0298b57894f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.737660 [ 267 ] {ba37931f-1532-4db5-a2e3-d0298b57894f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.738098 [ 267 ] {ba37931f-1532-4db5-a2e3-d0298b57894f} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.738239 [ 267 ] {ba37931f-1532-4db5-a2e3-d0298b57894f} executeQuery: Read 6 rows, 501.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 306.17 KiB/sec. 2026.03.20 17:50:39.738278 [ 267 ] {ba37931f-1532-4db5-a2e3-d0298b57894f} TCPHandler: Processed in 0.001831613 sec. 2026.03.20 17:50:39.738423 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.738526 [ 267 ] {e7624d59-02ff-4780-9746-21e8d375e1b2} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:50:39.738570 [ 267 ] {e7624d59-02ff-4780-9746-21e8d375e1b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:50:39.739376 [ 267 ] {e7624d59-02ff-4780-9746-21e8d375e1b2} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.739414 [ 267 ] {e7624d59-02ff-4780-9746-21e8d375e1b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.739935 [ 267 ] {e7624d59-02ff-4780-9746-21e8d375e1b2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.740467 [ 267 ] {e7624d59-02ff-4780-9746-21e8d375e1b2} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.740598 [ 267 ] {e7624d59-02ff-4780-9746-21e8d375e1b2} executeQuery: Read 760 rows, 60.79 KiB in 0.002093 sec., 363115.1457238414 rows/sec., 28.36 MiB/sec. 2026.03.20 17:50:39.740635 [ 267 ] {e7624d59-02ff-4780-9746-21e8d375e1b2} TCPHandler: Processed in 0.002271382 sec. 2026.03.20 17:50:39.740758 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.740854 [ 267 ] {2d3013b1-03d9-44e7-a0e4-48b33f0a3b7e} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:50:39.740894 [ 267 ] {2d3013b1-03d9-44e7-a0e4-48b33f0a3b7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:50:39.741364 [ 267 ] {2d3013b1-03d9-44e7-a0e4-48b33f0a3b7e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.741403 [ 267 ] {2d3013b1-03d9-44e7-a0e4-48b33f0a3b7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.741839 [ 267 ] {2d3013b1-03d9-44e7-a0e4-48b33f0a3b7e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.742350 [ 267 ] {2d3013b1-03d9-44e7-a0e4-48b33f0a3b7e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.742477 [ 267 ] {2d3013b1-03d9-44e7-a0e4-48b33f0a3b7e} executeQuery: Read 154 rows, 9.41 KiB in 0.001642 sec., 93788.06333739343 rows/sec., 5.60 MiB/sec. 2026.03.20 17:50:39.742517 [ 267 ] {2d3013b1-03d9-44e7-a0e4-48b33f0a3b7e} TCPHandler: Processed in 0.001809542 sec. 2026.03.20 17:50:39.742640 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.742736 [ 267 ] {b2ac17fc-5e83-4b33-930e-6280d4d105aa} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:50:39.742777 [ 267 ] {b2ac17fc-5e83-4b33-930e-6280d4d105aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:50:39.743274 [ 267 ] {b2ac17fc-5e83-4b33-930e-6280d4d105aa} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.743309 [ 267 ] {b2ac17fc-5e83-4b33-930e-6280d4d105aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.743747 [ 267 ] {b2ac17fc-5e83-4b33-930e-6280d4d105aa} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.744310 [ 267 ] {b2ac17fc-5e83-4b33-930e-6280d4d105aa} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.744460 [ 267 ] {b2ac17fc-5e83-4b33-930e-6280d4d105aa} executeQuery: Read 149 rows, 9.86 KiB in 0.001743 sec., 85484.79632816982 rows/sec., 5.52 MiB/sec. 2026.03.20 17:50:39.744499 [ 267 ] {b2ac17fc-5e83-4b33-930e-6280d4d105aa} TCPHandler: Processed in 0.001907904 sec. 2026.03.20 17:50:39.744628 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.744723 [ 267 ] {4ebf3f15-ad0b-4415-b6a5-ee06093e09c8} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:50:39.744764 [ 267 ] {4ebf3f15-ad0b-4415-b6a5-ee06093e09c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:50:39.745295 [ 267 ] {4ebf3f15-ad0b-4415-b6a5-ee06093e09c8} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.745332 [ 267 ] {4ebf3f15-ad0b-4415-b6a5-ee06093e09c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.745764 [ 267 ] {4ebf3f15-ad0b-4415-b6a5-ee06093e09c8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.746209 [ 267 ] {4ebf3f15-ad0b-4415-b6a5-ee06093e09c8} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.746339 [ 267 ] {4ebf3f15-ad0b-4415-b6a5-ee06093e09c8} executeQuery: Read 148 rows, 8.62 KiB in 0.001634 sec., 90575.27539779681 rows/sec., 5.15 MiB/sec. 2026.03.20 17:50:39.746376 [ 267 ] {4ebf3f15-ad0b-4415-b6a5-ee06093e09c8} TCPHandler: Processed in 0.001798962 sec. 2026.03.20 17:50:39.746491 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.746586 [ 267 ] {5d40e264-6671-4251-8f29-c964ddd9fb68} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:50:39.746625 [ 267 ] {5d40e264-6671-4251-8f29-c964ddd9fb68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:50:39.747150 [ 267 ] {5d40e264-6671-4251-8f29-c964ddd9fb68} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.747188 [ 267 ] {5d40e264-6671-4251-8f29-c964ddd9fb68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.747679 [ 267 ] {5d40e264-6671-4251-8f29-c964ddd9fb68} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.748086 [ 267 ] {5d40e264-6671-4251-8f29-c964ddd9fb68} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.748211 [ 267 ] {5d40e264-6671-4251-8f29-c964ddd9fb68} executeQuery: Read 452 rows, 32.16 KiB in 0.001644 sec., 274939.1727493917 rows/sec., 19.10 MiB/sec. 2026.03.20 17:50:39.748247 [ 267 ] {5d40e264-6671-4251-8f29-c964ddd9fb68} TCPHandler: Processed in 0.001807362 sec. 2026.03.20 17:50:39.748361 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.748456 [ 267 ] {b50a7a37-64a2-4c42-9276-6c1064043c0c} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:50:39.748497 [ 267 ] {b50a7a37-64a2-4c42-9276-6c1064043c0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:50:39.748845 [ 267 ] {b50a7a37-64a2-4c42-9276-6c1064043c0c} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.748881 [ 267 ] {b50a7a37-64a2-4c42-9276-6c1064043c0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.751531 [ 267 ] {b50a7a37-64a2-4c42-9276-6c1064043c0c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.751987 [ 267 ] {b50a7a37-64a2-4c42-9276-6c1064043c0c} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.752142 [ 267 ] {b50a7a37-64a2-4c42-9276-6c1064043c0c} executeQuery: Read 6 rows, 321.00 B in 0.003702 sec., 1620.7455429497568 rows/sec., 84.68 KiB/sec. 2026.03.20 17:50:39.752185 [ 267 ] {b50a7a37-64a2-4c42-9276-6c1064043c0c} TCPHandler: Processed in 0.0038725 sec. 2026.03.20 17:50:39.752294 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.752387 [ 267 ] {4c2d215f-df41-4163-bb20-d658be344f8d} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:50:39.752428 [ 267 ] {4c2d215f-df41-4163-bb20-d658be344f8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:50:39.754739 [ 267 ] {4c2d215f-df41-4163-bb20-d658be344f8d} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.754778 [ 267 ] {4c2d215f-df41-4163-bb20-d658be344f8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.755278 [ 267 ] {4c2d215f-df41-4163-bb20-d658be344f8d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.755725 [ 267 ] {4c2d215f-df41-4163-bb20-d658be344f8d} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.755849 [ 267 ] {4c2d215f-df41-4163-bb20-d658be344f8d} executeQuery: Read 118 rows, 7.59 KiB in 0.00348 sec., 33908.0459770115 rows/sec., 2.13 MiB/sec. 2026.03.20 17:50:39.755884 [ 267 ] {4c2d215f-df41-4163-bb20-d658be344f8d} TCPHandler: Processed in 0.003640364 sec. 2026.03.20 17:50:39.756036 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.756130 [ 267 ] {068c57d2-9cea-494b-ab72-56c782d15bc4} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:50:39.756171 [ 267 ] {068c57d2-9cea-494b-ab72-56c782d15bc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:50:39.756481 [ 267 ] {068c57d2-9cea-494b-ab72-56c782d15bc4} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.756519 [ 267 ] {068c57d2-9cea-494b-ab72-56c782d15bc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.756944 [ 267 ] {068c57d2-9cea-494b-ab72-56c782d15bc4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.757383 [ 267 ] {068c57d2-9cea-494b-ab72-56c782d15bc4} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.757513 [ 267 ] {068c57d2-9cea-494b-ab72-56c782d15bc4} executeQuery: Read 1 rows, 69.00 B in 0.001401 sec., 713.7758743754462 rows/sec., 48.10 KiB/sec. 2026.03.20 17:50:39.757550 [ 267 ] {068c57d2-9cea-494b-ab72-56c782d15bc4} TCPHandler: Processed in 0.001564626 sec. 2026.03.20 17:50:39.757650 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.757743 [ 267 ] {24c478c5-051e-42f9-ac48-faa0efab7917} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:50:39.757796 [ 267 ] {24c478c5-051e-42f9-ac48-faa0efab7917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:50:39.758531 [ 267 ] {24c478c5-051e-42f9-ac48-faa0efab7917} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.758569 [ 267 ] {24c478c5-051e-42f9-ac48-faa0efab7917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.761816 [ 267 ] {24c478c5-051e-42f9-ac48-faa0efab7917} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.762308 [ 267 ] {24c478c5-051e-42f9-ac48-faa0efab7917} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.762456 [ 267 ] {24c478c5-051e-42f9-ac48-faa0efab7917} executeQuery: Read 6 rows, 11.01 KiB in 0.004727 sec., 1269.3039983075946 rows/sec., 2.27 MiB/sec. 2026.03.20 17:50:39.762525 [ 267 ] {24c478c5-051e-42f9-ac48-faa0efab7917} TCPHandler: Processed in 0.004923404 sec. 2026.03.20 17:50:39.762652 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.762749 [ 267 ] {02347d9d-3443-407b-9fc3-45ea5fc77e10} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.20 17:50:39.762790 [ 267 ] {02347d9d-3443-407b-9fc3-45ea5fc77e10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.20 17:50:39.763108 [ 267 ] {02347d9d-3443-407b-9fc3-45ea5fc77e10} oximeter.measurements_i64 (e60067ed-4a76-40c3-b406-26761dca8dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.763145 [ 267 ] {02347d9d-3443-407b-9fc3-45ea5fc77e10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.763628 [ 267 ] {02347d9d-3443-407b-9fc3-45ea5fc77e10} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.764125 [ 267 ] {02347d9d-3443-407b-9fc3-45ea5fc77e10} oximeter.measurements_i64 (e60067ed-4a76-40c3-b406-26761dca8dbe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.764258 [ 267 ] {02347d9d-3443-407b-9fc3-45ea5fc77e10} executeQuery: Read 6 rows, 434.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 277.56 KiB/sec. 2026.03.20 17:50:39.764295 [ 267 ] {02347d9d-3443-407b-9fc3-45ea5fc77e10} TCPHandler: Processed in 0.001697459 sec. 2026.03.20 17:50:39.764408 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:39.764504 [ 267 ] {d6f2792e-a56c-46e2-acf8-fd4a48bd793b} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:50:39.764547 [ 267 ] {d6f2792e-a56c-46e2-acf8-fd4a48bd793b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:50:39.764865 [ 267 ] {d6f2792e-a56c-46e2-acf8-fd4a48bd793b} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:39.764902 [ 267 ] {d6f2792e-a56c-46e2-acf8-fd4a48bd793b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:39.765346 [ 267 ] {d6f2792e-a56c-46e2-acf8-fd4a48bd793b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:50:39.765859 [ 267 ] {d6f2792e-a56c-46e2-acf8-fd4a48bd793b} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:39.765986 [ 267 ] {d6f2792e-a56c-46e2-acf8-fd4a48bd793b} executeQuery: Read 40 rows, 2.26 KiB in 0.001501 sec., 26648.90073284477 rows/sec., 1.47 MiB/sec. 2026.03.20 17:50:39.766022 [ 267 ] {d6f2792e-a56c-46e2-acf8-fd4a48bd793b} TCPHandler: Processed in 0.001663818 sec. 2026.03.20 17:50:40.230175 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1509 2026.03.20 17:50:40.230668 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:40.230715 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:40.231359 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:40.231861 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:40.231994 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1509 2026.03.20 17:50:40.300581 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.20 17:50:40.317925 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:40.317988 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:40.324754 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:40.326136 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:40.329455 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.20 17:50:41.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.94 MiB, peak 169.78 MiB, free memory in arenas 0.00 B, will set to 165.74 MiB (RSS), difference: 1.80 MiB 2026.03.20 17:50:44.654891 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:44.655083 [ 267 ] {bc1bbc28-238c-4c10-9c26-589da031b468} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:50:44.655149 [ 267 ] {bc1bbc28-238c-4c10-9c26-589da031b468} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:50:44.655743 [ 267 ] {bc1bbc28-238c-4c10-9c26-589da031b468} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:44.655801 [ 267 ] {bc1bbc28-238c-4c10-9c26-589da031b468} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:44.656464 [ 267 ] {bc1bbc28-238c-4c10-9c26-589da031b468} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:44.656978 [ 267 ] {bc1bbc28-238c-4c10-9c26-589da031b468} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:44.657141 [ 267 ] {bc1bbc28-238c-4c10-9c26-589da031b468} executeQuery: Read 4 rows, 345.00 B in 0.002104 sec., 1901.1406844106464 rows/sec., 160.13 KiB/sec. 2026.03.20 17:50:44.657189 [ 267 ] {bc1bbc28-238c-4c10-9c26-589da031b468} TCPHandler: Processed in 0.002426636 sec. 2026.03.20 17:50:44.657309 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:44.657413 [ 267 ] {726adb9f-e993-436d-87b7-9323ec899526} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:50:44.657456 [ 267 ] {726adb9f-e993-436d-87b7-9323ec899526} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:50:44.657852 [ 267 ] {726adb9f-e993-436d-87b7-9323ec899526} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:44.657890 [ 267 ] {726adb9f-e993-436d-87b7-9323ec899526} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:44.658360 [ 267 ] {726adb9f-e993-436d-87b7-9323ec899526} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:44.658834 [ 267 ] {726adb9f-e993-436d-87b7-9323ec899526} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:44.658968 [ 267 ] {726adb9f-e993-436d-87b7-9323ec899526} executeQuery: Read 8 rows, 658.00 B in 0.001578 sec., 5069.708491761724 rows/sec., 407.21 KiB/sec. 2026.03.20 17:50:44.659007 [ 267 ] {726adb9f-e993-436d-87b7-9323ec899526} TCPHandler: Processed in 0.00175067 sec. 2026.03.20 17:50:44.659112 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:44.659208 [ 267 ] {23a63985-e85a-41b3-95e4-99878c63d1f5} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:50:44.659253 [ 267 ] {23a63985-e85a-41b3-95e4-99878c63d1f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:50:44.659598 [ 267 ] {23a63985-e85a-41b3-95e4-99878c63d1f5} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:44.659635 [ 267 ] {23a63985-e85a-41b3-95e4-99878c63d1f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:44.660059 [ 267 ] {23a63985-e85a-41b3-95e4-99878c63d1f5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:44.660495 [ 267 ] {23a63985-e85a-41b3-95e4-99878c63d1f5} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:44.660624 [ 267 ] {23a63985-e85a-41b3-95e4-99878c63d1f5} executeQuery: Read 10 rows, 780.00 B in 0.001436 sec., 6963.788300835655 rows/sec., 530.44 KiB/sec. 2026.03.20 17:50:44.660661 [ 267 ] {23a63985-e85a-41b3-95e4-99878c63d1f5} TCPHandler: Processed in 0.001598927 sec. 2026.03.20 17:50:44.660759 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:44.660854 [ 267 ] {ff14d863-0f58-487e-bd54-e88442f1d7a4} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:50:44.660895 [ 267 ] {ff14d863-0f58-487e-bd54-e88442f1d7a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:50:44.661196 [ 267 ] {ff14d863-0f58-487e-bd54-e88442f1d7a4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:44.661231 [ 267 ] {ff14d863-0f58-487e-bd54-e88442f1d7a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:44.661654 [ 267 ] {ff14d863-0f58-487e-bd54-e88442f1d7a4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:44.662125 [ 267 ] {ff14d863-0f58-487e-bd54-e88442f1d7a4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:44.662249 [ 267 ] {ff14d863-0f58-487e-bd54-e88442f1d7a4} executeQuery: Read 10 rows, 645.00 B in 0.001414 sec., 7072.135785007073 rows/sec., 445.46 KiB/sec. 2026.03.20 17:50:44.662283 [ 267 ] {ff14d863-0f58-487e-bd54-e88442f1d7a4} TCPHandler: Processed in 0.001573087 sec. 2026.03.20 17:50:47.680914 [ 79 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:50:47.680978 [ 79 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:50:47.732149 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1957 2026.03.20 17:50:47.732620 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:47.732667 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:47.733381 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:50:47.733884 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:47.734015 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1957 2026.03.20 17:50:47.734779 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 78 entries to flush up to offset 172 2026.03.20 17:50:47.737948 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:47.737994 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:47.739415 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:47.739965 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:47.740265 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 172 2026.03.20 17:50:47.829593 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.20 17:50:47.847021 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:47.847084 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:47.853429 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:50:47.854130 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:47.857171 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.20 17:50:48.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 166.34 MiB, peak 170.34 MiB, free memory in arenas 0.00 B, will set to 167.38 MiB (RSS), difference: 1.03 MiB 2026.03.20 17:50:49.665338 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:49.665525 [ 267 ] {65df4e2a-ff3e-4d82-ad0d-085df0b27ffd} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:50:49.665589 [ 267 ] {65df4e2a-ff3e-4d82-ad0d-085df0b27ffd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:50:49.666311 [ 267 ] {65df4e2a-ff3e-4d82-ad0d-085df0b27ffd} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:49.666358 [ 267 ] {65df4e2a-ff3e-4d82-ad0d-085df0b27ffd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:49.666755 [ 267 ] {65df4e2a-ff3e-4d82-ad0d-085df0b27ffd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:49.666972 [ 267 ] {65df4e2a-ff3e-4d82-ad0d-085df0b27ffd} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:49.667123 [ 267 ] {65df4e2a-ff3e-4d82-ad0d-085df0b27ffd} executeQuery: Read 284 rows, 18.47 KiB in 0.001644 sec., 172749.3917274939 rows/sec., 10.97 MiB/sec. 2026.03.20 17:50:49.667164 [ 267 ] {65df4e2a-ff3e-4d82-ad0d-085df0b27ffd} TCPHandler: Processed in 0.001949695 sec. 2026.03.20 17:50:49.667290 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:49.667388 [ 267 ] {e17abac5-e85c-45f1-adeb-6eae425f290d} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:50:49.667429 [ 267 ] {e17abac5-e85c-45f1-adeb-6eae425f290d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:50:49.668137 [ 267 ] {e17abac5-e85c-45f1-adeb-6eae425f290d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:49.668177 [ 267 ] {e17abac5-e85c-45f1-adeb-6eae425f290d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:49.668530 [ 267 ] {e17abac5-e85c-45f1-adeb-6eae425f290d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:49.668749 [ 267 ] {e17abac5-e85c-45f1-adeb-6eae425f290d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:49.668875 [ 267 ] {e17abac5-e85c-45f1-adeb-6eae425f290d} executeQuery: Read 787 rows, 63.38 KiB in 0.001507 sec., 522229.5952222959 rows/sec., 41.07 MiB/sec. 2026.03.20 17:50:49.668911 [ 267 ] {e17abac5-e85c-45f1-adeb-6eae425f290d} TCPHandler: Processed in 0.001672339 sec. 2026.03.20 17:50:49.669012 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:49.669107 [ 267 ] {42084fd2-4c79-4e43-8971-63d5b32566d6} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:50:49.669149 [ 267 ] {42084fd2-4c79-4e43-8971-63d5b32566d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:50:49.669570 [ 267 ] {42084fd2-4c79-4e43-8971-63d5b32566d6} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:49.669608 [ 267 ] {42084fd2-4c79-4e43-8971-63d5b32566d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:49.669900 [ 267 ] {42084fd2-4c79-4e43-8971-63d5b32566d6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:49.670113 [ 267 ] {42084fd2-4c79-4e43-8971-63d5b32566d6} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:49.670233 [ 267 ] {42084fd2-4c79-4e43-8971-63d5b32566d6} executeQuery: Read 163 rows, 10.12 KiB in 0.001144 sec., 142482.51748251746 rows/sec., 8.64 MiB/sec. 2026.03.20 17:50:49.670269 [ 267 ] {42084fd2-4c79-4e43-8971-63d5b32566d6} TCPHandler: Processed in 0.0013062 sec. 2026.03.20 17:50:49.670380 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:49.670472 [ 267 ] {aa795cd0-aab2-407a-b10e-8519f8626d11} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:50:49.670510 [ 267 ] {aa795cd0-aab2-407a-b10e-8519f8626d11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:50:49.670915 [ 267 ] {aa795cd0-aab2-407a-b10e-8519f8626d11} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:49.670954 [ 267 ] {aa795cd0-aab2-407a-b10e-8519f8626d11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:49.671242 [ 267 ] {aa795cd0-aab2-407a-b10e-8519f8626d11} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:49.671443 [ 267 ] {aa795cd0-aab2-407a-b10e-8519f8626d11} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:49.671560 [ 267 ] {aa795cd0-aab2-407a-b10e-8519f8626d11} executeQuery: Read 149 rows, 9.86 KiB in 0.001106 sec., 134719.71066907776 rows/sec., 8.70 MiB/sec. 2026.03.20 17:50:49.671598 [ 267 ] {aa795cd0-aab2-407a-b10e-8519f8626d11} TCPHandler: Processed in 0.00126831 sec. 2026.03.20 17:50:49.671709 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:49.671802 [ 267 ] {19a20f53-128d-4d50-a38f-a49c86534898} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:50:49.671841 [ 267 ] {19a20f53-128d-4d50-a38f-a49c86534898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:50:49.672267 [ 267 ] {19a20f53-128d-4d50-a38f-a49c86534898} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:49.672303 [ 267 ] {19a20f53-128d-4d50-a38f-a49c86534898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:49.672606 [ 267 ] {19a20f53-128d-4d50-a38f-a49c86534898} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:49.672818 [ 267 ] {19a20f53-128d-4d50-a38f-a49c86534898} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:49.672941 [ 267 ] {19a20f53-128d-4d50-a38f-a49c86534898} executeQuery: Read 148 rows, 8.62 KiB in 0.001156 sec., 128027.68166089966 rows/sec., 7.28 MiB/sec. 2026.03.20 17:50:49.672976 [ 267 ] {19a20f53-128d-4d50-a38f-a49c86534898} TCPHandler: Processed in 0.001316351 sec. 2026.03.20 17:50:49.673088 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:49.673182 [ 267 ] {f193bb0a-c655-4c1c-a9f5-aa6006163f42} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:50:49.673221 [ 267 ] {f193bb0a-c655-4c1c-a9f5-aa6006163f42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:50:49.673714 [ 267 ] {f193bb0a-c655-4c1c-a9f5-aa6006163f42} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:49.673750 [ 267 ] {f193bb0a-c655-4c1c-a9f5-aa6006163f42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:49.674072 [ 267 ] {f193bb0a-c655-4c1c-a9f5-aa6006163f42} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:49.674273 [ 267 ] {f193bb0a-c655-4c1c-a9f5-aa6006163f42} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:49.674391 [ 267 ] {f193bb0a-c655-4c1c-a9f5-aa6006163f42} executeQuery: Read 463 rows, 33.05 KiB in 0.001228 sec., 377035.8306188925 rows/sec., 26.28 MiB/sec. 2026.03.20 17:50:49.674428 [ 267 ] {f193bb0a-c655-4c1c-a9f5-aa6006163f42} TCPHandler: Processed in 0.001389783 sec. 2026.03.20 17:50:49.674538 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:49.674632 [ 267 ] {3f2f960c-5ef0-4adf-b794-3a55478a4886} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:50:49.674673 [ 267 ] {3f2f960c-5ef0-4adf-b794-3a55478a4886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:50:49.674990 [ 267 ] {3f2f960c-5ef0-4adf-b794-3a55478a4886} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:49.675026 [ 267 ] {3f2f960c-5ef0-4adf-b794-3a55478a4886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:49.675311 [ 267 ] {3f2f960c-5ef0-4adf-b794-3a55478a4886} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:49.675511 [ 267 ] {3f2f960c-5ef0-4adf-b794-3a55478a4886} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:49.675635 [ 267 ] {3f2f960c-5ef0-4adf-b794-3a55478a4886} executeQuery: Read 6 rows, 321.00 B in 0.00102 sec., 5882.35294117647 rows/sec., 307.33 KiB/sec. 2026.03.20 17:50:49.675670 [ 267 ] {3f2f960c-5ef0-4adf-b794-3a55478a4886} TCPHandler: Processed in 0.001181597 sec. 2026.03.20 17:50:49.675771 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:49.675864 [ 267 ] {211ea0cd-cf7b-4f53-a659-506c42ef15d4} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:50:49.675908 [ 267 ] {211ea0cd-cf7b-4f53-a659-506c42ef15d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:50:49.676252 [ 267 ] {211ea0cd-cf7b-4f53-a659-506c42ef15d4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:49.676288 [ 267 ] {211ea0cd-cf7b-4f53-a659-506c42ef15d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:49.676619 [ 267 ] {211ea0cd-cf7b-4f53-a659-506c42ef15d4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:49.676832 [ 267 ] {211ea0cd-cf7b-4f53-a659-506c42ef15d4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:49.676955 [ 267 ] {211ea0cd-cf7b-4f53-a659-506c42ef15d4} executeQuery: Read 115 rows, 7.38 KiB in 0.001108 sec., 103790.61371841155 rows/sec., 6.51 MiB/sec. 2026.03.20 17:50:49.676990 [ 267 ] {211ea0cd-cf7b-4f53-a659-506c42ef15d4} TCPHandler: Processed in 0.001267719 sec. 2026.03.20 17:50:49.677103 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:49.677197 [ 267 ] {6553b329-e565-4687-a6af-1dc19524d656} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:50:49.677239 [ 267 ] {6553b329-e565-4687-a6af-1dc19524d656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:50:49.677562 [ 267 ] {6553b329-e565-4687-a6af-1dc19524d656} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:49.677598 [ 267 ] {6553b329-e565-4687-a6af-1dc19524d656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:49.677893 [ 267 ] {6553b329-e565-4687-a6af-1dc19524d656} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:49.678101 [ 267 ] {6553b329-e565-4687-a6af-1dc19524d656} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:49.678222 [ 267 ] {6553b329-e565-4687-a6af-1dc19524d656} executeQuery: Read 1 rows, 69.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 64.60 KiB/sec. 2026.03.20 17:50:49.678257 [ 267 ] {6553b329-e565-4687-a6af-1dc19524d656} TCPHandler: Processed in 0.001204299 sec. 2026.03.20 17:50:49.678377 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:49.678499 [ 267 ] {904ec6eb-74d2-411f-ab5b-ad50f645ab1b} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:50:49.678564 [ 267 ] {904ec6eb-74d2-411f-ab5b-ad50f645ab1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:50:49.679337 [ 267 ] {904ec6eb-74d2-411f-ab5b-ad50f645ab1b} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:49.679374 [ 267 ] {904ec6eb-74d2-411f-ab5b-ad50f645ab1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:49.679896 [ 267 ] {904ec6eb-74d2-411f-ab5b-ad50f645ab1b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:49.680111 [ 267 ] {904ec6eb-74d2-411f-ab5b-ad50f645ab1b} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:49.680241 [ 267 ] {904ec6eb-74d2-411f-ab5b-ad50f645ab1b} executeQuery: Read 21 rows, 38.53 KiB in 0.001767 sec., 11884.550084889644 rows/sec., 21.30 MiB/sec. 2026.03.20 17:50:49.680295 [ 267 ] {904ec6eb-74d2-411f-ab5b-ad50f645ab1b} TCPHandler: Processed in 0.001979276 sec. 2026.03.20 17:50:49.680404 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:49.680503 [ 267 ] {1c23b87d-6ea0-495b-9ddc-862c400107b7} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.20 17:50:49.680545 [ 267 ] {1c23b87d-6ea0-495b-9ddc-862c400107b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.20 17:50:49.680864 [ 267 ] {1c23b87d-6ea0-495b-9ddc-862c400107b7} oximeter.measurements_i64 (e60067ed-4a76-40c3-b406-26761dca8dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:49.680900 [ 267 ] {1c23b87d-6ea0-495b-9ddc-862c400107b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:49.681196 [ 267 ] {1c23b87d-6ea0-495b-9ddc-862c400107b7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:50:49.681402 [ 267 ] {1c23b87d-6ea0-495b-9ddc-862c400107b7} oximeter.measurements_i64 (e60067ed-4a76-40c3-b406-26761dca8dbe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:49.681527 [ 267 ] {1c23b87d-6ea0-495b-9ddc-862c400107b7} executeQuery: Read 15 rows, 1.14 KiB in 0.001042 sec., 14395.393474088292 rows/sec., 1.07 MiB/sec. 2026.03.20 17:50:49.681563 [ 267 ] {1c23b87d-6ea0-495b-9ddc-862c400107b7} TCPHandler: Processed in 0.001207698 sec. 2026.03.20 17:50:49.681668 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:49.681763 [ 267 ] {da70439e-f1ce-4634-990c-039b41f7e8d9} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:50:49.681805 [ 267 ] {da70439e-f1ce-4634-990c-039b41f7e8d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:50:49.682123 [ 267 ] {da70439e-f1ce-4634-990c-039b41f7e8d9} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:49.682160 [ 267 ] {da70439e-f1ce-4634-990c-039b41f7e8d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:49.682456 [ 267 ] {da70439e-f1ce-4634-990c-039b41f7e8d9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:49.682658 [ 267 ] {da70439e-f1ce-4634-990c-039b41f7e8d9} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:49.682781 [ 267 ] {da70439e-f1ce-4634-990c-039b41f7e8d9} executeQuery: Read 40 rows, 2.26 KiB in 0.001036 sec., 38610.03861003861 rows/sec., 2.13 MiB/sec. 2026.03.20 17:50:49.682816 [ 267 ] {da70439e-f1ce-4634-990c-039b41f7e8d9} TCPHandler: Processed in 0.001197278 sec. 2026.03.20 17:50:54.655082 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:54.655266 [ 267 ] {31513ffa-9c54-4734-8619-7742531275e2} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:50:54.655333 [ 267 ] {31513ffa-9c54-4734-8619-7742531275e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:50:54.655938 [ 267 ] {31513ffa-9c54-4734-8619-7742531275e2} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:54.655985 [ 267 ] {31513ffa-9c54-4734-8619-7742531275e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:54.656346 [ 267 ] {31513ffa-9c54-4734-8619-7742531275e2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:50:54.656569 [ 267 ] {31513ffa-9c54-4734-8619-7742531275e2} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:54.656719 [ 267 ] {31513ffa-9c54-4734-8619-7742531275e2} executeQuery: Read 4 rows, 345.00 B in 0.0015 sec., 2666.6666666666665 rows/sec., 224.61 KiB/sec. 2026.03.20 17:50:54.656761 [ 267 ] {31513ffa-9c54-4734-8619-7742531275e2} TCPHandler: Processed in 0.001803682 sec. 2026.03.20 17:50:54.656908 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:54.657006 [ 267 ] {4d4e8f4e-b868-4596-91ff-20ce0f5e4fc6} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:50:54.657046 [ 267 ] {4d4e8f4e-b868-4596-91ff-20ce0f5e4fc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:50:54.657436 [ 267 ] {4d4e8f4e-b868-4596-91ff-20ce0f5e4fc6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:54.657472 [ 267 ] {4d4e8f4e-b868-4596-91ff-20ce0f5e4fc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:54.657778 [ 267 ] {4d4e8f4e-b868-4596-91ff-20ce0f5e4fc6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:50:54.657990 [ 267 ] {4d4e8f4e-b868-4596-91ff-20ce0f5e4fc6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:54.658113 [ 267 ] {4d4e8f4e-b868-4596-91ff-20ce0f5e4fc6} executeQuery: Read 8 rows, 658.00 B in 0.001125 sec., 7111.111111111111 rows/sec., 571.18 KiB/sec. 2026.03.20 17:50:54.658149 [ 267 ] {4d4e8f4e-b868-4596-91ff-20ce0f5e4fc6} TCPHandler: Processed in 0.00129371 sec. 2026.03.20 17:50:54.658259 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:54.658353 [ 267 ] {ff6f18aa-f3ff-4888-b63a-f3e09abd93d1} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:50:54.658396 [ 267 ] {ff6f18aa-f3ff-4888-b63a-f3e09abd93d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:50:54.658749 [ 267 ] {ff6f18aa-f3ff-4888-b63a-f3e09abd93d1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:54.658785 [ 267 ] {ff6f18aa-f3ff-4888-b63a-f3e09abd93d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:54.659083 [ 267 ] {ff6f18aa-f3ff-4888-b63a-f3e09abd93d1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:50:54.659292 [ 267 ] {ff6f18aa-f3ff-4888-b63a-f3e09abd93d1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:54.659419 [ 267 ] {ff6f18aa-f3ff-4888-b63a-f3e09abd93d1} executeQuery: Read 10 rows, 780.00 B in 0.001084 sec., 9225.09225092251 rows/sec., 702.69 KiB/sec. 2026.03.20 17:50:54.659455 [ 267 ] {ff6f18aa-f3ff-4888-b63a-f3e09abd93d1} TCPHandler: Processed in 0.001244079 sec. 2026.03.20 17:50:54.659563 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:54.659661 [ 267 ] {40ea3971-4d21-43c6-b2e3-ee2de00a787d} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:50:54.659701 [ 267 ] {40ea3971-4d21-43c6-b2e3-ee2de00a787d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:50:54.660009 [ 267 ] {40ea3971-4d21-43c6-b2e3-ee2de00a787d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:54.660045 [ 267 ] {40ea3971-4d21-43c6-b2e3-ee2de00a787d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:54.660346 [ 267 ] {40ea3971-4d21-43c6-b2e3-ee2de00a787d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:50:54.660548 [ 267 ] {40ea3971-4d21-43c6-b2e3-ee2de00a787d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:54.660674 [ 267 ] {40ea3971-4d21-43c6-b2e3-ee2de00a787d} executeQuery: Read 10 rows, 645.00 B in 0.001031 sec., 9699.321047526673 rows/sec., 610.94 KiB/sec. 2026.03.20 17:50:54.660708 [ 267 ] {40ea3971-4d21-43c6-b2e3-ee2de00a787d} TCPHandler: Processed in 0.001193668 sec. 2026.03.20 17:50:55.234122 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2469 2026.03.20 17:50:55.234956 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:55.235013 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:55.235528 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:50:55.235777 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:55.235926 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2469 2026.03.20 17:50:55.357252 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.20 17:50:55.375212 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:55.375268 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:55.381622 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:50:55.382371 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:55.385567 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.20 17:50:56.000264 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.01 MiB, peak 172.01 MiB, free memory in arenas 0.00 B, will set to 169.08 MiB (RSS), difference: 1.07 MiB 2026.03.20 17:50:57.740531 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 204 2026.03.20 17:50:57.742747 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:57.742806 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.03.20 17:50:57.743946 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:50:57.744225 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:57.744559 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 204 2026.03.20 17:50:59.663896 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:59.664141 [ 267 ] {de58b0c1-2a7a-4387-bf94-645dbe5480b9} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:50:59.664203 [ 267 ] {de58b0c1-2a7a-4387-bf94-645dbe5480b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:50:59.664874 [ 267 ] {de58b0c1-2a7a-4387-bf94-645dbe5480b9} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:59.664915 [ 267 ] {de58b0c1-2a7a-4387-bf94-645dbe5480b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:50:59.665298 [ 267 ] {de58b0c1-2a7a-4387-bf94-645dbe5480b9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:59.665543 [ 267 ] {de58b0c1-2a7a-4387-bf94-645dbe5480b9} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:59.665691 [ 267 ] {de58b0c1-2a7a-4387-bf94-645dbe5480b9} executeQuery: Read 284 rows, 18.47 KiB in 0.001596 sec., 177944.8621553885 rows/sec., 11.30 MiB/sec. 2026.03.20 17:50:59.665731 [ 267 ] {de58b0c1-2a7a-4387-bf94-645dbe5480b9} TCPHandler: Processed in 0.001997216 sec. 2026.03.20 17:50:59.665847 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:59.665942 [ 267 ] {7086d665-f430-4152-9d88-317c0a513a27} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:50:59.665983 [ 267 ] {7086d665-f430-4152-9d88-317c0a513a27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:50:59.666633 [ 267 ] {7086d665-f430-4152-9d88-317c0a513a27} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:59.666669 [ 267 ] {7086d665-f430-4152-9d88-317c0a513a27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:50:59.667049 [ 267 ] {7086d665-f430-4152-9d88-317c0a513a27} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:50:59.667256 [ 267 ] {7086d665-f430-4152-9d88-317c0a513a27} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:59.667384 [ 267 ] {7086d665-f430-4152-9d88-317c0a513a27} executeQuery: Read 789 rows, 63.58 KiB in 0.001461 sec., 540041.067761807 rows/sec., 42.49 MiB/sec. 2026.03.20 17:50:59.667420 [ 267 ] {7086d665-f430-4152-9d88-317c0a513a27} TCPHandler: Processed in 0.001622818 sec. 2026.03.20 17:50:59.667523 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:59.667616 [ 267 ] {cce633a0-6e34-4cb0-86d3-f3ba91efa03e} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:50:59.667655 [ 267 ] {cce633a0-6e34-4cb0-86d3-f3ba91efa03e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:50:59.668068 [ 267 ] {cce633a0-6e34-4cb0-86d3-f3ba91efa03e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:59.668103 [ 267 ] {cce633a0-6e34-4cb0-86d3-f3ba91efa03e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:50:59.668394 [ 267 ] {cce633a0-6e34-4cb0-86d3-f3ba91efa03e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:59.668610 [ 267 ] {cce633a0-6e34-4cb0-86d3-f3ba91efa03e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:59.668732 [ 267 ] {cce633a0-6e34-4cb0-86d3-f3ba91efa03e} executeQuery: Read 164 rows, 10.20 KiB in 0.001134 sec., 144620.81128747796 rows/sec., 8.78 MiB/sec. 2026.03.20 17:50:59.668768 [ 267 ] {cce633a0-6e34-4cb0-86d3-f3ba91efa03e} TCPHandler: Processed in 0.00129469 sec. 2026.03.20 17:50:59.668876 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:59.668969 [ 267 ] {eb5c4ead-0081-445e-98dd-3164ef59eeaa} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:50:59.669007 [ 267 ] {eb5c4ead-0081-445e-98dd-3164ef59eeaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:50:59.669407 [ 267 ] {eb5c4ead-0081-445e-98dd-3164ef59eeaa} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:59.669441 [ 267 ] {eb5c4ead-0081-445e-98dd-3164ef59eeaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:50:59.669733 [ 267 ] {eb5c4ead-0081-445e-98dd-3164ef59eeaa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:59.669934 [ 267 ] {eb5c4ead-0081-445e-98dd-3164ef59eeaa} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:59.670053 [ 267 ] {eb5c4ead-0081-445e-98dd-3164ef59eeaa} executeQuery: Read 149 rows, 9.86 KiB in 0.001102 sec., 135208.7114337568 rows/sec., 8.74 MiB/sec. 2026.03.20 17:50:59.670089 [ 267 ] {eb5c4ead-0081-445e-98dd-3164ef59eeaa} TCPHandler: Processed in 0.00126223 sec. 2026.03.20 17:50:59.670200 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:59.670294 [ 267 ] {909ecbb8-9d05-4094-9785-8c782a9a2313} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:50:59.670333 [ 267 ] {909ecbb8-9d05-4094-9785-8c782a9a2313} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:50:59.670741 [ 267 ] {909ecbb8-9d05-4094-9785-8c782a9a2313} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:59.670776 [ 267 ] {909ecbb8-9d05-4094-9785-8c782a9a2313} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:50:59.671064 [ 267 ] {909ecbb8-9d05-4094-9785-8c782a9a2313} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:59.671268 [ 267 ] {909ecbb8-9d05-4094-9785-8c782a9a2313} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:59.671386 [ 267 ] {909ecbb8-9d05-4094-9785-8c782a9a2313} executeQuery: Read 148 rows, 8.62 KiB in 0.00111 sec., 133333.3333333333 rows/sec., 7.58 MiB/sec. 2026.03.20 17:50:59.671422 [ 267 ] {909ecbb8-9d05-4094-9785-8c782a9a2313} TCPHandler: Processed in 0.00127017 sec. 2026.03.20 17:50:59.671540 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:59.671633 [ 267 ] {ddc6a78a-1975-43d1-9372-ba61c157e86e} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:50:59.671673 [ 267 ] {ddc6a78a-1975-43d1-9372-ba61c157e86e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:50:59.672164 [ 267 ] {ddc6a78a-1975-43d1-9372-ba61c157e86e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:59.672198 [ 267 ] {ddc6a78a-1975-43d1-9372-ba61c157e86e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:50:59.672520 [ 267 ] {ddc6a78a-1975-43d1-9372-ba61c157e86e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:50:59.672744 [ 267 ] {ddc6a78a-1975-43d1-9372-ba61c157e86e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:59.672868 [ 267 ] {ddc6a78a-1975-43d1-9372-ba61c157e86e} executeQuery: Read 456 rows, 32.47 KiB in 0.001252 sec., 364217.2523961661 rows/sec., 25.32 MiB/sec. 2026.03.20 17:50:59.672903 [ 267 ] {ddc6a78a-1975-43d1-9372-ba61c157e86e} TCPHandler: Processed in 0.001412093 sec. 2026.03.20 17:50:59.673018 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:59.673111 [ 267 ] {f7fe8a6a-7277-416a-9256-07ac61bf56c0} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:50:59.673151 [ 267 ] {f7fe8a6a-7277-416a-9256-07ac61bf56c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:50:59.673476 [ 267 ] {f7fe8a6a-7277-416a-9256-07ac61bf56c0} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:59.673509 [ 267 ] {f7fe8a6a-7277-416a-9256-07ac61bf56c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:50:59.673792 [ 267 ] {f7fe8a6a-7277-416a-9256-07ac61bf56c0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:59.673991 [ 267 ] {f7fe8a6a-7277-416a-9256-07ac61bf56c0} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:59.674113 [ 267 ] {f7fe8a6a-7277-416a-9256-07ac61bf56c0} executeQuery: Read 6 rows, 321.00 B in 0.001019 sec., 5888.1256133464185 rows/sec., 307.63 KiB/sec. 2026.03.20 17:50:59.674147 [ 267 ] {f7fe8a6a-7277-416a-9256-07ac61bf56c0} TCPHandler: Processed in 0.001177417 sec. 2026.03.20 17:50:59.674247 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:59.674340 [ 267 ] {a26c278e-b412-4eaf-8524-7c37c996f034} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:50:59.674382 [ 267 ] {a26c278e-b412-4eaf-8524-7c37c996f034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:50:59.674724 [ 267 ] {a26c278e-b412-4eaf-8524-7c37c996f034} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:59.674759 [ 267 ] {a26c278e-b412-4eaf-8524-7c37c996f034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:50:59.675062 [ 267 ] {a26c278e-b412-4eaf-8524-7c37c996f034} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:50:59.675263 [ 267 ] {a26c278e-b412-4eaf-8524-7c37c996f034} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:59.675385 [ 267 ] {a26c278e-b412-4eaf-8524-7c37c996f034} executeQuery: Read 115 rows, 7.38 KiB in 0.001062 sec., 108286.25235404896 rows/sec., 6.79 MiB/sec. 2026.03.20 17:50:59.675420 [ 267 ] {a26c278e-b412-4eaf-8524-7c37c996f034} TCPHandler: Processed in 0.001220839 sec. 2026.03.20 17:50:59.675528 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:59.675620 [ 267 ] {13b99202-5324-4e93-93e5-38e3fa9fe4bf} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:50:59.675665 [ 267 ] {13b99202-5324-4e93-93e5-38e3fa9fe4bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:50:59.675965 [ 267 ] {13b99202-5324-4e93-93e5-38e3fa9fe4bf} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:59.675998 [ 267 ] {13b99202-5324-4e93-93e5-38e3fa9fe4bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:50:59.676281 [ 267 ] {13b99202-5324-4e93-93e5-38e3fa9fe4bf} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:59.676485 [ 267 ] {13b99202-5324-4e93-93e5-38e3fa9fe4bf} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:59.676606 [ 267 ] {13b99202-5324-4e93-93e5-38e3fa9fe4bf} executeQuery: Read 1 rows, 69.00 B in 0.001003 sec., 997.0089730807578 rows/sec., 67.18 KiB/sec. 2026.03.20 17:50:59.676643 [ 267 ] {13b99202-5324-4e93-93e5-38e3fa9fe4bf} TCPHandler: Processed in 0.001161657 sec. 2026.03.20 17:50:59.676769 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:59.676861 [ 267 ] {3d2e5403-7fa2-474b-b148-01ee17e79a55} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:50:59.676914 [ 267 ] {3d2e5403-7fa2-474b-b148-01ee17e79a55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:50:59.677639 [ 267 ] {3d2e5403-7fa2-474b-b148-01ee17e79a55} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:59.677673 [ 267 ] {3d2e5403-7fa2-474b-b148-01ee17e79a55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:50:59.678175 [ 267 ] {3d2e5403-7fa2-474b-b148-01ee17e79a55} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:50:59.678388 [ 267 ] {3d2e5403-7fa2-474b-b148-01ee17e79a55} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:59.678517 [ 267 ] {3d2e5403-7fa2-474b-b148-01ee17e79a55} executeQuery: Read 22 rows, 40.37 KiB in 0.001673 sec., 13150.02988643156 rows/sec., 23.56 MiB/sec. 2026.03.20 17:50:59.678565 [ 267 ] {3d2e5403-7fa2-474b-b148-01ee17e79a55} TCPHandler: Processed in 0.001844852 sec. 2026.03.20 17:50:59.678675 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:50:59.678770 [ 267 ] {1ce8c745-f87a-4804-892a-96b448b1429d} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:50:59.678810 [ 267 ] {1ce8c745-f87a-4804-892a-96b448b1429d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:50:59.679124 [ 267 ] {1ce8c745-f87a-4804-892a-96b448b1429d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:50:59.679158 [ 267 ] {1ce8c745-f87a-4804-892a-96b448b1429d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:50:59.679447 [ 267 ] {1ce8c745-f87a-4804-892a-96b448b1429d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:50:59.679649 [ 267 ] {1ce8c745-f87a-4804-892a-96b448b1429d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:50:59.679774 [ 267 ] {1ce8c745-f87a-4804-892a-96b448b1429d} executeQuery: Read 40 rows, 2.26 KiB in 0.001022 sec., 39138.94324853229 rows/sec., 2.16 MiB/sec. 2026.03.20 17:50:59.679807 [ 267 ] {1ce8c745-f87a-4804-892a-96b448b1429d} TCPHandler: Processed in 0.001181497 sec. 2026.03.20 17:51:02.681231 [ 71 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:51:02.681282 [ 71 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:51:02.736024 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2917 2026.03.20 17:51:02.736556 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:02.736608 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:02.737260 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:02.737535 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:02.737695 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2917 2026.03.20 17:51:02.737701 [ 71 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 17:51:02.737795 [ 71 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:02.737821 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:02.740134 [ 195 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.20 17:51:02.742455 [ 195 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:02.744509 [ 195 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.03.20 17:51:02.750401 [ 195 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 448 rows starting from the beginning of the part 2026.03.20 17:51:02.750471 [ 195 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 512 rows starting from the beginning of the part 2026.03.20 17:51:02.750530 [ 195 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2026.03.20 17:51:02.750595 [ 195 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2026.03.20 17:51:02.750660 [ 195 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2026.03.20 17:51:02.778927 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2917 rows, containing 4 columns (4 merged, 0 gathered) in 0.041007341 sec., 71133.60507817368 rows/sec., 1.02 MiB/sec. 2026.03.20 17:51:02.779918 [ 189 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 17:51:02.780295 [ 189 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_6_1} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:02.780376 [ 189 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_6_1} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 17:51:02.782371 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.03.20 17:51:02.885653 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.20 17:51:02.902881 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:02.902924 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:02.909191 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:02.909920 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:02.910208 [ 71 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 17:51:02.910250 [ 71 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:02.910269 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:02.910351 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.20 17:51:02.912797 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.20 17:51:02.913553 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:02.914345 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.03.20 17:51:02.917736 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.03.20 17:51:02.921136 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.03.20 17:51:02.924864 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.03.20 17:51:02.932854 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.03.20 17:51:02.937011 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.03.20 17:51:02.994200 [ 192 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.083883546 sec., 548.3792971746807 rows/sec., 2.84 MiB/sec. 2026.03.20 17:51:02.996623 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 17:51:02.998694 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_6_1} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:02.998791 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_6_1} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 17:51:03.000285 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 174.17 MiB, peak 179.89 MiB, free memory in arenas 0.00 B, will set to 180.50 MiB (RSS), difference: 6.33 MiB 2026.03.20 17:51:03.000892 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.20 17:51:04.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 176.68 MiB, peak 180.50 MiB, free memory in arenas 0.00 B, will set to 180.52 MiB (RSS), difference: 3.84 MiB 2026.03.20 17:51:04.655149 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:04.655338 [ 267 ] {146bfa5d-d0b2-46ce-8122-e9475a4d95ce} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:51:04.655407 [ 267 ] {146bfa5d-d0b2-46ce-8122-e9475a4d95ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:51:04.656081 [ 267 ] {146bfa5d-d0b2-46ce-8122-e9475a4d95ce} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:04.656127 [ 267 ] {146bfa5d-d0b2-46ce-8122-e9475a4d95ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:04.656516 [ 267 ] {146bfa5d-d0b2-46ce-8122-e9475a4d95ce} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:04.656741 [ 267 ] {146bfa5d-d0b2-46ce-8122-e9475a4d95ce} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:04.656898 [ 267 ] {146bfa5d-d0b2-46ce-8122-e9475a4d95ce} executeQuery: Read 4 rows, 345.00 B in 0.00161 sec., 2484.4720496894406 rows/sec., 209.26 KiB/sec. 2026.03.20 17:51:04.656943 [ 267 ] {146bfa5d-d0b2-46ce-8122-e9475a4d95ce} TCPHandler: Processed in 0.001917985 sec. 2026.03.20 17:51:04.656941 [ 68 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 17:51:04.657040 [ 68 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:04.657070 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:04.657076 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:04.657177 [ 267 ] {2409cc75-0372-49d1-9cea-cd2330cf4a60} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:51:04.657218 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.20 17:51:04.657224 [ 267 ] {2409cc75-0372-49d1-9cea-cd2330cf4a60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:51:04.657339 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:04.657385 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 760 rows starting from the beginning of the part 2026.03.20 17:51:04.657482 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.03.20 17:51:04.657538 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 787 rows starting from the beginning of the part 2026.03.20 17:51:04.657586 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.03.20 17:51:04.657632 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 789 rows starting from the beginning of the part 2026.03.20 17:51:04.657661 [ 267 ] {2409cc75-0372-49d1-9cea-cd2330cf4a60} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:04.657682 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2026.03.20 17:51:04.657698 [ 267 ] {2409cc75-0372-49d1-9cea-cd2330cf4a60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:04.658052 [ 267 ] {2409cc75-0372-49d1-9cea-cd2330cf4a60} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:04.658275 [ 267 ] {2409cc75-0372-49d1-9cea-cd2330cf4a60} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:04.658382 [ 68 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 17:51:04.658407 [ 267 ] {2409cc75-0372-49d1-9cea-cd2330cf4a60} executeQuery: Read 8 rows, 658.00 B in 0.001248 sec., 6410.25641025641 rows/sec., 514.89 KiB/sec. 2026.03.20 17:51:04.658424 [ 68 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:04.658452 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:04.658453 [ 267 ] {2409cc75-0372-49d1-9cea-cd2330cf4a60} TCPHandler: Processed in 0.001432463 sec. 2026.03.20 17:51:04.658550 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.20 17:51:04.658582 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:04.658681 [ 267 ] {2304af23-28a8-4983-a287-159a93102b39} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:04.658702 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:04.658724 [ 267 ] {2304af23-28a8-4983-a287-159a93102b39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:51:04.658748 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 452 rows starting from the beginning of the part 2026.03.20 17:51:04.658843 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.03.20 17:51:04.658893 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 463 rows starting from the beginning of the part 2026.03.20 17:51:04.658939 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.03.20 17:51:04.658939 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2348 rows, containing 5 columns (5 merged, 0 gathered) in 0.001764571 sec., 1330635.0382047535 rows/sec., 109.53 MiB/sec. 2026.03.20 17:51:04.658996 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 456 rows starting from the beginning of the part 2026.03.20 17:51:04.659053 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.03.20 17:51:04.659096 [ 267 ] {2304af23-28a8-4983-a287-159a93102b39} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:04.659136 [ 267 ] {2304af23-28a8-4983-a287-159a93102b39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:04.659280 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 17:51:04.659651 [ 267 ] {2304af23-28a8-4983-a287-159a93102b39} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:04.659728 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_6_1} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:04.659824 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_6_1} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 17:51:04.659923 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.20 17:51:04.659931 [ 267 ] {2304af23-28a8-4983-a287-159a93102b39} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:04.660052 [ 68 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 17:51:04.660077 [ 267 ] {2304af23-28a8-4983-a287-159a93102b39} executeQuery: Read 10 rows, 780.00 B in 0.001413 sec., 7077.140835102618 rows/sec., 539.08 KiB/sec. 2026.03.20 17:51:04.660097 [ 68 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:04.660122 [ 267 ] {2304af23-28a8-4983-a287-159a93102b39} TCPHandler: Processed in 0.001588436 sec. 2026.03.20 17:51:04.660126 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:04.660211 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.20 17:51:04.660244 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:04.660317 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:04.660339 [ 267 ] {48424b09-e8bb-4719-94d7-ac7ee4f5375f} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:51:04.660343 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 118 rows starting from the beginning of the part 2026.03.20 17:51:04.660380 [ 267 ] {48424b09-e8bb-4719-94d7-ac7ee4f5375f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:51:04.660395 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.03.20 17:51:04.660435 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 115 rows starting from the beginning of the part 2026.03.20 17:51:04.660472 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.03.20 17:51:04.660495 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1395 rows, containing 5 columns (5 merged, 0 gathered) in 0.001990156 sec., 700950.0762754277 rows/sec., 51.55 MiB/sec. 2026.03.20 17:51:04.660510 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 115 rows starting from the beginning of the part 2026.03.20 17:51:04.660555 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::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.03.20 17:51:04.660664 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 17:51:04.660713 [ 267 ] {48424b09-e8bb-4719-94d7-ac7ee4f5375f} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:04.660754 [ 267 ] {48424b09-e8bb-4719-94d7-ac7ee4f5375f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:04.661002 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_6_1} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:04.661078 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_6_1} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 17:51:04.661150 [ 267 ] {48424b09-e8bb-4719-94d7-ac7ee4f5375f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:04.661152 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.20 17:51:04.661371 [ 267 ] {48424b09-e8bb-4719-94d7-ac7ee4f5375f} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:04.661458 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 378 rows, containing 5 columns (5 merged, 0 gathered) in 0.001274199 sec., 296656.9586069366 rows/sec., 18.89 MiB/sec. 2026.03.20 17:51:04.661471 [ 68 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 17:51:04.661497 [ 68 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:04.661505 [ 267 ] {48424b09-e8bb-4719-94d7-ac7ee4f5375f} executeQuery: Read 10 rows, 645.00 B in 0.001183 sec., 8453.085376162298 rows/sec., 532.45 KiB/sec. 2026.03.20 17:51:04.661513 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:04.661549 [ 267 ] {48424b09-e8bb-4719-94d7-ac7ee4f5375f} TCPHandler: Processed in 0.001353951 sec. 2026.03.20 17:51:04.661610 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.20 17:51:04.661683 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 17:51:04.661729 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:04.661764 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:51:04.661841 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.03.20 17:51:04.661892 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:51:04.661945 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.03.20 17:51:04.661990 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2026.03.20 17:51:04.662036 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_6_1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:04.662041 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:51:04.662126 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_6_1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 17:51:04.662220 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.20 17:51:04.662784 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.001217358 sec., 123217.65659731977 rows/sec., 6.94 MiB/sec. 2026.03.20 17:51:04.662921 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 17:51:04.663170 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_6_1} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:04.663235 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_6_1} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 17:51:04.663301 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.20 17:51:07.744701 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 234 2026.03.20 17:51:07.746976 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:07.747030 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:07.748178 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:51:07.748462 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:07.748796 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 234 2026.03.20 17:51:09.663632 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:09.663905 [ 267 ] {a0f00bcf-98b7-4491-9f5b-b893bc9146a5} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:51:09.664001 [ 267 ] {a0f00bcf-98b7-4491-9f5b-b893bc9146a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:51:09.664843 [ 267 ] {a0f00bcf-98b7-4491-9f5b-b893bc9146a5} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:09.664892 [ 267 ] {a0f00bcf-98b7-4491-9f5b-b893bc9146a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:09.665289 [ 267 ] {a0f00bcf-98b7-4491-9f5b-b893bc9146a5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:51:09.665519 [ 267 ] {a0f00bcf-98b7-4491-9f5b-b893bc9146a5} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:09.665673 [ 267 ] {a0f00bcf-98b7-4491-9f5b-b893bc9146a5} executeQuery: Read 284 rows, 18.47 KiB in 0.001836 sec., 154684.09586056645 rows/sec., 9.82 MiB/sec. 2026.03.20 17:51:09.665717 [ 267 ] {a0f00bcf-98b7-4491-9f5b-b893bc9146a5} TCPHandler: Processed in 0.002253142 sec. 2026.03.20 17:51:09.665840 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:09.665936 [ 267 ] {ce43bba3-624b-4e9b-ac78-e41ae06fc8e0} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:51:09.665977 [ 267 ] {ce43bba3-624b-4e9b-ac78-e41ae06fc8e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:51:09.666369 [ 267 ] {ce43bba3-624b-4e9b-ac78-e41ae06fc8e0} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:09.666407 [ 267 ] {ce43bba3-624b-4e9b-ac78-e41ae06fc8e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:09.666702 [ 267 ] {ce43bba3-624b-4e9b-ac78-e41ae06fc8e0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:51:09.666927 [ 267 ] {ce43bba3-624b-4e9b-ac78-e41ae06fc8e0} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:09.667055 [ 267 ] {ce43bba3-624b-4e9b-ac78-e41ae06fc8e0} executeQuery: Read 2 rows, 167.00 B in 0.001136 sec., 1760.5633802816901 rows/sec., 143.56 KiB/sec. 2026.03.20 17:51:09.667095 [ 267 ] {ce43bba3-624b-4e9b-ac78-e41ae06fc8e0} TCPHandler: Processed in 0.0013055 sec. 2026.03.20 17:51:09.667201 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:09.667296 [ 267 ] {dff2e9bd-490e-419b-b121-672fb1c0d6f7} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:51:09.667336 [ 267 ] {dff2e9bd-490e-419b-b121-672fb1c0d6f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:51:09.668007 [ 267 ] {dff2e9bd-490e-419b-b121-672fb1c0d6f7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:09.668045 [ 267 ] {dff2e9bd-490e-419b-b121-672fb1c0d6f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:09.668408 [ 267 ] {dff2e9bd-490e-419b-b121-672fb1c0d6f7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:09.668619 [ 267 ] {dff2e9bd-490e-419b-b121-672fb1c0d6f7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:09.668749 [ 267 ] {dff2e9bd-490e-419b-b121-672fb1c0d6f7} executeQuery: Read 810 rows, 65.66 KiB in 0.00147 sec., 551020.4081632653 rows/sec., 43.62 MiB/sec. 2026.03.20 17:51:09.668789 [ 267 ] {dff2e9bd-490e-419b-b121-672fb1c0d6f7} TCPHandler: Processed in 0.001636887 sec. 2026.03.20 17:51:09.668898 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:09.668994 [ 267 ] {476131f9-e36d-4d5c-bc60-97d8f60af8d3} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:51:09.669033 [ 267 ] {476131f9-e36d-4d5c-bc60-97d8f60af8d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:51:09.669455 [ 267 ] {476131f9-e36d-4d5c-bc60-97d8f60af8d3} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:09.669491 [ 267 ] {476131f9-e36d-4d5c-bc60-97d8f60af8d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:09.669789 [ 267 ] {476131f9-e36d-4d5c-bc60-97d8f60af8d3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:51:09.669999 [ 267 ] {476131f9-e36d-4d5c-bc60-97d8f60af8d3} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:09.670123 [ 267 ] {476131f9-e36d-4d5c-bc60-97d8f60af8d3} executeQuery: Read 176 rows, 11.09 KiB in 0.001146 sec., 153577.66143106457 rows/sec., 9.45 MiB/sec. 2026.03.20 17:51:09.670164 [ 267 ] {476131f9-e36d-4d5c-bc60-97d8f60af8d3} TCPHandler: Processed in 0.001314991 sec. 2026.03.20 17:51:09.670276 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:09.670370 [ 267 ] {284d6b1e-108f-4b5d-80c5-27cbb1041bc9} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:51:09.670411 [ 267 ] {284d6b1e-108f-4b5d-80c5-27cbb1041bc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:51:09.670834 [ 267 ] {284d6b1e-108f-4b5d-80c5-27cbb1041bc9} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:09.670871 [ 267 ] {284d6b1e-108f-4b5d-80c5-27cbb1041bc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:09.671167 [ 267 ] {284d6b1e-108f-4b5d-80c5-27cbb1041bc9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:51:09.671375 [ 267 ] {284d6b1e-108f-4b5d-80c5-27cbb1041bc9} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:09.671498 [ 267 ] {284d6b1e-108f-4b5d-80c5-27cbb1041bc9} executeQuery: Read 149 rows, 9.86 KiB in 0.001144 sec., 130244.75524475524 rows/sec., 8.41 MiB/sec. 2026.03.20 17:51:09.671538 [ 267 ] {284d6b1e-108f-4b5d-80c5-27cbb1041bc9} TCPHandler: Processed in 0.00131169 sec. 2026.03.20 17:51:09.671649 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:09.671745 [ 267 ] {bc9f3a2c-b718-4293-9d5b-4a6ea98ba46a} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:51:09.671784 [ 267 ] {bc9f3a2c-b718-4293-9d5b-4a6ea98ba46a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:51:09.672198 [ 267 ] {bc9f3a2c-b718-4293-9d5b-4a6ea98ba46a} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:09.672236 [ 267 ] {bc9f3a2c-b718-4293-9d5b-4a6ea98ba46a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:09.672544 [ 267 ] {bc9f3a2c-b718-4293-9d5b-4a6ea98ba46a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:51:09.672758 [ 267 ] {bc9f3a2c-b718-4293-9d5b-4a6ea98ba46a} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:09.672887 [ 267 ] {bc9f3a2c-b718-4293-9d5b-4a6ea98ba46a} executeQuery: Read 148 rows, 8.62 KiB in 0.001158 sec., 127806.56303972367 rows/sec., 7.27 MiB/sec. 2026.03.20 17:51:09.672926 [ 267 ] {bc9f3a2c-b718-4293-9d5b-4a6ea98ba46a} TCPHandler: Processed in 0.00132588 sec. 2026.03.20 17:51:09.673042 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:09.673140 [ 267 ] {08586beb-18d5-4317-8ae6-6bed89f99425} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:51:09.673182 [ 267 ] {08586beb-18d5-4317-8ae6-6bed89f99425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:51:09.673715 [ 267 ] {08586beb-18d5-4317-8ae6-6bed89f99425} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:09.673752 [ 267 ] {08586beb-18d5-4317-8ae6-6bed89f99425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:09.674064 [ 267 ] {08586beb-18d5-4317-8ae6-6bed89f99425} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:09.674273 [ 267 ] {08586beb-18d5-4317-8ae6-6bed89f99425} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:09.674400 [ 267 ] {08586beb-18d5-4317-8ae6-6bed89f99425} executeQuery: Read 468 rows, 33.43 KiB in 0.001277 sec., 366483.9467501958 rows/sec., 25.57 MiB/sec. 2026.03.20 17:51:09.674438 [ 267 ] {08586beb-18d5-4317-8ae6-6bed89f99425} TCPHandler: Processed in 0.001448114 sec. 2026.03.20 17:51:09.674541 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:09.674636 [ 267 ] {aeb511a8-fdbe-4e91-b963-664c2970dde3} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:51:09.674676 [ 267 ] {aeb511a8-fdbe-4e91-b963-664c2970dde3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:51:09.675007 [ 267 ] {aeb511a8-fdbe-4e91-b963-664c2970dde3} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:09.675043 [ 267 ] {aeb511a8-fdbe-4e91-b963-664c2970dde3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:09.675340 [ 267 ] {aeb511a8-fdbe-4e91-b963-664c2970dde3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:51:09.675542 [ 267 ] {aeb511a8-fdbe-4e91-b963-664c2970dde3} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:09.675669 [ 267 ] {aeb511a8-fdbe-4e91-b963-664c2970dde3} executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. 2026.03.20 17:51:09.675708 [ 267 ] {aeb511a8-fdbe-4e91-b963-664c2970dde3} TCPHandler: Processed in 0.001215038 sec. 2026.03.20 17:51:09.675809 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:09.675903 [ 267 ] {b03ff8b7-3ba7-4028-aec0-00e17087b0f4} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:09.675945 [ 267 ] {b03ff8b7-3ba7-4028-aec0-00e17087b0f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:51:09.676296 [ 267 ] {b03ff8b7-3ba7-4028-aec0-00e17087b0f4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:09.676332 [ 267 ] {b03ff8b7-3ba7-4028-aec0-00e17087b0f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:09.676650 [ 267 ] {b03ff8b7-3ba7-4028-aec0-00e17087b0f4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:09.676870 [ 267 ] {b03ff8b7-3ba7-4028-aec0-00e17087b0f4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:09.676993 [ 267 ] {b03ff8b7-3ba7-4028-aec0-00e17087b0f4} executeQuery: Read 116 rows, 7.45 KiB in 0.001108 sec., 104693.14079422383 rows/sec., 6.57 MiB/sec. 2026.03.20 17:51:09.677031 [ 267 ] {b03ff8b7-3ba7-4028-aec0-00e17087b0f4} TCPHandler: Processed in 0.00127084 sec. 2026.03.20 17:51:09.677142 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:09.677239 [ 267 ] {7aef8df1-01dd-41c4-8e25-98b5f1ae3bd1} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:51:09.677282 [ 267 ] {7aef8df1-01dd-41c4-8e25-98b5f1ae3bd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:51:09.677594 [ 267 ] {7aef8df1-01dd-41c4-8e25-98b5f1ae3bd1} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:09.677628 [ 267 ] {7aef8df1-01dd-41c4-8e25-98b5f1ae3bd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:09.677918 [ 267 ] {7aef8df1-01dd-41c4-8e25-98b5f1ae3bd1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:51:09.678116 [ 267 ] {7aef8df1-01dd-41c4-8e25-98b5f1ae3bd1} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:09.678241 [ 267 ] {7aef8df1-01dd-41c4-8e25-98b5f1ae3bd1} executeQuery: Read 1 rows, 69.00 B in 0.001019 sec., 981.3542688910698 rows/sec., 66.13 KiB/sec. 2026.03.20 17:51:09.678279 [ 267 ] {7aef8df1-01dd-41c4-8e25-98b5f1ae3bd1} TCPHandler: Processed in 0.001185178 sec. 2026.03.20 17:51:09.678387 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:09.678481 [ 267 ] {27818f14-7fd5-40fe-8189-c3f86f45a309} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:09.678532 [ 267 ] {27818f14-7fd5-40fe-8189-c3f86f45a309} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:51:09.679289 [ 267 ] {27818f14-7fd5-40fe-8189-c3f86f45a309} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:09.679325 [ 267 ] {27818f14-7fd5-40fe-8189-c3f86f45a309} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:09.679847 [ 267 ] {27818f14-7fd5-40fe-8189-c3f86f45a309} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:51:09.680064 [ 267 ] {27818f14-7fd5-40fe-8189-c3f86f45a309} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:09.680194 [ 267 ] {27818f14-7fd5-40fe-8189-c3f86f45a309} executeQuery: Read 32 rows, 58.72 KiB in 0.00173 sec., 18497.109826589596 rows/sec., 33.15 MiB/sec. 2026.03.20 17:51:09.680248 [ 267 ] {27818f14-7fd5-40fe-8189-c3f86f45a309} TCPHandler: Processed in 0.001909934 sec. 2026.03.20 17:51:09.680359 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:09.680455 [ 267 ] {e3e004b5-b137-449a-86cf-06a8ed3b243f} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:51:09.680496 [ 267 ] {e3e004b5-b137-449a-86cf-06a8ed3b243f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:51:09.680823 [ 267 ] {e3e004b5-b137-449a-86cf-06a8ed3b243f} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:09.680857 [ 267 ] {e3e004b5-b137-449a-86cf-06a8ed3b243f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:09.681151 [ 267 ] {e3e004b5-b137-449a-86cf-06a8ed3b243f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:09.681362 [ 267 ] {e3e004b5-b137-449a-86cf-06a8ed3b243f} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:09.681488 [ 267 ] {e3e004b5-b137-449a-86cf-06a8ed3b243f} executeQuery: Read 40 rows, 2.26 KiB in 0.00105 sec., 38095.2380952381 rows/sec., 2.10 MiB/sec. 2026.03.20 17:51:09.681523 [ 267 ] {e3e004b5-b137-449a-86cf-06a8ed3b243f} TCPHandler: Processed in 0.001213268 sec. 2026.03.20 17:51:10.237764 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3429 2026.03.20 17:51:10.238258 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:10.238292 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:10.238790 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:10.239089 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:10.239217 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3429 2026.03.20 17:51:10.412859 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.20 17:51:10.430807 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:10.430877 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:10.436521 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:10.437233 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:10.440363 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.20 17:51:14.655159 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:14.655347 [ 267 ] {bb4f09c8-20a8-4265-9690-a0c8db74a46c} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:51:14.655410 [ 267 ] {bb4f09c8-20a8-4265-9690-a0c8db74a46c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:51:14.656012 [ 267 ] {bb4f09c8-20a8-4265-9690-a0c8db74a46c} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:14.656055 [ 267 ] {bb4f09c8-20a8-4265-9690-a0c8db74a46c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:14.656426 [ 267 ] {bb4f09c8-20a8-4265-9690-a0c8db74a46c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:14.656653 [ 267 ] {bb4f09c8-20a8-4265-9690-a0c8db74a46c} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:14.656809 [ 267 ] {bb4f09c8-20a8-4265-9690-a0c8db74a46c} executeQuery: Read 4 rows, 345.00 B in 0.001506 sec., 2656.042496679947 rows/sec., 223.71 KiB/sec. 2026.03.20 17:51:14.656851 [ 267 ] {bb4f09c8-20a8-4265-9690-a0c8db74a46c} TCPHandler: Processed in 0.001819202 sec. 2026.03.20 17:51:14.656971 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:14.657068 [ 267 ] {2c954103-38a4-42bb-b8dd-f111261bc311} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:51:14.657107 [ 267 ] {2c954103-38a4-42bb-b8dd-f111261bc311} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:51:14.657504 [ 267 ] {2c954103-38a4-42bb-b8dd-f111261bc311} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:14.657540 [ 267 ] {2c954103-38a4-42bb-b8dd-f111261bc311} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:14.657833 [ 267 ] {2c954103-38a4-42bb-b8dd-f111261bc311} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:14.658039 [ 267 ] {2c954103-38a4-42bb-b8dd-f111261bc311} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:14.658166 [ 267 ] {2c954103-38a4-42bb-b8dd-f111261bc311} executeQuery: Read 8 rows, 658.00 B in 0.001116 sec., 7168.458781362007 rows/sec., 575.79 KiB/sec. 2026.03.20 17:51:14.658204 [ 267 ] {2c954103-38a4-42bb-b8dd-f111261bc311} TCPHandler: Processed in 0.00128346 sec. 2026.03.20 17:51:14.658320 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:14.658416 [ 267 ] {b09ddef6-4f40-409b-8c8b-459586247fd5} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:14.658459 [ 267 ] {b09ddef6-4f40-409b-8c8b-459586247fd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:51:14.658827 [ 267 ] {b09ddef6-4f40-409b-8c8b-459586247fd5} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:14.658863 [ 267 ] {b09ddef6-4f40-409b-8c8b-459586247fd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:14.659167 [ 267 ] {b09ddef6-4f40-409b-8c8b-459586247fd5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:14.659383 [ 267 ] {b09ddef6-4f40-409b-8c8b-459586247fd5} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:14.659509 [ 267 ] {b09ddef6-4f40-409b-8c8b-459586247fd5} executeQuery: Read 10 rows, 780.00 B in 0.00111 sec., 9009.009009009009 rows/sec., 686.23 KiB/sec. 2026.03.20 17:51:14.659546 [ 267 ] {b09ddef6-4f40-409b-8c8b-459586247fd5} TCPHandler: Processed in 0.001275479 sec. 2026.03.20 17:51:14.659660 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:14.659754 [ 267 ] {3a789fa6-d152-4d38-a98e-05b1e8b82130} executeQuery: (from [fd00:1122:3344:101::d]:42949) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:51:14.659794 [ 267 ] {3a789fa6-d152-4d38-a98e-05b1e8b82130} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:51:14.660117 [ 267 ] {3a789fa6-d152-4d38-a98e-05b1e8b82130} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:14.660151 [ 267 ] {3a789fa6-d152-4d38-a98e-05b1e8b82130} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:14.660446 [ 267 ] {3a789fa6-d152-4d38-a98e-05b1e8b82130} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:14.660649 [ 267 ] {3a789fa6-d152-4d38-a98e-05b1e8b82130} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:14.660775 [ 267 ] {3a789fa6-d152-4d38-a98e-05b1e8b82130} executeQuery: Read 10 rows, 645.00 B in 0.001038 sec., 9633.911368015413 rows/sec., 606.82 KiB/sec. 2026.03.20 17:51:14.660812 [ 267 ] {3a789fa6-d152-4d38-a98e-05b1e8b82130} TCPHandler: Processed in 0.001201698 sec. 2026.03.20 17:51:17.681536 [ 44 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:51:17.681606 [ 44 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:51:17.740251 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3877 2026.03.20 17:51:17.740730 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:17.740782 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:17.741273 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:17.741518 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:17.741669 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3877 2026.03.20 17:51:17.749879 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 266 2026.03.20 17:51:17.752118 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:17.752177 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:17.753343 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:17.753619 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:17.753775 [ 44 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 17:51:17.753860 [ 44 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:17.753896 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:17.753953 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 266 2026.03.20 17:51:17.754048 [ 192 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.20 17:51:17.754854 [ 192 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:17.755014 [ 192 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2026.03.20 17:51:17.755428 [ 192 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.03.20 17:51:17.755830 [ 192 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 78 rows starting from the beginning of the part 2026.03.20 17:51:17.756210 [ 192 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part 2026.03.20 17:51:17.756584 [ 192 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2026.03.20 17:51:17.756933 [ 192 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part 2026.03.20 17:51:17.762897 [ 186 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 72 columns (72 merged, 0 gathered) in 0.008919667 sec., 29821.741103115175 rows/sec., 27.46 MiB/sec. 2026.03.20 17:51:17.763794 [ 190 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 17:51:17.764369 [ 190 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_6_1} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:17.764441 [ 190 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_6_1} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 17:51:17.764661 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2026.03.20 17:51:17.941392 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.20 17:51:17.959573 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:17.959624 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:17.965982 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:17.966684 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:17.969526 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.20 17:51:18.000165 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.22 MiB, peak 187.25 MiB, free memory in arenas 0.00 B, will set to 184.27 MiB (RSS), difference: 2.05 MiB 2026.03.20 17:51:19.379226 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:19.379338 [ 267 ] {} TCP-Session: e8ca4309-6f14-42af-b507-5a6a86550a6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:19.664665 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:19.664845 [ 268 ] {1a4a65ad-7032-4c14-b3fc-1c05cafde415} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:51:19.664911 [ 268 ] {1a4a65ad-7032-4c14-b3fc-1c05cafde415} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:51:19.665679 [ 268 ] {1a4a65ad-7032-4c14-b3fc-1c05cafde415} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.665732 [ 268 ] {1a4a65ad-7032-4c14-b3fc-1c05cafde415} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.666138 [ 268 ] {1a4a65ad-7032-4c14-b3fc-1c05cafde415} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:51:19.666366 [ 268 ] {1a4a65ad-7032-4c14-b3fc-1c05cafde415} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.666519 [ 268 ] {1a4a65ad-7032-4c14-b3fc-1c05cafde415} executeQuery: Read 284 rows, 18.47 KiB in 0.001726 sec., 164542.29432213207 rows/sec., 10.45 MiB/sec. 2026.03.20 17:51:19.666521 [ 42 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.20 17:51:19.666560 [ 268 ] {1a4a65ad-7032-4c14-b3fc-1c05cafde415} TCPHandler: Processed in 0.002042678 sec. 2026.03.20 17:51:19.666602 [ 42 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.666642 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.666711 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:19.666762 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.20 17:51:19.666811 [ 268 ] {a3598b15-5ae7-490c-ad56-61ab799decae} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:51:19.666860 [ 268 ] {a3598b15-5ae7-490c-ad56-61ab799decae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:51:19.666891 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:19.666932 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.03.20 17:51:19.667006 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.03.20 17:51:19.667061 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.03.20 17:51:19.667112 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.03.20 17:51:19.667159 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.03.20 17:51:19.667676 [ 268 ] {a3598b15-5ae7-490c-ad56-61ab799decae} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.667718 [ 268 ] {a3598b15-5ae7-490c-ad56-61ab799decae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.668122 [ 268 ] {a3598b15-5ae7-490c-ad56-61ab799decae} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:19.668204 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001493335 sec., 950891.7958796922 rows/sec., 64.02 MiB/sec. 2026.03.20 17:51:19.668370 [ 268 ] {a3598b15-5ae7-490c-ad56-61ab799decae} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.668515 [ 188 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.20 17:51:19.668541 [ 268 ] {a3598b15-5ae7-490c-ad56-61ab799decae} executeQuery: Read 809 rows, 65.58 KiB in 0.001748 sec., 462814.6453089245 rows/sec., 36.64 MiB/sec. 2026.03.20 17:51:19.668600 [ 268 ] {a3598b15-5ae7-490c-ad56-61ab799decae} TCPHandler: Processed in 0.001952105 sec. 2026.03.20 17:51:19.668721 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:19.668824 [ 268 ] {09fc96ab-2b68-4dd1-aacd-74891fac2023} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:51:19.668867 [ 268 ] {09fc96ab-2b68-4dd1-aacd-74891fac2023} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:51:19.668937 [ 188 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_5_1} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.669036 [ 188 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_5_1} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.20 17:51:19.669147 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.20 17:51:19.669383 [ 268 ] {09fc96ab-2b68-4dd1-aacd-74891fac2023} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.669427 [ 268 ] {09fc96ab-2b68-4dd1-aacd-74891fac2023} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.669797 [ 268 ] {09fc96ab-2b68-4dd1-aacd-74891fac2023} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:51:19.670029 [ 268 ] {09fc96ab-2b68-4dd1-aacd-74891fac2023} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.670168 [ 268 ] {09fc96ab-2b68-4dd1-aacd-74891fac2023} executeQuery: Read 174 rows, 10.95 KiB in 0.001369 sec., 127100.073046019 rows/sec., 7.81 MiB/sec. 2026.03.20 17:51:19.670210 [ 268 ] {09fc96ab-2b68-4dd1-aacd-74891fac2023} TCPHandler: Processed in 0.001539185 sec. 2026.03.20 17:51:19.670330 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:19.670428 [ 268 ] {9131c595-5631-4c00-99ef-1bac42cfafa0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:51:19.670468 [ 268 ] {9131c595-5631-4c00-99ef-1bac42cfafa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:51:19.670926 [ 268 ] {9131c595-5631-4c00-99ef-1bac42cfafa0} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.670963 [ 268 ] {9131c595-5631-4c00-99ef-1bac42cfafa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.671271 [ 268 ] {9131c595-5631-4c00-99ef-1bac42cfafa0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:51:19.671489 [ 268 ] {9131c595-5631-4c00-99ef-1bac42cfafa0} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.671593 [ 42 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.20 17:51:19.671626 [ 268 ] {9131c595-5631-4c00-99ef-1bac42cfafa0} executeQuery: Read 149 rows, 9.86 KiB in 0.001213 sec., 122835.94394064302 rows/sec., 7.94 MiB/sec. 2026.03.20 17:51:19.671630 [ 42 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.671671 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.671671 [ 268 ] {9131c595-5631-4c00-99ef-1bac42cfafa0} TCPHandler: Processed in 0.001393202 sec. 2026.03.20 17:51:19.671745 [ 190 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.20 17:51:19.671804 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:19.671855 [ 190 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:19.671887 [ 190 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.03.20 17:51:19.671904 [ 268 ] {80af8e87-ad71-4adb-a83b-fbbbbb2de99a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:51:19.671950 [ 268 ] {80af8e87-ad71-4adb-a83b-fbbbbb2de99a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:51:19.671977 [ 190 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.03.20 17:51:19.672030 [ 190 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.03.20 17:51:19.672066 [ 190 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 149 rows starting from the beginning of the part 2026.03.20 17:51:19.672105 [ 190 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 149 rows starting from the beginning of the part 2026.03.20 17:51:19.672409 [ 268 ] {80af8e87-ad71-4adb-a83b-fbbbbb2de99a} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.672450 [ 268 ] {80af8e87-ad71-4adb-a83b-fbbbbb2de99a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.672806 [ 268 ] {80af8e87-ad71-4adb-a83b-fbbbbb2de99a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:51:19.672933 [ 186 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 745 rows, containing 5 columns (5 merged, 0 gathered) in 0.001215518 sec., 612907.4188946605 rows/sec., 41.94 MiB/sec. 2026.03.20 17:51:19.673051 [ 268 ] {80af8e87-ad71-4adb-a83b-fbbbbb2de99a} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.673075 [ 190 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.20 17:51:19.673166 [ 42 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.20 17:51:19.673195 [ 268 ] {80af8e87-ad71-4adb-a83b-fbbbbb2de99a} executeQuery: Read 148 rows, 8.62 KiB in 0.001309 sec., 113063.40718105424 rows/sec., 6.43 MiB/sec. 2026.03.20 17:51:19.673197 [ 42 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.673243 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.673245 [ 268 ] {80af8e87-ad71-4adb-a83b-fbbbbb2de99a} TCPHandler: Processed in 0.001491445 sec. 2026.03.20 17:51:19.673344 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.20 17:51:19.673348 [ 186 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_5_1} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.673376 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:19.673454 [ 186 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_5_1} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.20 17:51:19.673464 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:19.673486 [ 268 ] {d628c1d9-0859-4660-a140-b3d7c69e49d1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:51:19.673512 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.03.20 17:51:19.673530 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.20 17:51:19.673532 [ 268 ] {d628c1d9-0859-4660-a140-b3d7c69e49d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:51:19.673620 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.03.20 17:51:19.673689 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.03.20 17:51:19.673737 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.03.20 17:51:19.673790 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.03.20 17:51:19.674117 [ 268 ] {d628c1d9-0859-4660-a140-b3d7c69e49d1} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.674158 [ 268 ] {d628c1d9-0859-4660-a140-b3d7c69e49d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.674526 [ 268 ] {d628c1d9-0859-4660-a140-b3d7c69e49d1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:19.674745 [ 193 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001438433 sec., 514448.7091161006 rows/sec., 31.22 MiB/sec. 2026.03.20 17:51:19.674766 [ 268 ] {d628c1d9-0859-4660-a140-b3d7c69e49d1} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.674899 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.20 17:51:19.674924 [ 268 ] {d628c1d9-0859-4660-a140-b3d7c69e49d1} executeQuery: Read 466 rows, 33.27 KiB in 0.001456 sec., 320054.94505494507 rows/sec., 22.31 MiB/sec. 2026.03.20 17:51:19.674974 [ 268 ] {d628c1d9-0859-4660-a140-b3d7c69e49d1} TCPHandler: Processed in 0.001648879 sec. 2026.03.20 17:51:19.675100 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:19.675196 [ 268 ] {53a13721-b8fb-4a55-856f-2af2551513f3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:51:19.675203 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_5_1} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.675241 [ 268 ] {53a13721-b8fb-4a55-856f-2af2551513f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:51:19.675281 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_5_1} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.20 17:51:19.675347 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.20 17:51:19.675611 [ 268 ] {53a13721-b8fb-4a55-856f-2af2551513f3} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.675654 [ 268 ] {53a13721-b8fb-4a55-856f-2af2551513f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.675980 [ 268 ] {53a13721-b8fb-4a55-856f-2af2551513f3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:51:19.676203 [ 268 ] {53a13721-b8fb-4a55-856f-2af2551513f3} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.676340 [ 268 ] {53a13721-b8fb-4a55-856f-2af2551513f3} executeQuery: Read 6 rows, 321.00 B in 0.001162 sec., 5163.5111876075725 rows/sec., 269.77 KiB/sec. 2026.03.20 17:51:19.676377 [ 268 ] {53a13721-b8fb-4a55-856f-2af2551513f3} TCPHandler: Processed in 0.00132878 sec. 2026.03.20 17:51:19.676497 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:19.676594 [ 268 ] {2ab48dcb-e825-4079-88c3-87a72af90573} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:19.676637 [ 268 ] {2ab48dcb-e825-4079-88c3-87a72af90573} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:51:19.677009 [ 268 ] {2ab48dcb-e825-4079-88c3-87a72af90573} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.677047 [ 268 ] {2ab48dcb-e825-4079-88c3-87a72af90573} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.677380 [ 268 ] {2ab48dcb-e825-4079-88c3-87a72af90573} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:19.677595 [ 268 ] {2ab48dcb-e825-4079-88c3-87a72af90573} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.677726 [ 268 ] {2ab48dcb-e825-4079-88c3-87a72af90573} executeQuery: Read 115 rows, 7.38 KiB in 0.00115 sec., 100000 rows/sec., 6.27 MiB/sec. 2026.03.20 17:51:19.677765 [ 268 ] {2ab48dcb-e825-4079-88c3-87a72af90573} TCPHandler: Processed in 0.001320101 sec. 2026.03.20 17:51:19.677895 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:19.677991 [ 268 ] {20f8762b-6659-414d-b446-50757b05b263} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:51:19.678035 [ 268 ] {20f8762b-6659-414d-b446-50757b05b263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:51:19.678365 [ 268 ] {20f8762b-6659-414d-b446-50757b05b263} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.678401 [ 268 ] {20f8762b-6659-414d-b446-50757b05b263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.678715 [ 268 ] {20f8762b-6659-414d-b446-50757b05b263} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:51:19.678935 [ 268 ] {20f8762b-6659-414d-b446-50757b05b263} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.679040 [ 42 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.20 17:51:19.679066 [ 268 ] {20f8762b-6659-414d-b446-50757b05b263} executeQuery: Read 1 rows, 69.00 B in 0.001093 sec., 914.9130832570905 rows/sec., 61.65 KiB/sec. 2026.03.20 17:51:19.679076 [ 42 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.679108 [ 268 ] {20f8762b-6659-414d-b446-50757b05b263} TCPHandler: Processed in 0.00126477 sec. 2026.03.20 17:51:19.679109 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.679200 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.20 17:51:19.679239 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:19.679294 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:19.679325 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::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.03.20 17:51:19.679339 [ 268 ] {a23262d8-0719-4cc2-ba91-431c47332f6e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:19.679368 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::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.03.20 17:51:19.679399 [ 268 ] {a23262d8-0719-4cc2-ba91-431c47332f6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:51:19.679409 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::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.03.20 17:51:19.679452 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::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.03.20 17:51:19.679487 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::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.03.20 17:51:19.680109 [ 196 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.000939382 sec., 5322.648294304127 rows/sec., 358.66 KiB/sec. 2026.03.20 17:51:19.680220 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.20 17:51:19.680239 [ 268 ] {a23262d8-0719-4cc2-ba91-431c47332f6e} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.680282 [ 268 ] {a23262d8-0719-4cc2-ba91-431c47332f6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.680489 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_5_1} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.680561 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_5_1} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.20 17:51:19.680618 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.20 17:51:19.680894 [ 268 ] {a23262d8-0719-4cc2-ba91-431c47332f6e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:51:19.681134 [ 268 ] {a23262d8-0719-4cc2-ba91-431c47332f6e} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.681278 [ 268 ] {a23262d8-0719-4cc2-ba91-431c47332f6e} executeQuery: Read 32 rows, 58.72 KiB in 0.001955 sec., 16368.286445012787 rows/sec., 29.33 MiB/sec. 2026.03.20 17:51:19.681340 [ 268 ] {a23262d8-0719-4cc2-ba91-431c47332f6e} TCPHandler: Processed in 0.00215283 sec. 2026.03.20 17:51:19.681456 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:19.681558 [ 268 ] {e4abd10f-cc85-4d54-8de3-4670d47ed721} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:51:19.681603 [ 268 ] {e4abd10f-cc85-4d54-8de3-4670d47ed721} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:51:19.681953 [ 268 ] {e4abd10f-cc85-4d54-8de3-4670d47ed721} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:19.681988 [ 268 ] {e4abd10f-cc85-4d54-8de3-4670d47ed721} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:19.682308 [ 268 ] {e4abd10f-cc85-4d54-8de3-4670d47ed721} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:19.682518 [ 268 ] {e4abd10f-cc85-4d54-8de3-4670d47ed721} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:19.682645 [ 268 ] {e4abd10f-cc85-4d54-8de3-4670d47ed721} executeQuery: Read 40 rows, 2.26 KiB in 0.001109 sec., 36068.53020739405 rows/sec., 1.99 MiB/sec. 2026.03.20 17:51:19.682680 [ 268 ] {e4abd10f-cc85-4d54-8de3-4670d47ed721} TCPHandler: Processed in 0.001275019 sec. 2026.03.20 17:51:20.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 183.17 MiB, peak 187.25 MiB, free memory in arenas 0.00 B, will set to 184.61 MiB (RSS), difference: 1.44 MiB 2026.03.20 17:51:22.070874 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36408 2026.03.20 17:51:22.071030 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:22.071069 [ 267 ] {} TCP-Session: b4a3ca76-7378-42a3-821d-5cbe6ea7c100 Authenticating user 'default' from [fd00:1122:3344:101::e]:36408 2026.03.20 17:51:22.071099 [ 267 ] {} TCP-Session: b4a3ca76-7378-42a3-821d-5cbe6ea7c100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.071117 [ 267 ] {} TCP-Session: b4a3ca76-7378-42a3-821d-5cbe6ea7c100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.071450 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48811 2026.03.20 17:51:22.071490 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34986 2026.03.20 17:51:22.071507 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48437 2026.03.20 17:51:22.071571 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40396 2026.03.20 17:51:22.071637 [ 267 ] {} TCP-Session: b4a3ca76-7378-42a3-821d-5cbe6ea7c100 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:22.071635 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:22.071579 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61229 2026.03.20 17:51:22.071707 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:22.071731 [ 287 ] {} TCP-Session: a19bf48b-6dbc-4116-80f8-0598efabeb04 Authenticating user 'default' from [fd00:1122:3344:101::e]:34986 2026.03.20 17:51:22.071776 [ 288 ] {} TCP-Session: b3dc71e5-0ffa-4c29-a41c-4ef01f07a26e Authenticating user 'default' from [fd00:1122:3344:101::e]:48437 2026.03.20 17:51:22.071793 [ 287 ] {} TCP-Session: a19bf48b-6dbc-4116-80f8-0598efabeb04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.071547 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:22.071820 [ 288 ] {} TCP-Session: b3dc71e5-0ffa-4c29-a41c-4ef01f07a26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.071864 [ 286 ] {} TCP-Session: 77b517ca-15e0-426f-9812-edeb2d6a2a61 Authenticating user 'default' from [fd00:1122:3344:101::e]:48811 2026.03.20 17:51:22.071867 [ 267 ] {3aa0cf1d-d9d3-45df-9c14-03117746ac04} executeQuery: (from [fd00:1122:3344:101::e]:36408) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:51:22.071898 [ 286 ] {} TCP-Session: 77b517ca-15e0-426f-9812-edeb2d6a2a61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.071871 [ 288 ] {} TCP-Session: b3dc71e5-0ffa-4c29-a41c-4ef01f07a26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.071922 [ 286 ] {} TCP-Session: 77b517ca-15e0-426f-9812-edeb2d6a2a61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.071541 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59564 2026.03.20 17:51:22.071528 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61268 2026.03.20 17:51:22.072046 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:22.071523 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64454 2026.03.20 17:51:22.072098 [ 292 ] {} TCP-Session: 620e5c57-5b32-4be3-99f6-ba7c774c6ca7 Authenticating user 'default' from [fd00:1122:3344:101::e]:40396 2026.03.20 17:51:22.071823 [ 287 ] {} TCP-Session: a19bf48b-6dbc-4116-80f8-0598efabeb04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.072153 [ 292 ] {} TCP-Session: 620e5c57-5b32-4be3-99f6-ba7c774c6ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.072182 [ 292 ] {} TCP-Session: 620e5c57-5b32-4be3-99f6-ba7c774c6ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.072181 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:22.072239 [ 293 ] {} TCP-Session: 8159ca9f-d404-4c79-baff-7e76461c8309 Authenticating user 'default' from [fd00:1122:3344:101::e]:61229 2026.03.20 17:51:22.072263 [ 293 ] {} TCP-Session: 8159ca9f-d404-4c79-baff-7e76461c8309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.072280 [ 293 ] {} TCP-Session: 8159ca9f-d404-4c79-baff-7e76461c8309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.072293 [ 267 ] {3aa0cf1d-d9d3-45df-9c14-03117746ac04} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:51:22.072377 [ 267 ] {3aa0cf1d-d9d3-45df-9c14-03117746ac04} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:22.072400 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:22.072442 [ 291 ] {} TCP-Session: da0d59e2-f33d-438f-9d09-4883339d5b2b Authenticating user 'default' from [fd00:1122:3344:101::e]:59564 2026.03.20 17:51:22.072446 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:22.072467 [ 291 ] {} TCP-Session: da0d59e2-f33d-438f-9d09-4883339d5b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.072501 [ 289 ] {} TCP-Session: 94c90e2d-cf39-4f48-95db-5182f7c4ab2b Authenticating user 'default' from [fd00:1122:3344:101::e]:61268 2026.03.20 17:51:22.072505 [ 291 ] {} TCP-Session: da0d59e2-f33d-438f-9d09-4883339d5b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.072537 [ 289 ] {} TCP-Session: 94c90e2d-cf39-4f48-95db-5182f7c4ab2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.072553 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:22.072563 [ 289 ] {} TCP-Session: 94c90e2d-cf39-4f48-95db-5182f7c4ab2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.072601 [ 290 ] {} TCP-Session: b4d16822-a63a-4ab2-b44d-578bbfc8c1b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:64454 2026.03.20 17:51:22.072633 [ 290 ] {} TCP-Session: b4d16822-a63a-4ab2-b44d-578bbfc8c1b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.072650 [ 290 ] {} TCP-Session: b4d16822-a63a-4ab2-b44d-578bbfc8c1b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.072765 [ 267 ] {3aa0cf1d-d9d3-45df-9c14-03117746ac04} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:51:22.072881 [ 267 ] {3aa0cf1d-d9d3-45df-9c14-03117746ac04} Aggregator: Compile expression max()(UInt64) 0 2026.03.20 17:51:22.438470 [ 310 ] {3aa0cf1d-d9d3-45df-9c14-03117746ac04} AggregatingTransform: Aggregating 2026.03.20 17:51:22.438544 [ 310 ] {3aa0cf1d-d9d3-45df-9c14-03117746ac04} Aggregator: Aggregation method: without_key 2026.03.20 17:51:22.438580 [ 310 ] {3aa0cf1d-d9d3-45df-9c14-03117746ac04} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001356451 sec. (737.218 rows/sec., 28.80 KiB/sec.) 2026.03.20 17:51:22.438596 [ 310 ] {3aa0cf1d-d9d3-45df-9c14-03117746ac04} Aggregator: Merging aggregated data 2026.03.20 17:51:22.439586 [ 267 ] {3aa0cf1d-d9d3-45df-9c14-03117746ac04} executeQuery: Read 1 rows, 40.00 B in 0.367801 sec., 2.7188615582883138 rows/sec., 108.75 B/sec. 2026.03.20 17:51:22.439755 [ 267 ] {3aa0cf1d-d9d3-45df-9c14-03117746ac04} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.20 17:51:22.439771 [ 267 ] {3aa0cf1d-d9d3-45df-9c14-03117746ac04} TCPHandler: Processed in 0.368338843 sec. 2026.03.20 17:51:22.439899 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:22.439941 [ 286 ] {} TCP-Session: 77b517ca-15e0-426f-9812-edeb2d6a2a61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.439947 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:22.439966 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:22.440000 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:22.440017 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:22.440052 [ 287 ] {} TCP-Session: a19bf48b-6dbc-4116-80f8-0598efabeb04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.440058 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:22.440086 [ 289 ] {} TCP-Session: 94c90e2d-cf39-4f48-95db-5182f7c4ab2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.440068 [ 291 ] {} TCP-Session: da0d59e2-f33d-438f-9d09-4883339d5b2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.440116 [ 293 ] {} TCP-Session: 8159ca9f-d404-4c79-baff-7e76461c8309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.440039 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:22.440027 [ 292 ] {} TCP-Session: 620e5c57-5b32-4be3-99f6-ba7c774c6ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.439976 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:22.440195 [ 288 ] {} TCP-Session: b3dc71e5-0ffa-4c29-a41c-4ef01f07a26e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.440070 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:22.440247 [ 290 ] {} TCP-Session: b4d16822-a63a-4ab2-b44d-578bbfc8c1b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:22.440279 [ 267 ] {} TCP-Session: b4a3ca76-7378-42a3-821d-5cbe6ea7c100 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.000313 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 186.06 MiB, peak 198.20 MiB, free memory in arenas 0.00 B, will set to 204.85 MiB (RSS), difference: 18.79 MiB 2026.03.20 17:51:23.302743 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37078 2026.03.20 17:51:23.302865 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:23.302894 [ 288 ] {} TCP-Session: 9e7d5129-7025-44fc-b2bf-371657f9ff99 Authenticating user 'default' from [fd00:1122:3344:101::e]:37078 2026.03.20 17:51:23.302917 [ 288 ] {} TCP-Session: 9e7d5129-7025-44fc-b2bf-371657f9ff99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.302932 [ 288 ] {} TCP-Session: 9e7d5129-7025-44fc-b2bf-371657f9ff99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303133 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57155 2026.03.20 17:51:23.303161 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51848 2026.03.20 17:51:23.303153 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45415 2026.03.20 17:51:23.303212 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54851 2026.03.20 17:51:23.303228 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63619 2026.03.20 17:51:23.303259 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:23.303260 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:23.303294 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:23.303308 [ 292 ] {} TCP-Session: 5fc15809-6af4-460a-984e-19a440e493b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:51848 2026.03.20 17:51:23.303335 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:23.303335 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:23.303358 [ 292 ] {} TCP-Session: 5fc15809-6af4-460a-984e-19a440e493b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303375 [ 294 ] {} TCP-Session: dffae3d5-8067-41a1-8ebc-5035a83bd821 Authenticating user 'default' from [fd00:1122:3344:101::e]:54851 2026.03.20 17:51:23.303380 [ 286 ] {} TCP-Session: 412894c4-1a08-44bd-a047-8ff93ac8c4dc Authenticating user 'default' from [fd00:1122:3344:101::e]:63619 2026.03.20 17:51:23.303390 [ 292 ] {} TCP-Session: 5fc15809-6af4-460a-984e-19a440e493b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303410 [ 294 ] {} TCP-Session: dffae3d5-8067-41a1-8ebc-5035a83bd821 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303416 [ 286 ] {} TCP-Session: 412894c4-1a08-44bd-a047-8ff93ac8c4dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303456 [ 294 ] {} TCP-Session: dffae3d5-8067-41a1-8ebc-5035a83bd821 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303341 [ 291 ] {} TCP-Session: 9aa1fc81-ea81-44a7-9630-e13694bc88ef Authenticating user 'default' from [fd00:1122:3344:101::e]:45415 2026.03.20 17:51:23.303487 [ 286 ] {} TCP-Session: 412894c4-1a08-44bd-a047-8ff93ac8c4dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303526 [ 291 ] {} TCP-Session: 9aa1fc81-ea81-44a7-9630-e13694bc88ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303326 [ 289 ] {} TCP-Session: 23e20a18-d897-4b3e-956c-edad6598514d Authenticating user 'default' from [fd00:1122:3344:101::e]:57155 2026.03.20 17:51:23.303552 [ 291 ] {} TCP-Session: 9aa1fc81-ea81-44a7-9630-e13694bc88ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303576 [ 289 ] {} TCP-Session: 23e20a18-d897-4b3e-956c-edad6598514d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303212 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35988 2026.03.20 17:51:23.303603 [ 289 ] {} TCP-Session: 23e20a18-d897-4b3e-956c-edad6598514d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303143 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48511 2026.03.20 17:51:23.303292 [ 288 ] {} TCP-Session: 9e7d5129-7025-44fc-b2bf-371657f9ff99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:23.303698 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:23.303740 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:23.303753 [ 293 ] {} TCP-Session: c2543ace-d9f9-48f8-bd98-8757b04a5077 Authenticating user 'default' from [fd00:1122:3344:101::e]:35988 2026.03.20 17:51:23.303769 [ 290 ] {} TCP-Session: b9007d88-9282-4102-a66e-d381dcfe8685 Authenticating user 'default' from [fd00:1122:3344:101::e]:48511 2026.03.20 17:51:23.303219 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45424 2026.03.20 17:51:23.303797 [ 290 ] {} TCP-Session: b9007d88-9282-4102-a66e-d381dcfe8685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303791 [ 293 ] {} TCP-Session: c2543ace-d9f9-48f8-bd98-8757b04a5077 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303826 [ 290 ] {} TCP-Session: b9007d88-9282-4102-a66e-d381dcfe8685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303852 [ 293 ] {} TCP-Session: c2543ace-d9f9-48f8-bd98-8757b04a5077 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.303859 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:51:23.303892 [ 288 ] {8e147b09-6a1e-4370-95da-88d161c1a3a5} executeQuery: (from [fd00:1122:3344:101::e]:37078) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:51:23.303955 [ 267 ] {} TCP-Session: ac2e30e8-93bd-433e-ae73-e087e307e25e Authenticating user 'default' from [fd00:1122:3344:101::e]:45424 2026.03.20 17:51:23.303982 [ 267 ] {} TCP-Session: ac2e30e8-93bd-433e-ae73-e087e307e25e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.304009 [ 267 ] {} TCP-Session: ac2e30e8-93bd-433e-ae73-e087e307e25e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.304222 [ 288 ] {8e147b09-6a1e-4370-95da-88d161c1a3a5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:51:23.304282 [ 288 ] {8e147b09-6a1e-4370-95da-88d161c1a3a5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:23.304592 [ 288 ] {8e147b09-6a1e-4370-95da-88d161c1a3a5} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:51:23.305613 [ 340 ] {8e147b09-6a1e-4370-95da-88d161c1a3a5} AggregatingTransform: Aggregating 2026.03.20 17:51:23.305697 [ 340 ] {8e147b09-6a1e-4370-95da-88d161c1a3a5} Aggregator: Aggregation method: without_key 2026.03.20 17:51:23.305736 [ 340 ] {8e147b09-6a1e-4370-95da-88d161c1a3a5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001040684 sec. (960.906 rows/sec., 37.54 KiB/sec.) 2026.03.20 17:51:23.305756 [ 340 ] {8e147b09-6a1e-4370-95da-88d161c1a3a5} Aggregator: Merging aggregated data 2026.03.20 17:51:23.307047 [ 288 ] {8e147b09-6a1e-4370-95da-88d161c1a3a5} executeQuery: Read 1 rows, 40.00 B in 0.00322 sec., 310.5590062111801 rows/sec., 12.13 KiB/sec. 2026.03.20 17:51:23.307233 [ 288 ] {8e147b09-6a1e-4370-95da-88d161c1a3a5} TCPHandler: Processed in 0.004098005 sec. 2026.03.20 17:51:23.307362 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:23.307393 [ 288 ] {} TCP-Session: 9e7d5129-7025-44fc-b2bf-371657f9ff99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.307393 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:23.307412 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:23.307432 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:23.307450 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:23.307481 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:23.307488 [ 286 ] {} TCP-Session: 412894c4-1a08-44bd-a047-8ff93ac8c4dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.307503 [ 294 ] {} TCP-Session: dffae3d5-8067-41a1-8ebc-5035a83bd821 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.307498 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:23.307516 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:23.307555 [ 291 ] {} TCP-Session: 9aa1fc81-ea81-44a7-9630-e13694bc88ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.307465 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:51:23.307586 [ 293 ] {} TCP-Session: c2543ace-d9f9-48f8-bd98-8757b04a5077 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.307460 [ 292 ] {} TCP-Session: 5fc15809-6af4-460a-984e-19a440e493b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.307630 [ 290 ] {} TCP-Session: b9007d88-9282-4102-a66e-d381dcfe8685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.307454 [ 289 ] {} TCP-Session: 23e20a18-d897-4b3e-956c-edad6598514d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:23.307516 [ 267 ] {} TCP-Session: ac2e30e8-93bd-433e-ae73-e087e307e25e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:51:24.654574 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.654846 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.655192 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.657142 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.657420 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.657497 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.657689 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.03.20 17:51:24.659818 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.661758 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.661793 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.663781 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.663813 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.676580 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} executeQuery: Read 21 rows, 794.00 B in 0.021841 sec., 961.4944370678999 rows/sec., 35.50 KiB/sec. 2026.03.20 17:51:24.676697 [ 268 ] {c050b5a3-4519-4826-bb61-0eb91648879d} TCPHandler: Processed in 0.022273937 sec. 2026.03.20 17:51:24.677028 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.677185 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.677437 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.677471 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.677658 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.677716 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.677830 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.03.20 17:51:24.677862 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.677882 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.677898 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.677933 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} 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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.677952 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.678441 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} executeQuery: Read 21 rows, 794.00 B in 0.001326 sec., 15837.104072398191 rows/sec., 584.76 KiB/sec. 2026.03.20 17:51:24.678524 [ 268 ] {b874b0a6-dff0-442e-b89d-0dd1c994b96c} TCPHandler: Processed in 0.001579766 sec. 2026.03.20 17:51:24.678726 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.678860 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.679076 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.679108 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.679287 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.679341 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.679445 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.03.20 17:51:24.679475 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.679494 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.679508 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.679541 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.679558 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.680015 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} executeQuery: Read 21 rows, 794.00 B in 0.001209 sec., 17369.727047146403 rows/sec., 641.35 KiB/sec. 2026.03.20 17:51:24.680097 [ 268 ] {75669f83-82e7-44fb-bec5-f50907e17e14} TCPHandler: Processed in 0.001419873 sec. 2026.03.20 17:51:24.680299 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.680433 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.680643 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.680677 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} 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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.680853 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.680905 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.681006 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.03.20 17:51:24.681035 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.681053 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.681067 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.681100 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} 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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.681118 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.681558 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} executeQuery: Read 21 rows, 794.00 B in 0.001179 sec., 17811.7048346056 rows/sec., 657.67 KiB/sec. 2026.03.20 17:51:24.681638 [ 268 ] {a3d99ecc-1622-4965-acdf-5ce2380616fd} TCPHandler: Processed in 0.001397643 sec. 2026.03.20 17:51:24.681855 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.681978 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.682169 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.682199 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.682361 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.682408 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.682517 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.03.20 17:51:24.682609 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.682628 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.682642 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.682674 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.682692 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.683146 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} executeQuery: Read 21 rows, 794.00 B in 0.001193 sec., 17602.68231349539 rows/sec., 649.95 KiB/sec. 2026.03.20 17:51:24.683224 [ 268 ] {7a061f51-2330-40e1-913d-b8335d2f78b3} TCPHandler: Processed in 0.001401292 sec. 2026.03.20 17:51:24.683444 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.683573 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.683775 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.683808 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.683982 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.684032 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.684127 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.03.20 17:51:24.684155 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.684173 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.684186 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.684218 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.684235 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.684669 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} executeQuery: Read 21 rows, 794.00 B in 0.001146 sec., 18324.60732984293 rows/sec., 676.61 KiB/sec. 2026.03.20 17:51:24.684754 [ 268 ] {72d0bfc9-c2c7-46dc-ac4a-43222d29c973} TCPHandler: Processed in 0.001360912 sec. 2026.03.20 17:51:24.685026 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.685154 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.685356 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.685389 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.685570 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.685621 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.685719 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.03.20 17:51:24.685746 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.685764 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.685777 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.685810 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.685827 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.686374 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} executeQuery: Read 21 rows, 794.00 B in 0.001267 sec., 16574.58563535912 rows/sec., 611.99 KiB/sec. 2026.03.20 17:51:24.686486 [ 268 ] {c35df485-a883-4135-9f6b-8ab52fdcf7b5} TCPHandler: Processed in 0.001511505 sec. 2026.03.20 17:51:24.686736 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.686875 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.687095 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.687135 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.687339 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.687395 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.687499 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.03.20 17:51:24.687528 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.687547 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.687561 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.687595 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.687618 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.688057 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} executeQuery: Read 21 rows, 794.00 B in 0.001236 sec., 16990.291262135925 rows/sec., 627.34 KiB/sec. 2026.03.20 17:51:24.688141 [ 268 ] {3f4e52a1-4ee7-4a51-abc5-4bef0ddb7ecc} TCPHandler: Processed in 0.001458974 sec. 2026.03.20 17:51:24.688343 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.688476 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.688690 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.688724 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.688911 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.688965 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.689067 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.03.20 17:51:24.689097 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.689115 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.689130 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.689162 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.689180 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.689587 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} executeQuery: Read 21 rows, 794.00 B in 0.001164 sec., 18041.23711340206 rows/sec., 666.14 KiB/sec. 2026.03.20 17:51:24.689671 [ 268 ] {5771ced5-fa85-4203-9ca3-406954f5494c} TCPHandler: Processed in 0.001379382 sec. 2026.03.20 17:51:24.689881 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.690014 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.690227 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.690260 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.690450 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.690503 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.690604 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.03.20 17:51:24.690636 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.690660 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.690674 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.690708 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.690726 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.691134 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} executeQuery: Read 21 rows, 794.00 B in 0.001173 sec., 17902.813299232737 rows/sec., 661.03 KiB/sec. 2026.03.20 17:51:24.691218 [ 268 ] {6df677c5-9e0b-4cfc-9f9f-b6f8aeeaaf83} TCPHandler: Processed in 0.001387802 sec. 2026.03.20 17:51:24.691424 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.691558 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.691764 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.691798 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.691988 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.692041 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.692139 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.03.20 17:51:24.692169 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.692187 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.692200 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.692233 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.692252 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.692666 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} executeQuery: Read 21 rows, 794.00 B in 0.001161 sec., 18087.855297157625 rows/sec., 667.86 KiB/sec. 2026.03.20 17:51:24.692746 [ 268 ] {dbfcc9a7-08e8-4e43-aa6e-a7286c6012ab} TCPHandler: Processed in 0.001373042 sec. 2026.03.20 17:51:24.692949 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.693083 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.693295 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.693330 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.693519 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.693572 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.693670 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.03.20 17:51:24.693697 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.693715 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.693728 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.693761 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.693779 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.694406 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} executeQuery: Read 21 rows, 794.00 B in 0.001378 sec., 15239.477503628446 rows/sec., 562.69 KiB/sec. 2026.03.20 17:51:24.694490 [ 268 ] {014c402f-86ce-49ae-9907-67a8e4f4fc64} TCPHandler: Processed in 0.001592787 sec. 2026.03.20 17:51:24.694690 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.694825 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.695032 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.695066 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.695259 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.695311 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.695408 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.03.20 17:51:24.695437 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.695454 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.695467 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.695501 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.695518 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.695945 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} executeQuery: Read 21 rows, 794.00 B in 0.001175 sec., 17872.340425531915 rows/sec., 659.91 KiB/sec. 2026.03.20 17:51:24.696026 [ 268 ] {f4a62b56-8b69-4d62-81b8-5866b357f005} TCPHandler: Processed in 0.001387012 sec. 2026.03.20 17:51:24.696223 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.696356 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} executeQuery: (from [fd00:1122:3344:101::d]:42523) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:24.696566 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:24.696600 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:24.696793 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.696846 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:24.696944 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.03.20 17:51:24.696972 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:24.696991 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.20 17:51:24.697005 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:24.697037 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:24.697055 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.03.20 17:51:24.697472 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} executeQuery: Read 21 rows, 794.00 B in 0.00117 sec., 17948.71794871795 rows/sec., 662.73 KiB/sec. 2026.03.20 17:51:24.697558 [ 268 ] {eceb5eca-4bfb-454d-b1b7-fc1498b0927e} TCPHandler: Processed in 0.001385122 sec. 2026.03.20 17:51:24.700527 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.700637 [ 268 ] {9951ac3e-c66a-4707-b58a-e2a5f34239f9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.20 17:51:24.700678 [ 268 ] {9951ac3e-c66a-4707-b58a-e2a5f34239f9} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:24.701205 [ 268 ] {9951ac3e-c66a-4707-b58a-e2a5f34239f9} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:24.701251 [ 268 ] {9951ac3e-c66a-4707-b58a-e2a5f34239f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:24.701669 [ 268 ] {9951ac3e-c66a-4707-b58a-e2a5f34239f9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:51:24.701874 [ 268 ] {9951ac3e-c66a-4707-b58a-e2a5f34239f9} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:24.702023 [ 268 ] {9951ac3e-c66a-4707-b58a-e2a5f34239f9} executeQuery: Read 14 rows, 2.01 KiB in 0.001419 sec., 9866.102889358704 rows/sec., 1.38 MiB/sec. 2026.03.20 17:51:24.702060 [ 268 ] {9951ac3e-c66a-4707-b58a-e2a5f34239f9} TCPHandler: Processed in 0.001585497 sec. 2026.03.20 17:51:24.702172 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.702273 [ 268 ] {945ec4d0-683c-4d9d-99bf-aaced47ce449} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:51:24.702316 [ 268 ] {945ec4d0-683c-4d9d-99bf-aaced47ce449} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:51:24.702745 [ 268 ] {945ec4d0-683c-4d9d-99bf-aaced47ce449} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:24.702786 [ 268 ] {945ec4d0-683c-4d9d-99bf-aaced47ce449} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:24.703148 [ 268 ] {945ec4d0-683c-4d9d-99bf-aaced47ce449} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:51:24.703403 [ 268 ] {945ec4d0-683c-4d9d-99bf-aaced47ce449} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:24.703560 [ 268 ] {945ec4d0-683c-4d9d-99bf-aaced47ce449} executeQuery: Read 2 rows, 167.00 B in 0.001308 sec., 1529.0519877675843 rows/sec., 124.68 KiB/sec. 2026.03.20 17:51:24.703604 [ 268 ] {945ec4d0-683c-4d9d-99bf-aaced47ce449} TCPHandler: Processed in 0.001483184 sec. 2026.03.20 17:51:24.703737 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.703849 [ 268 ] {be48abce-486a-46e4-b1b9-c8a023c0620c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:51:24.703888 [ 268 ] {be48abce-486a-46e4-b1b9-c8a023c0620c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:51:24.704304 [ 268 ] {be48abce-486a-46e4-b1b9-c8a023c0620c} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:24.704340 [ 268 ] {be48abce-486a-46e4-b1b9-c8a023c0620c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:24.704632 [ 268 ] {be48abce-486a-46e4-b1b9-c8a023c0620c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:51:24.704841 [ 268 ] {be48abce-486a-46e4-b1b9-c8a023c0620c} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:24.704972 [ 268 ] {be48abce-486a-46e4-b1b9-c8a023c0620c} executeQuery: Read 31 rows, 2.47 KiB in 0.001142 sec., 27145.359019264448 rows/sec., 2.11 MiB/sec. 2026.03.20 17:51:24.705013 [ 268 ] {be48abce-486a-46e4-b1b9-c8a023c0620c} TCPHandler: Processed in 0.001330961 sec. 2026.03.20 17:51:24.705153 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.705248 [ 268 ] {19a84736-90c5-4d36-80b5-82bdea21f860} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:51:24.705288 [ 268 ] {19a84736-90c5-4d36-80b5-82bdea21f860} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:51:24.705668 [ 268 ] {19a84736-90c5-4d36-80b5-82bdea21f860} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:24.705703 [ 268 ] {19a84736-90c5-4d36-80b5-82bdea21f860} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:24.705986 [ 268 ] {19a84736-90c5-4d36-80b5-82bdea21f860} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:24.706196 [ 268 ] {19a84736-90c5-4d36-80b5-82bdea21f860} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:24.706301 [ 34 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 17:51:24.706323 [ 268 ] {19a84736-90c5-4d36-80b5-82bdea21f860} executeQuery: Read 2 rows, 143.00 B in 0.001093 sec., 1829.826166514181 rows/sec., 127.77 KiB/sec. 2026.03.20 17:51:24.706369 [ 34 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:24.706377 [ 268 ] {19a84736-90c5-4d36-80b5-82bdea21f860} TCPHandler: Processed in 0.001273759 sec. 2026.03.20 17:51:24.706400 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:24.706503 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.706525 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.20 17:51:24.706598 [ 268 ] {1d2b1b58-2e2e-4166-a6e8-f77c2c6047f1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:51:24.706641 [ 268 ] {1d2b1b58-2e2e-4166-a6e8-f77c2c6047f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:51:24.706664 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:24.706713 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 154 rows starting from the beginning of the part 2026.03.20 17:51:24.706798 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 163 rows starting from the beginning of the part 2026.03.20 17:51:24.706852 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 164 rows starting from the beginning of the part 2026.03.20 17:51:24.706893 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 176 rows starting from the beginning of the part 2026.03.20 17:51:24.706937 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 174 rows starting from the beginning of the part 2026.03.20 17:51:24.706978 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.03.20 17:51:24.707040 [ 268 ] {1d2b1b58-2e2e-4166-a6e8-f77c2c6047f1} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:24.707080 [ 268 ] {1d2b1b58-2e2e-4166-a6e8-f77c2c6047f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:24.707419 [ 268 ] {1d2b1b58-2e2e-4166-a6e8-f77c2c6047f1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:51:24.707669 [ 268 ] {1d2b1b58-2e2e-4166-a6e8-f77c2c6047f1} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:24.707809 [ 268 ] {1d2b1b58-2e2e-4166-a6e8-f77c2c6047f1} executeQuery: Read 38 rows, 3.04 KiB in 0.001228 sec., 30944.625407166124 rows/sec., 2.42 MiB/sec. 2026.03.20 17:51:24.707847 [ 268 ] {1d2b1b58-2e2e-4166-a6e8-f77c2c6047f1} TCPHandler: Processed in 0.001394323 sec. 2026.03.20 17:51:24.707963 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.708009 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 833 rows, containing 5 columns (5 merged, 0 gathered) in 0.001533876 sec., 543068.6704792303 rows/sec., 35.12 MiB/sec. 2026.03.20 17:51:24.708063 [ 268 ] {ee269839-e05a-4cad-84d4-21b07d0737d1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:24.708110 [ 268 ] {ee269839-e05a-4cad-84d4-21b07d0737d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:51:24.708205 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 17:51:24.708473 [ 268 ] {ee269839-e05a-4cad-84d4-21b07d0737d1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:24.708515 [ 268 ] {ee269839-e05a-4cad-84d4-21b07d0737d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:24.708567 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_6_1} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:24.708690 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_6_1} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 17:51:24.708805 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.03.20 17:51:24.708870 [ 268 ] {ee269839-e05a-4cad-84d4-21b07d0737d1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:51:24.709082 [ 268 ] {ee269839-e05a-4cad-84d4-21b07d0737d1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:24.709212 [ 268 ] {ee269839-e05a-4cad-84d4-21b07d0737d1} executeQuery: Read 61 rows, 4.38 KiB in 0.001169 sec., 52181.35158254919 rows/sec., 3.66 MiB/sec. 2026.03.20 17:51:24.709248 [ 268 ] {ee269839-e05a-4cad-84d4-21b07d0737d1} TCPHandler: Processed in 0.001335981 sec. 2026.03.20 17:51:24.709365 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:24.709462 [ 268 ] {d1e7d897-5bb3-41d9-bfaf-94fb164ad88e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:51:24.709504 [ 268 ] {d1e7d897-5bb3-41d9-bfaf-94fb164ad88e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:51:24.709831 [ 268 ] {d1e7d897-5bb3-41d9-bfaf-94fb164ad88e} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:24.709866 [ 268 ] {d1e7d897-5bb3-41d9-bfaf-94fb164ad88e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:24.710166 [ 268 ] {d1e7d897-5bb3-41d9-bfaf-94fb164ad88e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:51:24.710377 [ 268 ] {d1e7d897-5bb3-41d9-bfaf-94fb164ad88e} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:24.710507 [ 268 ] {d1e7d897-5bb3-41d9-bfaf-94fb164ad88e} executeQuery: Read 30 rows, 2.04 KiB in 0.001064 sec., 28195.48872180451 rows/sec., 1.87 MiB/sec. 2026.03.20 17:51:24.710540 [ 268 ] {d1e7d897-5bb3-41d9-bfaf-94fb164ad88e} TCPHandler: Processed in 0.001226329 sec. 2026.03.20 17:51:25.242721 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4389 2026.03.20 17:51:25.243218 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:25.243256 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:25.243750 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:25.243999 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:25.244126 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4389 2026.03.20 17:51:25.470572 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.20 17:51:25.488722 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:25.488785 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:25.494898 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:25.495633 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:25.498606 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.20 17:51:26.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 205.93 MiB, peak 213.21 MiB, free memory in arenas 0.00 B, will set to 207.24 MiB (RSS), difference: 1.31 MiB 2026.03.20 17:51:27.754100 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 334 2026.03.20 17:51:27.757154 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:27.757199 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:27.758425 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:27.758712 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:27.758972 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 334 2026.03.20 17:51:29.667565 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:29.667793 [ 268 ] {fcd71594-3076-41a2-9b82-0a6329b62917} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:51:29.667873 [ 268 ] {fcd71594-3076-41a2-9b82-0a6329b62917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:51:29.668636 [ 268 ] {fcd71594-3076-41a2-9b82-0a6329b62917} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.668682 [ 268 ] {fcd71594-3076-41a2-9b82-0a6329b62917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.669063 [ 268 ] {fcd71594-3076-41a2-9b82-0a6329b62917} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:29.669280 [ 268 ] {fcd71594-3076-41a2-9b82-0a6329b62917} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.669444 [ 268 ] {fcd71594-3076-41a2-9b82-0a6329b62917} executeQuery: Read 284 rows, 18.47 KiB in 0.001768 sec., 160633.4841628959 rows/sec., 10.20 MiB/sec. 2026.03.20 17:51:29.669494 [ 268 ] {fcd71594-3076-41a2-9b82-0a6329b62917} TCPHandler: Processed in 0.00217548 sec. 2026.03.20 17:51:29.669612 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:29.669776 [ 268 ] {41d9c48d-b38c-4266-83b3-82c9e8780f28} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:51:29.669817 [ 268 ] {41d9c48d-b38c-4266-83b3-82c9e8780f28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:51:29.670508 [ 268 ] {41d9c48d-b38c-4266-83b3-82c9e8780f28} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.670543 [ 268 ] {41d9c48d-b38c-4266-83b3-82c9e8780f28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.670917 [ 268 ] {41d9c48d-b38c-4266-83b3-82c9e8780f28} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:51:29.671129 [ 268 ] {41d9c48d-b38c-4266-83b3-82c9e8780f28} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.671236 [ 27 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 17:51:29.671268 [ 268 ] {41d9c48d-b38c-4266-83b3-82c9e8780f28} executeQuery: Read 837 rows, 67.83 KiB in 0.001513 sec., 553205.5518836748 rows/sec., 43.78 MiB/sec. 2026.03.20 17:51:29.671272 [ 27 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.671302 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.671311 [ 268 ] {41d9c48d-b38c-4266-83b3-82c9e8780f28} TCPHandler: Processed in 0.001689229 sec. 2026.03.20 17:51:29.671432 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:29.671432 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.20 17:51:29.671532 [ 268 ] {2ee03249-6fc1-42e9-af21-24174882dd27} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:51:29.671577 [ 268 ] {2ee03249-6fc1-42e9-af21-24174882dd27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:51:29.671607 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:29.671650 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 792 rows starting from the beginning of the part 2026.03.20 17:51:29.671724 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 810 rows starting from the beginning of the part 2026.03.20 17:51:29.671772 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2026.03.20 17:51:29.671819 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 809 rows starting from the beginning of the part 2026.03.20 17:51:29.671863 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part 2026.03.20 17:51:29.671908 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 837 rows starting from the beginning of the part 2026.03.20 17:51:29.672019 [ 268 ] {2ee03249-6fc1-42e9-af21-24174882dd27} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.672061 [ 268 ] {2ee03249-6fc1-42e9-af21-24174882dd27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.672400 [ 268 ] {2ee03249-6fc1-42e9-af21-24174882dd27} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:29.672634 [ 268 ] {2ee03249-6fc1-42e9-af21-24174882dd27} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.672774 [ 268 ] {2ee03249-6fc1-42e9-af21-24174882dd27} executeQuery: Read 175 rows, 11.02 KiB in 0.00126 sec., 138888.88888888888 rows/sec., 8.54 MiB/sec. 2026.03.20 17:51:29.672814 [ 268 ] {2ee03249-6fc1-42e9-af21-24174882dd27} TCPHandler: Processed in 0.001434533 sec. 2026.03.20 17:51:29.672929 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:29.673024 [ 268 ] {0a064814-ea8e-48a5-823f-98080ddad403} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:51:29.673064 [ 268 ] {0a064814-ea8e-48a5-823f-98080ddad403} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:51:29.673363 [ 196 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3283 rows, containing 5 columns (5 merged, 0 gathered) in 0.001990527 sec., 1649311.966127563 rows/sec., 136.63 MiB/sec. 2026.03.20 17:51:29.673578 [ 268 ] {0a064814-ea8e-48a5-823f-98080ddad403} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.673619 [ 268 ] {0a064814-ea8e-48a5-823f-98080ddad403} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.673626 [ 199 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 17:51:29.673934 [ 268 ] {0a064814-ea8e-48a5-823f-98080ddad403} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:29.673941 [ 199 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_11_2} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.674026 [ 199 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_11_2} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 17:51:29.674105 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.20 17:51:29.674155 [ 268 ] {0a064814-ea8e-48a5-823f-98080ddad403} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.674284 [ 268 ] {0a064814-ea8e-48a5-823f-98080ddad403} executeQuery: Read 149 rows, 9.86 KiB in 0.001278 sec., 116588.4194053208 rows/sec., 7.53 MiB/sec. 2026.03.20 17:51:29.674325 [ 268 ] {0a064814-ea8e-48a5-823f-98080ddad403} TCPHandler: Processed in 0.001447273 sec. 2026.03.20 17:51:29.674442 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:29.674538 [ 268 ] {3d82d3e0-be49-4af4-9730-e2661aa628ad} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:51:29.674576 [ 268 ] {3d82d3e0-be49-4af4-9730-e2661aa628ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:51:29.674994 [ 268 ] {3d82d3e0-be49-4af4-9730-e2661aa628ad} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.675028 [ 268 ] {3d82d3e0-be49-4af4-9730-e2661aa628ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.675328 [ 268 ] {3d82d3e0-be49-4af4-9730-e2661aa628ad} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:29.675537 [ 268 ] {3d82d3e0-be49-4af4-9730-e2661aa628ad} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.675665 [ 268 ] {3d82d3e0-be49-4af4-9730-e2661aa628ad} executeQuery: Read 148 rows, 8.62 KiB in 0.001146 sec., 129144.85165794066 rows/sec., 7.34 MiB/sec. 2026.03.20 17:51:29.675704 [ 268 ] {3d82d3e0-be49-4af4-9730-e2661aa628ad} TCPHandler: Processed in 0.00131381 sec. 2026.03.20 17:51:29.675818 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:29.675914 [ 268 ] {06fb69dd-e8f8-4371-881d-2dba23ceb05e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:51:29.675954 [ 268 ] {06fb69dd-e8f8-4371-881d-2dba23ceb05e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:51:29.676494 [ 268 ] {06fb69dd-e8f8-4371-881d-2dba23ceb05e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.676529 [ 268 ] {06fb69dd-e8f8-4371-881d-2dba23ceb05e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.676944 [ 268 ] {06fb69dd-e8f8-4371-881d-2dba23ceb05e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:51:29.677188 [ 268 ] {06fb69dd-e8f8-4371-881d-2dba23ceb05e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.677283 [ 27 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 17:51:29.677314 [ 27 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.677320 [ 268 ] {06fb69dd-e8f8-4371-881d-2dba23ceb05e} executeQuery: Read 495 rows, 35.58 KiB in 0.001424 sec., 347612.3595505618 rows/sec., 24.40 MiB/sec. 2026.03.20 17:51:29.677331 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.677372 [ 268 ] {06fb69dd-e8f8-4371-881d-2dba23ceb05e} TCPHandler: Processed in 0.001603797 sec. 2026.03.20 17:51:29.677411 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.20 17:51:29.677497 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:29.677509 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:29.677548 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 475 rows starting from the beginning of the part 2026.03.20 17:51:29.677594 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 468 rows starting from the beginning of the part 2026.03.20 17:51:29.677603 [ 268 ] {21964d9e-f449-43b2-8695-409f44da7b31} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:51:29.677630 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.03.20 17:51:29.677651 [ 268 ] {21964d9e-f449-43b2-8695-409f44da7b31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:51:29.677669 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 466 rows starting from the beginning of the part 2026.03.20 17:51:29.677711 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 38 rows starting from the beginning of the part 2026.03.20 17:51:29.677745 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 495 rows starting from the beginning of the part 2026.03.20 17:51:29.678005 [ 268 ] {21964d9e-f449-43b2-8695-409f44da7b31} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.678047 [ 268 ] {21964d9e-f449-43b2-8695-409f44da7b31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.678383 [ 268 ] {21964d9e-f449-43b2-8695-409f44da7b31} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:29.678611 [ 268 ] {21964d9e-f449-43b2-8695-409f44da7b31} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.678702 [ 27 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 17:51:29.678727 [ 27 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.678742 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.678743 [ 268 ] {21964d9e-f449-43b2-8695-409f44da7b31} executeQuery: Read 6 rows, 321.00 B in 0.001159 sec., 5176.876617773943 rows/sec., 270.47 KiB/sec. 2026.03.20 17:51:29.678748 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.001367122 sec., 1426354.0488705472 rows/sec., 105.43 MiB/sec. 2026.03.20 17:51:29.678788 [ 268 ] {21964d9e-f449-43b2-8695-409f44da7b31} TCPHandler: Processed in 0.001342291 sec. 2026.03.20 17:51:29.678805 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.20 17:51:29.678906 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:29.678912 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:29.678956 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 17:51:29.678968 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::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.03.20 17:51:29.679009 [ 268 ] {626f3567-b246-4978-baca-77b23b0246fd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:29.679053 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::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.03.20 17:51:29.679058 [ 268 ] {626f3567-b246-4978-baca-77b23b0246fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:51:29.679133 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::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.03.20 17:51:29.679196 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::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.03.20 17:51:29.679239 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::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.03.20 17:51:29.679278 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::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.03.20 17:51:29.679308 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_11_2} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.679405 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_11_2} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 17:51:29.679477 [ 268 ] {626f3567-b246-4978-baca-77b23b0246fd} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.679507 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.03.20 17:51:29.679520 [ 268 ] {626f3567-b246-4978-baca-77b23b0246fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.679885 [ 268 ] {626f3567-b246-4978-baca-77b23b0246fd} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:51:29.680026 [ 195 ] {05b673bd-1065-454a-b193-02561891577e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001249079 sec., 28821.235486306312 rows/sec., 1.47 MiB/sec. 2026.03.20 17:51:29.680105 [ 268 ] {626f3567-b246-4978-baca-77b23b0246fd} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.680141 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 17:51:29.680202 [ 27 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 17:51:29.680232 [ 27 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.680243 [ 268 ] {626f3567-b246-4978-baca-77b23b0246fd} executeQuery: Read 165 rows, 10.93 KiB in 0.001253 sec., 131683.95849960097 rows/sec., 8.52 MiB/sec. 2026.03.20 17:51:29.680252 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.680283 [ 268 ] {626f3567-b246-4978-baca-77b23b0246fd} TCPHandler: Processed in 0.001427693 sec. 2026.03.20 17:51:29.680374 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.20 17:51:29.680393 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:29.680424 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::all_1_6_1} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.680501 [ 268 ] {5abd3ef2-e42f-4701-9cf3-ad5e96b03487} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:51:29.680504 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::all_1_6_1} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 17:51:29.680532 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:29.680552 [ 268 ] {5abd3ef2-e42f-4701-9cf3-ad5e96b03487} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:51:29.680583 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 378 rows starting from the beginning of the part 2026.03.20 17:51:29.680592 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.20 17:51:29.680696 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 116 rows starting from the beginning of the part 2026.03.20 17:51:29.680769 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::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.03.20 17:51:29.680826 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 115 rows starting from the beginning of the part 2026.03.20 17:51:29.680878 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 61 rows starting from the beginning of the part 2026.03.20 17:51:29.680883 [ 268 ] {5abd3ef2-e42f-4701-9cf3-ad5e96b03487} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.680928 [ 268 ] {5abd3ef2-e42f-4701-9cf3-ad5e96b03487} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.680928 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 165 rows starting from the beginning of the part 2026.03.20 17:51:29.681289 [ 268 ] {5abd3ef2-e42f-4701-9cf3-ad5e96b03487} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:29.681543 [ 268 ] {5abd3ef2-e42f-4701-9cf3-ad5e96b03487} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.681682 [ 268 ] {5abd3ef2-e42f-4701-9cf3-ad5e96b03487} executeQuery: Read 1 rows, 69.00 B in 0.001199 sec., 834.0283569641368 rows/sec., 56.20 KiB/sec. 2026.03.20 17:51:29.681724 [ 268 ] {5abd3ef2-e42f-4701-9cf3-ad5e96b03487} TCPHandler: Processed in 0.001381532 sec. 2026.03.20 17:51:29.681839 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:29.681935 [ 268 ] {6c723170-9dab-4fc6-a20e-d0310c0052cb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:29.681981 [ 194 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 845 rows, containing 5 columns (5 merged, 0 gathered) in 0.001660739 sec., 508809.6323383746 rows/sec., 32.67 MiB/sec. 2026.03.20 17:51:29.681991 [ 268 ] {6c723170-9dab-4fc6-a20e-d0310c0052cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:51:29.682145 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 17:51:29.682395 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_11_2} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.682461 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_11_2} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 17:51:29.682522 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.03.20 17:51:29.682846 [ 268 ] {6c723170-9dab-4fc6-a20e-d0310c0052cb} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.682890 [ 268 ] {6c723170-9dab-4fc6-a20e-d0310c0052cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.683515 [ 268 ] {6c723170-9dab-4fc6-a20e-d0310c0052cb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:51:29.683745 [ 268 ] {6c723170-9dab-4fc6-a20e-d0310c0052cb} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.683838 [ 27 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 17:51:29.683865 [ 27 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.683881 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.683881 [ 268 ] {6c723170-9dab-4fc6-a20e-d0310c0052cb} executeQuery: Read 33 rows, 60.55 KiB in 0.001965 sec., 16793.89312977099 rows/sec., 30.09 MiB/sec. 2026.03.20 17:51:29.683946 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.20 17:51:29.683949 [ 268 ] {6c723170-9dab-4fc6-a20e-d0310c0052cb} TCPHandler: Processed in 0.0021596 sec. 2026.03.20 17:51:29.684081 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:29.684131 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:29.684178 [ 268 ] {d1332410-ba95-4086-91b8-57ead27e06ae} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:51:29.684186 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::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.03.20 17:51:29.684229 [ 268 ] {d1332410-ba95-4086-91b8-57ead27e06ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:51:29.684315 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part 2026.03.20 17:51:29.684436 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part 2026.03.20 17:51:29.684547 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part 2026.03.20 17:51:29.684556 [ 268 ] {d1332410-ba95-4086-91b8-57ead27e06ae} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.684597 [ 268 ] {d1332410-ba95-4086-91b8-57ead27e06ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.684651 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part 2026.03.20 17:51:29.684758 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 33 rows starting from the beginning of the part 2026.03.20 17:51:29.684937 [ 268 ] {d1332410-ba95-4086-91b8-57ead27e06ae} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:51:29.685196 [ 268 ] {d1332410-ba95-4086-91b8-57ead27e06ae} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.685294 [ 27 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 17:51:29.685322 [ 27 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:29.685328 [ 268 ] {d1332410-ba95-4086-91b8-57ead27e06ae} executeQuery: Read 60 rows, 3.66 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.06 MiB/sec. 2026.03.20 17:51:29.685340 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:29.685368 [ 268 ] {d1332410-ba95-4086-91b8-57ead27e06ae} TCPHandler: Processed in 0.001336641 sec. 2026.03.20 17:51:29.685410 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.20 17:51:29.685496 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:29.685522 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 150 rows starting from the beginning of the part 2026.03.20 17:51:29.685567 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part 2026.03.20 17:51:29.685605 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:51:29.685646 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2026.03.20 17:51:29.685682 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part 2026.03.20 17:51:29.685715 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.03.20 17:51:29.686432 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 4 columns (4 merged, 0 gathered) in 0.001051874 sec., 313725.78844994743 rows/sec., 18.10 MiB/sec. 2026.03.20 17:51:29.686554 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 17:51:29.686861 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_11_2} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.686928 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_11_2} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 17:51:29.686981 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.20 17:51:29.687137 [ 191 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 19 columns (19 merged, 0 gathered) in 0.003220805 sec., 45330.28233624823 rows/sec., 81.23 MiB/sec. 2026.03.20 17:51:29.687454 [ 190 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 17:51:29.687751 [ 190 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_6_1} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:29.687813 [ 190 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_6_1} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 17:51:29.687883 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.03.20 17:51:32.681651 [ 23 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:51:32.681707 [ 23 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:51:32.744306 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4837 2026.03.20 17:51:32.744849 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:32.744904 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.89 GiB. 2026.03.20 17:51:32.745439 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:51:32.745676 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:32.745808 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4837 2026.03.20 17:51:32.998782 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.20 17:51:33.018218 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:33.018292 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:33.024574 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:51:33.025238 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:33.028170 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.20 17:51:34.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.53 MiB, peak 214.83 MiB, free memory in arenas 0.00 B, will set to 210.42 MiB (RSS), difference: 1.89 MiB 2026.03.20 17:51:34.657289 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:34.657471 [ 268 ] {a9a09ac4-63dc-42c3-b67a-f64ff68973dd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:51:34.657544 [ 268 ] {a9a09ac4-63dc-42c3-b67a-f64ff68973dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:51:34.658154 [ 268 ] {a9a09ac4-63dc-42c3-b67a-f64ff68973dd} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:34.658203 [ 268 ] {a9a09ac4-63dc-42c3-b67a-f64ff68973dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:34.658603 [ 268 ] {a9a09ac4-63dc-42c3-b67a-f64ff68973dd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:51:34.658850 [ 268 ] {a9a09ac4-63dc-42c3-b67a-f64ff68973dd} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:34.659006 [ 268 ] {a9a09ac4-63dc-42c3-b67a-f64ff68973dd} executeQuery: Read 30 rows, 2.40 KiB in 0.001586 sec., 18915.510718789406 rows/sec., 1.48 MiB/sec. 2026.03.20 17:51:34.659049 [ 268 ] {a9a09ac4-63dc-42c3-b67a-f64ff68973dd} TCPHandler: Processed in 0.001899534 sec. 2026.03.20 17:51:34.659169 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:34.659268 [ 268 ] {e0907dfb-9acb-43fb-901f-64c5a7d2642f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:51:34.659311 [ 268 ] {e0907dfb-9acb-43fb-901f-64c5a7d2642f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:51:34.659722 [ 268 ] {e0907dfb-9acb-43fb-901f-64c5a7d2642f} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:34.659758 [ 268 ] {e0907dfb-9acb-43fb-901f-64c5a7d2642f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:34.660068 [ 268 ] {e0907dfb-9acb-43fb-901f-64c5a7d2642f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:51:34.660325 [ 268 ] {e0907dfb-9acb-43fb-901f-64c5a7d2642f} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:34.660471 [ 268 ] {e0907dfb-9acb-43fb-901f-64c5a7d2642f} executeQuery: Read 36 rows, 2.88 KiB in 0.001221 sec., 29484.02948402948 rows/sec., 2.30 MiB/sec. 2026.03.20 17:51:34.660523 [ 268 ] {e0907dfb-9acb-43fb-901f-64c5a7d2642f} TCPHandler: Processed in 0.001404483 sec. 2026.03.20 17:51:34.660664 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:34.660786 [ 268 ] {f9b639d8-d239-4301-9021-39164a6d2f29} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:34.660840 [ 268 ] {f9b639d8-d239-4301-9021-39164a6d2f29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:51:34.661251 [ 268 ] {f9b639d8-d239-4301-9021-39164a6d2f29} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:34.661287 [ 268 ] {f9b639d8-d239-4301-9021-39164a6d2f29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:34.661639 [ 268 ] {f9b639d8-d239-4301-9021-39164a6d2f29} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:51:34.661856 [ 268 ] {f9b639d8-d239-4301-9021-39164a6d2f29} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:34.661983 [ 268 ] {f9b639d8-d239-4301-9021-39164a6d2f29} executeQuery: Read 60 rows, 4.31 KiB in 0.001217 sec., 49301.561216105176 rows/sec., 3.46 MiB/sec. 2026.03.20 17:51:34.662021 [ 268 ] {f9b639d8-d239-4301-9021-39164a6d2f29} TCPHandler: Processed in 0.001424273 sec. 2026.03.20 17:51:34.662154 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:34.662250 [ 268 ] {d87950b7-833e-4949-b4dc-9eaff22e429e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:51:34.662295 [ 268 ] {d87950b7-833e-4949-b4dc-9eaff22e429e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:51:34.662615 [ 268 ] {d87950b7-833e-4949-b4dc-9eaff22e429e} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:34.662650 [ 268 ] {d87950b7-833e-4949-b4dc-9eaff22e429e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:34.662950 [ 268 ] {d87950b7-833e-4949-b4dc-9eaff22e429e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:51:34.663156 [ 268 ] {d87950b7-833e-4949-b4dc-9eaff22e429e} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:34.663306 [ 268 ] {d87950b7-833e-4949-b4dc-9eaff22e429e} executeQuery: Read 30 rows, 2.04 KiB in 0.001073 sec., 27958.993476234857 rows/sec., 1.85 MiB/sec. 2026.03.20 17:51:34.663343 [ 268 ] {d87950b7-833e-4949-b4dc-9eaff22e429e} TCPHandler: Processed in 0.001239598 sec. 2026.03.20 17:51:37.759298 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 364 2026.03.20 17:51:37.761343 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:37.761387 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:37.762483 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:37.762743 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:37.762981 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 364 2026.03.20 17:51:39.655365 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.655623 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:51:39.655975 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:51:39.656016 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:51:39.656272 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:39.656342 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:51:39.656487 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.20 17:51:39.656613 [ 277 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:51:39.656613 [ 344 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:51:39.656737 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.20 17:51:39.656767 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:51:39.658808 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:51:39.658840 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.20 17:51:39.658903 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:39.658950 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:51:39.659789 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} executeQuery: Read 35 rows, 1.35 KiB in 0.004265 sec., 8206.3305978898 rows/sec., 315.75 KiB/sec. 2026.03.20 17:51:39.659909 [ 268 ] {34e230b5-532a-49b1-adc2-d6479a813b0c} TCPHandler: Processed in 0.004676678 sec. 2026.03.20 17:51:39.677895 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.678010 [ 268 ] {38ba0402-3cd7-4877-ac12-7978c0339f5a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.20 17:51:39.678054 [ 268 ] {38ba0402-3cd7-4877-ac12-7978c0339f5a} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:51:39.678611 [ 268 ] {38ba0402-3cd7-4877-ac12-7978c0339f5a} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.678658 [ 268 ] {38ba0402-3cd7-4877-ac12-7978c0339f5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.679086 [ 268 ] {38ba0402-3cd7-4877-ac12-7978c0339f5a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:51:39.679284 [ 268 ] {38ba0402-3cd7-4877-ac12-7978c0339f5a} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.679425 [ 268 ] {38ba0402-3cd7-4877-ac12-7978c0339f5a} executeQuery: Read 1 rows, 106.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 71.44 KiB/sec. 2026.03.20 17:51:39.679465 [ 268 ] {38ba0402-3cd7-4877-ac12-7978c0339f5a} TCPHandler: Processed in 0.001624988 sec. 2026.03.20 17:51:39.679575 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.679672 [ 268 ] {e8c33136-ed82-44fc-a156-539d2ebe72c4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:51:39.679713 [ 268 ] {e8c33136-ed82-44fc-a156-539d2ebe72c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:51:39.680237 [ 268 ] {e8c33136-ed82-44fc-a156-539d2ebe72c4} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.680275 [ 268 ] {e8c33136-ed82-44fc-a156-539d2ebe72c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.680596 [ 268 ] {e8c33136-ed82-44fc-a156-539d2ebe72c4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:39.680804 [ 268 ] {e8c33136-ed82-44fc-a156-539d2ebe72c4} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.680930 [ 268 ] {e8c33136-ed82-44fc-a156-539d2ebe72c4} executeQuery: Read 284 rows, 18.47 KiB in 0.001278 sec., 222222.22222222222 rows/sec., 14.11 MiB/sec. 2026.03.20 17:51:39.680968 [ 268 ] {e8c33136-ed82-44fc-a156-539d2ebe72c4} TCPHandler: Processed in 0.001443864 sec. 2026.03.20 17:51:39.681082 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.681180 [ 268 ] {b7510bc1-eb43-4052-bdaf-9ddcc959ba85} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:51:39.681221 [ 268 ] {b7510bc1-eb43-4052-bdaf-9ddcc959ba85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:51:39.681607 [ 268 ] {b7510bc1-eb43-4052-bdaf-9ddcc959ba85} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.681644 [ 268 ] {b7510bc1-eb43-4052-bdaf-9ddcc959ba85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.681931 [ 268 ] {b7510bc1-eb43-4052-bdaf-9ddcc959ba85} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:51:39.682142 [ 268 ] {b7510bc1-eb43-4052-bdaf-9ddcc959ba85} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.682267 [ 268 ] {b7510bc1-eb43-4052-bdaf-9ddcc959ba85} executeQuery: Read 12 rows, 1002.00 B in 0.001106 sec., 10849.9095840868 rows/sec., 884.73 KiB/sec. 2026.03.20 17:51:39.682305 [ 268 ] {b7510bc1-eb43-4052-bdaf-9ddcc959ba85} TCPHandler: Processed in 0.00127368 sec. 2026.03.20 17:51:39.682425 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.682521 [ 268 ] {55563c13-633e-449d-831f-03902a44be72} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:51:39.682561 [ 268 ] {55563c13-633e-449d-831f-03902a44be72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:51:39.683326 [ 268 ] {55563c13-633e-449d-831f-03902a44be72} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.683362 [ 268 ] {55563c13-633e-449d-831f-03902a44be72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.683720 [ 268 ] {55563c13-633e-449d-831f-03902a44be72} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:51:39.683946 [ 268 ] {55563c13-633e-449d-831f-03902a44be72} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.684073 [ 268 ] {55563c13-633e-449d-831f-03902a44be72} executeQuery: Read 884 rows, 71.71 KiB in 0.001571 sec., 562698.9178866964 rows/sec., 44.58 MiB/sec. 2026.03.20 17:51:39.684112 [ 268 ] {55563c13-633e-449d-831f-03902a44be72} TCPHandler: Processed in 0.001736031 sec. 2026.03.20 17:51:39.684233 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.684328 [ 268 ] {6106fc19-7a15-4c9f-826d-185ad17db52e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:51:39.684370 [ 268 ] {6106fc19-7a15-4c9f-826d-185ad17db52e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:51:39.684842 [ 268 ] {6106fc19-7a15-4c9f-826d-185ad17db52e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.684882 [ 268 ] {6106fc19-7a15-4c9f-826d-185ad17db52e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.685198 [ 268 ] {6106fc19-7a15-4c9f-826d-185ad17db52e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:39.685410 [ 268 ] {6106fc19-7a15-4c9f-826d-185ad17db52e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.685536 [ 268 ] {6106fc19-7a15-4c9f-826d-185ad17db52e} executeQuery: Read 194 rows, 12.39 KiB in 0.001227 sec., 158109.20945395273 rows/sec., 9.86 MiB/sec. 2026.03.20 17:51:39.685575 [ 268 ] {6106fc19-7a15-4c9f-826d-185ad17db52e} TCPHandler: Processed in 0.001393212 sec. 2026.03.20 17:51:39.685691 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.685786 [ 268 ] {f6d3426f-5c44-4bca-9d49-246c85e95c66} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:51:39.685825 [ 268 ] {f6d3426f-5c44-4bca-9d49-246c85e95c66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:51:39.686255 [ 268 ] {f6d3426f-5c44-4bca-9d49-246c85e95c66} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.686291 [ 268 ] {f6d3426f-5c44-4bca-9d49-246c85e95c66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.686594 [ 268 ] {f6d3426f-5c44-4bca-9d49-246c85e95c66} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:39.686813 [ 268 ] {f6d3426f-5c44-4bca-9d49-246c85e95c66} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.686935 [ 268 ] {f6d3426f-5c44-4bca-9d49-246c85e95c66} executeQuery: Read 150 rows, 9.92 KiB in 0.001168 sec., 128424.65753424658 rows/sec., 8.30 MiB/sec. 2026.03.20 17:51:39.686985 [ 268 ] {f6d3426f-5c44-4bca-9d49-246c85e95c66} TCPHandler: Processed in 0.001343721 sec. 2026.03.20 17:51:39.687111 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.687208 [ 268 ] {0ad7fda0-20b1-4ced-9324-e383d6d1bc2e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:51:39.687249 [ 268 ] {0ad7fda0-20b1-4ced-9324-e383d6d1bc2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:51:39.687706 [ 268 ] {0ad7fda0-20b1-4ced-9324-e383d6d1bc2e} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.687742 [ 268 ] {0ad7fda0-20b1-4ced-9324-e383d6d1bc2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.688049 [ 268 ] {0ad7fda0-20b1-4ced-9324-e383d6d1bc2e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:39.688268 [ 268 ] {0ad7fda0-20b1-4ced-9324-e383d6d1bc2e} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.688395 [ 268 ] {0ad7fda0-20b1-4ced-9324-e383d6d1bc2e} executeQuery: Read 148 rows, 8.62 KiB in 0.001204 sec., 122923.58803986711 rows/sec., 6.99 MiB/sec. 2026.03.20 17:51:39.688434 [ 268 ] {0ad7fda0-20b1-4ced-9324-e383d6d1bc2e} TCPHandler: Processed in 0.001373982 sec. 2026.03.20 17:51:39.688548 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.688644 [ 268 ] {0d35c966-e323-4a41-b791-0034bd392b43} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:51:39.688682 [ 268 ] {0d35c966-e323-4a41-b791-0034bd392b43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:51:39.689243 [ 268 ] {0d35c966-e323-4a41-b791-0034bd392b43} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.689279 [ 268 ] {0d35c966-e323-4a41-b791-0034bd392b43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.689602 [ 268 ] {0d35c966-e323-4a41-b791-0034bd392b43} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:51:39.689827 [ 268 ] {0d35c966-e323-4a41-b791-0034bd392b43} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.689952 [ 268 ] {0d35c966-e323-4a41-b791-0034bd392b43} executeQuery: Read 551 rows, 40.08 KiB in 0.001326 sec., 415535.4449472097 rows/sec., 29.52 MiB/sec. 2026.03.20 17:51:39.689988 [ 268 ] {0d35c966-e323-4a41-b791-0034bd392b43} TCPHandler: Processed in 0.001490455 sec. 2026.03.20 17:51:39.690096 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.690192 [ 268 ] {3945808f-fd50-4f6a-89bd-315b8fbca08c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:51:39.690234 [ 268 ] {3945808f-fd50-4f6a-89bd-315b8fbca08c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:51:39.690552 [ 268 ] {3945808f-fd50-4f6a-89bd-315b8fbca08c} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.690586 [ 268 ] {3945808f-fd50-4f6a-89bd-315b8fbca08c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.690892 [ 268 ] {3945808f-fd50-4f6a-89bd-315b8fbca08c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:39.691100 [ 268 ] {3945808f-fd50-4f6a-89bd-315b8fbca08c} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.691223 [ 268 ] {3945808f-fd50-4f6a-89bd-315b8fbca08c} executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. 2026.03.20 17:51:39.691259 [ 268 ] {3945808f-fd50-4f6a-89bd-315b8fbca08c} TCPHandler: Processed in 0.001213738 sec. 2026.03.20 17:51:39.691366 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.691462 [ 268 ] {186ef185-590b-4452-9133-9d764a41e131} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:39.691505 [ 268 ] {186ef185-590b-4452-9133-9d764a41e131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:51:39.691899 [ 268 ] {186ef185-590b-4452-9133-9d764a41e131} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.691937 [ 268 ] {186ef185-590b-4452-9133-9d764a41e131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.692278 [ 268 ] {186ef185-590b-4452-9133-9d764a41e131} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:51:39.692499 [ 268 ] {186ef185-590b-4452-9133-9d764a41e131} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.692622 [ 268 ] {186ef185-590b-4452-9133-9d764a41e131} executeQuery: Read 271 rows, 18.45 KiB in 0.001179 sec., 229855.81000848179 rows/sec., 15.29 MiB/sec. 2026.03.20 17:51:39.692658 [ 268 ] {186ef185-590b-4452-9133-9d764a41e131} TCPHandler: Processed in 0.001342111 sec. 2026.03.20 17:51:39.692764 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.692857 [ 268 ] {edd3cda4-166d-4433-b2f2-cde044ba7611} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:51:39.692900 [ 268 ] {edd3cda4-166d-4433-b2f2-cde044ba7611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:51:39.693199 [ 268 ] {edd3cda4-166d-4433-b2f2-cde044ba7611} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.693233 [ 268 ] {edd3cda4-166d-4433-b2f2-cde044ba7611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.693530 [ 268 ] {edd3cda4-166d-4433-b2f2-cde044ba7611} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:39.693751 [ 268 ] {edd3cda4-166d-4433-b2f2-cde044ba7611} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.693873 [ 268 ] {edd3cda4-166d-4433-b2f2-cde044ba7611} executeQuery: Read 2 rows, 134.00 B in 0.001033 sec., 1936.108422071636 rows/sec., 126.68 KiB/sec. 2026.03.20 17:51:39.693907 [ 268 ] {edd3cda4-166d-4433-b2f2-cde044ba7611} TCPHandler: Processed in 0.001193488 sec. 2026.03.20 17:51:39.694017 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.694118 [ 268 ] {f8505bba-7683-4b63-b523-7a9c3842b1b1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:39.694174 [ 268 ] {f8505bba-7683-4b63-b523-7a9c3842b1b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:51:39.695073 [ 268 ] {f8505bba-7683-4b63-b523-7a9c3842b1b1} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.695110 [ 268 ] {f8505bba-7683-4b63-b523-7a9c3842b1b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.695677 [ 268 ] {f8505bba-7683-4b63-b523-7a9c3842b1b1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:51:39.695902 [ 268 ] {f8505bba-7683-4b63-b523-7a9c3842b1b1} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.696038 [ 268 ] {f8505bba-7683-4b63-b523-7a9c3842b1b1} executeQuery: Read 40 rows, 73.40 KiB in 0.00194 sec., 20618.556701030928 rows/sec., 36.95 MiB/sec. 2026.03.20 17:51:39.696087 [ 268 ] {f8505bba-7683-4b63-b523-7a9c3842b1b1} TCPHandler: Processed in 0.002121689 sec. 2026.03.20 17:51:39.696192 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.696287 [ 268 ] {408d2688-642b-4651-af9a-c3b105e98486} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.20 17:51:39.696330 [ 268 ] {408d2688-642b-4651-af9a-c3b105e98486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.20 17:51:39.696636 [ 268 ] {408d2688-642b-4651-af9a-c3b105e98486} oximeter.measurements_i64 (e60067ed-4a76-40c3-b406-26761dca8dbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.696671 [ 268 ] {408d2688-642b-4651-af9a-c3b105e98486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.696964 [ 268 ] {408d2688-642b-4651-af9a-c3b105e98486} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:51:39.697177 [ 268 ] {408d2688-642b-4651-af9a-c3b105e98486} oximeter.measurements_i64 (e60067ed-4a76-40c3-b406-26761dca8dbe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.697300 [ 268 ] {408d2688-642b-4651-af9a-c3b105e98486} executeQuery: Read 9 rows, 651.00 B in 0.001031 sec., 8729.388942774005 rows/sec., 616.63 KiB/sec. 2026.03.20 17:51:39.697336 [ 268 ] {408d2688-642b-4651-af9a-c3b105e98486} TCPHandler: Processed in 0.001193247 sec. 2026.03.20 17:51:39.697448 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:39.697562 [ 268 ] {d72f65e9-e157-4e7c-920e-241a09219db4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:51:39.697611 [ 268 ] {d72f65e9-e157-4e7c-920e-241a09219db4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:51:39.697993 [ 268 ] {d72f65e9-e157-4e7c-920e-241a09219db4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:39.698036 [ 268 ] {d72f65e9-e157-4e7c-920e-241a09219db4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:39.698394 [ 268 ] {d72f65e9-e157-4e7c-920e-241a09219db4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:51:39.698615 [ 268 ] {d72f65e9-e157-4e7c-920e-241a09219db4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:39.698737 [ 268 ] {d72f65e9-e157-4e7c-920e-241a09219db4} executeQuery: Read 90 rows, 5.77 KiB in 0.001198 sec., 75125.20868113522 rows/sec., 4.70 MiB/sec. 2026.03.20 17:51:39.698771 [ 268 ] {d72f65e9-e157-4e7c-920e-241a09219db4} TCPHandler: Processed in 0.001383493 sec. 2026.03.20 17:51:40.245918 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5349 2026.03.20 17:51:40.246672 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:40.246714 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:40.247218 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:51:40.247451 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:40.247583 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5349 2026.03.20 17:51:40.247597 [ 147 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 17:51:40.247671 [ 147 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:40.247694 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:40.247863 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.20 17:51:40.248075 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:40.248139 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2917 rows starting from the beginning of the part 2026.03.20 17:51:40.248241 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2026.03.20 17:51:40.248313 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.03.20 17:51:40.248380 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.03.20 17:51:40.248441 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.03.20 17:51:40.248506 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.03.20 17:51:40.249893 [ 191 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5349 rows, containing 4 columns (4 merged, 0 gathered) in 0.002120529 sec., 2522483.7764538946 rows/sec., 36.08 MiB/sec. 2026.03.20 17:51:40.250604 [ 189 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 17:51:40.250922 [ 189 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_11_2} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:40.251006 [ 189 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_11_2} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 17:51:40.251121 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.20 17:51:40.528256 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.20 17:51:40.545399 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:40.545454 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:40.551628 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:51:40.552314 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:40.552633 [ 142 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 17:51:40.552702 [ 142 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:40.552726 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:40.552856 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.20 17:51:40.555636 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.20 17:51:40.557250 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:40.558848 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.03.20 17:51:40.563618 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.03.20 17:51:40.567862 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.03.20 17:51:40.572114 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.03.20 17:51:40.576759 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.03.20 17:51:40.580942 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.03.20 17:51:40.639210 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.086410814 sec., 960.5279265162344 rows/sec., 4.97 MiB/sec. 2026.03.20 17:51:40.641572 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 17:51:40.643530 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_11_2} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:40.643638 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_11_2} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 17:51:40.646013 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.03.20 17:51:41.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 211.68 MiB, peak 221.56 MiB, free memory in arenas 0.00 B, will set to 221.54 MiB (RSS), difference: 9.86 MiB 2026.03.20 17:51:44.662234 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:44.662437 [ 268 ] {0356a7c4-c873-4699-ac0a-5ea10906b133} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:51:44.662511 [ 268 ] {0356a7c4-c873-4699-ac0a-5ea10906b133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:51:44.663156 [ 268 ] {0356a7c4-c873-4699-ac0a-5ea10906b133} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:44.663208 [ 268 ] {0356a7c4-c873-4699-ac0a-5ea10906b133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:44.663611 [ 268 ] {0356a7c4-c873-4699-ac0a-5ea10906b133} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:51:44.663838 [ 268 ] {0356a7c4-c873-4699-ac0a-5ea10906b133} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:44.663994 [ 268 ] {0356a7c4-c873-4699-ac0a-5ea10906b133} executeQuery: Read 56 rows, 4.41 KiB in 0.001616 sec., 34653.46534653466 rows/sec., 2.66 MiB/sec. 2026.03.20 17:51:44.664042 [ 268 ] {0356a7c4-c873-4699-ac0a-5ea10906b133} TCPHandler: Processed in 0.001944356 sec. 2026.03.20 17:51:44.664166 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:44.664270 [ 268 ] {4c0202fb-57ef-483f-9ab4-be931bc117fd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:51:44.664315 [ 268 ] {4c0202fb-57ef-483f-9ab4-be931bc117fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:51:44.664753 [ 268 ] {4c0202fb-57ef-483f-9ab4-be931bc117fd} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:44.664792 [ 268 ] {4c0202fb-57ef-483f-9ab4-be931bc117fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:44.665124 [ 268 ] {4c0202fb-57ef-483f-9ab4-be931bc117fd} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:51:44.665344 [ 268 ] {4c0202fb-57ef-483f-9ab4-be931bc117fd} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:44.665473 [ 268 ] {4c0202fb-57ef-483f-9ab4-be931bc117fd} executeQuery: Read 64 rows, 5.12 KiB in 0.001228 sec., 52117.26384364821 rows/sec., 4.07 MiB/sec. 2026.03.20 17:51:44.665512 [ 268 ] {4c0202fb-57ef-483f-9ab4-be931bc117fd} TCPHandler: Processed in 0.001399583 sec. 2026.03.20 17:51:44.665627 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:44.665726 [ 268 ] {194ae489-12ad-4bc5-9210-4270e9b0fc05} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:44.665773 [ 268 ] {194ae489-12ad-4bc5-9210-4270e9b0fc05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:51:44.666176 [ 268 ] {194ae489-12ad-4bc5-9210-4270e9b0fc05} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:44.666213 [ 268 ] {194ae489-12ad-4bc5-9210-4270e9b0fc05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:44.666548 [ 268 ] {194ae489-12ad-4bc5-9210-4270e9b0fc05} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:51:44.666764 [ 268 ] {194ae489-12ad-4bc5-9210-4270e9b0fc05} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:44.666895 [ 268 ] {194ae489-12ad-4bc5-9210-4270e9b0fc05} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.03.20 17:51:44.666933 [ 268 ] {194ae489-12ad-4bc5-9210-4270e9b0fc05} TCPHandler: Processed in 0.001356252 sec. 2026.03.20 17:51:44.667042 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:44.667139 [ 268 ] {e7b1af64-4f83-41d0-8b48-ca0e32b8dc22} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:51:44.667182 [ 268 ] {e7b1af64-4f83-41d0-8b48-ca0e32b8dc22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:51:44.667513 [ 268 ] {e7b1af64-4f83-41d0-8b48-ca0e32b8dc22} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:44.667551 [ 268 ] {e7b1af64-4f83-41d0-8b48-ca0e32b8dc22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:44.667861 [ 268 ] {e7b1af64-4f83-41d0-8b48-ca0e32b8dc22} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:51:44.668074 [ 268 ] {e7b1af64-4f83-41d0-8b48-ca0e32b8dc22} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:44.668203 [ 268 ] {e7b1af64-4f83-41d0-8b48-ca0e32b8dc22} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.03.20 17:51:44.668239 [ 268 ] {e7b1af64-4f83-41d0-8b48-ca0e32b8dc22} TCPHandler: Processed in 0.001247299 sec. 2026.03.20 17:51:47.681968 [ 143 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:51:47.682019 [ 143 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:51:47.747692 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5797 2026.03.20 17:51:47.748178 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:47.748226 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:47.748811 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:51:47.749059 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:47.749202 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5797 2026.03.20 17:51:47.763139 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 402 2026.03.20 17:51:47.765480 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:47.765515 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:47.766679 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:47.766943 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:47.767185 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 402 2026.03.20 17:51:48.055698 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.20 17:51:48.073243 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:48.073296 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:48.078828 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:51:48.079516 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:48.082248 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.20 17:51:49.672693 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:49.672882 [ 268 ] {8cb84b8d-5562-4c10-a83d-cee091936136} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:51:49.672958 [ 268 ] {8cb84b8d-5562-4c10-a83d-cee091936136} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:51:49.673871 [ 268 ] {8cb84b8d-5562-4c10-a83d-cee091936136} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:49.673942 [ 268 ] {8cb84b8d-5562-4c10-a83d-cee091936136} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:49.674347 [ 268 ] {8cb84b8d-5562-4c10-a83d-cee091936136} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:49.674578 [ 268 ] {8cb84b8d-5562-4c10-a83d-cee091936136} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:49.674735 [ 268 ] {8cb84b8d-5562-4c10-a83d-cee091936136} executeQuery: Read 284 rows, 18.47 KiB in 0.001904 sec., 149159.6638655462 rows/sec., 9.47 MiB/sec. 2026.03.20 17:51:49.674797 [ 268 ] {8cb84b8d-5562-4c10-a83d-cee091936136} TCPHandler: Processed in 0.002235252 sec. 2026.03.20 17:51:49.674989 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:49.675117 [ 268 ] {38b3b1d3-cb77-4e44-9af0-d380bdd0bdd5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:51:49.675172 [ 268 ] {38b3b1d3-cb77-4e44-9af0-d380bdd0bdd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:51:49.675986 [ 268 ] {38b3b1d3-cb77-4e44-9af0-d380bdd0bdd5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:49.676021 [ 268 ] {38b3b1d3-cb77-4e44-9af0-d380bdd0bdd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:49.676396 [ 268 ] {38b3b1d3-cb77-4e44-9af0-d380bdd0bdd5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:51:49.676612 [ 268 ] {38b3b1d3-cb77-4e44-9af0-d380bdd0bdd5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:49.676739 [ 268 ] {38b3b1d3-cb77-4e44-9af0-d380bdd0bdd5} executeQuery: Read 877 rows, 71.18 KiB in 0.001661 sec., 527995.1836243228 rows/sec., 41.85 MiB/sec. 2026.03.20 17:51:49.676777 [ 268 ] {38b3b1d3-cb77-4e44-9af0-d380bdd0bdd5} TCPHandler: Processed in 0.001902344 sec. 2026.03.20 17:51:49.676903 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:49.676999 [ 268 ] {5c7868ae-2573-4ba5-9d22-b2875e867c3e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:51:49.677039 [ 268 ] {5c7868ae-2573-4ba5-9d22-b2875e867c3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:51:49.677520 [ 268 ] {5c7868ae-2573-4ba5-9d22-b2875e867c3e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:49.677556 [ 268 ] {5c7868ae-2573-4ba5-9d22-b2875e867c3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:49.677885 [ 268 ] {5c7868ae-2573-4ba5-9d22-b2875e867c3e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:49.678099 [ 268 ] {5c7868ae-2573-4ba5-9d22-b2875e867c3e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:49.678227 [ 268 ] {5c7868ae-2573-4ba5-9d22-b2875e867c3e} executeQuery: Read 182 rows, 11.55 KiB in 0.001248 sec., 145833.33333333334 rows/sec., 9.04 MiB/sec. 2026.03.20 17:51:49.678264 [ 268 ] {5c7868ae-2573-4ba5-9d22-b2875e867c3e} TCPHandler: Processed in 0.001411653 sec. 2026.03.20 17:51:49.678379 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:49.678473 [ 268 ] {c180424c-66ac-481c-afbb-4118673e9351} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:51:49.678513 [ 268 ] {c180424c-66ac-481c-afbb-4118673e9351} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:51:49.678954 [ 268 ] {c180424c-66ac-481c-afbb-4118673e9351} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:49.678995 [ 268 ] {c180424c-66ac-481c-afbb-4118673e9351} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:49.679306 [ 268 ] {c180424c-66ac-481c-afbb-4118673e9351} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:49.679539 [ 268 ] {c180424c-66ac-481c-afbb-4118673e9351} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:49.679669 [ 268 ] {c180424c-66ac-481c-afbb-4118673e9351} executeQuery: Read 149 rows, 9.86 KiB in 0.001214 sec., 122734.76112026359 rows/sec., 7.93 MiB/sec. 2026.03.20 17:51:49.679706 [ 268 ] {c180424c-66ac-481c-afbb-4118673e9351} TCPHandler: Processed in 0.001375832 sec. 2026.03.20 17:51:49.679814 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:49.679924 [ 268 ] {6c65dea4-e435-4047-a2c8-22216264a498} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:51:49.679963 [ 268 ] {6c65dea4-e435-4047-a2c8-22216264a498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:51:49.680398 [ 268 ] {6c65dea4-e435-4047-a2c8-22216264a498} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:49.680436 [ 268 ] {6c65dea4-e435-4047-a2c8-22216264a498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:49.680746 [ 268 ] {6c65dea4-e435-4047-a2c8-22216264a498} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:49.680986 [ 268 ] {6c65dea4-e435-4047-a2c8-22216264a498} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:49.681111 [ 268 ] {6c65dea4-e435-4047-a2c8-22216264a498} executeQuery: Read 148 rows, 8.62 KiB in 0.001205 sec., 122821.57676348549 rows/sec., 6.99 MiB/sec. 2026.03.20 17:51:49.681148 [ 268 ] {6c65dea4-e435-4047-a2c8-22216264a498} TCPHandler: Processed in 0.001381832 sec. 2026.03.20 17:51:49.681261 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:49.681354 [ 268 ] {c0758d41-99ea-4d67-b872-9161c8d3338b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:51:49.681397 [ 268 ] {c0758d41-99ea-4d67-b872-9161c8d3338b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:51:49.681950 [ 268 ] {c0758d41-99ea-4d67-b872-9161c8d3338b} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:49.681987 [ 268 ] {c0758d41-99ea-4d67-b872-9161c8d3338b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:49.682319 [ 268 ] {c0758d41-99ea-4d67-b872-9161c8d3338b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:51:49.682527 [ 268 ] {c0758d41-99ea-4d67-b872-9161c8d3338b} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:49.682654 [ 268 ] {c0758d41-99ea-4d67-b872-9161c8d3338b} executeQuery: Read 530 rows, 38.38 KiB in 0.001318 sec., 402124.43095599394 rows/sec., 28.44 MiB/sec. 2026.03.20 17:51:49.682691 [ 268 ] {c0758d41-99ea-4d67-b872-9161c8d3338b} TCPHandler: Processed in 0.001478914 sec. 2026.03.20 17:51:49.682801 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:49.682907 [ 268 ] {e4056683-2650-4815-97d7-5a121e9229ad} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:51:49.682950 [ 268 ] {e4056683-2650-4815-97d7-5a121e9229ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:51:49.683287 [ 268 ] {e4056683-2650-4815-97d7-5a121e9229ad} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:49.683327 [ 268 ] {e4056683-2650-4815-97d7-5a121e9229ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:49.683625 [ 268 ] {e4056683-2650-4815-97d7-5a121e9229ad} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:49.683825 [ 268 ] {e4056683-2650-4815-97d7-5a121e9229ad} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:49.683965 [ 268 ] {e4056683-2650-4815-97d7-5a121e9229ad} executeQuery: Read 6 rows, 321.00 B in 0.001075 sec., 5581.395348837209 rows/sec., 291.61 KiB/sec. 2026.03.20 17:51:49.684001 [ 268 ] {e4056683-2650-4815-97d7-5a121e9229ad} TCPHandler: Processed in 0.001248319 sec. 2026.03.20 17:51:49.684120 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:49.684213 [ 268 ] {3b51a444-124d-4e5c-bb58-f5b88c77c769} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:49.684256 [ 268 ] {3b51a444-124d-4e5c-bb58-f5b88c77c769} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:51:49.684666 [ 268 ] {3b51a444-124d-4e5c-bb58-f5b88c77c769} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:49.684701 [ 268 ] {3b51a444-124d-4e5c-bb58-f5b88c77c769} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:49.685051 [ 268 ] {3b51a444-124d-4e5c-bb58-f5b88c77c769} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:51:49.685264 [ 268 ] {3b51a444-124d-4e5c-bb58-f5b88c77c769} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:49.685389 [ 268 ] {3b51a444-124d-4e5c-bb58-f5b88c77c769} executeQuery: Read 265 rows, 18.03 KiB in 0.001195 sec., 221757.3221757322 rows/sec., 14.74 MiB/sec. 2026.03.20 17:51:49.685425 [ 268 ] {3b51a444-124d-4e5c-bb58-f5b88c77c769} TCPHandler: Processed in 0.001354081 sec. 2026.03.20 17:51:49.685539 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:49.685632 [ 268 ] {485497db-f9ae-4503-916a-93ba4ff41d49} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:51:49.685672 [ 268 ] {485497db-f9ae-4503-916a-93ba4ff41d49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:51:49.685989 [ 268 ] {485497db-f9ae-4503-916a-93ba4ff41d49} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:49.686025 [ 268 ] {485497db-f9ae-4503-916a-93ba4ff41d49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:49.686313 [ 268 ] {485497db-f9ae-4503-916a-93ba4ff41d49} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:49.686527 [ 268 ] {485497db-f9ae-4503-916a-93ba4ff41d49} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:49.686656 [ 268 ] {485497db-f9ae-4503-916a-93ba4ff41d49} executeQuery: Read 1 rows, 69.00 B in 0.001042 sec., 959.6928982725528 rows/sec., 64.67 KiB/sec. 2026.03.20 17:51:49.686694 [ 268 ] {485497db-f9ae-4503-916a-93ba4ff41d49} TCPHandler: Processed in 0.001203998 sec. 2026.03.20 17:51:49.686811 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:49.686918 [ 268 ] {acd9be06-d0a8-47f3-a599-41304df082e2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:49.686974 [ 268 ] {acd9be06-d0a8-47f3-a599-41304df082e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:51:49.687802 [ 268 ] {acd9be06-d0a8-47f3-a599-41304df082e2} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:49.687840 [ 268 ] {acd9be06-d0a8-47f3-a599-41304df082e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:49.688399 [ 268 ] {acd9be06-d0a8-47f3-a599-41304df082e2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:51:49.688624 [ 268 ] {acd9be06-d0a8-47f3-a599-41304df082e2} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:49.688757 [ 268 ] {acd9be06-d0a8-47f3-a599-41304df082e2} executeQuery: Read 40 rows, 73.40 KiB in 0.001859 sec., 21516.944593867673 rows/sec., 38.56 MiB/sec. 2026.03.20 17:51:49.688808 [ 268 ] {acd9be06-d0a8-47f3-a599-41304df082e2} TCPHandler: Processed in 0.002049828 sec. 2026.03.20 17:51:49.688922 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:49.689019 [ 268 ] {cd009b25-47fd-4515-9f67-c78f497d167c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:51:49.689059 [ 268 ] {cd009b25-47fd-4515-9f67-c78f497d167c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:51:49.689392 [ 268 ] {cd009b25-47fd-4515-9f67-c78f497d167c} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:49.689430 [ 268 ] {cd009b25-47fd-4515-9f67-c78f497d167c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:49.689743 [ 268 ] {cd009b25-47fd-4515-9f67-c78f497d167c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:51:49.689955 [ 268 ] {cd009b25-47fd-4515-9f67-c78f497d167c} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:49.690080 [ 268 ] {cd009b25-47fd-4515-9f67-c78f497d167c} executeQuery: Read 90 rows, 5.77 KiB in 0.001079 sec., 83410.56533827618 rows/sec., 5.22 MiB/sec. 2026.03.20 17:51:49.690115 [ 268 ] {cd009b25-47fd-4515-9f67-c78f497d167c} TCPHandler: Processed in 0.001244229 sec. 2026.03.20 17:51:54.662083 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:54.662281 [ 268 ] {e465dde6-c71e-43f7-9111-150e99b32db8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:51:54.662347 [ 268 ] {e465dde6-c71e-43f7-9111-150e99b32db8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:51:54.662981 [ 268 ] {e465dde6-c71e-43f7-9111-150e99b32db8} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:54.663030 [ 268 ] {e465dde6-c71e-43f7-9111-150e99b32db8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:54.663437 [ 268 ] {e465dde6-c71e-43f7-9111-150e99b32db8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:51:54.663663 [ 268 ] {e465dde6-c71e-43f7-9111-150e99b32db8} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:54.663813 [ 268 ] {e465dde6-c71e-43f7-9111-150e99b32db8} executeQuery: Read 56 rows, 4.41 KiB in 0.001587 sec., 35286.704473850026 rows/sec., 2.71 MiB/sec. 2026.03.20 17:51:54.663826 [ 132 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 17:51:54.663854 [ 268 ] {e465dde6-c71e-43f7-9111-150e99b32db8} TCPHandler: Processed in 0.001905054 sec. 2026.03.20 17:51:54.663901 [ 132 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:54.663932 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:54.663996 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:54.664025 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.20 17:51:54.664096 [ 268 ] {15b2ccbe-1d4a-45e8-8a1b-8493aa47e0ab} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:51:54.664114 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:54.664138 [ 268 ] {15b2ccbe-1d4a-45e8-8a1b-8493aa47e0ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:51:54.664143 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 842 rows starting from the beginning of the part 2026.03.20 17:51:54.664232 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2026.03.20 17:51:54.664289 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 884 rows starting from the beginning of the part 2026.03.20 17:51:54.664334 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::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.03.20 17:51:54.664377 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 877 rows starting from the beginning of the part 2026.03.20 17:51:54.664418 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part 2026.03.20 17:51:54.664553 [ 268 ] {15b2ccbe-1d4a-45e8-8a1b-8493aa47e0ab} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:54.664589 [ 268 ] {15b2ccbe-1d4a-45e8-8a1b-8493aa47e0ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:54.664893 [ 268 ] {15b2ccbe-1d4a-45e8-8a1b-8493aa47e0ab} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:51:54.665105 [ 268 ] {15b2ccbe-1d4a-45e8-8a1b-8493aa47e0ab} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:54.665207 [ 132 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 17:51:54.665235 [ 268 ] {15b2ccbe-1d4a-45e8-8a1b-8493aa47e0ab} executeQuery: Read 64 rows, 5.12 KiB in 0.001156 sec., 55363.32179930796 rows/sec., 4.32 MiB/sec. 2026.03.20 17:51:54.665237 [ 132 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:54.665275 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:54.665278 [ 268 ] {15b2ccbe-1d4a-45e8-8a1b-8493aa47e0ab} TCPHandler: Processed in 0.001332461 sec. 2026.03.20 17:51:54.665370 [ 191 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.20 17:51:54.665404 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:54.665461 [ 191 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:54.665487 [ 191 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 518 rows starting from the beginning of the part 2026.03.20 17:51:54.665498 [ 268 ] {84d376b5-4205-4c4a-bc6b-facd0c82e6b4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:54.665543 [ 268 ] {84d376b5-4205-4c4a-bc6b-facd0c82e6b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:51:54.665560 [ 191 ] {59b753f7-b328-4b7c-8508-05f96418123b::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.03.20 17:51:54.665596 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2745 rows, containing 5 columns (5 merged, 0 gathered) in 0.001605987 sec., 1709229.2776965194 rows/sec., 141.69 MiB/sec. 2026.03.20 17:51:54.665608 [ 191 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 551 rows starting from the beginning of the part 2026.03.20 17:51:54.665661 [ 191 ] {59b753f7-b328-4b7c-8508-05f96418123b::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.03.20 17:51:54.665722 [ 191 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 530 rows starting from the beginning of the part 2026.03.20 17:51:54.665776 [ 191 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part 2026.03.20 17:51:54.665873 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 17:51:54.665956 [ 268 ] {84d376b5-4205-4c4a-bc6b-facd0c82e6b4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:54.665998 [ 268 ] {84d376b5-4205-4c4a-bc6b-facd0c82e6b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:54.666251 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_16_3} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:54.666343 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_16_3} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 17:51:54.666443 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.20 17:51:54.666518 [ 268 ] {84d376b5-4205-4c4a-bc6b-facd0c82e6b4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:51:54.666732 [ 268 ] {84d376b5-4205-4c4a-bc6b-facd0c82e6b4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:54.666781 [ 201 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1763 rows, containing 5 columns (5 merged, 0 gathered) in 0.001461084 sec., 1206638.358917078 rows/sec., 90.84 MiB/sec. 2026.03.20 17:51:54.666839 [ 132 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 17:51:54.666864 [ 268 ] {84d376b5-4205-4c4a-bc6b-facd0c82e6b4} executeQuery: Read 160 rows, 11.41 KiB in 0.001383 sec., 115690.52783803327 rows/sec., 8.06 MiB/sec. 2026.03.20 17:51:54.666874 [ 132 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:54.666903 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:54.666906 [ 268 ] {84d376b5-4205-4c4a-bc6b-facd0c82e6b4} TCPHandler: Processed in 0.001551866 sec. 2026.03.20 17:51:54.666935 [ 191 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 17:51:54.666971 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.20 17:51:54.667042 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:54.667052 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:54.667081 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 845 rows starting from the beginning of the part 2026.03.20 17:51:54.667127 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.03.20 17:51:54.667136 [ 268 ] {2dcf3265-8fc7-426e-918c-959d8c095610} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:51:54.667164 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 271 rows starting from the beginning of the part 2026.03.20 17:51:54.667180 [ 268 ] {2dcf3265-8fc7-426e-918c-959d8c095610} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:51:54.667180 [ 191 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_16_3} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:54.667202 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2026.03.20 17:51:54.667239 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 265 rows starting from the beginning of the part 2026.03.20 17:51:54.667256 [ 191 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_16_3} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 17:51:54.667277 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2026.03.20 17:51:54.667326 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.03.20 17:51:54.667511 [ 268 ] {2dcf3265-8fc7-426e-918c-959d8c095610} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:54.667546 [ 268 ] {2dcf3265-8fc7-426e-918c-959d8c095610} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:54.667851 [ 268 ] {2dcf3265-8fc7-426e-918c-959d8c095610} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:51:54.668071 [ 268 ] {2dcf3265-8fc7-426e-918c-959d8c095610} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:54.668161 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1761 rows, containing 5 columns (5 merged, 0 gathered) in 0.001216659 sec., 1447406.380916921 rows/sec., 95.66 MiB/sec. 2026.03.20 17:51:54.668169 [ 132 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 17:51:54.668196 [ 268 ] {2dcf3265-8fc7-426e-918c-959d8c095610} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.03.20 17:51:54.668204 [ 132 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:54.668233 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:54.668238 [ 268 ] {2dcf3265-8fc7-426e-918c-959d8c095610} TCPHandler: Processed in 0.001245878 sec. 2026.03.20 17:51:54.668295 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.20 17:51:54.668370 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:54.668396 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 330 rows starting from the beginning of the part 2026.03.20 17:51:54.668430 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 17:51:54.668438 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2026.03.20 17:51:54.668483 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 90 rows starting from the beginning of the part 2026.03.20 17:51:54.668514 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.03.20 17:51:54.668546 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part 2026.03.20 17:51:54.668577 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.03.20 17:51:54.668784 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_16_3} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:54.668875 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_16_3} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 17:51:54.668968 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.03.20 17:51:54.669291 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 4 columns (4 merged, 0 gathered) in 0.001018084 sec., 648276.5665701454 rows/sec., 39.66 MiB/sec. 2026.03.20 17:51:54.669485 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 17:51:54.669819 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_16_3} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:54.669900 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_16_3} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 17:51:54.669983 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.03.20 17:51:55.249405 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6309 2026.03.20 17:51:55.250005 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:55.250051 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:55.250537 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:51:55.250769 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:55.250898 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6309 2026.03.20 17:51:55.582416 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.20 17:51:55.599180 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:55.599248 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:55.605003 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:51:55.605798 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:55.608950 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.20 17:51:57.767414 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 432 2026.03.20 17:51:57.769655 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:57.769697 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:57.770807 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:51:57.771072 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:57.771304 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 432 2026.03.20 17:51:59.675346 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:59.675538 [ 268 ] {7b877ce9-a993-4e55-834d-93a978aa98fd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:51:59.675608 [ 268 ] {7b877ce9-a993-4e55-834d-93a978aa98fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:51:59.676323 [ 268 ] {7b877ce9-a993-4e55-834d-93a978aa98fd} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.676362 [ 268 ] {7b877ce9-a993-4e55-834d-93a978aa98fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.676758 [ 268 ] {7b877ce9-a993-4e55-834d-93a978aa98fd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:59.676998 [ 268 ] {7b877ce9-a993-4e55-834d-93a978aa98fd} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.677115 [ 127 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.20 17:51:59.677145 [ 268 ] {7b877ce9-a993-4e55-834d-93a978aa98fd} executeQuery: Read 284 rows, 18.47 KiB in 0.001658 sec., 171290.7117008444 rows/sec., 10.88 MiB/sec. 2026.03.20 17:51:59.677149 [ 127 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.677176 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.677186 [ 268 ] {7b877ce9-a993-4e55-834d-93a978aa98fd} TCPHandler: Processed in 0.001968105 sec. 2026.03.20 17:51:59.677258 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.20 17:51:59.677324 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:59.677357 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:59.677386 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 284 rows starting from the beginning of the part 2026.03.20 17:51:59.677421 [ 268 ] {76003e49-1a72-481a-8c0a-70fc224e106b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:51:59.677444 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 284 rows starting from the beginning of the part 2026.03.20 17:51:59.677464 [ 268 ] {76003e49-1a72-481a-8c0a-70fc224e106b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:51:59.677488 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 284 rows starting from the beginning of the part 2026.03.20 17:51:59.677528 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.03.20 17:51:59.677566 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.03.20 17:51:59.678164 [ 268 ] {76003e49-1a72-481a-8c0a-70fc224e106b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.678200 [ 268 ] {76003e49-1a72-481a-8c0a-70fc224e106b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.678552 [ 188 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.00132483 sec., 1071835.631741431 rows/sec., 72.16 MiB/sec. 2026.03.20 17:51:59.678596 [ 268 ] {76003e49-1a72-481a-8c0a-70fc224e106b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:51:59.678789 [ 192 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.20 17:51:59.678834 [ 268 ] {76003e49-1a72-481a-8c0a-70fc224e106b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.678980 [ 268 ] {76003e49-1a72-481a-8c0a-70fc224e106b} executeQuery: Read 879 rows, 71.38 KiB in 0.001577 sec., 557387.4445149017 rows/sec., 44.20 MiB/sec. 2026.03.20 17:51:59.679020 [ 268 ] {76003e49-1a72-481a-8c0a-70fc224e106b} TCPHandler: Processed in 0.001747031 sec. 2026.03.20 17:51:59.679143 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:59.679166 [ 192 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_9_2} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.679245 [ 268 ] {3b5f6fa6-5e53-4e22-a322-6753844c595a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:51:59.679279 [ 192 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_9_2} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.20 17:51:59.679296 [ 268 ] {3b5f6fa6-5e53-4e22-a322-6753844c595a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:51:59.679383 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.20 17:51:59.679774 [ 268 ] {3b5f6fa6-5e53-4e22-a322-6753844c595a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.679816 [ 268 ] {3b5f6fa6-5e53-4e22-a322-6753844c595a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.680155 [ 268 ] {3b5f6fa6-5e53-4e22-a322-6753844c595a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:51:59.680376 [ 268 ] {3b5f6fa6-5e53-4e22-a322-6753844c595a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.680507 [ 268 ] {3b5f6fa6-5e53-4e22-a322-6753844c595a} executeQuery: Read 183 rows, 11.63 KiB in 0.001284 sec., 142523.36448598132 rows/sec., 8.84 MiB/sec. 2026.03.20 17:51:59.680544 [ 268 ] {3b5f6fa6-5e53-4e22-a322-6753844c595a} TCPHandler: Processed in 0.001451654 sec. 2026.03.20 17:51:59.680665 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:59.680765 [ 268 ] {5c9e1741-c594-4cc7-899e-6585da443609} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:51:59.680805 [ 268 ] {5c9e1741-c594-4cc7-899e-6585da443609} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:51:59.681235 [ 268 ] {5c9e1741-c594-4cc7-899e-6585da443609} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.681270 [ 268 ] {5c9e1741-c594-4cc7-899e-6585da443609} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.681598 [ 268 ] {5c9e1741-c594-4cc7-899e-6585da443609} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:59.681814 [ 268 ] {5c9e1741-c594-4cc7-899e-6585da443609} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.681943 [ 268 ] {5c9e1741-c594-4cc7-899e-6585da443609} executeQuery: Read 149 rows, 9.86 KiB in 0.001196 sec., 124581.9397993311 rows/sec., 8.05 MiB/sec. 2026.03.20 17:51:59.681980 [ 268 ] {5c9e1741-c594-4cc7-899e-6585da443609} TCPHandler: Processed in 0.001365411 sec. 2026.03.20 17:51:59.682093 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:59.682189 [ 268 ] {3fb66135-e673-488f-bc23-ecaa9c6f59fe} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:51:59.682229 [ 268 ] {3fb66135-e673-488f-bc23-ecaa9c6f59fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:51:59.682645 [ 268 ] {3fb66135-e673-488f-bc23-ecaa9c6f59fe} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.682680 [ 268 ] {3fb66135-e673-488f-bc23-ecaa9c6f59fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.683002 [ 268 ] {3fb66135-e673-488f-bc23-ecaa9c6f59fe} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:59.683226 [ 268 ] {3fb66135-e673-488f-bc23-ecaa9c6f59fe} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.683315 [ 127 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.20 17:51:59.683348 [ 127 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.683351 [ 268 ] {3fb66135-e673-488f-bc23-ecaa9c6f59fe} executeQuery: Read 148 rows, 8.62 KiB in 0.00118 sec., 125423.72881355931 rows/sec., 7.13 MiB/sec. 2026.03.20 17:51:59.683367 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.683390 [ 268 ] {3fb66135-e673-488f-bc23-ecaa9c6f59fe} TCPHandler: Processed in 0.001346741 sec. 2026.03.20 17:51:59.683470 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.20 17:51:59.683504 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:59.683604 [ 268 ] {cbe59796-ef3c-45ae-a965-a07c3d5c1f00} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:51:59.683607 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:51:59.683647 [ 268 ] {cbe59796-ef3c-45ae-a965-a07c3d5c1f00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:51:59.683655 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 148 rows starting from the beginning of the part 2026.03.20 17:51:59.683730 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 148 rows starting from the beginning of the part 2026.03.20 17:51:59.683775 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part 2026.03.20 17:51:59.683813 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.03.20 17:51:59.683855 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.03.20 17:51:59.684206 [ 268 ] {cbe59796-ef3c-45ae-a965-a07c3d5c1f00} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.684248 [ 268 ] {cbe59796-ef3c-45ae-a965-a07c3d5c1f00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.684601 [ 268 ] {cbe59796-ef3c-45ae-a965-a07c3d5c1f00} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:51:59.684701 [ 192 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001284279 sec., 576198.7854663979 rows/sec., 34.97 MiB/sec. 2026.03.20 17:51:59.684841 [ 268 ] {cbe59796-ef3c-45ae-a965-a07c3d5c1f00} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.684859 [ 188 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.20 17:51:59.684976 [ 268 ] {cbe59796-ef3c-45ae-a965-a07c3d5c1f00} executeQuery: Read 531 rows, 38.46 KiB in 0.001389 sec., 382289.4168466523 rows/sec., 27.04 MiB/sec. 2026.03.20 17:51:59.685019 [ 268 ] {cbe59796-ef3c-45ae-a965-a07c3d5c1f00} TCPHandler: Processed in 0.001564717 sec. 2026.03.20 17:51:59.685138 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:59.685165 [ 188 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_9_2} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.685233 [ 268 ] {9501e764-41f4-4298-9936-79c9332e2e6a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:51:59.685241 [ 188 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_9_2} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.20 17:51:59.685281 [ 268 ] {9501e764-41f4-4298-9936-79c9332e2e6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:51:59.685331 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.20 17:51:59.685615 [ 268 ] {9501e764-41f4-4298-9936-79c9332e2e6a} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.685654 [ 268 ] {9501e764-41f4-4298-9936-79c9332e2e6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.685960 [ 268 ] {9501e764-41f4-4298-9936-79c9332e2e6a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:59.686160 [ 268 ] {9501e764-41f4-4298-9936-79c9332e2e6a} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.686284 [ 268 ] {9501e764-41f4-4298-9936-79c9332e2e6a} executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. 2026.03.20 17:51:59.686401 [ 268 ] {9501e764-41f4-4298-9936-79c9332e2e6a} TCPHandler: Processed in 0.001312331 sec. 2026.03.20 17:51:59.686514 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:59.686608 [ 268 ] {8f556c4d-2eff-4240-b554-fd64beb927a2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:59.686650 [ 268 ] {8f556c4d-2eff-4240-b554-fd64beb927a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:51:59.687040 [ 268 ] {8f556c4d-2eff-4240-b554-fd64beb927a2} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.687074 [ 268 ] {8f556c4d-2eff-4240-b554-fd64beb927a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.687412 [ 268 ] {8f556c4d-2eff-4240-b554-fd64beb927a2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:51:59.687626 [ 268 ] {8f556c4d-2eff-4240-b554-fd64beb927a2} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.687832 [ 268 ] {8f556c4d-2eff-4240-b554-fd64beb927a2} executeQuery: Read 265 rows, 18.03 KiB in 0.001241 sec., 213537.46978243353 rows/sec., 14.19 MiB/sec. 2026.03.20 17:51:59.687866 [ 268 ] {8f556c4d-2eff-4240-b554-fd64beb927a2} TCPHandler: Processed in 0.001401413 sec. 2026.03.20 17:51:59.687977 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:59.688070 [ 268 ] {6b691ca6-eb7b-40b0-b381-5ff6b4050bd4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:51:59.688111 [ 268 ] {6b691ca6-eb7b-40b0-b381-5ff6b4050bd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:51:59.688425 [ 268 ] {6b691ca6-eb7b-40b0-b381-5ff6b4050bd4} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.688457 [ 268 ] {6b691ca6-eb7b-40b0-b381-5ff6b4050bd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.688744 [ 268 ] {6b691ca6-eb7b-40b0-b381-5ff6b4050bd4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:59.688973 [ 268 ] {6b691ca6-eb7b-40b0-b381-5ff6b4050bd4} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.689096 [ 268 ] {6b691ca6-eb7b-40b0-b381-5ff6b4050bd4} executeQuery: Read 1 rows, 69.00 B in 0.001044 sec., 957.8544061302682 rows/sec., 64.54 KiB/sec. 2026.03.20 17:51:59.689129 [ 268 ] {6b691ca6-eb7b-40b0-b381-5ff6b4050bd4} TCPHandler: Processed in 0.001201788 sec. 2026.03.20 17:51:59.689230 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:59.689322 [ 268 ] {465061f3-5095-4024-80df-8ec0380b3fea} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:51:59.689375 [ 268 ] {465061f3-5095-4024-80df-8ec0380b3fea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:51:59.690153 [ 268 ] {465061f3-5095-4024-80df-8ec0380b3fea} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.690187 [ 268 ] {465061f3-5095-4024-80df-8ec0380b3fea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.690752 [ 268 ] {465061f3-5095-4024-80df-8ec0380b3fea} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:51:59.690971 [ 268 ] {465061f3-5095-4024-80df-8ec0380b3fea} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.691102 [ 268 ] {465061f3-5095-4024-80df-8ec0380b3fea} executeQuery: Read 41 rows, 75.23 KiB in 0.001798 sec., 22803.114571746388 rows/sec., 40.86 MiB/sec. 2026.03.20 17:51:59.691151 [ 268 ] {465061f3-5095-4024-80df-8ec0380b3fea} TCPHandler: Processed in 0.001970826 sec. 2026.03.20 17:51:59.691257 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:51:59.691352 [ 268 ] {270eebc0-e36a-4d24-b554-4f1495370bc6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:51:59.691393 [ 268 ] {270eebc0-e36a-4d24-b554-4f1495370bc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:51:59.691707 [ 268 ] {270eebc0-e36a-4d24-b554-4f1495370bc6} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:51:59.691740 [ 268 ] {270eebc0-e36a-4d24-b554-4f1495370bc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:51:59.692044 [ 268 ] {270eebc0-e36a-4d24-b554-4f1495370bc6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:51:59.692246 [ 268 ] {270eebc0-e36a-4d24-b554-4f1495370bc6} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:51:59.692370 [ 268 ] {270eebc0-e36a-4d24-b554-4f1495370bc6} executeQuery: Read 90 rows, 5.77 KiB in 0.001036 sec., 86872.58687258686 rows/sec., 5.44 MiB/sec. 2026.03.20 17:51:59.692403 [ 268 ] {270eebc0-e36a-4d24-b554-4f1495370bc6} TCPHandler: Processed in 0.001195518 sec. 2026.03.20 17:52:02.682261 [ 98 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:52:02.682314 [ 98 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:52:02.751914 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6757 2026.03.20 17:52:02.752391 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:02.752430 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:02.752909 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:52:02.753143 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:02.753287 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6757 2026.03.20 17:52:03.109950 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.20 17:52:03.127356 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:03.127423 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:03.133771 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:52:03.134464 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:03.137491 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.20 17:52:04.000248 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 222.95 MiB, peak 228.27 MiB, free memory in arenas 0.00 B, will set to 224.06 MiB (RSS), difference: 1.11 MiB 2026.03.20 17:52:04.662700 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:04.662878 [ 268 ] {45dfea03-c617-4f2e-97c7-990c30cddb7b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:04.662940 [ 268 ] {45dfea03-c617-4f2e-97c7-990c30cddb7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:04.663546 [ 268 ] {45dfea03-c617-4f2e-97c7-990c30cddb7b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:04.663583 [ 268 ] {45dfea03-c617-4f2e-97c7-990c30cddb7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:04.663963 [ 268 ] {45dfea03-c617-4f2e-97c7-990c30cddb7b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:52:04.664191 [ 268 ] {45dfea03-c617-4f2e-97c7-990c30cddb7b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:04.664338 [ 268 ] {45dfea03-c617-4f2e-97c7-990c30cddb7b} executeQuery: Read 56 rows, 4.41 KiB in 0.00151 sec., 37086.09271523179 rows/sec., 2.85 MiB/sec. 2026.03.20 17:52:04.664378 [ 268 ] {45dfea03-c617-4f2e-97c7-990c30cddb7b} TCPHandler: Processed in 0.001803572 sec. 2026.03.20 17:52:04.664494 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:04.664588 [ 268 ] {3438fb7c-2cbe-4997-930e-9aabd4cc2635} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:04.664627 [ 268 ] {3438fb7c-2cbe-4997-930e-9aabd4cc2635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:04.665025 [ 268 ] {3438fb7c-2cbe-4997-930e-9aabd4cc2635} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:04.665058 [ 268 ] {3438fb7c-2cbe-4997-930e-9aabd4cc2635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:04.665363 [ 268 ] {3438fb7c-2cbe-4997-930e-9aabd4cc2635} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:52:04.665567 [ 268 ] {3438fb7c-2cbe-4997-930e-9aabd4cc2635} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:04.665691 [ 268 ] {3438fb7c-2cbe-4997-930e-9aabd4cc2635} executeQuery: Read 64 rows, 5.12 KiB in 0.001122 sec., 57040.998217468805 rows/sec., 4.45 MiB/sec. 2026.03.20 17:52:04.665725 [ 268 ] {3438fb7c-2cbe-4997-930e-9aabd4cc2635} TCPHandler: Processed in 0.001279729 sec. 2026.03.20 17:52:04.665831 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:04.665923 [ 268 ] {d9a28624-4b00-4e6c-b404-50664397060a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:04.665965 [ 268 ] {d9a28624-4b00-4e6c-b404-50664397060a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:04.666349 [ 268 ] {d9a28624-4b00-4e6c-b404-50664397060a} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:04.666381 [ 268 ] {d9a28624-4b00-4e6c-b404-50664397060a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:04.666693 [ 268 ] {d9a28624-4b00-4e6c-b404-50664397060a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:52:04.666895 [ 268 ] {d9a28624-4b00-4e6c-b404-50664397060a} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:04.667020 [ 268 ] {d9a28624-4b00-4e6c-b404-50664397060a} executeQuery: Read 160 rows, 11.41 KiB in 0.001115 sec., 143497.75784753362 rows/sec., 9.99 MiB/sec. 2026.03.20 17:52:04.667055 [ 268 ] {d9a28624-4b00-4e6c-b404-50664397060a} TCPHandler: Processed in 0.001271609 sec. 2026.03.20 17:52:04.667161 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:04.667253 [ 268 ] {32cf92fc-1495-4a94-9447-324c7aa7c479} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:04.667293 [ 268 ] {32cf92fc-1495-4a94-9447-324c7aa7c479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:04.667606 [ 268 ] {32cf92fc-1495-4a94-9447-324c7aa7c479} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:04.667640 [ 268 ] {32cf92fc-1495-4a94-9447-324c7aa7c479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:04.667938 [ 268 ] {32cf92fc-1495-4a94-9447-324c7aa7c479} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:52:04.668133 [ 268 ] {32cf92fc-1495-4a94-9447-324c7aa7c479} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:04.668256 [ 268 ] {32cf92fc-1495-4a94-9447-324c7aa7c479} executeQuery: Read 60 rows, 4.14 KiB in 0.001021 sec., 58765.915768854065 rows/sec., 3.96 MiB/sec. 2026.03.20 17:52:04.668289 [ 268 ] {32cf92fc-1495-4a94-9447-324c7aa7c479} TCPHandler: Processed in 0.001175257 sec. 2026.03.20 17:52:07.771427 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 462 2026.03.20 17:52:07.773687 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:07.773732 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:07.774891 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:52:07.775161 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:07.775303 [ 90 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 17:52:07.775369 [ 90 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:07.775390 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:07.775392 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 462 2026.03.20 17:52:07.775487 [ 186 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.20 17:52:07.776069 [ 186 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:07.776229 [ 186 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::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.03.20 17:52:07.776610 [ 186 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 68 rows starting from the beginning of the part 2026.03.20 17:52:07.776943 [ 186 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part 2026.03.20 17:52:07.777267 [ 186 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part 2026.03.20 17:52:07.777577 [ 186 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part 2026.03.20 17:52:07.777909 [ 186 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part 2026.03.20 17:52:07.783238 [ 188 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 72 columns (72 merged, 0 gathered) in 0.007787591 sec., 59325.14945892767 rows/sec., 53.14 MiB/sec. 2026.03.20 17:52:07.784009 [ 186 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 17:52:07.784497 [ 186 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_11_2} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:07.784571 [ 186 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_11_2} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 17:52:07.784718 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. 2026.03.20 17:52:09.672319 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:09.672536 [ 268 ] {3c0eaa45-99d5-481a-8f60-1dbab6583e72} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:52:09.672614 [ 268 ] {3c0eaa45-99d5-481a-8f60-1dbab6583e72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:52:09.673421 [ 268 ] {3c0eaa45-99d5-481a-8f60-1dbab6583e72} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.673476 [ 268 ] {3c0eaa45-99d5-481a-8f60-1dbab6583e72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:09.673906 [ 268 ] {3c0eaa45-99d5-481a-8f60-1dbab6583e72} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:52:09.674141 [ 268 ] {3c0eaa45-99d5-481a-8f60-1dbab6583e72} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.674304 [ 268 ] {3c0eaa45-99d5-481a-8f60-1dbab6583e72} executeQuery: Read 284 rows, 18.47 KiB in 0.001825 sec., 155616.43835616438 rows/sec., 9.88 MiB/sec. 2026.03.20 17:52:09.674358 [ 268 ] {3c0eaa45-99d5-481a-8f60-1dbab6583e72} TCPHandler: Processed in 0.002182341 sec. 2026.03.20 17:52:09.674488 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:09.674597 [ 268 ] {b1b49eaf-dbb4-46ee-82a8-dd6ad3a149b0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:52:09.674646 [ 268 ] {b1b49eaf-dbb4-46ee-82a8-dd6ad3a149b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:52:09.675073 [ 268 ] {b1b49eaf-dbb4-46ee-82a8-dd6ad3a149b0} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.675114 [ 268 ] {b1b49eaf-dbb4-46ee-82a8-dd6ad3a149b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:09.675429 [ 268 ] {b1b49eaf-dbb4-46ee-82a8-dd6ad3a149b0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:52:09.675643 [ 268 ] {b1b49eaf-dbb4-46ee-82a8-dd6ad3a149b0} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.675786 [ 268 ] {b1b49eaf-dbb4-46ee-82a8-dd6ad3a149b0} executeQuery: Read 2 rows, 167.00 B in 0.001213 sec., 1648.8046166529266 rows/sec., 134.45 KiB/sec. 2026.03.20 17:52:09.675825 [ 268 ] {b1b49eaf-dbb4-46ee-82a8-dd6ad3a149b0} TCPHandler: Processed in 0.001391052 sec. 2026.03.20 17:52:09.675930 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:09.676028 [ 268 ] {fe7e17fa-07f5-4219-8c76-abda23bb6693} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:09.676071 [ 268 ] {fe7e17fa-07f5-4219-8c76-abda23bb6693} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:09.676825 [ 268 ] {fe7e17fa-07f5-4219-8c76-abda23bb6693} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.676863 [ 268 ] {fe7e17fa-07f5-4219-8c76-abda23bb6693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:09.677234 [ 268 ] {fe7e17fa-07f5-4219-8c76-abda23bb6693} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:52:09.677451 [ 268 ] {fe7e17fa-07f5-4219-8c76-abda23bb6693} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.677584 [ 268 ] {fe7e17fa-07f5-4219-8c76-abda23bb6693} executeQuery: Read 880 rows, 71.45 KiB in 0.001577 sec., 558021.5599239061 rows/sec., 44.25 MiB/sec. 2026.03.20 17:52:09.677623 [ 268 ] {fe7e17fa-07f5-4219-8c76-abda23bb6693} TCPHandler: Processed in 0.001744361 sec. 2026.03.20 17:52:09.677735 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:09.677832 [ 268 ] {db42f1aa-6c79-4bf1-8792-87b5ec12f576} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:52:09.677873 [ 268 ] {db42f1aa-6c79-4bf1-8792-87b5ec12f576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:52:09.678335 [ 268 ] {db42f1aa-6c79-4bf1-8792-87b5ec12f576} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.678372 [ 268 ] {db42f1aa-6c79-4bf1-8792-87b5ec12f576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:09.678702 [ 268 ] {db42f1aa-6c79-4bf1-8792-87b5ec12f576} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:52:09.678913 [ 268 ] {db42f1aa-6c79-4bf1-8792-87b5ec12f576} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.679042 [ 268 ] {db42f1aa-6c79-4bf1-8792-87b5ec12f576} executeQuery: Read 185 rows, 11.76 KiB in 0.00123 sec., 150406.50406504064 rows/sec., 9.34 MiB/sec. 2026.03.20 17:52:09.679059 [ 110 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 17:52:09.679078 [ 268 ] {db42f1aa-6c79-4bf1-8792-87b5ec12f576} TCPHandler: Processed in 0.001393432 sec. 2026.03.20 17:52:09.679129 [ 110 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.679155 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:09.679216 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:09.679269 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.20 17:52:09.679326 [ 268 ] {7a05d689-9d80-45df-be2d-08efb52faf0f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:52:09.679374 [ 268 ] {7a05d689-9d80-45df-be2d-08efb52faf0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:52:09.679413 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:09.679451 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 184 rows starting from the beginning of the part 2026.03.20 17:52:09.679515 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 175 rows starting from the beginning of the part 2026.03.20 17:52:09.679560 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 194 rows starting from the beginning of the part 2026.03.20 17:52:09.679602 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 182 rows starting from the beginning of the part 2026.03.20 17:52:09.679641 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 183 rows starting from the beginning of the part 2026.03.20 17:52:09.679685 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 185 rows starting from the beginning of the part 2026.03.20 17:52:09.679824 [ 268 ] {7a05d689-9d80-45df-be2d-08efb52faf0f} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.679867 [ 268 ] {7a05d689-9d80-45df-be2d-08efb52faf0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:09.680234 [ 268 ] {7a05d689-9d80-45df-be2d-08efb52faf0f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:52:09.680469 [ 268 ] {7a05d689-9d80-45df-be2d-08efb52faf0f} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.680575 [ 110 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.20 17:52:09.680599 [ 268 ] {7a05d689-9d80-45df-be2d-08efb52faf0f} executeQuery: Read 149 rows, 9.86 KiB in 0.001293 sec., 115235.88553750966 rows/sec., 7.45 MiB/sec. 2026.03.20 17:52:09.680607 [ 110 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.680640 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:09.680645 [ 268 ] {7a05d689-9d80-45df-be2d-08efb52faf0f} TCPHandler: Processed in 0.001486295 sec. 2026.03.20 17:52:09.680717 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.03.20 17:52:09.680723 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1103 rows, containing 5 columns (5 merged, 0 gathered) in 0.001506275 sec., 732270.003817364 rows/sec., 48.17 MiB/sec. 2026.03.20 17:52:09.680764 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:09.680833 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:09.680870 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 149 rows starting from the beginning of the part 2026.03.20 17:52:09.680870 [ 268 ] {64856046-c1ff-4bc2-bae4-fc94c15b0fc9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:52:09.680925 [ 268 ] {64856046-c1ff-4bc2-bae4-fc94c15b0fc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:52:09.680935 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 17:52:09.680965 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 149 rows starting from the beginning of the part 2026.03.20 17:52:09.681030 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part 2026.03.20 17:52:09.681083 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 149 rows starting from the beginning of the part 2026.03.20 17:52:09.681136 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 149 rows starting from the beginning of the part 2026.03.20 17:52:09.681187 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 149 rows starting from the beginning of the part 2026.03.20 17:52:09.681278 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_11_2} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.681365 [ 268 ] {64856046-c1ff-4bc2-bae4-fc94c15b0fc9} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.681379 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_11_2} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 17:52:09.681410 [ 268 ] {64856046-c1ff-4bc2-bae4-fc94c15b0fc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:09.681516 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.03.20 17:52:09.681745 [ 268 ] {64856046-c1ff-4bc2-bae4-fc94c15b0fc9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:52:09.681991 [ 268 ] {64856046-c1ff-4bc2-bae4-fc94c15b0fc9} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.682125 [ 268 ] {64856046-c1ff-4bc2-bae4-fc94c15b0fc9} executeQuery: Read 148 rows, 8.62 KiB in 0.001275 sec., 116078.431372549 rows/sec., 6.60 MiB/sec. 2026.03.20 17:52:09.682164 [ 268 ] {64856046-c1ff-4bc2-bae4-fc94c15b0fc9} TCPHandler: Processed in 0.001451004 sec. 2026.03.20 17:52:09.682272 [ 188 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 895 rows, containing 5 columns (5 merged, 0 gathered) in 0.001588506 sec., 563422.486285856 rows/sec., 38.55 MiB/sec. 2026.03.20 17:52:09.682276 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:09.682415 [ 268 ] {2d5129aa-75a6-4de9-a8a6-c8eb9d39da8a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:09.682459 [ 268 ] {2d5129aa-75a6-4de9-a8a6-c8eb9d39da8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:09.682466 [ 196 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.20 17:52:09.682780 [ 196 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_10_2} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.682860 [ 196 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_10_2} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.20 17:52:09.682949 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.20 17:52:09.683023 [ 268 ] {2d5129aa-75a6-4de9-a8a6-c8eb9d39da8a} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.683064 [ 268 ] {2d5129aa-75a6-4de9-a8a6-c8eb9d39da8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:09.683400 [ 268 ] {2d5129aa-75a6-4de9-a8a6-c8eb9d39da8a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:52:09.683616 [ 268 ] {2d5129aa-75a6-4de9-a8a6-c8eb9d39da8a} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.683746 [ 268 ] {2d5129aa-75a6-4de9-a8a6-c8eb9d39da8a} executeQuery: Read 533 rows, 38.63 KiB in 0.00135 sec., 394814.8148148148 rows/sec., 27.94 MiB/sec. 2026.03.20 17:52:09.683785 [ 268 ] {2d5129aa-75a6-4de9-a8a6-c8eb9d39da8a} TCPHandler: Processed in 0.001558967 sec. 2026.03.20 17:52:09.683893 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:09.683989 [ 268 ] {3546f278-28ec-4855-81a8-6de2af3ace08} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:52:09.684031 [ 268 ] {3546f278-28ec-4855-81a8-6de2af3ace08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:52:09.684362 [ 268 ] {3546f278-28ec-4855-81a8-6de2af3ace08} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.684401 [ 268 ] {3546f278-28ec-4855-81a8-6de2af3ace08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:09.684711 [ 268 ] {3546f278-28ec-4855-81a8-6de2af3ace08} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:52:09.684930 [ 268 ] {3546f278-28ec-4855-81a8-6de2af3ace08} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.685060 [ 268 ] {3546f278-28ec-4855-81a8-6de2af3ace08} executeQuery: Read 6 rows, 321.00 B in 0.001089 sec., 5509.641873278238 rows/sec., 287.86 KiB/sec. 2026.03.20 17:52:09.685097 [ 268 ] {3546f278-28ec-4855-81a8-6de2af3ace08} TCPHandler: Processed in 0.001254359 sec. 2026.03.20 17:52:09.685206 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:09.685302 [ 268 ] {a8034634-3106-4e93-99b1-a4c63227fab0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:09.685345 [ 268 ] {a8034634-3106-4e93-99b1-a4c63227fab0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:09.685749 [ 268 ] {a8034634-3106-4e93-99b1-a4c63227fab0} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.685787 [ 268 ] {a8034634-3106-4e93-99b1-a4c63227fab0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:09.686125 [ 268 ] {a8034634-3106-4e93-99b1-a4c63227fab0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:52:09.686344 [ 268 ] {a8034634-3106-4e93-99b1-a4c63227fab0} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.686472 [ 268 ] {a8034634-3106-4e93-99b1-a4c63227fab0} executeQuery: Read 266 rows, 18.10 KiB in 0.001189 sec., 223717.40958788898 rows/sec., 14.87 MiB/sec. 2026.03.20 17:52:09.686508 [ 268 ] {a8034634-3106-4e93-99b1-a4c63227fab0} TCPHandler: Processed in 0.001351251 sec. 2026.03.20 17:52:09.686618 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:09.686715 [ 268 ] {6cda7a63-179b-4fdb-8033-ed3434a759d1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:52:09.686758 [ 268 ] {6cda7a63-179b-4fdb-8033-ed3434a759d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:52:09.687069 [ 268 ] {6cda7a63-179b-4fdb-8033-ed3434a759d1} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.687106 [ 268 ] {6cda7a63-179b-4fdb-8033-ed3434a759d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:09.687405 [ 268 ] {6cda7a63-179b-4fdb-8033-ed3434a759d1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:52:09.687612 [ 268 ] {6cda7a63-179b-4fdb-8033-ed3434a759d1} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.687715 [ 110 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.20 17:52:09.687739 [ 268 ] {6cda7a63-179b-4fdb-8033-ed3434a759d1} executeQuery: Read 1 rows, 69.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 64.60 KiB/sec. 2026.03.20 17:52:09.687762 [ 110 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.687781 [ 268 ] {6cda7a63-179b-4fdb-8033-ed3434a759d1} TCPHandler: Processed in 0.001212758 sec. 2026.03.20 17:52:09.687787 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:09.687874 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.03.20 17:52:09.687899 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:09.687968 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:09.687998 [ 268 ] {cb28a3b7-cf33-4d0d-8000-4925d52a6388} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:09.688002 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::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.03.20 17:52:09.688061 [ 268 ] {cb28a3b7-cf33-4d0d-8000-4925d52a6388} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:52:09.688076 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::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.03.20 17:52:09.688122 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2026.03.20 17:52:09.688158 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::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.03.20 17:52:09.688194 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::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.03.20 17:52:09.688228 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::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.03.20 17:52:09.688919 [ 268 ] {cb28a3b7-cf33-4d0d-8000-4925d52a6388} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.688944 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.001099425 sec., 10005.230006594356 rows/sec., 670.63 KiB/sec. 2026.03.20 17:52:09.688963 [ 268 ] {cb28a3b7-cf33-4d0d-8000-4925d52a6388} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:09.689103 [ 199 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.20 17:52:09.689409 [ 199 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_10_2} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.689484 [ 199 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_10_2} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.20 17:52:09.689565 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.20 17:52:09.689590 [ 268 ] {cb28a3b7-cf33-4d0d-8000-4925d52a6388} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:52:09.689834 [ 268 ] {cb28a3b7-cf33-4d0d-8000-4925d52a6388} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.689971 [ 268 ] {cb28a3b7-cf33-4d0d-8000-4925d52a6388} executeQuery: Read 41 rows, 75.23 KiB in 0.001991 sec., 20592.66700150678 rows/sec., 36.90 MiB/sec. 2026.03.20 17:52:09.690033 [ 268 ] {cb28a3b7-cf33-4d0d-8000-4925d52a6388} TCPHandler: Processed in 0.002186711 sec. 2026.03.20 17:52:09.690138 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:09.690228 [ 268 ] {ce708b42-25d5-454e-9c07-a3f9a2d7e4ae} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:09.690269 [ 268 ] {ce708b42-25d5-454e-9c07-a3f9a2d7e4ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:09.690577 [ 268 ] {ce708b42-25d5-454e-9c07-a3f9a2d7e4ae} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:09.690612 [ 268 ] {ce708b42-25d5-454e-9c07-a3f9a2d7e4ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:09.690907 [ 268 ] {ce708b42-25d5-454e-9c07-a3f9a2d7e4ae} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:52:09.691188 [ 268 ] {ce708b42-25d5-454e-9c07-a3f9a2d7e4ae} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:09.691314 [ 268 ] {ce708b42-25d5-454e-9c07-a3f9a2d7e4ae} executeQuery: Read 90 rows, 5.77 KiB in 0.001087 sec., 82796.6881324747 rows/sec., 5.18 MiB/sec. 2026.03.20 17:52:09.691350 [ 268 ] {ce708b42-25d5-454e-9c07-a3f9a2d7e4ae} TCPHandler: Processed in 0.001250729 sec. 2026.03.20 17:52:10.253501 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7269 2026.03.20 17:52:10.254380 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:10.254448 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:10.255042 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:52:10.255282 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:10.255409 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7269 2026.03.20 17:52:10.637699 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.03.20 17:52:10.655230 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:10.655289 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.88 GiB. 2026.03.20 17:52:10.661612 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:52:10.662283 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:10.664984 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.03.20 17:52:11.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 224.85 MiB, peak 230.97 MiB, free memory in arenas 0.00 B, will set to 227.80 MiB (RSS), difference: 2.95 MiB 2026.03.20 17:52:14.664646 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:14.664841 [ 268 ] {c386ca5f-be41-4b55-91a5-5111ab8d4acf} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:14.664912 [ 268 ] {c386ca5f-be41-4b55-91a5-5111ab8d4acf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:14.665581 [ 268 ] {c386ca5f-be41-4b55-91a5-5111ab8d4acf} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:14.665634 [ 268 ] {c386ca5f-be41-4b55-91a5-5111ab8d4acf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:14.666051 [ 268 ] {c386ca5f-be41-4b55-91a5-5111ab8d4acf} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:52:14.666287 [ 268 ] {c386ca5f-be41-4b55-91a5-5111ab8d4acf} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:14.666452 [ 268 ] {c386ca5f-be41-4b55-91a5-5111ab8d4acf} executeQuery: Read 56 rows, 4.41 KiB in 0.001662 sec., 33694.34416365824 rows/sec., 2.59 MiB/sec. 2026.03.20 17:52:14.666501 [ 268 ] {c386ca5f-be41-4b55-91a5-5111ab8d4acf} TCPHandler: Processed in 0.001998346 sec. 2026.03.20 17:52:14.666635 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:14.666744 [ 268 ] {c5f91d12-377b-477d-855c-31abc6214f34} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:14.666792 [ 268 ] {c5f91d12-377b-477d-855c-31abc6214f34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:14.667254 [ 268 ] {c5f91d12-377b-477d-855c-31abc6214f34} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:14.667293 [ 268 ] {c5f91d12-377b-477d-855c-31abc6214f34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:14.667623 [ 268 ] {c5f91d12-377b-477d-855c-31abc6214f34} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:52:14.667840 [ 268 ] {c5f91d12-377b-477d-855c-31abc6214f34} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:14.667975 [ 268 ] {c5f91d12-377b-477d-855c-31abc6214f34} executeQuery: Read 64 rows, 5.12 KiB in 0.001255 sec., 50996.01593625498 rows/sec., 3.98 MiB/sec. 2026.03.20 17:52:14.668015 [ 268 ] {c5f91d12-377b-477d-855c-31abc6214f34} TCPHandler: Processed in 0.001433123 sec. 2026.03.20 17:52:14.668132 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:14.668231 [ 268 ] {4f302b40-9715-49f5-a89c-3e689e9bc7de} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:14.668278 [ 268 ] {4f302b40-9715-49f5-a89c-3e689e9bc7de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:14.668686 [ 268 ] {4f302b40-9715-49f5-a89c-3e689e9bc7de} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:14.668723 [ 268 ] {4f302b40-9715-49f5-a89c-3e689e9bc7de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:14.669082 [ 268 ] {4f302b40-9715-49f5-a89c-3e689e9bc7de} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:52:14.669296 [ 268 ] {4f302b40-9715-49f5-a89c-3e689e9bc7de} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:14.669427 [ 268 ] {4f302b40-9715-49f5-a89c-3e689e9bc7de} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2026.03.20 17:52:14.669466 [ 268 ] {4f302b40-9715-49f5-a89c-3e689e9bc7de} TCPHandler: Processed in 0.001385952 sec. 2026.03.20 17:52:14.669584 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:14.669683 [ 268 ] {aba29e65-317d-4fe2-85c8-268a7bb2c481} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:14.669726 [ 268 ] {aba29e65-317d-4fe2-85c8-268a7bb2c481} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:14.670061 [ 268 ] {aba29e65-317d-4fe2-85c8-268a7bb2c481} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:14.670098 [ 268 ] {aba29e65-317d-4fe2-85c8-268a7bb2c481} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:14.670400 [ 268 ] {aba29e65-317d-4fe2-85c8-268a7bb2c481} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:52:14.670609 [ 268 ] {aba29e65-317d-4fe2-85c8-268a7bb2c481} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:14.670736 [ 268 ] {aba29e65-317d-4fe2-85c8-268a7bb2c481} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.03.20 17:52:14.670771 [ 268 ] {aba29e65-317d-4fe2-85c8-268a7bb2c481} TCPHandler: Processed in 0.001238558 sec. 2026.03.20 17:52:17.682358 [ 117 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:52:17.682410 [ 117 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:52:17.755523 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7717 2026.03.20 17:52:17.756134 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:17.756181 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:17.756780 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:52:17.757025 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:17.757156 [ 117 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 17:52:17.757168 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7717 2026.03.20 17:52:17.757224 [ 117 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:17.757251 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:17.757367 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.20 17:52:17.757504 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:17.757544 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5349 rows starting from the beginning of the part 2026.03.20 17:52:17.757635 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.03.20 17:52:17.757682 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.03.20 17:52:17.757724 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.03.20 17:52:17.757770 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.03.20 17:52:17.757813 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.03.20 17:52:17.759318 [ 186 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7717 rows, containing 4 columns (4 merged, 0 gathered) in 0.002008987 sec., 3841239.390797452 rows/sec., 54.95 MiB/sec. 2026.03.20 17:52:17.760191 [ 195 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 17:52:17.760498 [ 195 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_16_3} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:17.760577 [ 195 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_16_3} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 17:52:17.760681 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.03.20 17:52:17.775628 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 494 2026.03.20 17:52:17.777751 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:17.777788 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:17.778877 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:52:17.779129 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:17.779346 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 494 2026.03.20 17:52:18.001441 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001048334 sec. 2026.03.20 17:52:18.165062 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.03.20 17:52:18.181697 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:18.181750 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:18.187152 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:52:18.187839 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:18.188112 [ 117 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 17:52:18.188147 [ 117 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:18.188166 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:18.188287 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.20 17:52:18.191036 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.03.20 17:52:18.192402 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:18.193784 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.03.20 17:52:18.198127 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.03.20 17:52:18.202248 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.03.20 17:52:18.206161 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.03.20 17:52:18.210351 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.03.20 17:52:18.214758 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.03.20 17:52:18.272724 [ 186 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.08449229 sec., 1432.0833297333993 rows/sec., 7.41 MiB/sec. 2026.03.20 17:52:18.275308 [ 186 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 17:52:18.277574 [ 186 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_16_3} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:18.277680 [ 186 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_16_3} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 17:52:18.280361 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.03.20 17:52:19.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 229.47 MiB, peak 239.42 MiB, free memory in arenas 0.00 B, will set to 236.39 MiB (RSS), difference: 6.92 MiB 2026.03.20 17:52:19.672992 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:19.673173 [ 268 ] {d6b16bdb-cec1-44cc-a82e-abe5004373db} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:52:19.673240 [ 268 ] {d6b16bdb-cec1-44cc-a82e-abe5004373db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:52:19.673963 [ 268 ] {d6b16bdb-cec1-44cc-a82e-abe5004373db} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.674016 [ 268 ] {d6b16bdb-cec1-44cc-a82e-abe5004373db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.674417 [ 268 ] {d6b16bdb-cec1-44cc-a82e-abe5004373db} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:52:19.674644 [ 268 ] {d6b16bdb-cec1-44cc-a82e-abe5004373db} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.674801 [ 268 ] {d6b16bdb-cec1-44cc-a82e-abe5004373db} executeQuery: Read 284 rows, 18.47 KiB in 0.00168 sec., 169047.61904761905 rows/sec., 10.74 MiB/sec. 2026.03.20 17:52:19.674852 [ 268 ] {d6b16bdb-cec1-44cc-a82e-abe5004373db} TCPHandler: Processed in 0.001996076 sec. 2026.03.20 17:52:19.674975 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:19.675079 [ 268 ] {cd4365f0-c6b3-48bc-a8ed-29b4a3b5abff} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:19.675124 [ 268 ] {cd4365f0-c6b3-48bc-a8ed-29b4a3b5abff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:19.675883 [ 268 ] {cd4365f0-c6b3-48bc-a8ed-29b4a3b5abff} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.675922 [ 268 ] {cd4365f0-c6b3-48bc-a8ed-29b4a3b5abff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.676304 [ 268 ] {cd4365f0-c6b3-48bc-a8ed-29b4a3b5abff} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:52:19.676526 [ 268 ] {cd4365f0-c6b3-48bc-a8ed-29b4a3b5abff} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.676643 [ 114 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.20 17:52:19.676656 [ 268 ] {cd4365f0-c6b3-48bc-a8ed-29b4a3b5abff} executeQuery: Read 879 rows, 71.38 KiB in 0.001602 sec., 548689.138576779 rows/sec., 43.51 MiB/sec. 2026.03.20 17:52:19.676709 [ 114 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.676718 [ 268 ] {cd4365f0-c6b3-48bc-a8ed-29b4a3b5abff} TCPHandler: Processed in 0.001796642 sec. 2026.03.20 17:52:19.676740 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.676863 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:19.676870 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.20 17:52:19.676968 [ 268 ] {b9fd329d-27f2-4460-8048-6d0194378618} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:52:19.677009 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:19.677014 [ 268 ] {b9fd329d-27f2-4460-8048-6d0194378618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:52:19.677053 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 886 rows starting from the beginning of the part 2026.03.20 17:52:19.677136 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 879 rows starting from the beginning of the part 2026.03.20 17:52:19.677187 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part 2026.03.20 17:52:19.677235 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 880 rows starting from the beginning of the part 2026.03.20 17:52:19.677278 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part 2026.03.20 17:52:19.677320 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 879 rows starting from the beginning of the part 2026.03.20 17:52:19.677497 [ 268 ] {b9fd329d-27f2-4460-8048-6d0194378618} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.677539 [ 268 ] {b9fd329d-27f2-4460-8048-6d0194378618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.677980 [ 268 ] {b9fd329d-27f2-4460-8048-6d0194378618} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:52:19.678210 [ 268 ] {b9fd329d-27f2-4460-8048-6d0194378618} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.678342 [ 268 ] {b9fd329d-27f2-4460-8048-6d0194378618} executeQuery: Read 183 rows, 11.63 KiB in 0.001395 sec., 131182.79569892475 rows/sec., 8.14 MiB/sec. 2026.03.20 17:52:19.678381 [ 268 ] {b9fd329d-27f2-4460-8048-6d0194378618} TCPHandler: Processed in 0.001581927 sec. 2026.03.20 17:52:19.678486 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:19.678588 [ 268 ] {10a42e58-0fe9-4a91-886c-6f58142e4c01} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:52:19.678630 [ 268 ] {10a42e58-0fe9-4a91-886c-6f58142e4c01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:52:19.678947 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3636 rows, containing 5 columns (5 merged, 0 gathered) in 0.00213637 sec., 1701952.377163132 rows/sec., 141.28 MiB/sec. 2026.03.20 17:52:19.679086 [ 268 ] {10a42e58-0fe9-4a91-886c-6f58142e4c01} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.679129 [ 268 ] {10a42e58-0fe9-4a91-886c-6f58142e4c01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.679227 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.20 17:52:19.679470 [ 268 ] {10a42e58-0fe9-4a91-886c-6f58142e4c01} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:52:19.679654 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_21_4} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.679742 [ 268 ] {10a42e58-0fe9-4a91-886c-6f58142e4c01} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.679779 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_21_4} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.20 17:52:19.679889 [ 268 ] {10a42e58-0fe9-4a91-886c-6f58142e4c01} executeQuery: Read 149 rows, 9.86 KiB in 0.00132 sec., 112878.78787878787 rows/sec., 7.29 MiB/sec. 2026.03.20 17:52:19.679918 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.20 17:52:19.679932 [ 268 ] {10a42e58-0fe9-4a91-886c-6f58142e4c01} TCPHandler: Processed in 0.001496915 sec. 2026.03.20 17:52:19.680048 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:19.680144 [ 268 ] {2750cf51-7c15-40ee-925f-4baaa7b7b137} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:52:19.680184 [ 268 ] {2750cf51-7c15-40ee-925f-4baaa7b7b137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:52:19.680616 [ 268 ] {2750cf51-7c15-40ee-925f-4baaa7b7b137} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.680653 [ 268 ] {2750cf51-7c15-40ee-925f-4baaa7b7b137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.680981 [ 268 ] {2750cf51-7c15-40ee-925f-4baaa7b7b137} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:52:19.681191 [ 268 ] {2750cf51-7c15-40ee-925f-4baaa7b7b137} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.681320 [ 268 ] {2750cf51-7c15-40ee-925f-4baaa7b7b137} executeQuery: Read 148 rows, 8.62 KiB in 0.001194 sec., 123953.09882747069 rows/sec., 7.05 MiB/sec. 2026.03.20 17:52:19.681356 [ 268 ] {2750cf51-7c15-40ee-925f-4baaa7b7b137} TCPHandler: Processed in 0.001360311 sec. 2026.03.20 17:52:19.681458 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:19.681554 [ 268 ] {73cd060d-841f-4eee-84bd-231ff539f27d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:19.681595 [ 268 ] {73cd060d-841f-4eee-84bd-231ff539f27d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:19.682303 [ 268 ] {73cd060d-841f-4eee-84bd-231ff539f27d} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.682339 [ 268 ] {73cd060d-841f-4eee-84bd-231ff539f27d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.682707 [ 268 ] {73cd060d-841f-4eee-84bd-231ff539f27d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:52:19.682930 [ 268 ] {73cd060d-841f-4eee-84bd-231ff539f27d} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.683033 [ 114 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.20 17:52:19.683059 [ 268 ] {73cd060d-841f-4eee-84bd-231ff539f27d} executeQuery: Read 531 rows, 38.46 KiB in 0.001521 sec., 349112.426035503 rows/sec., 24.69 MiB/sec. 2026.03.20 17:52:19.683070 [ 114 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.683099 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.683104 [ 268 ] {73cd060d-841f-4eee-84bd-231ff539f27d} TCPHandler: Processed in 0.00169566 sec. 2026.03.20 17:52:19.683160 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.20 17:52:19.683220 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:19.683253 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:19.683280 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 567 rows starting from the beginning of the part 2026.03.20 17:52:19.683321 [ 268 ] {ade97bc9-2518-4dd5-8f1a-ef442c9939c7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:52:19.683325 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 531 rows starting from the beginning of the part 2026.03.20 17:52:19.683372 [ 268 ] {ade97bc9-2518-4dd5-8f1a-ef442c9939c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:52:19.683381 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part 2026.03.20 17:52:19.683428 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 533 rows starting from the beginning of the part 2026.03.20 17:52:19.683476 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part 2026.03.20 17:52:19.683510 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 531 rows starting from the beginning of the part 2026.03.20 17:52:19.683709 [ 268 ] {ade97bc9-2518-4dd5-8f1a-ef442c9939c7} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.683753 [ 268 ] {ade97bc9-2518-4dd5-8f1a-ef442c9939c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.684115 [ 268 ] {ade97bc9-2518-4dd5-8f1a-ef442c9939c7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:52:19.684334 [ 268 ] {ade97bc9-2518-4dd5-8f1a-ef442c9939c7} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.684431 [ 114 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 17:52:19.684460 [ 114 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.684463 [ 268 ] {ade97bc9-2518-4dd5-8f1a-ef442c9939c7} executeQuery: Read 6 rows, 321.00 B in 0.00116 sec., 5172.413793103448 rows/sec., 270.24 KiB/sec. 2026.03.20 17:52:19.684476 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.684512 [ 268 ] {ade97bc9-2518-4dd5-8f1a-ef442c9939c7} TCPHandler: Processed in 0.001341561 sec. 2026.03.20 17:52:19.684580 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2290 rows, containing 5 columns (5 merged, 0 gathered) in 0.001444124 sec., 1585736.4049070578 rows/sec., 119.08 MiB/sec. 2026.03.20 17:52:19.684594 [ 189 ] {05b673bd-1065-454a-b193-02561891577e::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.20 17:52:19.684616 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:19.684722 [ 268 ] {5bed7e0b-7dee-4a21-a1f6-527e283985cb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:19.684739 [ 189 ] {05b673bd-1065-454a-b193-02561891577e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:19.684747 [ 198 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.20 17:52:19.684768 [ 268 ] {5bed7e0b-7dee-4a21-a1f6-527e283985cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:19.684786 [ 189 ] {05b673bd-1065-454a-b193-02561891577e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2026.03.20 17:52:19.684870 [ 189 ] {05b673bd-1065-454a-b193-02561891577e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.03.20 17:52:19.684925 [ 189 ] {05b673bd-1065-454a-b193-02561891577e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.03.20 17:52:19.684974 [ 189 ] {05b673bd-1065-454a-b193-02561891577e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.03.20 17:52:19.685022 [ 189 ] {05b673bd-1065-454a-b193-02561891577e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.03.20 17:52:19.685068 [ 189 ] {05b673bd-1065-454a-b193-02561891577e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.03.20 17:52:19.685073 [ 198 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_21_4} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.685163 [ 198 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_21_4} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.20 17:52:19.685197 [ 268 ] {5bed7e0b-7dee-4a21-a1f6-527e283985cb} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.685232 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.03.20 17:52:19.685240 [ 268 ] {5bed7e0b-7dee-4a21-a1f6-527e283985cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.685647 [ 268 ] {5bed7e0b-7dee-4a21-a1f6-527e283985cb} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:52:19.685904 [ 268 ] {5bed7e0b-7dee-4a21-a1f6-527e283985cb} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.685904 [ 201 ] {05b673bd-1065-454a-b193-02561891577e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001360411 sec., 48514.750321777756 rows/sec., 2.48 MiB/sec. 2026.03.20 17:52:19.686011 [ 114 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.20 17:52:19.686037 [ 268 ] {5bed7e0b-7dee-4a21-a1f6-527e283985cb} executeQuery: Read 265 rows, 18.03 KiB in 0.001333 sec., 198799.69992498125 rows/sec., 13.21 MiB/sec. 2026.03.20 17:52:19.686042 [ 114 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.686056 [ 198 ] {05b673bd-1065-454a-b193-02561891577e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 17:52:19.686078 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.686083 [ 268 ] {5bed7e0b-7dee-4a21-a1f6-527e283985cb} TCPHandler: Processed in 0.001515695 sec. 2026.03.20 17:52:19.686154 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.20 17:52:19.686259 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:19.686272 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:19.686316 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1761 rows starting from the beginning of the part 2026.03.20 17:52:19.686341 [ 198 ] {05b673bd-1065-454a-b193-02561891577e::all_1_11_2} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.686364 [ 268 ] {efc7550a-be7d-4922-b280-8777b5a70b16} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:52:19.686365 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 265 rows starting from the beginning of the part 2026.03.20 17:52:19.686415 [ 268 ] {efc7550a-be7d-4922-b280-8777b5a70b16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:52:19.686423 [ 198 ] {05b673bd-1065-454a-b193-02561891577e::all_1_11_2} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 17:52:19.686427 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.03.20 17:52:19.686487 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 266 rows starting from the beginning of the part 2026.03.20 17:52:19.686510 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.20 17:52:19.686525 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2026.03.20 17:52:19.686570 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 265 rows starting from the beginning of the part 2026.03.20 17:52:19.686774 [ 268 ] {efc7550a-be7d-4922-b280-8777b5a70b16} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.686815 [ 268 ] {efc7550a-be7d-4922-b280-8777b5a70b16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.687149 [ 268 ] {efc7550a-be7d-4922-b280-8777b5a70b16} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:52:19.687384 [ 268 ] {efc7550a-be7d-4922-b280-8777b5a70b16} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.687521 [ 268 ] {efc7550a-be7d-4922-b280-8777b5a70b16} executeQuery: Read 1 rows, 69.00 B in 0.001176 sec., 850.3401360544218 rows/sec., 57.30 KiB/sec. 2026.03.20 17:52:19.687560 [ 268 ] {efc7550a-be7d-4922-b280-8777b5a70b16} TCPHandler: Processed in 0.001350111 sec. 2026.03.20 17:52:19.687677 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:19.687775 [ 268 ] {95e1472f-12a6-49ff-a0b8-fa887853274b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:19.687831 [ 268 ] {95e1472f-12a6-49ff-a0b8-fa887853274b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:52:19.687901 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2877 rows, containing 5 columns (5 merged, 0 gathered) in 0.001783112 sec., 1613471.279426082 rows/sec., 107.43 MiB/sec. 2026.03.20 17:52:19.688196 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.20 17:52:19.688465 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_21_4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.688531 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_21_4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.20 17:52:19.688613 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.20 17:52:19.688724 [ 268 ] {95e1472f-12a6-49ff-a0b8-fa887853274b} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.688765 [ 268 ] {95e1472f-12a6-49ff-a0b8-fa887853274b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.689417 [ 268 ] {95e1472f-12a6-49ff-a0b8-fa887853274b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:52:19.689639 [ 268 ] {95e1472f-12a6-49ff-a0b8-fa887853274b} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.689749 [ 112 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 17:52:19.689775 [ 268 ] {95e1472f-12a6-49ff-a0b8-fa887853274b} executeQuery: Read 41 rows, 75.23 KiB in 0.002019 sec., 20307.082714214957 rows/sec., 36.39 MiB/sec. 2026.03.20 17:52:19.689786 [ 112 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.689817 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.689851 [ 268 ] {95e1472f-12a6-49ff-a0b8-fa887853274b} TCPHandler: Processed in 0.002223922 sec. 2026.03.20 17:52:19.689892 [ 198 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.20 17:52:19.689971 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:19.690065 [ 198 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:19.690070 [ 268 ] {523b5ada-f8de-4c35-b18e-39fe2b10b648} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:19.690120 [ 198 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 146 rows starting from the beginning of the part 2026.03.20 17:52:19.690128 [ 268 ] {523b5ada-f8de-4c35-b18e-39fe2b10b648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:19.690242 [ 198 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part 2026.03.20 17:52:19.690359 [ 198 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part 2026.03.20 17:52:19.690471 [ 198 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 41 rows starting from the beginning of the part 2026.03.20 17:52:19.690475 [ 268 ] {523b5ada-f8de-4c35-b18e-39fe2b10b648} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.690522 [ 268 ] {523b5ada-f8de-4c35-b18e-39fe2b10b648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.690579 [ 198 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part 2026.03.20 17:52:19.690689 [ 198 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part 2026.03.20 17:52:19.690850 [ 268 ] {523b5ada-f8de-4c35-b18e-39fe2b10b648} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:52:19.691107 [ 268 ] {523b5ada-f8de-4c35-b18e-39fe2b10b648} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.691213 [ 112 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.20 17:52:19.691238 [ 268 ] {523b5ada-f8de-4c35-b18e-39fe2b10b648} executeQuery: Read 90 rows, 5.77 KiB in 0.001187 sec., 75821.39848357203 rows/sec., 4.74 MiB/sec. 2026.03.20 17:52:19.691245 [ 112 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:19.691279 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:19.691281 [ 268 ] {523b5ada-f8de-4c35-b18e-39fe2b10b648} TCPHandler: Processed in 0.001359671 sec. 2026.03.20 17:52:19.691353 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.20 17:52:19.691462 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:19.691496 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 660 rows starting from the beginning of the part 2026.03.20 17:52:19.691558 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 90 rows starting from the beginning of the part 2026.03.20 17:52:19.691601 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.03.20 17:52:19.691642 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 90 rows starting from the beginning of the part 2026.03.20 17:52:19.691681 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.03.20 17:52:19.691721 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 90 rows starting from the beginning of the part 2026.03.20 17:52:19.692711 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1050 rows, containing 4 columns (4 merged, 0 gathered) in 0.001389722 sec., 755546.7928117998 rows/sec., 47.03 MiB/sec. 2026.03.20 17:52:19.692890 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.20 17:52:19.693154 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_21_4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.693219 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_21_4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.20 17:52:19.693291 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.20 17:52:19.694038 [ 200 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 349 rows, containing 19 columns (19 merged, 0 gathered) in 0.004179457 sec., 83503.6704528842 rows/sec., 149.63 MiB/sec. 2026.03.20 17:52:19.694697 [ 187 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 17:52:19.695004 [ 187 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_11_2} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:19.695080 [ 187 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_11_2} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 17:52:19.695185 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. 2026.03.20 17:52:21.481163 [ 109 ] {} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.20 17:52:21.481270 [ 109 ] {} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:21.481302 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:21.481472 [ 191 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.20 17:52:21.481658 [ 191 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:21.481704 [ 191 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.03.20 17:52:21.481781 [ 191 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.03.20 17:52:21.481833 [ 191 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.03.20 17:52:21.481882 [ 191 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.03.20 17:52:21.481929 [ 191 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2026.03.20 17:52:21.483015 [ 187 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.001620138 sec., 14813.552919566111 rows/sec., 1.24 MiB/sec. 2026.03.20 17:52:21.483262 [ 200 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.20 17:52:21.483738 [ 200 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_5_1} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:21.483865 [ 200 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_5_1} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.20 17:52:21.484041 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.20 17:52:22.055636 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34091 2026.03.20 17:52:22.055754 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:22.055783 [ 288 ] {} TCP-Session: 008f2502-5221-4e45-ae9c-5cbf46c4e63b Authenticating user 'default' from [fd00:1122:3344:101::e]:34091 2026.03.20 17:52:22.055806 [ 288 ] {} TCP-Session: 008f2502-5221-4e45-ae9c-5cbf46c4e63b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.055820 [ 288 ] {} TCP-Session: 008f2502-5221-4e45-ae9c-5cbf46c4e63b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.055993 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59010 2026.03.20 17:52:22.056004 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50996 2026.03.20 17:52:22.056068 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32944 2026.03.20 17:52:22.056099 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41408 2026.03.20 17:52:22.056114 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58717 2026.03.20 17:52:22.056120 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:22.056117 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38169 2026.03.20 17:52:22.056185 [ 288 ] {} TCP-Session: 008f2502-5221-4e45-ae9c-5cbf46c4e63b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:22.056196 [ 289 ] {} TCP-Session: 2366e8d9-57d5-4126-8e93-09f87184ff6b Authenticating user 'default' from [fd00:1122:3344:101::e]:59010 2026.03.20 17:52:22.056237 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:22.056264 [ 289 ] {} TCP-Session: 2366e8d9-57d5-4126-8e93-09f87184ff6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056283 [ 290 ] {} TCP-Session: c47896eb-e7d0-4674-bd05-d5b1cdc51df9 Authenticating user 'default' from [fd00:1122:3344:101::e]:50996 2026.03.20 17:52:22.056096 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37118 2026.03.20 17:52:22.056302 [ 289 ] {} TCP-Session: 2366e8d9-57d5-4126-8e93-09f87184ff6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056346 [ 290 ] {} TCP-Session: c47896eb-e7d0-4674-bd05-d5b1cdc51df9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056037 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51559 2026.03.20 17:52:22.056378 [ 288 ] {babd3e8c-645b-496c-9455-a620c24e38ba} executeQuery: (from [fd00:1122:3344:101::e]:34091) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:52:22.056399 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:22.056399 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:22.056381 [ 290 ] {} TCP-Session: c47896eb-e7d0-4674-bd05-d5b1cdc51df9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056448 [ 286 ] {} TCP-Session: 23e79b20-3f96-49d5-8f3c-2c171f8c07ab Authenticating user 'default' from [fd00:1122:3344:101::e]:38169 2026.03.20 17:52:22.056442 [ 267 ] {} TCP-Session: 5677571f-6dfa-45dc-889d-49f8f2262fe6 Authenticating user 'default' from [fd00:1122:3344:101::e]:58717 2026.03.20 17:52:22.056475 [ 286 ] {} TCP-Session: 23e79b20-3f96-49d5-8f3c-2c171f8c07ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056485 [ 267 ] {} TCP-Session: 5677571f-6dfa-45dc-889d-49f8f2262fe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056494 [ 286 ] {} TCP-Session: 23e79b20-3f96-49d5-8f3c-2c171f8c07ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056503 [ 267 ] {} TCP-Session: 5677571f-6dfa-45dc-889d-49f8f2262fe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056576 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:22.056606 [ 294 ] {} TCP-Session: d43a4722-9616-478e-859b-2c3720f14e39 Authenticating user 'default' from [fd00:1122:3344:101::e]:41408 2026.03.20 17:52:22.056622 [ 294 ] {} TCP-Session: d43a4722-9616-478e-859b-2c3720f14e39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056634 [ 294 ] {} TCP-Session: d43a4722-9616-478e-859b-2c3720f14e39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056651 [ 288 ] {babd3e8c-645b-496c-9455-a620c24e38ba} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:52:22.056713 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:22.056714 [ 288 ] {babd3e8c-645b-496c-9455-a620c24e38ba} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:52:22.056743 [ 291 ] {} TCP-Session: d52b60f4-60f8-4f27-b924-419ec52e3564 Authenticating user 'default' from [fd00:1122:3344:101::e]:51559 2026.03.20 17:52:22.056761 [ 291 ] {} TCP-Session: d52b60f4-60f8-4f27-b924-419ec52e3564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056774 [ 291 ] {} TCP-Session: d52b60f4-60f8-4f27-b924-419ec52e3564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056798 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:22.056801 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:22.056836 [ 292 ] {} TCP-Session: 3d6d41d6-fa84-4da8-83d4-c8227d57b5ff Authenticating user 'default' from [fd00:1122:3344:101::e]:32944 2026.03.20 17:52:22.056859 [ 293 ] {} TCP-Session: 46e95214-dc28-4a6a-9928-4ce6be7d99a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:37118 2026.03.20 17:52:22.056861 [ 292 ] {} TCP-Session: 3d6d41d6-fa84-4da8-83d4-c8227d57b5ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056890 [ 293 ] {} TCP-Session: 46e95214-dc28-4a6a-9928-4ce6be7d99a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056892 [ 292 ] {} TCP-Session: 3d6d41d6-fa84-4da8-83d4-c8227d57b5ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.056913 [ 293 ] {} TCP-Session: 46e95214-dc28-4a6a-9928-4ce6be7d99a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.057011 [ 288 ] {babd3e8c-645b-496c-9455-a620c24e38ba} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:52:22.058006 [ 308 ] {babd3e8c-645b-496c-9455-a620c24e38ba} AggregatingTransform: Aggregating 2026.03.20 17:52:22.058059 [ 308 ] {babd3e8c-645b-496c-9455-a620c24e38ba} Aggregator: Aggregation method: without_key 2026.03.20 17:52:22.058096 [ 308 ] {babd3e8c-645b-496c-9455-a620c24e38ba} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000957293 sec. (1044.612 rows/sec., 40.81 KiB/sec.) 2026.03.20 17:52:22.058116 [ 308 ] {babd3e8c-645b-496c-9455-a620c24e38ba} Aggregator: Merging aggregated data 2026.03.20 17:52:22.059242 [ 288 ] {babd3e8c-645b-496c-9455-a620c24e38ba} executeQuery: Read 1 rows, 40.00 B in 0.00292 sec., 342.4657534246576 rows/sec., 13.38 KiB/sec. 2026.03.20 17:52:22.059402 [ 288 ] {babd3e8c-645b-496c-9455-a620c24e38ba} TCPHandler: Processed in 0.003329977 sec. 2026.03.20 17:52:22.059535 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:22.059566 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:22.059577 [ 288 ] {} TCP-Session: 008f2502-5221-4e45-ae9c-5cbf46c4e63b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.059584 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:22.059605 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:22.059625 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:22.059646 [ 291 ] {} TCP-Session: d52b60f4-60f8-4f27-b924-419ec52e3564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.059667 [ 293 ] {} TCP-Session: 46e95214-dc28-4a6a-9928-4ce6be7d99a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.059681 [ 294 ] {} TCP-Session: d43a4722-9616-478e-859b-2c3720f14e39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.059684 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:22.059708 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:22.059663 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:22.059749 [ 292 ] {} TCP-Session: 3d6d41d6-fa84-4da8-83d4-c8227d57b5ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.059763 [ 267 ] {} TCP-Session: 5677571f-6dfa-45dc-889d-49f8f2262fe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.059781 [ 290 ] {} TCP-Session: c47896eb-e7d0-4674-bd05-d5b1cdc51df9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.059612 [ 289 ] {} TCP-Session: 2366e8d9-57d5-4126-8e93-09f87184ff6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:22.059656 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:22.059862 [ 286 ] {} TCP-Session: 23e79b20-3f96-49d5-8f3c-2c171f8c07ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400019 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63228 2026.03.20 17:52:23.400144 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:23.400170 [ 288 ] {} TCP-Session: 95db7fee-24e3-442b-91d1-cbd41f59d9db Authenticating user 'default' from [fd00:1122:3344:101::e]:63228 2026.03.20 17:52:23.400192 [ 288 ] {} TCP-Session: 95db7fee-24e3-442b-91d1-cbd41f59d9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400204 [ 288 ] {} TCP-Session: 95db7fee-24e3-442b-91d1-cbd41f59d9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400409 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33926 2026.03.20 17:52:23.400428 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37672 2026.03.20 17:52:23.400466 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58008 2026.03.20 17:52:23.400491 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46822 2026.03.20 17:52:23.400527 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:23.400540 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:23.400546 [ 288 ] {} TCP-Session: 95db7fee-24e3-442b-91d1-cbd41f59d9db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:23.400570 [ 290 ] {} TCP-Session: bcb51f48-7be8-4b7e-abeb-308eef604c39 Authenticating user 'default' from [fd00:1122:3344:101::e]:33926 2026.03.20 17:52:23.400586 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:23.400613 [ 290 ] {} TCP-Session: bcb51f48-7be8-4b7e-abeb-308eef604c39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400617 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:23.400630 [ 292 ] {} TCP-Session: 02257567-665b-4b65-8fd9-12de5f18c004 Authenticating user 'default' from [fd00:1122:3344:101::e]:58008 2026.03.20 17:52:23.400636 [ 290 ] {} TCP-Session: bcb51f48-7be8-4b7e-abeb-308eef604c39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400662 [ 293 ] {} TCP-Session: 54ae566f-497f-42d2-8232-9150404dd9ab Authenticating user 'default' from [fd00:1122:3344:101::e]:46822 2026.03.20 17:52:23.400578 [ 291 ] {} TCP-Session: a8d27f2e-4fdc-493e-ac8f-743c5a4e97a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:37672 2026.03.20 17:52:23.400699 [ 292 ] {} TCP-Session: 02257567-665b-4b65-8fd9-12de5f18c004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400723 [ 291 ] {} TCP-Session: a8d27f2e-4fdc-493e-ac8f-743c5a4e97a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400729 [ 288 ] {5b4eb9ee-b8f7-4d14-83eb-eda2d906e172} executeQuery: (from [fd00:1122:3344:101::e]:63228) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:52:23.400747 [ 291 ] {} TCP-Session: a8d27f2e-4fdc-493e-ac8f-743c5a4e97a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400739 [ 292 ] {} TCP-Session: 02257567-665b-4b65-8fd9-12de5f18c004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400708 [ 293 ] {} TCP-Session: 54ae566f-497f-42d2-8232-9150404dd9ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400492 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61332 2026.03.20 17:52:23.400826 [ 293 ] {} TCP-Session: 54ae566f-497f-42d2-8232-9150404dd9ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400411 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50251 2026.03.20 17:52:23.400898 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:23.400926 [ 294 ] {} TCP-Session: f48506a3-f95b-459a-a0a0-a183be255984 Authenticating user 'default' from [fd00:1122:3344:101::e]:61332 2026.03.20 17:52:23.400944 [ 294 ] {} TCP-Session: f48506a3-f95b-459a-a0a0-a183be255984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400952 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:23.400957 [ 294 ] {} TCP-Session: f48506a3-f95b-459a-a0a0-a183be255984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.400985 [ 289 ] {} TCP-Session: a749ea32-d4e5-40cc-93cf-c3dd6276d8f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:50251 2026.03.20 17:52:23.401008 [ 288 ] {5b4eb9ee-b8f7-4d14-83eb-eda2d906e172} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:52:23.401011 [ 289 ] {} TCP-Session: a749ea32-d4e5-40cc-93cf-c3dd6276d8f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.401052 [ 289 ] {} TCP-Session: a749ea32-d4e5-40cc-93cf-c3dd6276d8f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.401080 [ 288 ] {5b4eb9ee-b8f7-4d14-83eb-eda2d906e172} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:52:23.401369 [ 288 ] {5b4eb9ee-b8f7-4d14-83eb-eda2d906e172} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:52:23.402329 [ 277 ] {5b4eb9ee-b8f7-4d14-83eb-eda2d906e172} AggregatingTransform: Aggregating 2026.03.20 17:52:23.402366 [ 277 ] {5b4eb9ee-b8f7-4d14-83eb-eda2d906e172} Aggregator: Aggregation method: without_key 2026.03.20 17:52:23.402400 [ 277 ] {5b4eb9ee-b8f7-4d14-83eb-eda2d906e172} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000932042 sec. (1072.913 rows/sec., 41.91 KiB/sec.) 2026.03.20 17:52:23.402419 [ 277 ] {5b4eb9ee-b8f7-4d14-83eb-eda2d906e172} Aggregator: Merging aggregated data 2026.03.20 17:52:23.403792 [ 288 ] {5b4eb9ee-b8f7-4d14-83eb-eda2d906e172} executeQuery: Read 1 rows, 40.00 B in 0.003118 sec., 320.71840923669015 rows/sec., 12.53 KiB/sec. 2026.03.20 17:52:23.403927 [ 288 ] {5b4eb9ee-b8f7-4d14-83eb-eda2d906e172} TCPHandler: Processed in 0.003494241 sec. 2026.03.20 17:52:23.404023 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:23.404051 [ 288 ] {} TCP-Session: 95db7fee-24e3-442b-91d1-cbd41f59d9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.404064 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:23.404103 [ 293 ] {} TCP-Session: 54ae566f-497f-42d2-8232-9150404dd9ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.404102 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:23.404118 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:23.404137 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:23.404165 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:23.404174 [ 292 ] {} TCP-Session: 02257567-665b-4b65-8fd9-12de5f18c004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.404180 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:52:23.404215 [ 289 ] {} TCP-Session: a749ea32-d4e5-40cc-93cf-c3dd6276d8f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.404199 [ 290 ] {} TCP-Session: bcb51f48-7be8-4b7e-abeb-308eef604c39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.404242 [ 294 ] {} TCP-Session: f48506a3-f95b-459a-a0a0-a183be255984 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.404154 [ 291 ] {} TCP-Session: a8d27f2e-4fdc-493e-ac8f-743c5a4e97a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.405720 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65066 2026.03.20 17:52:23.405756 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45709 2026.03.20 17:52:23.405788 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:23.405809 [ 286 ] {} TCP-Session: 8f410869-420f-4e27-9ece-defba09d72b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:65066 2026.03.20 17:52:23.405817 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:52:23.405826 [ 286 ] {} TCP-Session: 8f410869-420f-4e27-9ece-defba09d72b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.405838 [ 267 ] {} TCP-Session: 558fbd89-b39f-4559-9ed2-64fd1374cb53 Authenticating user 'default' from [fd00:1122:3344:101::e]:45709 2026.03.20 17:52:23.405841 [ 286 ] {} TCP-Session: 8f410869-420f-4e27-9ece-defba09d72b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.405855 [ 267 ] {} TCP-Session: 558fbd89-b39f-4559-9ed2-64fd1374cb53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.405896 [ 267 ] {} TCP-Session: 558fbd89-b39f-4559-9ed2-64fd1374cb53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.422994 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:65066). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.20 17:52:23.423143 [ 286 ] {} TCP-Session: 8f410869-420f-4e27-9ece-defba09d72b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:23.423162 [ 267 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:45709). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.20 17:52:23.423229 [ 267 ] {} TCP-Session: 558fbd89-b39f-4559-9ed2-64fd1374cb53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:52:24.662219 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:24.662420 [ 268 ] {bc2171c1-8e70-42b1-9fd4-35faf1019ad4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:52:24.662498 [ 268 ] {bc2171c1-8e70-42b1-9fd4-35faf1019ad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:52:24.663169 [ 268 ] {bc2171c1-8e70-42b1-9fd4-35faf1019ad4} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:24.663227 [ 268 ] {bc2171c1-8e70-42b1-9fd4-35faf1019ad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:24.663623 [ 268 ] {bc2171c1-8e70-42b1-9fd4-35faf1019ad4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:52:24.663870 [ 268 ] {bc2171c1-8e70-42b1-9fd4-35faf1019ad4} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:24.664026 [ 268 ] {bc2171c1-8e70-42b1-9fd4-35faf1019ad4} executeQuery: Read 2 rows, 167.00 B in 0.001662 sec., 1203.3694344163657 rows/sec., 98.13 KiB/sec. 2026.03.20 17:52:24.664077 [ 268 ] {bc2171c1-8e70-42b1-9fd4-35faf1019ad4} TCPHandler: Processed in 0.001994707 sec. 2026.03.20 17:52:24.664195 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:24.664299 [ 268 ] {c50cb19f-7f9c-4ec8-a6f6-f7c8e884545f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:24.664342 [ 268 ] {c50cb19f-7f9c-4ec8-a6f6-f7c8e884545f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:24.664772 [ 268 ] {c50cb19f-7f9c-4ec8-a6f6-f7c8e884545f} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:24.664811 [ 268 ] {c50cb19f-7f9c-4ec8-a6f6-f7c8e884545f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:24.665128 [ 268 ] {c50cb19f-7f9c-4ec8-a6f6-f7c8e884545f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:52:24.665346 [ 268 ] {c50cb19f-7f9c-4ec8-a6f6-f7c8e884545f} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:24.665474 [ 268 ] {c50cb19f-7f9c-4ec8-a6f6-f7c8e884545f} executeQuery: Read 57 rows, 4.48 KiB in 0.001198 sec., 47579.29883138564 rows/sec., 3.65 MiB/sec. 2026.03.20 17:52:24.665511 [ 268 ] {c50cb19f-7f9c-4ec8-a6f6-f7c8e884545f} TCPHandler: Processed in 0.001368322 sec. 2026.03.20 17:52:24.665632 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:24.665753 [ 268 ] {182062b4-02d6-4d67-9b58-32710dc4813a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:52:24.665804 [ 268 ] {182062b4-02d6-4d67-9b58-32710dc4813a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:52:24.666259 [ 268 ] {182062b4-02d6-4d67-9b58-32710dc4813a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:24.666300 [ 268 ] {182062b4-02d6-4d67-9b58-32710dc4813a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:24.666589 [ 268 ] {182062b4-02d6-4d67-9b58-32710dc4813a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:52:24.666791 [ 268 ] {182062b4-02d6-4d67-9b58-32710dc4813a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:24.666913 [ 268 ] {182062b4-02d6-4d67-9b58-32710dc4813a} executeQuery: Read 2 rows, 143.00 B in 0.001242 sec., 1610.3059581320451 rows/sec., 112.44 KiB/sec. 2026.03.20 17:52:24.666948 [ 268 ] {182062b4-02d6-4d67-9b58-32710dc4813a} TCPHandler: Processed in 0.001439034 sec. 2026.03.20 17:52:24.667111 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:24.667206 [ 268 ] {0c17d5ea-6de9-40a1-b205-3f20b4b52323} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:24.667246 [ 268 ] {0c17d5ea-6de9-40a1-b205-3f20b4b52323} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:24.667651 [ 268 ] {0c17d5ea-6de9-40a1-b205-3f20b4b52323} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:24.667688 [ 268 ] {0c17d5ea-6de9-40a1-b205-3f20b4b52323} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:24.667996 [ 268 ] {0c17d5ea-6de9-40a1-b205-3f20b4b52323} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:52:24.668219 [ 268 ] {0c17d5ea-6de9-40a1-b205-3f20b4b52323} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:24.668344 [ 268 ] {0c17d5ea-6de9-40a1-b205-3f20b4b52323} executeQuery: Read 66 rows, 5.28 KiB in 0.001156 sec., 57093.42560553634 rows/sec., 4.46 MiB/sec. 2026.03.20 17:52:24.668381 [ 268 ] {0c17d5ea-6de9-40a1-b205-3f20b4b52323} TCPHandler: Processed in 0.00132021 sec. 2026.03.20 17:52:24.668496 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:24.668591 [ 268 ] {d7919b5a-2b69-4786-8eb4-e25ad4ae96e0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:24.668635 [ 268 ] {d7919b5a-2b69-4786-8eb4-e25ad4ae96e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:24.669030 [ 268 ] {d7919b5a-2b69-4786-8eb4-e25ad4ae96e0} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:24.669068 [ 268 ] {d7919b5a-2b69-4786-8eb4-e25ad4ae96e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:24.669406 [ 268 ] {d7919b5a-2b69-4786-8eb4-e25ad4ae96e0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:52:24.669633 [ 268 ] {d7919b5a-2b69-4786-8eb4-e25ad4ae96e0} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:24.669758 [ 268 ] {d7919b5a-2b69-4786-8eb4-e25ad4ae96e0} executeQuery: Read 161 rows, 11.48 KiB in 0.001185 sec., 135864.9789029536 rows/sec., 9.46 MiB/sec. 2026.03.20 17:52:24.669795 [ 268 ] {d7919b5a-2b69-4786-8eb4-e25ad4ae96e0} TCPHandler: Processed in 0.001347281 sec. 2026.03.20 17:52:24.669916 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:24.670042 [ 268 ] {2468fcd2-0508-4085-9549-c979be4ae406} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:24.670094 [ 268 ] {2468fcd2-0508-4085-9549-c979be4ae406} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:24.670471 [ 268 ] {2468fcd2-0508-4085-9549-c979be4ae406} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:24.670509 [ 268 ] {2468fcd2-0508-4085-9549-c979be4ae406} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:24.670850 [ 268 ] {2468fcd2-0508-4085-9549-c979be4ae406} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:52:24.671076 [ 268 ] {2468fcd2-0508-4085-9549-c979be4ae406} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:24.671212 [ 268 ] {2468fcd2-0508-4085-9549-c979be4ae406} executeQuery: Read 60 rows, 4.14 KiB in 0.001195 sec., 50209.2050209205 rows/sec., 3.38 MiB/sec. 2026.03.20 17:52:24.671248 [ 268 ] {2468fcd2-0508-4085-9549-c979be4ae406} TCPHandler: Processed in 0.001395712 sec. 2026.03.20 17:52:25.257298 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8229 2026.03.20 17:52:25.258166 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:25.258243 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:25.258929 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:52:25.259160 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:25.259288 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8229 2026.03.20 17:52:25.691123 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.03.20 17:52:25.706369 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:25.706417 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:25.712257 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:52:25.713008 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:25.715655 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.03.20 17:52:27.779498 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 532 2026.03.20 17:52:27.781918 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:27.781957 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:27.783147 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:52:27.783412 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:27.783649 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 532 2026.03.20 17:52:29.673265 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:29.673464 [ 268 ] {a3ae4dbd-0e06-4a2a-a8ae-9a0a91522807} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:52:29.673536 [ 268 ] {a3ae4dbd-0e06-4a2a-a8ae-9a0a91522807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:52:29.674281 [ 268 ] {a3ae4dbd-0e06-4a2a-a8ae-9a0a91522807} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:29.674329 [ 268 ] {a3ae4dbd-0e06-4a2a-a8ae-9a0a91522807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:29.674768 [ 268 ] {a3ae4dbd-0e06-4a2a-a8ae-9a0a91522807} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:52:29.675004 [ 268 ] {a3ae4dbd-0e06-4a2a-a8ae-9a0a91522807} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:29.675155 [ 268 ] {a3ae4dbd-0e06-4a2a-a8ae-9a0a91522807} executeQuery: Read 284 rows, 18.47 KiB in 0.001744 sec., 162844.0366972477 rows/sec., 10.34 MiB/sec. 2026.03.20 17:52:29.675199 [ 268 ] {a3ae4dbd-0e06-4a2a-a8ae-9a0a91522807} TCPHandler: Processed in 0.002066518 sec. 2026.03.20 17:52:29.675317 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:29.675414 [ 268 ] {a4d0a3ca-4799-4c0a-80ea-8751fc6318c6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:29.675454 [ 268 ] {a4d0a3ca-4799-4c0a-80ea-8751fc6318c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:29.676203 [ 268 ] {a4d0a3ca-4799-4c0a-80ea-8751fc6318c6} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:29.676240 [ 268 ] {a4d0a3ca-4799-4c0a-80ea-8751fc6318c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:29.676607 [ 268 ] {a4d0a3ca-4799-4c0a-80ea-8751fc6318c6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:52:29.676824 [ 268 ] {a4d0a3ca-4799-4c0a-80ea-8751fc6318c6} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:29.676954 [ 268 ] {a4d0a3ca-4799-4c0a-80ea-8751fc6318c6} executeQuery: Read 879 rows, 71.38 KiB in 0.001559 sec., 563822.9634381013 rows/sec., 44.71 MiB/sec. 2026.03.20 17:52:29.676993 [ 268 ] {a4d0a3ca-4799-4c0a-80ea-8751fc6318c6} TCPHandler: Processed in 0.0017269 sec. 2026.03.20 17:52:29.677126 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:29.677251 [ 268 ] {e5e36eb0-c5ab-4a5d-b6f2-8ce37ace0b22} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:52:29.677302 [ 268 ] {e5e36eb0-c5ab-4a5d-b6f2-8ce37ace0b22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:52:29.677818 [ 268 ] {e5e36eb0-c5ab-4a5d-b6f2-8ce37ace0b22} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:29.677856 [ 268 ] {e5e36eb0-c5ab-4a5d-b6f2-8ce37ace0b22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:29.678217 [ 268 ] {e5e36eb0-c5ab-4a5d-b6f2-8ce37ace0b22} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:52:29.678446 [ 268 ] {e5e36eb0-c5ab-4a5d-b6f2-8ce37ace0b22} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:29.678579 [ 268 ] {e5e36eb0-c5ab-4a5d-b6f2-8ce37ace0b22} executeQuery: Read 183 rows, 11.63 KiB in 0.001353 sec., 135254.9889135255 rows/sec., 8.39 MiB/sec. 2026.03.20 17:52:29.678618 [ 268 ] {e5e36eb0-c5ab-4a5d-b6f2-8ce37ace0b22} TCPHandler: Processed in 0.001567917 sec. 2026.03.20 17:52:29.678719 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:29.678819 [ 268 ] {5f0f853c-6467-46f1-9402-68dc67548e98} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:52:29.678859 [ 268 ] {5f0f853c-6467-46f1-9402-68dc67548e98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:52:29.679281 [ 268 ] {5f0f853c-6467-46f1-9402-68dc67548e98} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:29.679316 [ 268 ] {5f0f853c-6467-46f1-9402-68dc67548e98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:29.679615 [ 268 ] {5f0f853c-6467-46f1-9402-68dc67548e98} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:52:29.679811 [ 268 ] {5f0f853c-6467-46f1-9402-68dc67548e98} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:29.679931 [ 268 ] {5f0f853c-6467-46f1-9402-68dc67548e98} executeQuery: Read 149 rows, 9.86 KiB in 0.001186 sec., 125632.37774030355 rows/sec., 8.12 MiB/sec. 2026.03.20 17:52:29.679967 [ 268 ] {5f0f853c-6467-46f1-9402-68dc67548e98} TCPHandler: Processed in 0.001356641 sec. 2026.03.20 17:52:29.680132 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:29.680229 [ 268 ] {92addb39-1c6e-4960-a7eb-d62966582f08} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:52:29.680269 [ 268 ] {92addb39-1c6e-4960-a7eb-d62966582f08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:52:29.680681 [ 268 ] {92addb39-1c6e-4960-a7eb-d62966582f08} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:29.680718 [ 268 ] {92addb39-1c6e-4960-a7eb-d62966582f08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:29.681016 [ 268 ] {92addb39-1c6e-4960-a7eb-d62966582f08} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:52:29.681224 [ 268 ] {92addb39-1c6e-4960-a7eb-d62966582f08} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:29.681349 [ 268 ] {92addb39-1c6e-4960-a7eb-d62966582f08} executeQuery: Read 148 rows, 8.62 KiB in 0.00114 sec., 129824.56140350878 rows/sec., 7.38 MiB/sec. 2026.03.20 17:52:29.681386 [ 268 ] {92addb39-1c6e-4960-a7eb-d62966582f08} TCPHandler: Processed in 0.00130512 sec. 2026.03.20 17:52:29.681489 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:29.681585 [ 268 ] {bee248f1-d01d-4e4b-8959-4b7676fa10b6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:29.681624 [ 268 ] {bee248f1-d01d-4e4b-8959-4b7676fa10b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:29.682156 [ 268 ] {bee248f1-d01d-4e4b-8959-4b7676fa10b6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:29.682192 [ 268 ] {bee248f1-d01d-4e4b-8959-4b7676fa10b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:29.682525 [ 268 ] {bee248f1-d01d-4e4b-8959-4b7676fa10b6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:52:29.682734 [ 268 ] {bee248f1-d01d-4e4b-8959-4b7676fa10b6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:29.682858 [ 268 ] {bee248f1-d01d-4e4b-8959-4b7676fa10b6} executeQuery: Read 531 rows, 38.46 KiB in 0.001291 sec., 411309.0627420604 rows/sec., 29.09 MiB/sec. 2026.03.20 17:52:29.682895 [ 268 ] {bee248f1-d01d-4e4b-8959-4b7676fa10b6} TCPHandler: Processed in 0.001455884 sec. 2026.03.20 17:52:29.682997 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:29.683094 [ 268 ] {a00aefa3-5f10-4c41-98db-a4dd399e6b69} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:52:29.683135 [ 268 ] {a00aefa3-5f10-4c41-98db-a4dd399e6b69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:52:29.683444 [ 268 ] {a00aefa3-5f10-4c41-98db-a4dd399e6b69} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:29.683479 [ 268 ] {a00aefa3-5f10-4c41-98db-a4dd399e6b69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:29.683777 [ 268 ] {a00aefa3-5f10-4c41-98db-a4dd399e6b69} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:52:29.683981 [ 268 ] {a00aefa3-5f10-4c41-98db-a4dd399e6b69} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:29.684106 [ 268 ] {a00aefa3-5f10-4c41-98db-a4dd399e6b69} executeQuery: Read 6 rows, 321.00 B in 0.00103 sec., 5825.242718446601 rows/sec., 304.35 KiB/sec. 2026.03.20 17:52:29.684141 [ 268 ] {a00aefa3-5f10-4c41-98db-a4dd399e6b69} TCPHandler: Processed in 0.001194198 sec. 2026.03.20 17:52:29.684244 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:29.684338 [ 268 ] {78b2cbe6-3b8e-415f-bbbd-d0acf9282d79} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:29.684380 [ 268 ] {78b2cbe6-3b8e-415f-bbbd-d0acf9282d79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:29.684769 [ 268 ] {78b2cbe6-3b8e-415f-bbbd-d0acf9282d79} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:29.684805 [ 268 ] {78b2cbe6-3b8e-415f-bbbd-d0acf9282d79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:29.685142 [ 268 ] {78b2cbe6-3b8e-415f-bbbd-d0acf9282d79} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:52:29.685353 [ 268 ] {78b2cbe6-3b8e-415f-bbbd-d0acf9282d79} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:29.685478 [ 268 ] {78b2cbe6-3b8e-415f-bbbd-d0acf9282d79} executeQuery: Read 265 rows, 18.03 KiB in 0.001159 sec., 228645.38395168248 rows/sec., 15.19 MiB/sec. 2026.03.20 17:52:29.685515 [ 268 ] {78b2cbe6-3b8e-415f-bbbd-d0acf9282d79} TCPHandler: Processed in 0.001322521 sec. 2026.03.20 17:52:29.685620 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:29.685715 [ 268 ] {c2f255f1-d3b1-4729-add7-ca3d644427d0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:52:29.685756 [ 268 ] {c2f255f1-d3b1-4729-add7-ca3d644427d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:52:29.686061 [ 268 ] {c2f255f1-d3b1-4729-add7-ca3d644427d0} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:29.686102 [ 268 ] {c2f255f1-d3b1-4729-add7-ca3d644427d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:29.686400 [ 268 ] {c2f255f1-d3b1-4729-add7-ca3d644427d0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:52:29.686608 [ 268 ] {c2f255f1-d3b1-4729-add7-ca3d644427d0} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:29.686733 [ 268 ] {c2f255f1-d3b1-4729-add7-ca3d644427d0} executeQuery: Read 1 rows, 69.00 B in 0.001035 sec., 966.1835748792272 rows/sec., 65.10 KiB/sec. 2026.03.20 17:52:29.686768 [ 268 ] {c2f255f1-d3b1-4729-add7-ca3d644427d0} TCPHandler: Processed in 0.001198458 sec. 2026.03.20 17:52:29.686866 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:29.686959 [ 268 ] {7a1f7033-460b-490f-a4e6-1f1aaf9cf796} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:29.687013 [ 268 ] {7a1f7033-460b-490f-a4e6-1f1aaf9cf796} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:52:29.688109 [ 268 ] {7a1f7033-460b-490f-a4e6-1f1aaf9cf796} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:29.688150 [ 268 ] {7a1f7033-460b-490f-a4e6-1f1aaf9cf796} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:29.689021 [ 268 ] {7a1f7033-460b-490f-a4e6-1f1aaf9cf796} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:52:29.689286 [ 268 ] {7a1f7033-460b-490f-a4e6-1f1aaf9cf796} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:29.689433 [ 268 ] {7a1f7033-460b-490f-a4e6-1f1aaf9cf796} executeQuery: Read 41 rows, 75.23 KiB in 0.002491 sec., 16459.253311922923 rows/sec., 29.49 MiB/sec. 2026.03.20 17:52:29.689496 [ 268 ] {7a1f7033-460b-490f-a4e6-1f1aaf9cf796} TCPHandler: Processed in 0.002680462 sec. 2026.03.20 17:52:29.689610 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:29.689707 [ 268 ] {3a448733-94fe-4fd5-b882-e5779ca22aa7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:29.689749 [ 268 ] {3a448733-94fe-4fd5-b882-e5779ca22aa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:29.690071 [ 268 ] {3a448733-94fe-4fd5-b882-e5779ca22aa7} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:29.690111 [ 268 ] {3a448733-94fe-4fd5-b882-e5779ca22aa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:29.690414 [ 268 ] {3a448733-94fe-4fd5-b882-e5779ca22aa7} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:52:29.690617 [ 268 ] {3a448733-94fe-4fd5-b882-e5779ca22aa7} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:29.690742 [ 268 ] {3a448733-94fe-4fd5-b882-e5779ca22aa7} executeQuery: Read 90 rows, 5.77 KiB in 0.001054 sec., 85388.99430740038 rows/sec., 5.34 MiB/sec. 2026.03.20 17:52:29.690777 [ 268 ] {3a448733-94fe-4fd5-b882-e5779ca22aa7} TCPHandler: Processed in 0.001217369 sec. 2026.03.20 17:52:32.682454 [ 89 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:52:32.682508 [ 89 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:52:32.759419 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8677 2026.03.20 17:52:32.759918 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:32.759968 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:32.760489 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:52:32.760739 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:32.760893 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8677 2026.03.20 17:52:33.215788 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.03.20 17:52:33.232201 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:33.232259 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:33.238511 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:52:33.239218 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:33.241954 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.03.20 17:52:34.662745 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:34.662921 [ 268 ] {54f54536-8fec-4b6d-82f2-901a64acb791} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:34.662989 [ 268 ] {54f54536-8fec-4b6d-82f2-901a64acb791} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:34.663653 [ 268 ] {54f54536-8fec-4b6d-82f2-901a64acb791} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:34.663703 [ 268 ] {54f54536-8fec-4b6d-82f2-901a64acb791} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:34.664086 [ 268 ] {54f54536-8fec-4b6d-82f2-901a64acb791} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:52:34.664319 [ 268 ] {54f54536-8fec-4b6d-82f2-901a64acb791} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:34.664479 [ 268 ] {54f54536-8fec-4b6d-82f2-901a64acb791} executeQuery: Read 56 rows, 4.41 KiB in 0.001607 sec., 34847.542003733666 rows/sec., 2.68 MiB/sec. 2026.03.20 17:52:34.664529 [ 268 ] {54f54536-8fec-4b6d-82f2-901a64acb791} TCPHandler: Processed in 0.001918774 sec. 2026.03.20 17:52:34.664653 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:34.664756 [ 268 ] {4e9f0224-970b-4aa8-9ceb-a73293cb7c2a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:34.664800 [ 268 ] {4e9f0224-970b-4aa8-9ceb-a73293cb7c2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:34.665212 [ 268 ] {4e9f0224-970b-4aa8-9ceb-a73293cb7c2a} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:34.665248 [ 268 ] {4e9f0224-970b-4aa8-9ceb-a73293cb7c2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:34.665552 [ 268 ] {4e9f0224-970b-4aa8-9ceb-a73293cb7c2a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:52:34.665771 [ 268 ] {4e9f0224-970b-4aa8-9ceb-a73293cb7c2a} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:34.665899 [ 268 ] {4e9f0224-970b-4aa8-9ceb-a73293cb7c2a} executeQuery: Read 64 rows, 5.12 KiB in 0.001216 sec., 52631.57894736842 rows/sec., 4.11 MiB/sec. 2026.03.20 17:52:34.665934 [ 268 ] {4e9f0224-970b-4aa8-9ceb-a73293cb7c2a} TCPHandler: Processed in 0.001387322 sec. 2026.03.20 17:52:34.666039 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:34.666199 [ 268 ] {bd09ae8e-9e38-4d7f-a40b-2e726d3ca24d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:34.666246 [ 268 ] {bd09ae8e-9e38-4d7f-a40b-2e726d3ca24d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:34.666662 [ 268 ] {bd09ae8e-9e38-4d7f-a40b-2e726d3ca24d} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:34.666698 [ 268 ] {bd09ae8e-9e38-4d7f-a40b-2e726d3ca24d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:34.667034 [ 268 ] {bd09ae8e-9e38-4d7f-a40b-2e726d3ca24d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:52:34.667250 [ 268 ] {bd09ae8e-9e38-4d7f-a40b-2e726d3ca24d} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:34.667381 [ 268 ] {bd09ae8e-9e38-4d7f-a40b-2e726d3ca24d} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.03.20 17:52:34.667416 [ 268 ] {bd09ae8e-9e38-4d7f-a40b-2e726d3ca24d} TCPHandler: Processed in 0.001367472 sec. 2026.03.20 17:52:34.667542 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:34.667665 [ 268 ] {39478ee0-1f9b-47b5-8466-c6e5c9bcffe9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:34.667717 [ 268 ] {39478ee0-1f9b-47b5-8466-c6e5c9bcffe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:34.668123 [ 268 ] {39478ee0-1f9b-47b5-8466-c6e5c9bcffe9} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:34.668169 [ 268 ] {39478ee0-1f9b-47b5-8466-c6e5c9bcffe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:34.668563 [ 268 ] {39478ee0-1f9b-47b5-8466-c6e5c9bcffe9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:52:34.668833 [ 268 ] {39478ee0-1f9b-47b5-8466-c6e5c9bcffe9} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:34.668967 [ 268 ] {39478ee0-1f9b-47b5-8466-c6e5c9bcffe9} executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. 2026.03.20 17:52:34.669005 [ 268 ] {39478ee0-1f9b-47b5-8466-c6e5c9bcffe9} TCPHandler: Processed in 0.001526655 sec. 2026.03.20 17:52:34.984283 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:34.984541 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:52:34.984890 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:52:34.984927 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:52:34.985185 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:52:34.985253 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:52:34.985389 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.20 17:52:34.985488 [ 345 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:52:34.985488 [ 304 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:52:34.985524 [ 347 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:52:34.985655 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.03.20 17:52:34.985690 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:52:34.985761 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:52:34.985781 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.20 17:52:34.985819 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:34.985858 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:34.986701 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} executeQuery: Read 35 rows, 1.35 KiB in 0.002274 sec., 15391.380826737028 rows/sec., 592.21 KiB/sec. 2026.03.20 17:52:34.986803 [ 268 ] {e2cda8b8-522c-4efc-a9ce-5c4e0f02881f} TCPHandler: Processed in 0.002653611 sec. 2026.03.20 17:52:34.987142 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:34.987282 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:52:34.987499 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:52:34.987534 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:52:34.987733 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:52:34.987786 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:52:34.987886 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.03.20 17:52:34.987949 [ 347 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:52:34.987955 [ 345 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:52:34.987951 [ 304 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:52:34.988056 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.03.20 17:52:34.988076 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:52:34.988132 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:52:34.988148 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.20 17:52:34.988177 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:34.988207 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:34.988838 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} executeQuery: Read 35 rows, 1.35 KiB in 0.001612 sec., 21712.158808933003 rows/sec., 835.41 KiB/sec. 2026.03.20 17:52:34.988910 [ 268 ] {44dca6d2-96e2-48c3-950f-8d700e1d34cc} TCPHandler: Processed in 0.001819312 sec. 2026.03.20 17:52:34.989200 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:34.989336 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:52:34.989560 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:52:34.989596 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:52:34.989798 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:52:34.989853 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:52:34.990014 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.03.20 17:52:34.990092 [ 304 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:52:34.990094 [ 296 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:52:34.990096 [ 347 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:52:34.990199 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.03.20 17:52:34.990225 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:52:34.990285 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:52:34.990302 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.20 17:52:34.990333 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:34.990365 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:34.990987 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} executeQuery: Read 35 rows, 1.35 KiB in 0.001708 sec., 20491.803278688523 rows/sec., 788.45 KiB/sec. 2026.03.20 17:52:34.991095 [ 268 ] {690e1af9-cea7-4efa-a500-3c5766410c0e} TCPHandler: Processed in 0.001952705 sec. 2026.03.20 17:52:34.991346 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:34.991487 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:52:34.991715 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:52:34.991751 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:52:34.991967 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:52:34.992022 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:52:34.992124 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.03.20 17:52:34.992183 [ 349 ] {254b8a8c-3804-4615-8265-275db5db0179} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:52:34.992189 [ 304 ] {254b8a8c-3804-4615-8265-275db5db0179} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:52:34.992206 [ 332 ] {254b8a8c-3804-4615-8265-275db5db0179} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:52:34.992325 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.03.20 17:52:34.992355 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:52:34.992415 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:52:34.992433 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.20 17:52:34.992463 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:34.992498 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:34.993058 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} executeQuery: Read 35 rows, 1.35 KiB in 0.00163 sec., 21472.39263803681 rows/sec., 826.18 KiB/sec. 2026.03.20 17:52:34.993150 [ 268 ] {254b8a8c-3804-4615-8265-275db5db0179} TCPHandler: Processed in 0.001854733 sec. 2026.03.20 17:52:34.993395 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:34.993536 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:52:34.993815 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:52:34.993855 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:52:34.994060 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:52:34.994113 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:52:34.994212 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.20 17:52:34.994274 [ 304 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:52:34.994283 [ 332 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:52:34.994335 [ 326 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:52:34.994435 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.03.20 17:52:34.994461 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:52:34.994515 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:52:34.994531 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.20 17:52:34.994560 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:34.994594 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:34.995231 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} executeQuery: Read 35 rows, 1.35 KiB in 0.001755 sec., 19943.019943019943 rows/sec., 767.34 KiB/sec. 2026.03.20 17:52:34.995321 [ 268 ] {6942db93-4f8b-43ab-af93-b4b5e0882258} TCPHandler: Processed in 0.001978426 sec. 2026.03.20 17:52:34.995519 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:34.995654 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:52:34.995869 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:52:34.995904 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:52:34.996105 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:52:34.996155 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:52:34.996252 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.03.20 17:52:34.996316 [ 304 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:52:34.996316 [ 326 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:52:34.996325 [ 332 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:52:34.996429 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.03.20 17:52:34.996455 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:52:34.996508 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:52:34.996524 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.20 17:52:34.996553 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:34.996583 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:34.997124 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} executeQuery: Read 35 rows, 1.35 KiB in 0.001528 sec., 22905.759162303664 rows/sec., 881.33 KiB/sec. 2026.03.20 17:52:34.997212 [ 268 ] {25c4ecb2-98f7-4ecf-a20e-2dcc98569edd} TCPHandler: Processed in 0.00174055 sec. 2026.03.20 17:52:35.111085 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.111344 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:52:35.111735 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:52:35.111775 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:52:35.112036 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:52:35.112104 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:52:35.112244 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.03.20 17:52:35.112322 [ 332 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:52:35.112335 [ 304 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:52:35.112337 [ 326 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:52:35.112474 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.03.20 17:52:35.112501 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:52:35.112570 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:52:35.112590 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.20 17:52:35.112624 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:35.112662 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:35.113309 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} executeQuery: Read 35 rows, 1.35 KiB in 0.002083 sec., 16802.68843014882 rows/sec., 646.51 KiB/sec. 2026.03.20 17:52:35.113407 [ 268 ] {dbacfe13-e532-4290-8417-6a6ee55eaac9} TCPHandler: Processed in 0.002456357 sec. 2026.03.20 17:52:35.164786 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.164945 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:52:35.165193 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:52:35.165231 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:52:35.165446 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:52:35.165500 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:52:35.165606 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.03.20 17:52:35.165673 [ 304 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:52:35.165678 [ 332 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:52:35.165690 [ 319 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:52:35.165795 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.03.20 17:52:35.165816 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:52:35.165874 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:52:35.165892 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.20 17:52:35.165924 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:35.165958 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:35.166532 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} executeQuery: Read 35 rows, 1.35 KiB in 0.001645 sec., 21276.59574468085 rows/sec., 818.65 KiB/sec. 2026.03.20 17:52:35.166614 [ 268 ] {7d5c69f1-7575-425a-8c2f-9c3a38ff4eca} TCPHandler: Processed in 0.001881024 sec. 2026.03.20 17:52:35.167100 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.167279 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:52:35.167586 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:52:35.167634 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:52:35.167870 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:52:35.167925 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:52:35.168033 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.03.20 17:52:35.168092 [ 304 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:52:35.168108 [ 319 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:52:35.168107 [ 332 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:52:35.168198 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.03.20 17:52:35.168224 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:52:35.168281 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:52:35.168301 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.20 17:52:35.168333 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:35.168366 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:52:35.168931 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} executeQuery: Read 35 rows, 1.35 KiB in 0.001732 sec., 20207.85219399538 rows/sec., 777.53 KiB/sec. 2026.03.20 17:52:35.169018 [ 268 ] {bc71653a-6642-4123-bf4a-c8a87f7ca959} TCPHandler: Processed in 0.001983676 sec. 2026.03.20 17:52:35.170535 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.170649 [ 268 ] {ebd69533-86c0-4de7-b4fc-14f3692d479b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.20 17:52:35.170692 [ 268 ] {ebd69533-86c0-4de7-b4fc-14f3692d479b} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:52:35.171225 [ 268 ] {ebd69533-86c0-4de7-b4fc-14f3692d479b} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.171267 [ 268 ] {ebd69533-86c0-4de7-b4fc-14f3692d479b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.171684 [ 268 ] {ebd69533-86c0-4de7-b4fc-14f3692d479b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:52:35.171878 [ 268 ] {ebd69533-86c0-4de7-b4fc-14f3692d479b} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.172023 [ 268 ] {ebd69533-86c0-4de7-b4fc-14f3692d479b} executeQuery: Read 9 rows, 1.74 KiB in 0.001405 sec., 6405.693950177936 rows/sec., 1.21 MiB/sec. 2026.03.20 17:52:35.172064 [ 268 ] {ebd69533-86c0-4de7-b4fc-14f3692d479b} TCPHandler: Processed in 0.001581207 sec. 2026.03.20 17:52:35.172274 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.172373 [ 268 ] {4981e623-9836-457c-a6fa-d0911e8dadca} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:52:35.172414 [ 268 ] {4981e623-9836-457c-a6fa-d0911e8dadca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:52:35.172995 [ 268 ] {4981e623-9836-457c-a6fa-d0911e8dadca} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.173034 [ 268 ] {4981e623-9836-457c-a6fa-d0911e8dadca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.173359 [ 268 ] {4981e623-9836-457c-a6fa-d0911e8dadca} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:52:35.173574 [ 268 ] {4981e623-9836-457c-a6fa-d0911e8dadca} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.173693 [ 84 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.03.20 17:52:35.173702 [ 268 ] {4981e623-9836-457c-a6fa-d0911e8dadca} executeQuery: Read 284 rows, 18.47 KiB in 0.001352 sec., 210059.17159763316 rows/sec., 13.34 MiB/sec. 2026.03.20 17:52:35.173841 [ 84 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.173859 [ 268 ] {4981e623-9836-457c-a6fa-d0911e8dadca} TCPHandler: Processed in 0.001635088 sec. 2026.03.20 17:52:35.173868 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.173962 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::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.03.20 17:52:35.173983 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.174059 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:35.174078 [ 268 ] {47a162d9-0099-4ef8-8178-4bd66c253170} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:52:35.174087 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 284 rows starting from the beginning of the part 2026.03.20 17:52:35.174119 [ 268 ] {47a162d9-0099-4ef8-8178-4bd66c253170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:52:35.174140 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.03.20 17:52:35.174182 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 284 rows starting from the beginning of the part 2026.03.20 17:52:35.174221 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 284 rows starting from the beginning of the part 2026.03.20 17:52:35.174260 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 284 rows starting from the beginning of the part 2026.03.20 17:52:35.174535 [ 268 ] {47a162d9-0099-4ef8-8178-4bd66c253170} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.174570 [ 268 ] {47a162d9-0099-4ef8-8178-4bd66c253170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.174879 [ 268 ] {47a162d9-0099-4ef8-8178-4bd66c253170} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:52:35.175089 [ 268 ] {47a162d9-0099-4ef8-8178-4bd66c253170} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.175180 [ 200 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001250049 sec., 1135955.4705455545 rows/sec., 76.48 MiB/sec. 2026.03.20 17:52:35.175221 [ 268 ] {47a162d9-0099-4ef8-8178-4bd66c253170} executeQuery: Read 14 rows, 1.14 KiB in 0.001161 sec., 12058.570198105082 rows/sec., 983.29 KiB/sec. 2026.03.20 17:52:35.175261 [ 268 ] {47a162d9-0099-4ef8-8178-4bd66c253170} TCPHandler: Processed in 0.001327971 sec. 2026.03.20 17:52:35.175354 [ 200 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.03.20 17:52:35.175368 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.175466 [ 268 ] {b5ef8637-4b95-4b42-9b62-35bfa82396bb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:35.175507 [ 268 ] {b5ef8637-4b95-4b42-9b62-35bfa82396bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:35.175650 [ 200 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_13_3} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.175731 [ 200 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_13_3} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.03.20 17:52:35.175834 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.20 17:52:35.177733 [ 268 ] {b5ef8637-4b95-4b42-9b62-35bfa82396bb} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.177775 [ 268 ] {b5ef8637-4b95-4b42-9b62-35bfa82396bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.178322 [ 268 ] {b5ef8637-4b95-4b42-9b62-35bfa82396bb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:52:35.178538 [ 268 ] {b5ef8637-4b95-4b42-9b62-35bfa82396bb} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.178682 [ 268 ] {b5ef8637-4b95-4b42-9b62-35bfa82396bb} executeQuery: Read 2771 rows, 217.05 KiB in 0.003235 sec., 856568.7789799073 rows/sec., 65.52 MiB/sec. 2026.03.20 17:52:35.178721 [ 268 ] {b5ef8637-4b95-4b42-9b62-35bfa82396bb} MemoryTracker: Peak memory usage (for query): 4.07 MiB. 2026.03.20 17:52:35.178736 [ 268 ] {b5ef8637-4b95-4b42-9b62-35bfa82396bb} TCPHandler: Processed in 0.00341844 sec. 2026.03.20 17:52:35.178847 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.178943 [ 268 ] {d962472e-243b-43bd-88f6-3964676c2c86} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:52:35.178983 [ 268 ] {d962472e-243b-43bd-88f6-3964676c2c86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:52:35.179479 [ 268 ] {d962472e-243b-43bd-88f6-3964676c2c86} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.179516 [ 268 ] {d962472e-243b-43bd-88f6-3964676c2c86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.179830 [ 268 ] {d962472e-243b-43bd-88f6-3964676c2c86} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:52:35.180042 [ 268 ] {d962472e-243b-43bd-88f6-3964676c2c86} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.180174 [ 268 ] {d962472e-243b-43bd-88f6-3964676c2c86} executeQuery: Read 208 rows, 13.43 KiB in 0.00125 sec., 166400 rows/sec., 10.49 MiB/sec. 2026.03.20 17:52:35.180212 [ 268 ] {d962472e-243b-43bd-88f6-3964676c2c86} TCPHandler: Processed in 0.001414653 sec. 2026.03.20 17:52:35.180319 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.180414 [ 268 ] {0b337fc8-7ad1-434c-9d2d-9f426653c968} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:52:35.180453 [ 268 ] {0b337fc8-7ad1-434c-9d2d-9f426653c968} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:52:35.181212 [ 268 ] {0b337fc8-7ad1-434c-9d2d-9f426653c968} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.181247 [ 268 ] {0b337fc8-7ad1-434c-9d2d-9f426653c968} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.181614 [ 268 ] {0b337fc8-7ad1-434c-9d2d-9f426653c968} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:52:35.181828 [ 268 ] {0b337fc8-7ad1-434c-9d2d-9f426653c968} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.181953 [ 268 ] {0b337fc8-7ad1-434c-9d2d-9f426653c968} executeQuery: Read 857 rows, 52.15 KiB in 0.001558 sec., 550064.1848523748 rows/sec., 32.69 MiB/sec. 2026.03.20 17:52:35.181989 [ 268 ] {0b337fc8-7ad1-434c-9d2d-9f426653c968} TCPHandler: Processed in 0.00172072 sec. 2026.03.20 17:52:35.182097 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.182192 [ 268 ] {81a34eef-32a7-47cf-8440-c39da65f4b53} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:35.182232 [ 268 ] {81a34eef-32a7-47cf-8440-c39da65f4b53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:52:35.182590 [ 268 ] {81a34eef-32a7-47cf-8440-c39da65f4b53} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.182626 [ 268 ] {81a34eef-32a7-47cf-8440-c39da65f4b53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.182907 [ 268 ] {81a34eef-32a7-47cf-8440-c39da65f4b53} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 17:52:35.183121 [ 268 ] {81a34eef-32a7-47cf-8440-c39da65f4b53} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.183244 [ 268 ] {81a34eef-32a7-47cf-8440-c39da65f4b53} executeQuery: Read 1 rows, 72.00 B in 0.001069 sec., 935.4536950420953 rows/sec., 65.77 KiB/sec. 2026.03.20 17:52:35.183283 [ 268 ] {81a34eef-32a7-47cf-8440-c39da65f4b53} TCPHandler: Processed in 0.001236698 sec. 2026.03.20 17:52:35.183390 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.183484 [ 268 ] {4a2004a0-efac-4bd1-a8ad-f525d51c7fcc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:52:35.183523 [ 268 ] {4a2004a0-efac-4bd1-a8ad-f525d51c7fcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:52:35.183953 [ 268 ] {4a2004a0-efac-4bd1-a8ad-f525d51c7fcc} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.183989 [ 268 ] {4a2004a0-efac-4bd1-a8ad-f525d51c7fcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.184303 [ 268 ] {4a2004a0-efac-4bd1-a8ad-f525d51c7fcc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:52:35.184514 [ 268 ] {4a2004a0-efac-4bd1-a8ad-f525d51c7fcc} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.184608 [ 84 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.03.20 17:52:35.184640 [ 268 ] {4a2004a0-efac-4bd1-a8ad-f525d51c7fcc} executeQuery: Read 148 rows, 8.62 KiB in 0.001173 sec., 126172.20801364024 rows/sec., 7.18 MiB/sec. 2026.03.20 17:52:35.184645 [ 84 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.184679 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.184684 [ 268 ] {4a2004a0-efac-4bd1-a8ad-f525d51c7fcc} TCPHandler: Processed in 0.001343411 sec. 2026.03.20 17:52:35.184757 [ 200 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::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.03.20 17:52:35.184807 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.184854 [ 200 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:35.184889 [ 200 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 148 rows starting from the beginning of the part 2026.03.20 17:52:35.184904 [ 268 ] {a27687ba-a647-4798-9e77-e851b58f0660} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:35.184947 [ 268 ] {a27687ba-a647-4798-9e77-e851b58f0660} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:35.184951 [ 200 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.03.20 17:52:35.185007 [ 200 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 148 rows starting from the beginning of the part 2026.03.20 17:52:35.185046 [ 200 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 148 rows starting from the beginning of the part 2026.03.20 17:52:35.185083 [ 200 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 148 rows starting from the beginning of the part 2026.03.20 17:52:35.185896 [ 193 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001166147 sec., 634568.3691678665 rows/sec., 38.51 MiB/sec. 2026.03.20 17:52:35.186017 [ 200 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.03.20 17:52:35.186246 [ 200 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_13_3} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.186259 [ 268 ] {a27687ba-a647-4798-9e77-e851b58f0660} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.186302 [ 268 ] {a27687ba-a647-4798-9e77-e851b58f0660} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.186308 [ 200 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_13_3} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.03.20 17:52:35.186376 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.20 17:52:35.186740 [ 268 ] {a27687ba-a647-4798-9e77-e851b58f0660} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:52:35.186980 [ 268 ] {a27687ba-a647-4798-9e77-e851b58f0660} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.187119 [ 268 ] {a27687ba-a647-4798-9e77-e851b58f0660} executeQuery: Read 1492 rows, 105.71 KiB in 0.002232 sec., 668458.7813620071 rows/sec., 46.25 MiB/sec. 2026.03.20 17:52:35.187167 [ 268 ] {a27687ba-a647-4798-9e77-e851b58f0660} TCPHandler: Processed in 0.002409556 sec. 2026.03.20 17:52:35.187276 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.187371 [ 268 ] {a176d521-f71f-4c01-9adc-28eef0f2df94} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:52:35.187412 [ 268 ] {a176d521-f71f-4c01-9adc-28eef0f2df94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:52:35.187727 [ 268 ] {a176d521-f71f-4c01-9adc-28eef0f2df94} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.187763 [ 268 ] {a176d521-f71f-4c01-9adc-28eef0f2df94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.188057 [ 268 ] {a176d521-f71f-4c01-9adc-28eef0f2df94} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:52:35.188273 [ 268 ] {a176d521-f71f-4c01-9adc-28eef0f2df94} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.188408 [ 268 ] {a176d521-f71f-4c01-9adc-28eef0f2df94} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2026.03.20 17:52:35.188449 [ 268 ] {a176d521-f71f-4c01-9adc-28eef0f2df94} TCPHandler: Processed in 0.001222638 sec. 2026.03.20 17:52:35.188555 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.188657 [ 268 ] {857b0d07-7b93-4643-b0f8-6f5051f8d386} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:35.188702 [ 268 ] {857b0d07-7b93-4643-b0f8-6f5051f8d386} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:35.190671 [ 268 ] {857b0d07-7b93-4643-b0f8-6f5051f8d386} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.190709 [ 268 ] {857b0d07-7b93-4643-b0f8-6f5051f8d386} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.191471 [ 268 ] {857b0d07-7b93-4643-b0f8-6f5051f8d386} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:52:35.191691 [ 268 ] {857b0d07-7b93-4643-b0f8-6f5051f8d386} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.191837 [ 268 ] {857b0d07-7b93-4643-b0f8-6f5051f8d386} executeQuery: Read 4578 rows, 307.16 KiB in 0.003199 sec., 1431072.2100656454 rows/sec., 93.77 MiB/sec. 2026.03.20 17:52:35.191883 [ 268 ] {857b0d07-7b93-4643-b0f8-6f5051f8d386} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2026.03.20 17:52:35.191897 [ 268 ] {857b0d07-7b93-4643-b0f8-6f5051f8d386} TCPHandler: Processed in 0.003395299 sec. 2026.03.20 17:52:35.192006 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.192105 [ 268 ] {e882d4c7-55af-4392-a463-14e02811677c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:52:35.192148 [ 268 ] {e882d4c7-55af-4392-a463-14e02811677c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:52:35.192480 [ 268 ] {e882d4c7-55af-4392-a463-14e02811677c} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.192517 [ 268 ] {e882d4c7-55af-4392-a463-14e02811677c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.192819 [ 268 ] {e882d4c7-55af-4392-a463-14e02811677c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:52:35.193031 [ 268 ] {e882d4c7-55af-4392-a463-14e02811677c} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.193199 [ 268 ] {e882d4c7-55af-4392-a463-14e02811677c} executeQuery: Read 1 rows, 69.00 B in 0.001112 sec., 899.2805755395684 rows/sec., 60.60 KiB/sec. 2026.03.20 17:52:35.193249 [ 268 ] {e882d4c7-55af-4392-a463-14e02811677c} TCPHandler: Processed in 0.00129348 sec. 2026.03.20 17:52:35.193382 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.193489 [ 268 ] {2def138d-5c4f-4221-903b-243b91b3656b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:35.193554 [ 268 ] {2def138d-5c4f-4221-903b-243b91b3656b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:52:35.194546 [ 268 ] {2def138d-5c4f-4221-903b-243b91b3656b} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.194583 [ 268 ] {2def138d-5c4f-4221-903b-243b91b3656b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.195174 [ 268 ] {2def138d-5c4f-4221-903b-243b91b3656b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:52:35.195415 [ 268 ] {2def138d-5c4f-4221-903b-243b91b3656b} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.195556 [ 268 ] {2def138d-5c4f-4221-903b-243b91b3656b} executeQuery: Read 52 rows, 95.42 KiB in 0.002088 sec., 24904.21455938697 rows/sec., 44.63 MiB/sec. 2026.03.20 17:52:35.195623 [ 268 ] {2def138d-5c4f-4221-903b-243b91b3656b} TCPHandler: Processed in 0.002297743 sec. 2026.03.20 17:52:35.195752 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:35.195847 [ 268 ] {04a6d682-1526-4cb6-93e8-5005e9a53d47} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:35.195890 [ 268 ] {04a6d682-1526-4cb6-93e8-5005e9a53d47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:35.196229 [ 268 ] {04a6d682-1526-4cb6-93e8-5005e9a53d47} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:35.196266 [ 268 ] {04a6d682-1526-4cb6-93e8-5005e9a53d47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:35.196575 [ 268 ] {04a6d682-1526-4cb6-93e8-5005e9a53d47} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:52:35.196817 [ 268 ] {04a6d682-1526-4cb6-93e8-5005e9a53d47} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:35.196958 [ 268 ] {04a6d682-1526-4cb6-93e8-5005e9a53d47} executeQuery: Read 42 rows, 2.45 KiB in 0.001129 sec., 37201.06288751107 rows/sec., 2.12 MiB/sec. 2026.03.20 17:52:35.197002 [ 268 ] {04a6d682-1526-4cb6-93e8-5005e9a53d47} TCPHandler: Processed in 0.00130067 sec. 2026.03.20 17:52:37.783918 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 76 entries to flush up to offset 608 2026.03.20 17:52:37.787375 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:37.787422 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:37.788650 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:52:37.788926 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:37.789164 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 608 2026.03.20 17:52:39.661107 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:39.661306 [ 268 ] {dbb00e23-3d86-43a9-b390-39b80766627f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:39.661377 [ 268 ] {dbb00e23-3d86-43a9-b390-39b80766627f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:39.662041 [ 268 ] {dbb00e23-3d86-43a9-b390-39b80766627f} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:39.662091 [ 268 ] {dbb00e23-3d86-43a9-b390-39b80766627f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:39.662504 [ 268 ] {dbb00e23-3d86-43a9-b390-39b80766627f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:52:39.662739 [ 268 ] {dbb00e23-3d86-43a9-b390-39b80766627f} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:39.662894 [ 78 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.20 17:52:39.662900 [ 268 ] {dbb00e23-3d86-43a9-b390-39b80766627f} executeQuery: Read 56 rows, 4.41 KiB in 0.001643 sec., 34083.99269628728 rows/sec., 2.62 MiB/sec. 2026.03.20 17:52:39.662971 [ 78 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:39.663000 [ 268 ] {dbb00e23-3d86-43a9-b390-39b80766627f} TCPHandler: Processed in 0.002025187 sec. 2026.03.20 17:52:39.663003 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:39.663135 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:39.663152 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.20 17:52:39.663254 [ 268 ] {5ab97b52-c035-457f-a802-bc7bbe138600} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:39.663303 [ 268 ] {5ab97b52-c035-457f-a802-bc7bbe138600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:39.663313 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:39.663357 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 888 rows starting from the beginning of the part 2026.03.20 17:52:39.663434 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 57 rows starting from the beginning of the part 2026.03.20 17:52:39.663485 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 879 rows starting from the beginning of the part 2026.03.20 17:52:39.663533 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part 2026.03.20 17:52:39.663576 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2771 rows starting from the beginning of the part 2026.03.20 17:52:39.663627 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part 2026.03.20 17:52:39.663732 [ 268 ] {5ab97b52-c035-457f-a802-bc7bbe138600} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:39.663776 [ 268 ] {5ab97b52-c035-457f-a802-bc7bbe138600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:39.664110 [ 268 ] {5ab97b52-c035-457f-a802-bc7bbe138600} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:52:39.664380 [ 268 ] {5ab97b52-c035-457f-a802-bc7bbe138600} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:39.664503 [ 78 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.20 17:52:39.664521 [ 268 ] {5ab97b52-c035-457f-a802-bc7bbe138600} executeQuery: Read 64 rows, 5.12 KiB in 0.00129 sec., 49612.4031007752 rows/sec., 3.87 MiB/sec. 2026.03.20 17:52:39.664539 [ 78 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:39.664564 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:39.664566 [ 268 ] {5ab97b52-c035-457f-a802-bc7bbe138600} TCPHandler: Processed in 0.001483094 sec. 2026.03.20 17:52:39.664659 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.20 17:52:39.664689 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:39.664755 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:39.664786 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 568 rows starting from the beginning of the part 2026.03.20 17:52:39.664789 [ 268 ] {ea5e3e07-2bc6-47a9-8f19-e8ae7dbd53f6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:39.664839 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 66 rows starting from the beginning of the part 2026.03.20 17:52:39.664842 [ 268 ] {ea5e3e07-2bc6-47a9-8f19-e8ae7dbd53f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:39.664888 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 531 rows starting from the beginning of the part 2026.03.20 17:52:39.664933 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part 2026.03.20 17:52:39.664971 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1492 rows starting from the beginning of the part 2026.03.20 17:52:39.665009 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part 2026.03.20 17:52:39.665248 [ 268 ] {ea5e3e07-2bc6-47a9-8f19-e8ae7dbd53f6} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:39.665289 [ 268 ] {ea5e3e07-2bc6-47a9-8f19-e8ae7dbd53f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:39.665563 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4707 rows, containing 5 columns (5 merged, 0 gathered) in 0.002472227 sec., 1903951.3766332946 rows/sec., 154.91 MiB/sec. 2026.03.20 17:52:39.665660 [ 268 ] {ea5e3e07-2bc6-47a9-8f19-e8ae7dbd53f6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:52:39.665883 [ 268 ] {ea5e3e07-2bc6-47a9-8f19-e8ae7dbd53f6} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:39.665956 [ 196 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.20 17:52:39.666025 [ 268 ] {ea5e3e07-2bc6-47a9-8f19-e8ae7dbd53f6} executeQuery: Read 128 rows, 9.13 KiB in 0.001256 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. 2026.03.20 17:52:39.666025 [ 77 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.20 17:52:39.666071 [ 268 ] {ea5e3e07-2bc6-47a9-8f19-e8ae7dbd53f6} TCPHandler: Processed in 0.001432563 sec. 2026.03.20 17:52:39.666089 [ 77 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:39.666118 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:39.666130 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2785 rows, containing 5 columns (5 merged, 0 gathered) in 0.001515395 sec., 1837804.6647903684 rows/sec., 136.63 MiB/sec. 2026.03.20 17:52:39.666199 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:39.666202 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.20 17:52:39.666245 [ 196 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_26_5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:39.666302 [ 268 ] {6d5d7e4a-46cd-4f02-99b5-cae847c4195f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:39.666325 [ 196 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_26_5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.20 17:52:39.666336 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.20 17:52:39.666344 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:39.666352 [ 268 ] {6d5d7e4a-46cd-4f02-99b5-cae847c4195f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:39.666394 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2877 rows starting from the beginning of the part 2026.03.20 17:52:39.666401 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.03.20 17:52:39.666468 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 161 rows starting from the beginning of the part 2026.03.20 17:52:39.666517 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 265 rows starting from the beginning of the part 2026.03.20 17:52:39.666574 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.03.20 17:52:39.666588 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_26_5} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:39.666620 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4578 rows starting from the beginning of the part 2026.03.20 17:52:39.666661 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_26_5} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.20 17:52:39.666665 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 128 rows starting from the beginning of the part 2026.03.20 17:52:39.666728 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.03.20 17:52:39.666733 [ 268 ] {6d5d7e4a-46cd-4f02-99b5-cae847c4195f} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:39.666781 [ 268 ] {6d5d7e4a-46cd-4f02-99b5-cae847c4195f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:39.667167 [ 268 ] {6d5d7e4a-46cd-4f02-99b5-cae847c4195f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:52:39.667382 [ 268 ] {6d5d7e4a-46cd-4f02-99b5-cae847c4195f} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:39.667494 [ 77 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.20 17:52:39.667520 [ 268 ] {6d5d7e4a-46cd-4f02-99b5-cae847c4195f} executeQuery: Read 48 rows, 3.31 KiB in 0.001236 sec., 38834.951456310686 rows/sec., 2.62 MiB/sec. 2026.03.20 17:52:39.667526 [ 77 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:39.667562 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:39.667564 [ 268 ] {6d5d7e4a-46cd-4f02-99b5-cae847c4195f} TCPHandler: Processed in 0.001427902 sec. 2026.03.20 17:52:39.667628 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.20 17:52:39.667719 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:39.667745 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1050 rows starting from the beginning of the part 2026.03.20 17:52:39.667790 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.03.20 17:52:39.667825 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 90 rows starting from the beginning of the part 2026.03.20 17:52:39.667857 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.03.20 17:52:39.667891 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part 2026.03.20 17:52:39.667924 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part 2026.03.20 17:52:39.668821 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1350 rows, containing 4 columns (4 merged, 0 gathered) in 0.001221319 sec., 1105362.3172979378 rows/sec., 69.36 MiB/sec. 2026.03.20 17:52:39.669005 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.20 17:52:39.669245 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_26_5} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:39.669310 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_26_5} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.20 17:52:39.669367 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.03.20 17:52:39.669665 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8169 rows, containing 5 columns (5 merged, 0 gathered) in 0.003504101 sec., 2331268.4194890503 rows/sec., 154.22 MiB/sec. 2026.03.20 17:52:39.670199 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.20 17:52:39.670478 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_26_5} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:39.670546 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_26_5} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.20 17:52:39.670612 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.60 MiB. 2026.03.20 17:52:40.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 242.72 MiB, peak 249.74 MiB, free memory in arenas 0.00 B, will set to 243.97 MiB (RSS), difference: 1.25 MiB 2026.03.20 17:52:40.261014 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9189 2026.03.20 17:52:40.261866 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:40.261938 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:40.262439 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:52:40.262669 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:40.262796 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9189 2026.03.20 17:52:40.742030 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.03.20 17:52:40.758754 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:40.758810 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:40.764986 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:52:40.765715 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:40.768431 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.03.20 17:52:41.000204 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 244.50 MiB, peak 249.74 MiB, free memory in arenas 0.00 B, will set to 245.91 MiB (RSS), difference: 1.40 MiB 2026.03.20 17:52:44.662943 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:44.663155 [ 268 ] {cdd67172-7093-4d57-ba4b-b304232410b8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:44.663232 [ 268 ] {cdd67172-7093-4d57-ba4b-b304232410b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:44.663956 [ 268 ] {cdd67172-7093-4d57-ba4b-b304232410b8} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:44.664009 [ 268 ] {cdd67172-7093-4d57-ba4b-b304232410b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:44.664427 [ 268 ] {cdd67172-7093-4d57-ba4b-b304232410b8} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:52:44.664655 [ 268 ] {cdd67172-7093-4d57-ba4b-b304232410b8} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:44.664804 [ 268 ] {cdd67172-7093-4d57-ba4b-b304232410b8} executeQuery: Read 56 rows, 4.41 KiB in 0.001705 sec., 32844.574780058654 rows/sec., 2.52 MiB/sec. 2026.03.20 17:52:44.664846 [ 268 ] {cdd67172-7093-4d57-ba4b-b304232410b8} TCPHandler: Processed in 0.002043267 sec. 2026.03.20 17:52:44.664965 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:44.665062 [ 268 ] {70239e27-0918-4f92-abcf-35bee16513ae} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:44.665103 [ 268 ] {70239e27-0918-4f92-abcf-35bee16513ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:44.665513 [ 268 ] {70239e27-0918-4f92-abcf-35bee16513ae} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:44.665550 [ 268 ] {70239e27-0918-4f92-abcf-35bee16513ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:44.665873 [ 268 ] {70239e27-0918-4f92-abcf-35bee16513ae} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:52:44.666089 [ 268 ] {70239e27-0918-4f92-abcf-35bee16513ae} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:44.666219 [ 268 ] {70239e27-0918-4f92-abcf-35bee16513ae} executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. 2026.03.20 17:52:44.666256 [ 268 ] {70239e27-0918-4f92-abcf-35bee16513ae} TCPHandler: Processed in 0.001341271 sec. 2026.03.20 17:52:44.666363 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:44.666458 [ 268 ] {31d7e50e-5c03-4a61-bdbb-205cbadf3cd1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:44.666502 [ 268 ] {31d7e50e-5c03-4a61-bdbb-205cbadf3cd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:44.666907 [ 268 ] {31d7e50e-5c03-4a61-bdbb-205cbadf3cd1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:44.666944 [ 268 ] {31d7e50e-5c03-4a61-bdbb-205cbadf3cd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:44.667292 [ 268 ] {31d7e50e-5c03-4a61-bdbb-205cbadf3cd1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:52:44.667514 [ 268 ] {31d7e50e-5c03-4a61-bdbb-205cbadf3cd1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:44.667644 [ 268 ] {31d7e50e-5c03-4a61-bdbb-205cbadf3cd1} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.03.20 17:52:44.667682 [ 268 ] {31d7e50e-5c03-4a61-bdbb-205cbadf3cd1} TCPHandler: Processed in 0.001368152 sec. 2026.03.20 17:52:44.667811 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:44.667903 [ 268 ] {580c7799-bc59-4b93-896b-8318b0dfa3ab} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:44.667945 [ 268 ] {580c7799-bc59-4b93-896b-8318b0dfa3ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:44.668306 [ 268 ] {580c7799-bc59-4b93-896b-8318b0dfa3ab} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:44.668345 [ 268 ] {580c7799-bc59-4b93-896b-8318b0dfa3ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:44.668680 [ 268 ] {580c7799-bc59-4b93-896b-8318b0dfa3ab} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:52:44.668891 [ 268 ] {580c7799-bc59-4b93-896b-8318b0dfa3ab} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:44.669026 [ 268 ] {580c7799-bc59-4b93-896b-8318b0dfa3ab} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2026.03.20 17:52:44.669064 [ 268 ] {580c7799-bc59-4b93-896b-8318b0dfa3ab} TCPHandler: Processed in 0.00130298 sec. 2026.03.20 17:52:47.682748 [ 24 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:52:47.682802 [ 24 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:52:47.708141 [ 24 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2026.03.20 17:52:47.708188 [ 24 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:47.708212 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:47.708314 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2026.03.20 17:52:47.708432 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:47.708465 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 199 rows starting from the beginning of the part 2026.03.20 17:52:47.708532 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 183 rows starting from the beginning of the part 2026.03.20 17:52:47.708581 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part 2026.03.20 17:52:47.708620 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 183 rows starting from the beginning of the part 2026.03.20 17:52:47.708657 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 208 rows starting from the beginning of the part 2026.03.20 17:52:47.709585 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 775 rows, containing 5 columns (5 merged, 0 gathered) in 0.00131306 sec., 590224.36141532 rows/sec., 39.11 MiB/sec. 2026.03.20 17:52:47.710119 [ 195 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.20 17:52:47.710706 [ 195 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_15_3} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:47.710819 [ 195 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_15_3} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2026.03.20 17:52:47.710941 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 17:52:47.762889 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9637 2026.03.20 17:52:47.763418 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:47.763465 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:47.763993 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:52:47.764235 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:47.764381 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9637 2026.03.20 17:52:47.789508 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 624 2026.03.20 17:52:47.791477 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:47.791529 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.87 GiB. 2026.03.20 17:52:47.792701 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:52:47.793004 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:47.793357 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 624 2026.03.20 17:52:48.268528 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.03.20 17:52:48.287203 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:48.287263 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:48.293455 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:52:48.294186 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:48.297516 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.03.20 17:52:49.672271 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:49.672454 [ 268 ] {9ffdbd1d-6537-4dd1-8d0a-62c0bdcb2eac} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:52:49.672521 [ 268 ] {9ffdbd1d-6537-4dd1-8d0a-62c0bdcb2eac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:52:49.673299 [ 268 ] {9ffdbd1d-6537-4dd1-8d0a-62c0bdcb2eac} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:49.673351 [ 268 ] {9ffdbd1d-6537-4dd1-8d0a-62c0bdcb2eac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:49.673795 [ 268 ] {9ffdbd1d-6537-4dd1-8d0a-62c0bdcb2eac} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:52:49.674034 [ 268 ] {9ffdbd1d-6537-4dd1-8d0a-62c0bdcb2eac} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:49.674189 [ 268 ] {9ffdbd1d-6537-4dd1-8d0a-62c0bdcb2eac} executeQuery: Read 284 rows, 18.47 KiB in 0.001785 sec., 159103.64145658264 rows/sec., 10.11 MiB/sec. 2026.03.20 17:52:49.674233 [ 268 ] {9ffdbd1d-6537-4dd1-8d0a-62c0bdcb2eac} TCPHandler: Processed in 0.002097498 sec. 2026.03.20 17:52:49.674371 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:49.674467 [ 268 ] {74185d0a-4260-4067-a9c6-ee1a82380bc2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:49.674510 [ 268 ] {74185d0a-4260-4067-a9c6-ee1a82380bc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:49.675305 [ 268 ] {74185d0a-4260-4067-a9c6-ee1a82380bc2} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:49.675342 [ 268 ] {74185d0a-4260-4067-a9c6-ee1a82380bc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:49.675742 [ 268 ] {74185d0a-4260-4067-a9c6-ee1a82380bc2} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:52:49.675968 [ 268 ] {74185d0a-4260-4067-a9c6-ee1a82380bc2} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:49.676101 [ 268 ] {74185d0a-4260-4067-a9c6-ee1a82380bc2} executeQuery: Read 879 rows, 71.38 KiB in 0.001652 sec., 532082.3244552058 rows/sec., 42.19 MiB/sec. 2026.03.20 17:52:49.676149 [ 268 ] {74185d0a-4260-4067-a9c6-ee1a82380bc2} TCPHandler: Processed in 0.001828572 sec. 2026.03.20 17:52:49.676290 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:49.676406 [ 268 ] {f8b319a9-fa24-4dd9-97c6-c78055e7f155} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:52:49.676458 [ 268 ] {f8b319a9-fa24-4dd9-97c6-c78055e7f155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:52:49.677053 [ 268 ] {f8b319a9-fa24-4dd9-97c6-c78055e7f155} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:49.677093 [ 268 ] {f8b319a9-fa24-4dd9-97c6-c78055e7f155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:49.677523 [ 268 ] {f8b319a9-fa24-4dd9-97c6-c78055e7f155} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:52:49.677833 [ 268 ] {f8b319a9-fa24-4dd9-97c6-c78055e7f155} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:49.678001 [ 268 ] {f8b319a9-fa24-4dd9-97c6-c78055e7f155} executeQuery: Read 183 rows, 11.63 KiB in 0.001616 sec., 113242.57425742575 rows/sec., 7.03 MiB/sec. 2026.03.20 17:52:49.678047 [ 268 ] {f8b319a9-fa24-4dd9-97c6-c78055e7f155} TCPHandler: Processed in 0.001818283 sec. 2026.03.20 17:52:49.678171 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:49.678284 [ 268 ] {a87e4021-3fa2-4358-bf09-baed9738db55} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:52:49.678334 [ 268 ] {a87e4021-3fa2-4358-bf09-baed9738db55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:52:49.678896 [ 268 ] {a87e4021-3fa2-4358-bf09-baed9738db55} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:49.678936 [ 268 ] {a87e4021-3fa2-4358-bf09-baed9738db55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:49.679348 [ 268 ] {a87e4021-3fa2-4358-bf09-baed9738db55} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:52:49.679660 [ 268 ] {a87e4021-3fa2-4358-bf09-baed9738db55} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:49.679826 [ 268 ] {a87e4021-3fa2-4358-bf09-baed9738db55} executeQuery: Read 149 rows, 9.86 KiB in 0.001565 sec., 95207.6677316294 rows/sec., 6.15 MiB/sec. 2026.03.20 17:52:49.679873 [ 268 ] {a87e4021-3fa2-4358-bf09-baed9738db55} TCPHandler: Processed in 0.001759901 sec. 2026.03.20 17:52:49.680026 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:49.680138 [ 268 ] {89021a02-67e6-4948-bd78-31edcd4d9e27} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:52:49.680197 [ 268 ] {89021a02-67e6-4948-bd78-31edcd4d9e27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:52:49.680703 [ 268 ] {89021a02-67e6-4948-bd78-31edcd4d9e27} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:49.680742 [ 268 ] {89021a02-67e6-4948-bd78-31edcd4d9e27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:49.681079 [ 268 ] {89021a02-67e6-4948-bd78-31edcd4d9e27} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:52:49.681356 [ 268 ] {89021a02-67e6-4948-bd78-31edcd4d9e27} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:49.681500 [ 268 ] {89021a02-67e6-4948-bd78-31edcd4d9e27} executeQuery: Read 148 rows, 8.62 KiB in 0.001387 sec., 106705.11896178803 rows/sec., 6.07 MiB/sec. 2026.03.20 17:52:49.681561 [ 268 ] {89021a02-67e6-4948-bd78-31edcd4d9e27} TCPHandler: Processed in 0.001595207 sec. 2026.03.20 17:52:49.681681 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:49.681803 [ 268 ] {b3f8e0c6-8782-43ee-b114-0a6718f4d27c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:49.681849 [ 268 ] {b3f8e0c6-8782-43ee-b114-0a6718f4d27c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:49.682405 [ 268 ] {b3f8e0c6-8782-43ee-b114-0a6718f4d27c} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:49.682443 [ 268 ] {b3f8e0c6-8782-43ee-b114-0a6718f4d27c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:49.682791 [ 268 ] {b3f8e0c6-8782-43ee-b114-0a6718f4d27c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:52:49.683058 [ 268 ] {b3f8e0c6-8782-43ee-b114-0a6718f4d27c} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:49.683198 [ 268 ] {b3f8e0c6-8782-43ee-b114-0a6718f4d27c} executeQuery: Read 531 rows, 38.46 KiB in 0.001412 sec., 376062.32294617564 rows/sec., 26.60 MiB/sec. 2026.03.20 17:52:49.683265 [ 268 ] {b3f8e0c6-8782-43ee-b114-0a6718f4d27c} TCPHandler: Processed in 0.001634408 sec. 2026.03.20 17:52:49.683380 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:49.683476 [ 268 ] {4841f5a4-397f-40b9-8128-42437c2acd4d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:52:49.683519 [ 268 ] {4841f5a4-397f-40b9-8128-42437c2acd4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:52:49.683855 [ 268 ] {4841f5a4-397f-40b9-8128-42437c2acd4d} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:49.683891 [ 268 ] {4841f5a4-397f-40b9-8128-42437c2acd4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:49.684250 [ 268 ] {4841f5a4-397f-40b9-8128-42437c2acd4d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:52:49.684464 [ 268 ] {4841f5a4-397f-40b9-8128-42437c2acd4d} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:49.684595 [ 268 ] {4841f5a4-397f-40b9-8128-42437c2acd4d} executeQuery: Read 6 rows, 321.00 B in 0.001137 sec., 5277.0448548812665 rows/sec., 275.70 KiB/sec. 2026.03.20 17:52:49.684632 [ 268 ] {4841f5a4-397f-40b9-8128-42437c2acd4d} TCPHandler: Processed in 0.00130069 sec. 2026.03.20 17:52:49.684740 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:49.684842 [ 268 ] {ca46facc-538e-44ba-a5cb-81d0b88c7abc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:49.684886 [ 268 ] {ca46facc-538e-44ba-a5cb-81d0b88c7abc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:49.685292 [ 268 ] {ca46facc-538e-44ba-a5cb-81d0b88c7abc} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:49.685331 [ 268 ] {ca46facc-538e-44ba-a5cb-81d0b88c7abc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:49.685739 [ 268 ] {ca46facc-538e-44ba-a5cb-81d0b88c7abc} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:52:49.686007 [ 268 ] {ca46facc-538e-44ba-a5cb-81d0b88c7abc} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:49.686147 [ 268 ] {ca46facc-538e-44ba-a5cb-81d0b88c7abc} executeQuery: Read 265 rows, 18.03 KiB in 0.001321 sec., 200605.60181680546 rows/sec., 13.33 MiB/sec. 2026.03.20 17:52:49.686185 [ 268 ] {ca46facc-538e-44ba-a5cb-81d0b88c7abc} TCPHandler: Processed in 0.001497364 sec. 2026.03.20 17:52:49.686300 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:49.686397 [ 268 ] {2353c051-b322-4dd9-a5ab-64008e34e6be} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:52:49.686438 [ 268 ] {2353c051-b322-4dd9-a5ab-64008e34e6be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:52:49.686760 [ 268 ] {2353c051-b322-4dd9-a5ab-64008e34e6be} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:49.686796 [ 268 ] {2353c051-b322-4dd9-a5ab-64008e34e6be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:49.687133 [ 268 ] {2353c051-b322-4dd9-a5ab-64008e34e6be} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:52:49.687344 [ 268 ] {2353c051-b322-4dd9-a5ab-64008e34e6be} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:49.687473 [ 268 ] {2353c051-b322-4dd9-a5ab-64008e34e6be} executeQuery: Read 1 rows, 69.00 B in 0.001094 sec., 914.0767824497259 rows/sec., 61.59 KiB/sec. 2026.03.20 17:52:49.687509 [ 268 ] {2353c051-b322-4dd9-a5ab-64008e34e6be} TCPHandler: Processed in 0.001260389 sec. 2026.03.20 17:52:49.687626 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:49.687723 [ 268 ] {15f49bec-9b99-474c-9a17-28a88cfa5826} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:49.687776 [ 268 ] {15f49bec-9b99-474c-9a17-28a88cfa5826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:52:49.688662 [ 268 ] {15f49bec-9b99-474c-9a17-28a88cfa5826} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:49.688699 [ 268 ] {15f49bec-9b99-474c-9a17-28a88cfa5826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:49.689296 [ 268 ] {15f49bec-9b99-474c-9a17-28a88cfa5826} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:52:49.689518 [ 268 ] {15f49bec-9b99-474c-9a17-28a88cfa5826} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:49.689661 [ 268 ] {15f49bec-9b99-474c-9a17-28a88cfa5826} executeQuery: Read 41 rows, 75.23 KiB in 0.001956 sec., 20961.14519427403 rows/sec., 37.56 MiB/sec. 2026.03.20 17:52:49.689716 [ 268 ] {15f49bec-9b99-474c-9a17-28a88cfa5826} TCPHandler: Processed in 0.002140339 sec. 2026.03.20 17:52:49.689837 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:49.689933 [ 268 ] {ca600cf8-7b11-4b74-8bbf-2e25339170d8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:49.689974 [ 268 ] {ca600cf8-7b11-4b74-8bbf-2e25339170d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:49.690307 [ 268 ] {ca600cf8-7b11-4b74-8bbf-2e25339170d8} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:49.690345 [ 268 ] {ca600cf8-7b11-4b74-8bbf-2e25339170d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:49.690664 [ 268 ] {ca600cf8-7b11-4b74-8bbf-2e25339170d8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:52:49.690875 [ 268 ] {ca600cf8-7b11-4b74-8bbf-2e25339170d8} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:49.691004 [ 268 ] {ca600cf8-7b11-4b74-8bbf-2e25339170d8} executeQuery: Read 90 rows, 5.77 KiB in 0.00109 sec., 82568.80733944954 rows/sec., 5.17 MiB/sec. 2026.03.20 17:52:49.691040 [ 268 ] {ca600cf8-7b11-4b74-8bbf-2e25339170d8} TCPHandler: Processed in 0.001254809 sec. 2026.03.20 17:52:54.662652 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:54.662868 [ 268 ] {116f20d4-1f6d-491d-86ec-27e88251d12d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:54.662942 [ 268 ] {116f20d4-1f6d-491d-86ec-27e88251d12d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:54.663637 [ 268 ] {116f20d4-1f6d-491d-86ec-27e88251d12d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:54.663678 [ 268 ] {116f20d4-1f6d-491d-86ec-27e88251d12d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:54.664098 [ 268 ] {116f20d4-1f6d-491d-86ec-27e88251d12d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:52:54.664330 [ 268 ] {116f20d4-1f6d-491d-86ec-27e88251d12d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:54.664493 [ 268 ] {116f20d4-1f6d-491d-86ec-27e88251d12d} executeQuery: Read 56 rows, 4.41 KiB in 0.001682 sec., 33293.69797859691 rows/sec., 2.56 MiB/sec. 2026.03.20 17:52:54.664542 [ 268 ] {116f20d4-1f6d-491d-86ec-27e88251d12d} TCPHandler: Processed in 0.002034118 sec. 2026.03.20 17:52:54.664658 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:54.664763 [ 268 ] {f59a04a1-cc21-4663-ba46-e37b4a1bef31} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:54.664807 [ 268 ] {f59a04a1-cc21-4663-ba46-e37b4a1bef31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:54.665236 [ 268 ] {f59a04a1-cc21-4663-ba46-e37b4a1bef31} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:54.665272 [ 268 ] {f59a04a1-cc21-4663-ba46-e37b4a1bef31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:54.665595 [ 268 ] {f59a04a1-cc21-4663-ba46-e37b4a1bef31} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:52:54.665806 [ 268 ] {f59a04a1-cc21-4663-ba46-e37b4a1bef31} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:54.665935 [ 268 ] {f59a04a1-cc21-4663-ba46-e37b4a1bef31} executeQuery: Read 64 rows, 5.12 KiB in 0.001195 sec., 53556.48535564853 rows/sec., 4.18 MiB/sec. 2026.03.20 17:52:54.665971 [ 268 ] {f59a04a1-cc21-4663-ba46-e37b4a1bef31} TCPHandler: Processed in 0.001367102 sec. 2026.03.20 17:52:54.666076 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:54.666175 [ 268 ] {184ed2ff-623c-4568-8516-9a3ed24eec99} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:54.666220 [ 268 ] {184ed2ff-623c-4568-8516-9a3ed24eec99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:54.666609 [ 268 ] {184ed2ff-623c-4568-8516-9a3ed24eec99} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:54.666644 [ 268 ] {184ed2ff-623c-4568-8516-9a3ed24eec99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:54.666983 [ 268 ] {184ed2ff-623c-4568-8516-9a3ed24eec99} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:52:54.667203 [ 268 ] {184ed2ff-623c-4568-8516-9a3ed24eec99} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:54.667407 [ 268 ] {184ed2ff-623c-4568-8516-9a3ed24eec99} executeQuery: Read 160 rows, 11.41 KiB in 0.001251 sec., 127897.6818545164 rows/sec., 8.91 MiB/sec. 2026.03.20 17:52:54.667460 [ 268 ] {184ed2ff-623c-4568-8516-9a3ed24eec99} TCPHandler: Processed in 0.001434163 sec. 2026.03.20 17:52:54.667588 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:54.667703 [ 268 ] {6549a18c-23b1-4bb0-8a51-7db0a7585340} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:54.667755 [ 268 ] {6549a18c-23b1-4bb0-8a51-7db0a7585340} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:54.668147 [ 268 ] {6549a18c-23b1-4bb0-8a51-7db0a7585340} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:54.668191 [ 268 ] {6549a18c-23b1-4bb0-8a51-7db0a7585340} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:54.668566 [ 268 ] {6549a18c-23b1-4bb0-8a51-7db0a7585340} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:52:54.668785 [ 268 ] {6549a18c-23b1-4bb0-8a51-7db0a7585340} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:54.668917 [ 268 ] {6549a18c-23b1-4bb0-8a51-7db0a7585340} executeQuery: Read 60 rows, 4.14 KiB in 0.001238 sec., 48465.266558966076 rows/sec., 3.27 MiB/sec. 2026.03.20 17:52:54.668954 [ 268 ] {6549a18c-23b1-4bb0-8a51-7db0a7585340} TCPHandler: Processed in 0.001427793 sec. 2026.03.20 17:52:55.264509 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10149 2026.03.20 17:52:55.265084 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:55.265136 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:55.265664 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:52:55.265889 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:55.266019 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10149 2026.03.20 17:52:55.266076 [ 73 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.20 17:52:55.266176 [ 73 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:55.266214 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:55.266368 [ 197 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.20 17:52:55.266547 [ 197 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:55.266591 [ 197 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7717 rows starting from the beginning of the part 2026.03.20 17:52:55.266660 [ 197 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.03.20 17:52:55.266708 [ 197 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.03.20 17:52:55.266750 [ 197 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.03.20 17:52:55.266791 [ 197 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.03.20 17:52:55.266832 [ 197 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.03.20 17:52:55.269106 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10149 rows, containing 4 columns (4 merged, 0 gathered) in 0.002804855 sec., 3618368.8639876214 rows/sec., 51.76 MiB/sec. 2026.03.20 17:52:55.269560 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.20 17:52:55.269808 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_21_4} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:55.269872 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_21_4} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.20 17:52:55.269955 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2026.03.20 17:52:55.797619 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.03.20 17:52:55.815607 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:55.815662 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:55.821813 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:52:55.822515 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:55.822823 [ 63 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.20 17:52:55.822916 [ 63 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:55.822951 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:55.823140 [ 196 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.20 17:52:55.825604 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.03.20 17:52:55.827665 [ 196 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:55.829214 [ 196 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.03.20 17:52:55.833824 [ 196 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.03.20 17:52:55.838368 [ 196 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.03.20 17:52:55.842424 [ 196 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.03.20 17:52:55.846987 [ 196 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.03.20 17:52:55.851032 [ 196 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.03.20 17:52:55.899972 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.076907834 sec., 2067.4096737661343 rows/sec., 10.69 MiB/sec. 2026.03.20 17:52:55.902466 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.20 17:52:55.904594 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_21_4} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:55.904693 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_21_4} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.20 17:52:55.907025 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.20 17:52:56.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 248.20 MiB, peak 258.74 MiB, free memory in arenas 0.00 B, will set to 253.65 MiB (RSS), difference: 5.45 MiB 2026.03.20 17:52:57.793513 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 654 2026.03.20 17:52:57.795862 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:57.795909 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:57.797113 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:52:57.797393 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:57.797516 [ 71 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 17:52:57.797559 [ 71 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:57.797581 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:57.797750 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 654 2026.03.20 17:52:57.797751 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.20 17:52:57.798707 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:57.798880 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 462 rows starting from the beginning of the part 2026.03.20 17:52:57.799334 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part 2026.03.20 17:52:57.799712 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part 2026.03.20 17:52:57.800085 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 76 rows starting from the beginning of the part 2026.03.20 17:52:57.800437 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part 2026.03.20 17:52:57.800793 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part 2026.03.20 17:52:57.807115 [ 198 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 654 rows, containing 72 columns (72 merged, 0 gathered) in 0.009450709 sec., 69201.1572888341 rows/sec., 60.88 MiB/sec. 2026.03.20 17:52:57.808082 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 17:52:57.808603 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_16_3} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:57.808678 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_16_3} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 17:52:57.808874 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. 2026.03.20 17:52:59.672027 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:59.672238 [ 268 ] {080d4e5e-2b15-46c3-b31c-2c0d72b110a9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:52:59.672314 [ 268 ] {080d4e5e-2b15-46c3-b31c-2c0d72b110a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:52:59.673066 [ 268 ] {080d4e5e-2b15-46c3-b31c-2c0d72b110a9} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.673117 [ 268 ] {080d4e5e-2b15-46c3-b31c-2c0d72b110a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.673539 [ 268 ] {080d4e5e-2b15-46c3-b31c-2c0d72b110a9} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:52:59.673789 [ 268 ] {080d4e5e-2b15-46c3-b31c-2c0d72b110a9} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.673939 [ 268 ] {080d4e5e-2b15-46c3-b31c-2c0d72b110a9} executeQuery: Read 284 rows, 18.47 KiB in 0.001758 sec., 161547.21274175198 rows/sec., 10.26 MiB/sec. 2026.03.20 17:52:59.673983 [ 268 ] {080d4e5e-2b15-46c3-b31c-2c0d72b110a9} TCPHandler: Processed in 0.002100578 sec. 2026.03.20 17:52:59.674103 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:59.674197 [ 268 ] {57e9de03-90b0-46ec-b193-67c7d71e9a1a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:52:59.674239 [ 268 ] {57e9de03-90b0-46ec-b193-67c7d71e9a1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:52:59.674922 [ 268 ] {57e9de03-90b0-46ec-b193-67c7d71e9a1a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.674959 [ 268 ] {57e9de03-90b0-46ec-b193-67c7d71e9a1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.675324 [ 268 ] {57e9de03-90b0-46ec-b193-67c7d71e9a1a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:52:59.675535 [ 268 ] {57e9de03-90b0-46ec-b193-67c7d71e9a1a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.675665 [ 268 ] {57e9de03-90b0-46ec-b193-67c7d71e9a1a} executeQuery: Read 879 rows, 71.38 KiB in 0.001486 sec., 591520.861372813 rows/sec., 46.91 MiB/sec. 2026.03.20 17:52:59.675704 [ 268 ] {57e9de03-90b0-46ec-b193-67c7d71e9a1a} TCPHandler: Processed in 0.001651848 sec. 2026.03.20 17:52:59.675815 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:59.675909 [ 268 ] {f67ab25f-c1c0-4ed1-8547-9bf2e48b4a8c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:52:59.675950 [ 268 ] {f67ab25f-c1c0-4ed1-8547-9bf2e48b4a8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:52:59.676392 [ 268 ] {f67ab25f-c1c0-4ed1-8547-9bf2e48b4a8c} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.676428 [ 268 ] {f67ab25f-c1c0-4ed1-8547-9bf2e48b4a8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.676734 [ 268 ] {f67ab25f-c1c0-4ed1-8547-9bf2e48b4a8c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:52:59.676947 [ 268 ] {f67ab25f-c1c0-4ed1-8547-9bf2e48b4a8c} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.677080 [ 268 ] {f67ab25f-c1c0-4ed1-8547-9bf2e48b4a8c} executeQuery: Read 183 rows, 11.63 KiB in 0.001189 sec., 153910.84945332212 rows/sec., 9.55 MiB/sec. 2026.03.20 17:52:59.677124 [ 268 ] {f67ab25f-c1c0-4ed1-8547-9bf2e48b4a8c} TCPHandler: Processed in 0.001358462 sec. 2026.03.20 17:52:59.677235 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:59.677336 [ 268 ] {c0a8d0f1-d49e-4b90-b050-a50b6ebb9153} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:52:59.677376 [ 268 ] {c0a8d0f1-d49e-4b90-b050-a50b6ebb9153} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:52:59.677805 [ 268 ] {c0a8d0f1-d49e-4b90-b050-a50b6ebb9153} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.677842 [ 268 ] {c0a8d0f1-d49e-4b90-b050-a50b6ebb9153} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.678147 [ 268 ] {c0a8d0f1-d49e-4b90-b050-a50b6ebb9153} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:52:59.678368 [ 268 ] {c0a8d0f1-d49e-4b90-b050-a50b6ebb9153} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.678479 [ 70 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.03.20 17:52:59.678495 [ 268 ] {c0a8d0f1-d49e-4b90-b050-a50b6ebb9153} executeQuery: Read 149 rows, 9.86 KiB in 0.001178 sec., 126485.5687606112 rows/sec., 8.17 MiB/sec. 2026.03.20 17:52:59.678544 [ 70 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.678554 [ 268 ] {c0a8d0f1-d49e-4b90-b050-a50b6ebb9153} TCPHandler: Processed in 0.001368911 sec. 2026.03.20 17:52:59.678575 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.678677 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:59.678699 [ 189 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::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.03.20 17:52:59.678775 [ 268 ] {aa371752-c302-4dec-8b7d-8040916dea32} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:52:59.678819 [ 268 ] {aa371752-c302-4dec-8b7d-8040916dea32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:52:59.678835 [ 189 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:59.678875 [ 189 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 150 rows starting from the beginning of the part 2026.03.20 17:52:59.678939 [ 189 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 149 rows starting from the beginning of the part 2026.03.20 17:52:59.678983 [ 189 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 149 rows starting from the beginning of the part 2026.03.20 17:52:59.679027 [ 189 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 857 rows starting from the beginning of the part 2026.03.20 17:52:59.679065 [ 189 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part 2026.03.20 17:52:59.679104 [ 189 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 149 rows starting from the beginning of the part 2026.03.20 17:52:59.679254 [ 268 ] {aa371752-c302-4dec-8b7d-8040916dea32} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.679297 [ 268 ] {aa371752-c302-4dec-8b7d-8040916dea32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.679733 [ 268 ] {aa371752-c302-4dec-8b7d-8040916dea32} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:52:59.679966 [ 268 ] {aa371752-c302-4dec-8b7d-8040916dea32} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.680096 [ 268 ] {aa371752-c302-4dec-8b7d-8040916dea32} executeQuery: Read 148 rows, 8.62 KiB in 0.00134 sec., 110447.76119402985 rows/sec., 6.28 MiB/sec. 2026.03.20 17:52:59.680134 [ 268 ] {aa371752-c302-4dec-8b7d-8040916dea32} TCPHandler: Processed in 0.001507685 sec. 2026.03.20 17:52:59.680168 [ 201 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 1603 rows, containing 5 columns (5 merged, 0 gathered) in 0.001524346 sec., 1051598.5215954909 rows/sec., 69.04 MiB/sec. 2026.03.20 17:52:59.680250 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:59.680347 [ 268 ] {2b724ef3-5cfe-4adb-a8e9-b2323294be20} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:52:59.680354 [ 189 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.20 17:52:59.680387 [ 268 ] {2b724ef3-5cfe-4adb-a8e9-b2323294be20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:52:59.680672 [ 189 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_15_3} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.680747 [ 189 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_15_3} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.03.20 17:52:59.680823 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.03.20 17:52:59.680931 [ 268 ] {2b724ef3-5cfe-4adb-a8e9-b2323294be20} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.680973 [ 268 ] {2b724ef3-5cfe-4adb-a8e9-b2323294be20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.681321 [ 268 ] {2b724ef3-5cfe-4adb-a8e9-b2323294be20} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:52:59.681530 [ 268 ] {2b724ef3-5cfe-4adb-a8e9-b2323294be20} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.681659 [ 268 ] {2b724ef3-5cfe-4adb-a8e9-b2323294be20} executeQuery: Read 531 rows, 38.46 KiB in 0.00133 sec., 399248.1203007519 rows/sec., 28.24 MiB/sec. 2026.03.20 17:52:59.681699 [ 268 ] {2b724ef3-5cfe-4adb-a8e9-b2323294be20} TCPHandler: Processed in 0.001498895 sec. 2026.03.20 17:52:59.681809 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:59.681901 [ 268 ] {2be7a101-b7a2-4ee6-a366-4f192d823047} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:52:59.681944 [ 268 ] {2be7a101-b7a2-4ee6-a366-4f192d823047} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:52:59.682266 [ 268 ] {2be7a101-b7a2-4ee6-a366-4f192d823047} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.682302 [ 268 ] {2be7a101-b7a2-4ee6-a366-4f192d823047} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.682608 [ 268 ] {2be7a101-b7a2-4ee6-a366-4f192d823047} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:52:59.682824 [ 268 ] {2be7a101-b7a2-4ee6-a366-4f192d823047} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.682952 [ 268 ] {2be7a101-b7a2-4ee6-a366-4f192d823047} executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. 2026.03.20 17:52:59.682988 [ 268 ] {2be7a101-b7a2-4ee6-a366-4f192d823047} TCPHandler: Processed in 0.001229029 sec. 2026.03.20 17:52:59.683091 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:59.683186 [ 268 ] {9940245e-74b9-4a9f-a3a3-0712cc2bba66} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:59.683228 [ 268 ] {9940245e-74b9-4a9f-a3a3-0712cc2bba66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:52:59.683606 [ 268 ] {9940245e-74b9-4a9f-a3a3-0712cc2bba66} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.683643 [ 268 ] {9940245e-74b9-4a9f-a3a3-0712cc2bba66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.683981 [ 268 ] {9940245e-74b9-4a9f-a3a3-0712cc2bba66} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:52:59.684190 [ 268 ] {9940245e-74b9-4a9f-a3a3-0712cc2bba66} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.684316 [ 268 ] {9940245e-74b9-4a9f-a3a3-0712cc2bba66} executeQuery: Read 265 rows, 18.03 KiB in 0.001147 sec., 231037.48910200523 rows/sec., 15.35 MiB/sec. 2026.03.20 17:52:59.684354 [ 268 ] {9940245e-74b9-4a9f-a3a3-0712cc2bba66} TCPHandler: Processed in 0.001311931 sec. 2026.03.20 17:52:59.684470 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:59.684564 [ 268 ] {35c5adc5-57df-4b3a-9d5e-e51422e05868} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:52:59.684607 [ 268 ] {35c5adc5-57df-4b3a-9d5e-e51422e05868} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:52:59.684914 [ 268 ] {35c5adc5-57df-4b3a-9d5e-e51422e05868} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.684951 [ 268 ] {35c5adc5-57df-4b3a-9d5e-e51422e05868} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.685249 [ 268 ] {35c5adc5-57df-4b3a-9d5e-e51422e05868} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:52:59.685451 [ 268 ] {35c5adc5-57df-4b3a-9d5e-e51422e05868} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.685548 [ 70 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.03.20 17:52:59.685575 [ 268 ] {35c5adc5-57df-4b3a-9d5e-e51422e05868} executeQuery: Read 1 rows, 69.00 B in 0.001029 sec., 971.8172983479107 rows/sec., 65.48 KiB/sec. 2026.03.20 17:52:59.685580 [ 70 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.685614 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.685618 [ 268 ] {35c5adc5-57df-4b3a-9d5e-e51422e05868} TCPHandler: Processed in 0.001197198 sec. 2026.03.20 17:52:59.685706 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::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.03.20 17:52:59.685734 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:59.685815 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:52:59.685830 [ 268 ] {1739fdcd-04df-4927-be2c-2876f27bc2df} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:52:59.685851 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 11 rows starting from the beginning of the part 2026.03.20 17:52:59.685889 [ 268 ] {1739fdcd-04df-4927-be2c-2876f27bc2df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:52:59.685922 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.03.20 17:52:59.685970 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.03.20 17:52:59.686009 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.03.20 17:52:59.686044 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.03.20 17:52:59.686081 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.03.20 17:52:59.686693 [ 268 ] {1739fdcd-04df-4927-be2c-2876f27bc2df} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.686734 [ 268 ] {1739fdcd-04df-4927-be2c-2876f27bc2df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.686857 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001196888 sec., 13368.001015968079 rows/sec., 897.51 KiB/sec. 2026.03.20 17:52:59.686992 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.20 17:52:59.687263 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_15_3} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.687334 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_15_3} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.03.20 17:52:59.687399 [ 268 ] {1739fdcd-04df-4927-be2c-2876f27bc2df} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:52:59.687420 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.20 17:52:59.687636 [ 268 ] {1739fdcd-04df-4927-be2c-2876f27bc2df} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.687776 [ 268 ] {1739fdcd-04df-4927-be2c-2876f27bc2df} executeQuery: Read 41 rows, 75.23 KiB in 0.001963 sec., 20886.398369842078 rows/sec., 37.43 MiB/sec. 2026.03.20 17:52:59.687831 [ 268 ] {1739fdcd-04df-4927-be2c-2876f27bc2df} TCPHandler: Processed in 0.002147059 sec. 2026.03.20 17:52:59.687943 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:52:59.688037 [ 268 ] {3f1116e9-3f51-4209-9526-a29be4d8626f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:52:59.688079 [ 268 ] {3f1116e9-3f51-4209-9526-a29be4d8626f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:52:59.688404 [ 268 ] {3f1116e9-3f51-4209-9526-a29be4d8626f} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:52:59.688440 [ 268 ] {3f1116e9-3f51-4209-9526-a29be4d8626f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:52:59.688760 [ 268 ] {3f1116e9-3f51-4209-9526-a29be4d8626f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:52:59.688977 [ 268 ] {3f1116e9-3f51-4209-9526-a29be4d8626f} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:52:59.689100 [ 268 ] {3f1116e9-3f51-4209-9526-a29be4d8626f} executeQuery: Read 90 rows, 5.77 KiB in 0.001081 sec., 83256.24421831638 rows/sec., 5.21 MiB/sec. 2026.03.20 17:52:59.689135 [ 268 ] {3f1116e9-3f51-4209-9526-a29be4d8626f} TCPHandler: Processed in 0.001242589 sec. 2026.03.20 17:53:02.682929 [ 64 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:53:02.683004 [ 64 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:53:02.766130 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10597 2026.03.20 17:53:02.766613 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:02.766656 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:02.767174 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:53:02.767454 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:02.767602 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10597 2026.03.20 17:53:03.325704 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.03.20 17:53:03.341122 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:03.341187 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:03.347776 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:53:03.348534 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:03.351201 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.03.20 17:53:04.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 254.46 MiB, peak 258.74 MiB, free memory in arenas 0.00 B, will set to 255.68 MiB (RSS), difference: 1.22 MiB 2026.03.20 17:53:04.662647 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.662829 [ 268 ] {be0d0fee-a9ad-4e99-b103-df41fa2b493a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:04.662898 [ 268 ] {be0d0fee-a9ad-4e99-b103-df41fa2b493a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:04.663579 [ 268 ] {be0d0fee-a9ad-4e99-b103-df41fa2b493a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.663634 [ 268 ] {be0d0fee-a9ad-4e99-b103-df41fa2b493a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.664090 [ 268 ] {be0d0fee-a9ad-4e99-b103-df41fa2b493a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:53:04.664331 [ 268 ] {be0d0fee-a9ad-4e99-b103-df41fa2b493a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.664492 [ 268 ] {be0d0fee-a9ad-4e99-b103-df41fa2b493a} executeQuery: Read 56 rows, 4.41 KiB in 0.001713 sec., 32691.185055458263 rows/sec., 2.51 MiB/sec. 2026.03.20 17:53:04.664500 [ 62 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.20 17:53:04.664544 [ 268 ] {be0d0fee-a9ad-4e99-b103-df41fa2b493a} TCPHandler: Processed in 0.002032327 sec. 2026.03.20 17:53:04.664571 [ 62 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.664600 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.664684 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.664749 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.20 17:53:04.664794 [ 268 ] {c12e042f-91d0-4f34-8521-83622c772cd6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:04.664846 [ 268 ] {c12e042f-91d0-4f34-8521-83622c772cd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:04.664904 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:04.664947 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2774 rows starting from the beginning of the part 2026.03.20 17:53:04.665022 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part 2026.03.20 17:53:04.665073 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 879 rows starting from the beginning of the part 2026.03.20 17:53:04.665120 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part 2026.03.20 17:53:04.665162 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 879 rows starting from the beginning of the part 2026.03.20 17:53:04.665207 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2026.03.20 17:53:04.665287 [ 268 ] {c12e042f-91d0-4f34-8521-83622c772cd6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.665333 [ 268 ] {c12e042f-91d0-4f34-8521-83622c772cd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.665690 [ 268 ] {c12e042f-91d0-4f34-8521-83622c772cd6} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:53:04.665912 [ 268 ] {c12e042f-91d0-4f34-8521-83622c772cd6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.666023 [ 62 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.20 17:53:04.666047 [ 268 ] {c12e042f-91d0-4f34-8521-83622c772cd6} executeQuery: Read 64 rows, 5.12 KiB in 0.001278 sec., 50078.24726134585 rows/sec., 3.91 MiB/sec. 2026.03.20 17:53:04.666054 [ 62 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.666090 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.666094 [ 268 ] {c12e042f-91d0-4f34-8521-83622c772cd6} TCPHandler: Processed in 0.001465674 sec. 2026.03.20 17:53:04.666182 [ 201 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.20 17:53:04.666224 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.666285 [ 201 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:04.666318 [ 201 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1517 rows starting from the beginning of the part 2026.03.20 17:53:04.666328 [ 268 ] {2c148ce4-5f61-490d-a62c-39e1f9e45777} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:04.666371 [ 201 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part 2026.03.20 17:53:04.666380 [ 268 ] {2c148ce4-5f61-490d-a62c-39e1f9e45777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:04.666421 [ 201 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 531 rows starting from the beginning of the part 2026.03.20 17:53:04.666466 [ 201 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part 2026.03.20 17:53:04.666503 [ 201 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 531 rows starting from the beginning of the part 2026.03.20 17:53:04.666543 [ 201 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2026.03.20 17:53:04.666812 [ 268 ] {2c148ce4-5f61-490d-a62c-39e1f9e45777} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.666856 [ 268 ] {2c148ce4-5f61-490d-a62c-39e1f9e45777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.667327 [ 191 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 4700 rows, containing 5 columns (5 merged, 0 gathered) in 0.002650742 sec., 1773088.440896926 rows/sec., 144.27 MiB/sec. 2026.03.20 17:53:04.667341 [ 268 ] {2c148ce4-5f61-490d-a62c-39e1f9e45777} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:53:04.667588 [ 268 ] {2c148ce4-5f61-490d-a62c-39e1f9e45777} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.667602 [ 191 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.20 17:53:04.667702 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2771 rows, containing 5 columns (5 merged, 0 gathered) in 0.001566267 sec., 1769174.7320220626 rows/sec., 131.45 MiB/sec. 2026.03.20 17:53:04.667720 [ 268 ] {2c148ce4-5f61-490d-a62c-39e1f9e45777} executeQuery: Read 160 rows, 11.41 KiB in 0.001411 sec., 113394.75549255847 rows/sec., 7.90 MiB/sec. 2026.03.20 17:53:04.667706 [ 62 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.20 17:53:04.667767 [ 268 ] {2c148ce4-5f61-490d-a62c-39e1f9e45777} TCPHandler: Processed in 0.001592767 sec. 2026.03.20 17:53:04.667783 [ 62 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.667812 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.667880 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.20 17:53:04.667890 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.667899 [ 191 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_31_6} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.667960 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.20 17:53:04.667981 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:04.667999 [ 191 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_31_6} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.20 17:53:04.668002 [ 268 ] {1584e222-e67c-470d-91b3-cc15da106bbe} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:04.668022 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8169 rows starting from the beginning of the part 2026.03.20 17:53:04.668060 [ 268 ] {1584e222-e67c-470d-91b3-cc15da106bbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:04.668081 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.03.20 17:53:04.668091 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.03.20 17:53:04.668128 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 265 rows starting from the beginning of the part 2026.03.20 17:53:04.668170 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2026.03.20 17:53:04.668205 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 265 rows starting from the beginning of the part 2026.03.20 17:53:04.668240 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.03.20 17:53:04.668336 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_31_6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.668409 [ 268 ] {1584e222-e67c-470d-91b3-cc15da106bbe} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.668448 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_31_6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.20 17:53:04.668452 [ 268 ] {1584e222-e67c-470d-91b3-cc15da106bbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.668584 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.03.20 17:53:04.668811 [ 268 ] {1584e222-e67c-470d-91b3-cc15da106bbe} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:53:04.669041 [ 268 ] {1584e222-e67c-470d-91b3-cc15da106bbe} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.669147 [ 62 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.20 17:53:04.669170 [ 268 ] {1584e222-e67c-470d-91b3-cc15da106bbe} executeQuery: Read 60 rows, 4.14 KiB in 0.001186 sec., 50590.219224283304 rows/sec., 3.41 MiB/sec. 2026.03.20 17:53:04.669175 [ 62 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.669209 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.669214 [ 268 ] {1584e222-e67c-470d-91b3-cc15da106bbe} TCPHandler: Processed in 0.001373542 sec. 2026.03.20 17:53:04.669286 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.20 17:53:04.669366 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:04.669393 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1350 rows starting from the beginning of the part 2026.03.20 17:53:04.669451 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.03.20 17:53:04.669495 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 90 rows starting from the beginning of the part 2026.03.20 17:53:04.669531 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.03.20 17:53:04.669566 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 90 rows starting from the beginning of the part 2026.03.20 17:53:04.669602 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:53:04.670769 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1710 rows, containing 4 columns (4 merged, 0 gathered) in 0.001517266 sec., 1127027.1659682614 rows/sec., 71.25 MiB/sec. 2026.03.20 17:53:04.671030 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.20 17:53:04.671388 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_31_6} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.671487 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_31_6} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.20 17:53:04.671582 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.03.20 17:53:04.671658 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9179 rows, containing 5 columns (5 merged, 0 gathered) in 0.003805998 sec., 2411719.6067890734 rows/sec., 160.03 MiB/sec. 2026.03.20 17:53:04.671822 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.20 17:53:04.672072 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_31_6} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.672143 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_31_6} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.20 17:53:04.672201 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. 2026.03.20 17:53:04.798842 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.799091 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:53:04.799460 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:53:04.799502 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:53:04.799767 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:53:04.799835 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:53:04.799975 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.03.20 17:53:04.800090 [ 304 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:53:04.800092 [ 319 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:53:04.800117 [ 332 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:53:04.800126 [ 318 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.20 17:53:04.800283 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.03.20 17:53:04.800316 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:53:04.800400 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:53:04.800421 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 44 rows with 3 streams 2026.03.20 17:53:04.800456 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.800496 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.800533 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.801468 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} executeQuery: Read 44 rows, 1.66 KiB in 0.002488 sec., 17684.887459807072 rows/sec., 668.44 KiB/sec. 2026.03.20 17:53:04.801594 [ 268 ] {26c2a582-ac2e-42a0-ab08-5006bac56ff6} TCPHandler: Processed in 0.002884927 sec. 2026.03.20 17:53:04.801920 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.802061 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:53:04.802289 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:53:04.802328 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:53:04.802554 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:53:04.802609 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:53:04.802711 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.03.20 17:53:04.802774 [ 327 ] {366cfd00-d585-4d67-81b0-c7b895825576} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:53:04.802780 [ 319 ] {366cfd00-d585-4d67-81b0-c7b895825576} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:53:04.802810 [ 337 ] {366cfd00-d585-4d67-81b0-c7b895825576} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.20 17:53:04.802785 [ 321 ] {366cfd00-d585-4d67-81b0-c7b895825576} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:53:04.802934 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.03.20 17:53:04.802960 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:53:04.803028 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:53:04.803046 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 44 rows with 3 streams 2026.03.20 17:53:04.803085 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.803120 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.803153 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.803801 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} executeQuery: Read 44 rows, 1.66 KiB in 0.001801 sec., 24430.871737923375 rows/sec., 923.42 KiB/sec. 2026.03.20 17:53:04.803911 [ 268 ] {366cfd00-d585-4d67-81b0-c7b895825576} TCPHandler: Processed in 0.002041937 sec. 2026.03.20 17:53:04.804147 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.804288 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:53:04.804509 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:53:04.804547 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:53:04.804763 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:53:04.804815 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:53:04.804916 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.03.20 17:53:04.804979 [ 321 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:53:04.804985 [ 337 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:53:04.804990 [ 319 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.20 17:53:04.804990 [ 327 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:53:04.805106 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.03.20 17:53:04.805127 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:53:04.805195 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:53:04.805213 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 44 rows with 3 streams 2026.03.20 17:53:04.805244 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.805276 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.805312 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.806059 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} executeQuery: Read 44 rows, 1.66 KiB in 0.001833 sec., 24004.364429896345 rows/sec., 907.30 KiB/sec. 2026.03.20 17:53:04.806172 [ 268 ] {fdc651d8-6a1c-4831-a94a-1977a99d2020} TCPHandler: Processed in 0.002075828 sec. 2026.03.20 17:53:04.806401 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.806542 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:53:04.806764 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:53:04.806802 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:53:04.807021 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:53:04.807073 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:53:04.807173 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.03.20 17:53:04.807244 [ 338 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:53:04.807246 [ 321 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:53:04.807288 [ 337 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.20 17:53:04.807246 [ 327 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:53:04.807388 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.03.20 17:53:04.807409 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:53:04.807477 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:53:04.807494 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 44 rows with 3 streams 2026.03.20 17:53:04.807524 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.807556 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.807586 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.808201 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} executeQuery: Read 44 rows, 1.66 KiB in 0.00172 sec., 25581.39534883721 rows/sec., 966.91 KiB/sec. 2026.03.20 17:53:04.808299 [ 268 ] {d48f5776-c5f3-4ef1-b391-fbd372576025} TCPHandler: Processed in 0.001947785 sec. 2026.03.20 17:53:04.808530 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.808668 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:53:04.808889 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:53:04.808927 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:53:04.809143 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:53:04.809196 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:53:04.809301 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.03.20 17:53:04.809369 [ 337 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:53:04.809371 [ 327 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:53:04.809377 [ 338 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.20 17:53:04.809372 [ 311 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:53:04.809520 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.03.20 17:53:04.809542 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:53:04.809610 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:53:04.809628 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 44 rows with 3 streams 2026.03.20 17:53:04.809659 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.809691 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.809720 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.810371 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} executeQuery: Read 44 rows, 1.66 KiB in 0.001762 sec., 24971.62315550511 rows/sec., 943.86 KiB/sec. 2026.03.20 17:53:04.810471 [ 268 ] {7df42401-7ec1-492d-a372-e1ac9eb26a42} TCPHandler: Processed in 0.001990536 sec. 2026.03.20 17:53:04.810719 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.810858 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} executeQuery: (from [fd00:1122:3344:101::d]:42523) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 17:53:04.811079 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 17:53:04.811118 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 17:53:04.811341 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:53:04.811394 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:53:04.811494 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Key condition: (column 0 notIn 50-element set) 2026.03.20 17:53:04.811554 [ 297 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 17:53:04.811559 [ 311 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.20 17:53:04.811567 [ 338 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.20 17:53:04.811556 [ 327 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.20 17:53:04.811705 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.03.20 17:53:04.811725 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 17:53:04.811793 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.20 17:53:04.811811 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (SelectExecutor): Reading approx. 44 rows with 3 streams 2026.03.20 17:53:04.811842 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.811872 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.811902 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 17:53:04.812515 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} executeQuery: Read 44 rows, 1.66 KiB in 0.001718 sec., 25611.17578579744 rows/sec., 968.04 KiB/sec. 2026.03.20 17:53:04.812609 [ 268 ] {5d85d560-4c6c-44ac-a121-6dca13f8be25} TCPHandler: Processed in 0.001939745 sec. 2026.03.20 17:53:04.882050 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.882196 [ 268 ] {23c7835a-88fc-478c-938b-12b874041c68} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.20 17:53:04.882254 [ 268 ] {23c7835a-88fc-478c-938b-12b874041c68} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 17:53:04.882881 [ 268 ] {23c7835a-88fc-478c-938b-12b874041c68} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.882924 [ 268 ] {23c7835a-88fc-478c-938b-12b874041c68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.883364 [ 268 ] {23c7835a-88fc-478c-938b-12b874041c68} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:53:04.883564 [ 268 ] {23c7835a-88fc-478c-938b-12b874041c68} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.883710 [ 268 ] {23c7835a-88fc-478c-938b-12b874041c68} executeQuery: Read 6 rows, 2.84 KiB in 0.001553 sec., 3863.4900193174503 rows/sec., 1.79 MiB/sec. 2026.03.20 17:53:04.883750 [ 268 ] {23c7835a-88fc-478c-938b-12b874041c68} TCPHandler: Processed in 0.001776441 sec. 2026.03.20 17:53:04.883869 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.883965 [ 268 ] {ba4118c3-9282-418c-bc0f-c81b2609824c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:53:04.884007 [ 268 ] {ba4118c3-9282-418c-bc0f-c81b2609824c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:53:04.884426 [ 268 ] {ba4118c3-9282-418c-bc0f-c81b2609824c} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.884463 [ 268 ] {ba4118c3-9282-418c-bc0f-c81b2609824c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.884782 [ 268 ] {ba4118c3-9282-418c-bc0f-c81b2609824c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:53:04.885012 [ 268 ] {ba4118c3-9282-418c-bc0f-c81b2609824c} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.885145 [ 268 ] {ba4118c3-9282-418c-bc0f-c81b2609824c} executeQuery: Read 24 rows, 2.04 KiB in 0.001197 sec., 20050.12531328321 rows/sec., 1.66 MiB/sec. 2026.03.20 17:53:04.885183 [ 268 ] {ba4118c3-9282-418c-bc0f-c81b2609824c} TCPHandler: Processed in 0.001364302 sec. 2026.03.20 17:53:04.885290 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.885395 [ 268 ] {d980516c-0796-41ee-a67a-395135bf041a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:53:04.885438 [ 268 ] {d980516c-0796-41ee-a67a-395135bf041a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:53:04.885831 [ 268 ] {d980516c-0796-41ee-a67a-395135bf041a} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.885868 [ 268 ] {d980516c-0796-41ee-a67a-395135bf041a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.886163 [ 268 ] {d980516c-0796-41ee-a67a-395135bf041a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:53:04.886379 [ 268 ] {d980516c-0796-41ee-a67a-395135bf041a} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.886507 [ 268 ] {d980516c-0796-41ee-a67a-395135bf041a} executeQuery: Read 2 rows, 167.00 B in 0.001136 sec., 1760.5633802816901 rows/sec., 143.56 KiB/sec. 2026.03.20 17:53:04.886542 [ 268 ] {d980516c-0796-41ee-a67a-395135bf041a} TCPHandler: Processed in 0.0013049 sec. 2026.03.20 17:53:04.886651 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.886744 [ 268 ] {a0249249-41e0-49fe-b850-fe9dd5da2bf4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:04.886784 [ 268 ] {a0249249-41e0-49fe-b850-fe9dd5da2bf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:04.888110 [ 268 ] {a0249249-41e0-49fe-b850-fe9dd5da2bf4} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.888147 [ 268 ] {a0249249-41e0-49fe-b850-fe9dd5da2bf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.888565 [ 268 ] {a0249249-41e0-49fe-b850-fe9dd5da2bf4} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:53:04.888777 [ 268 ] {a0249249-41e0-49fe-b850-fe9dd5da2bf4} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.888904 [ 268 ] {a0249249-41e0-49fe-b850-fe9dd5da2bf4} executeQuery: Read 2143 rows, 168.90 KiB in 0.002176 sec., 984834.5588235294 rows/sec., 75.80 MiB/sec. 2026.03.20 17:53:04.888941 [ 268 ] {a0249249-41e0-49fe-b850-fe9dd5da2bf4} TCPHandler: Processed in 0.002339434 sec. 2026.03.20 17:53:04.889063 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.889158 [ 268 ] {ae0274cc-60c1-4fcd-98e0-bb007199ae74} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:53:04.889198 [ 268 ] {ae0274cc-60c1-4fcd-98e0-bb007199ae74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:53:04.889603 [ 268 ] {ae0274cc-60c1-4fcd-98e0-bb007199ae74} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.889640 [ 268 ] {ae0274cc-60c1-4fcd-98e0-bb007199ae74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.889943 [ 268 ] {ae0274cc-60c1-4fcd-98e0-bb007199ae74} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:53:04.890149 [ 268 ] {ae0274cc-60c1-4fcd-98e0-bb007199ae74} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.890277 [ 268 ] {ae0274cc-60c1-4fcd-98e0-bb007199ae74} executeQuery: Read 66 rows, 5.01 KiB in 0.001137 sec., 58047.49340369393 rows/sec., 4.30 MiB/sec. 2026.03.20 17:53:04.890318 [ 268 ] {ae0274cc-60c1-4fcd-98e0-bb007199ae74} TCPHandler: Processed in 0.00130545 sec. 2026.03.20 17:53:04.890425 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.890520 [ 268 ] {638f11ee-0486-499e-b8f4-88ef9601400f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:53:04.890559 [ 268 ] {638f11ee-0486-499e-b8f4-88ef9601400f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:53:04.891150 [ 268 ] {638f11ee-0486-499e-b8f4-88ef9601400f} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.891186 [ 268 ] {638f11ee-0486-499e-b8f4-88ef9601400f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.891515 [ 268 ] {638f11ee-0486-499e-b8f4-88ef9601400f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:53:04.891735 [ 268 ] {638f11ee-0486-499e-b8f4-88ef9601400f} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.891863 [ 268 ] {638f11ee-0486-499e-b8f4-88ef9601400f} executeQuery: Read 732 rows, 44.33 KiB in 0.001361 sec., 537839.8236590743 rows/sec., 31.81 MiB/sec. 2026.03.20 17:53:04.891901 [ 268 ] {638f11ee-0486-499e-b8f4-88ef9601400f} TCPHandler: Processed in 0.001524196 sec. 2026.03.20 17:53:04.892008 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.892101 [ 268 ] {1c30b248-8cfa-4b03-a43d-d410396a8d5e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:04.892141 [ 268 ] {1c30b248-8cfa-4b03-a43d-d410396a8d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:53:04.892507 [ 268 ] {1c30b248-8cfa-4b03-a43d-d410396a8d5e} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.892543 [ 268 ] {1c30b248-8cfa-4b03-a43d-d410396a8d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.892821 [ 268 ] {1c30b248-8cfa-4b03-a43d-d410396a8d5e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 17:53:04.893031 [ 268 ] {1c30b248-8cfa-4b03-a43d-d410396a8d5e} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.893155 [ 268 ] {1c30b248-8cfa-4b03-a43d-d410396a8d5e} executeQuery: Read 1 rows, 72.00 B in 0.001071 sec., 933.7068160597573 rows/sec., 65.65 KiB/sec. 2026.03.20 17:53:04.893192 [ 268 ] {1c30b248-8cfa-4b03-a43d-d410396a8d5e} TCPHandler: Processed in 0.001234139 sec. 2026.03.20 17:53:04.893296 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.893390 [ 268 ] {312b673c-cd14-4649-93b4-66576a5dfb4e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:53:04.893429 [ 268 ] {312b673c-cd14-4649-93b4-66576a5dfb4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:53:04.893794 [ 268 ] {312b673c-cd14-4649-93b4-66576a5dfb4e} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.893830 [ 268 ] {312b673c-cd14-4649-93b4-66576a5dfb4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.894125 [ 268 ] {312b673c-cd14-4649-93b4-66576a5dfb4e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:53:04.894337 [ 268 ] {312b673c-cd14-4649-93b4-66576a5dfb4e} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.894466 [ 268 ] {312b673c-cd14-4649-93b4-66576a5dfb4e} executeQuery: Read 12 rows, 960.00 B in 0.001093 sec., 10978.956999085087 rows/sec., 857.73 KiB/sec. 2026.03.20 17:53:04.894503 [ 268 ] {312b673c-cd14-4649-93b4-66576a5dfb4e} TCPHandler: Processed in 0.001261689 sec. 2026.03.20 17:53:04.894608 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.894703 [ 268 ] {155222fc-da10-4487-968b-72260a7e0417} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:04.894742 [ 268 ] {155222fc-da10-4487-968b-72260a7e0417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:04.895474 [ 268 ] {155222fc-da10-4487-968b-72260a7e0417} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.895509 [ 268 ] {155222fc-da10-4487-968b-72260a7e0417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.895850 [ 268 ] {155222fc-da10-4487-968b-72260a7e0417} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:53:04.896071 [ 268 ] {155222fc-da10-4487-968b-72260a7e0417} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.896198 [ 268 ] {155222fc-da10-4487-968b-72260a7e0417} executeQuery: Read 1090 rows, 77.93 KiB in 0.001512 sec., 720899.4708994708 rows/sec., 50.33 MiB/sec. 2026.03.20 17:53:04.896234 [ 268 ] {155222fc-da10-4487-968b-72260a7e0417} TCPHandler: Processed in 0.001675409 sec. 2026.03.20 17:53:04.896345 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.896438 [ 268 ] {c838a4ef-bb73-434a-8a07-fa8093cdc727} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:04.896481 [ 268 ] {c838a4ef-bb73-434a-8a07-fa8093cdc727} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:04.897148 [ 268 ] {c838a4ef-bb73-434a-8a07-fa8093cdc727} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.897183 [ 268 ] {c838a4ef-bb73-434a-8a07-fa8093cdc727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.897624 [ 268 ] {c838a4ef-bb73-434a-8a07-fa8093cdc727} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:53:04.897841 [ 268 ] {c838a4ef-bb73-434a-8a07-fa8093cdc727} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.897968 [ 268 ] {c838a4ef-bb73-434a-8a07-fa8093cdc727} executeQuery: Read 1698 rows, 117.83 KiB in 0.001548 sec., 1096899.2248062016 rows/sec., 74.33 MiB/sec. 2026.03.20 17:53:04.898005 [ 268 ] {c838a4ef-bb73-434a-8a07-fa8093cdc727} TCPHandler: Processed in 0.00171065 sec. 2026.03.20 17:53:04.898110 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.898205 [ 268 ] {49f8bcab-293b-4960-8b3f-c751bd1731da} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:04.898259 [ 268 ] {49f8bcab-293b-4960-8b3f-c751bd1731da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:53:04.899063 [ 268 ] {49f8bcab-293b-4960-8b3f-c751bd1731da} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.899099 [ 268 ] {49f8bcab-293b-4960-8b3f-c751bd1731da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.899677 [ 268 ] {49f8bcab-293b-4960-8b3f-c751bd1731da} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:53:04.899898 [ 268 ] {49f8bcab-293b-4960-8b3f-c751bd1731da} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.900011 [ 58 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 17:53:04.900033 [ 268 ] {49f8bcab-293b-4960-8b3f-c751bd1731da} executeQuery: Read 52 rows, 95.42 KiB in 0.001846 sec., 28169.014084507042 rows/sec., 50.48 MiB/sec. 2026.03.20 17:53:04.900077 [ 58 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.900106 [ 268 ] {49f8bcab-293b-4960-8b3f-c751bd1731da} TCPHandler: Processed in 0.002044868 sec. 2026.03.20 17:53:04.900106 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.900241 [ 193 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.20 17:53:04.900247 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:04.900392 [ 268 ] {4c7d601d-8a3b-4437-be70-c495b80ae4a7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:04.900435 [ 268 ] {4c7d601d-8a3b-4437-be70-c495b80ae4a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:04.900531 [ 193 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:04.900608 [ 193 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 349 rows starting from the beginning of the part 2026.03.20 17:53:04.900747 [ 268 ] {4c7d601d-8a3b-4437-be70-c495b80ae4a7} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:04.900788 [ 268 ] {4c7d601d-8a3b-4437-be70-c495b80ae4a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:04.900796 [ 193 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part 2026.03.20 17:53:04.900931 [ 193 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 52 rows starting from the beginning of the part 2026.03.20 17:53:04.901041 [ 193 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part 2026.03.20 17:53:04.901122 [ 268 ] {4c7d601d-8a3b-4437-be70-c495b80ae4a7} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:53:04.901146 [ 193 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part 2026.03.20 17:53:04.901257 [ 193 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::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.03.20 17:53:04.901375 [ 268 ] {4c7d601d-8a3b-4437-be70-c495b80ae4a7} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.901514 [ 268 ] {4c7d601d-8a3b-4437-be70-c495b80ae4a7} executeQuery: Read 12 rows, 848.00 B in 0.001141 sec., 10517.090271691497 rows/sec., 725.79 KiB/sec. 2026.03.20 17:53:04.901552 [ 268 ] {4c7d601d-8a3b-4437-be70-c495b80ae4a7} TCPHandler: Processed in 0.001365732 sec. 2026.03.20 17:53:04.905544 [ 201 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 576 rows, containing 19 columns (19 merged, 0 gathered) in 0.005352074 sec., 107621.83034091083 rows/sec., 192.85 MiB/sec. 2026.03.20 17:53:04.906301 [ 188 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 17:53:04.906705 [ 188 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_16_3} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:04.906793 [ 188 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_16_3} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 17:53:04.906967 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. 2026.03.20 17:53:05.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 257.41 MiB, peak 263.64 MiB, free memory in arenas 0.00 B, will set to 259.29 MiB (RSS), difference: 1.89 MiB 2026.03.20 17:53:07.797936 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 720 2026.03.20 17:53:07.800947 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:07.801002 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:07.802280 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:53:07.802574 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:07.802937 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 720 2026.03.20 17:53:09.661852 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:09.662052 [ 268 ] {db38e056-dc62-47ee-967b-4216a77ce93a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:09.662125 [ 268 ] {db38e056-dc62-47ee-967b-4216a77ce93a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:09.662755 [ 268 ] {db38e056-dc62-47ee-967b-4216a77ce93a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:09.662806 [ 268 ] {db38e056-dc62-47ee-967b-4216a77ce93a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:09.663206 [ 268 ] {db38e056-dc62-47ee-967b-4216a77ce93a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:53:09.663458 [ 268 ] {db38e056-dc62-47ee-967b-4216a77ce93a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:09.663620 [ 268 ] {db38e056-dc62-47ee-967b-4216a77ce93a} executeQuery: Read 56 rows, 4.41 KiB in 0.001618 sec., 34610.630407911 rows/sec., 2.66 MiB/sec. 2026.03.20 17:53:09.663670 [ 268 ] {db38e056-dc62-47ee-967b-4216a77ce93a} TCPHandler: Processed in 0.001968066 sec. 2026.03.20 17:53:09.663785 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:09.663899 [ 268 ] {7692d645-76a2-48ad-b806-a726d540ecff} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:09.663945 [ 268 ] {7692d645-76a2-48ad-b806-a726d540ecff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:09.664386 [ 268 ] {7692d645-76a2-48ad-b806-a726d540ecff} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:09.664422 [ 268 ] {7692d645-76a2-48ad-b806-a726d540ecff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:09.664730 [ 268 ] {7692d645-76a2-48ad-b806-a726d540ecff} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:53:09.664931 [ 268 ] {7692d645-76a2-48ad-b806-a726d540ecff} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:09.665055 [ 268 ] {7692d645-76a2-48ad-b806-a726d540ecff} executeQuery: Read 64 rows, 5.12 KiB in 0.001232 sec., 51948.05194805195 rows/sec., 4.05 MiB/sec. 2026.03.20 17:53:09.665092 [ 268 ] {7692d645-76a2-48ad-b806-a726d540ecff} TCPHandler: Processed in 0.001413273 sec. 2026.03.20 17:53:09.665192 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:09.665349 [ 268 ] {30b6e15d-d802-4829-8573-8930f4a9c65f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:09.665393 [ 268 ] {30b6e15d-d802-4829-8573-8930f4a9c65f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:09.665754 [ 268 ] {30b6e15d-d802-4829-8573-8930f4a9c65f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:09.665790 [ 268 ] {30b6e15d-d802-4829-8573-8930f4a9c65f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:09.666149 [ 268 ] {30b6e15d-d802-4829-8573-8930f4a9c65f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:53:09.666366 [ 268 ] {30b6e15d-d802-4829-8573-8930f4a9c65f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:09.666490 [ 268 ] {30b6e15d-d802-4829-8573-8930f4a9c65f} executeQuery: Read 128 rows, 9.13 KiB in 0.00116 sec., 110344.8275862069 rows/sec., 7.69 MiB/sec. 2026.03.20 17:53:09.666527 [ 268 ] {30b6e15d-d802-4829-8573-8930f4a9c65f} TCPHandler: Processed in 0.001325181 sec. 2026.03.20 17:53:09.666629 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:09.666724 [ 268 ] {8dfd1dc5-4f40-4865-856e-28ac11669413} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:09.666765 [ 268 ] {8dfd1dc5-4f40-4865-856e-28ac11669413} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:09.667077 [ 268 ] {8dfd1dc5-4f40-4865-856e-28ac11669413} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:09.667112 [ 268 ] {8dfd1dc5-4f40-4865-856e-28ac11669413} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:09.667415 [ 268 ] {8dfd1dc5-4f40-4865-856e-28ac11669413} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:53:09.667617 [ 268 ] {8dfd1dc5-4f40-4865-856e-28ac11669413} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:09.667742 [ 268 ] {8dfd1dc5-4f40-4865-856e-28ac11669413} executeQuery: Read 48 rows, 3.31 KiB in 0.001035 sec., 46376.8115942029 rows/sec., 3.13 MiB/sec. 2026.03.20 17:53:09.667777 [ 268 ] {8dfd1dc5-4f40-4865-856e-28ac11669413} TCPHandler: Processed in 0.001196848 sec. 2026.03.20 17:53:10.267710 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11109 2026.03.20 17:53:10.268353 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:10.268390 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:10.268902 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:53:10.269148 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:10.269288 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11109 2026.03.20 17:53:10.281010 [ 50 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2026.03.20 17:53:10.281086 [ 50 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:10.281123 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:10.281261 [ 192 ] {05b673bd-1065-454a-b193-02561891577e::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2026.03.20 17:53:10.281416 [ 192 ] {05b673bd-1065-454a-b193-02561891577e::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:10.281456 [ 192 ] {05b673bd-1065-454a-b193-02561891577e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part 2026.03.20 17:53:10.281527 [ 192 ] {05b673bd-1065-454a-b193-02561891577e::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.03.20 17:53:10.281575 [ 192 ] {05b673bd-1065-454a-b193-02561891577e::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.03.20 17:53:10.281621 [ 192 ] {05b673bd-1065-454a-b193-02561891577e::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.03.20 17:53:10.281665 [ 192 ] {05b673bd-1065-454a-b193-02561891577e::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.03.20 17:53:10.282418 [ 188 ] {05b673bd-1065-454a-b193-02561891577e::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001214859 sec., 74082.67132235099 rows/sec., 3.78 MiB/sec. 2026.03.20 17:53:10.282534 [ 192 ] {05b673bd-1065-454a-b193-02561891577e::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.20 17:53:10.282774 [ 192 ] {05b673bd-1065-454a-b193-02561891577e::all_1_15_3} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:10.282840 [ 192 ] {05b673bd-1065-454a-b193-02561891577e::all_1_15_3} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2026.03.20 17:53:10.282906 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.20 17:53:10.851291 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.03.20 17:53:10.867387 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:10.867448 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:10.874009 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:53:10.874694 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:10.877401 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.03.20 17:53:11.000309 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 259.92 MiB, peak 263.92 MiB, free memory in arenas 0.00 B, will set to 261.15 MiB (RSS), difference: 1.23 MiB 2026.03.20 17:53:14.662715 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:14.662912 [ 268 ] {9c16c8ff-d942-46df-94de-7d99e08e950b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:14.662981 [ 268 ] {9c16c8ff-d942-46df-94de-7d99e08e950b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:14.663654 [ 268 ] {9c16c8ff-d942-46df-94de-7d99e08e950b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:14.663701 [ 268 ] {9c16c8ff-d942-46df-94de-7d99e08e950b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:14.664107 [ 268 ] {9c16c8ff-d942-46df-94de-7d99e08e950b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:53:14.664334 [ 268 ] {9c16c8ff-d942-46df-94de-7d99e08e950b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:14.664522 [ 268 ] {9c16c8ff-d942-46df-94de-7d99e08e950b} executeQuery: Read 56 rows, 4.41 KiB in 0.00166 sec., 33734.93975903615 rows/sec., 2.59 MiB/sec. 2026.03.20 17:53:14.664573 [ 268 ] {9c16c8ff-d942-46df-94de-7d99e08e950b} TCPHandler: Processed in 0.001990137 sec. 2026.03.20 17:53:14.664707 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:14.664815 [ 268 ] {07cbd4c4-865d-4ddb-aa09-2ee592ac737a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:14.664861 [ 268 ] {07cbd4c4-865d-4ddb-aa09-2ee592ac737a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:14.665307 [ 268 ] {07cbd4c4-865d-4ddb-aa09-2ee592ac737a} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:14.665342 [ 268 ] {07cbd4c4-865d-4ddb-aa09-2ee592ac737a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:14.665660 [ 268 ] {07cbd4c4-865d-4ddb-aa09-2ee592ac737a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:53:14.665874 [ 268 ] {07cbd4c4-865d-4ddb-aa09-2ee592ac737a} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:14.666005 [ 268 ] {07cbd4c4-865d-4ddb-aa09-2ee592ac737a} executeQuery: Read 64 rows, 5.12 KiB in 0.001214 sec., 52718.28665568369 rows/sec., 4.11 MiB/sec. 2026.03.20 17:53:14.666046 [ 268 ] {07cbd4c4-865d-4ddb-aa09-2ee592ac737a} TCPHandler: Processed in 0.001391123 sec. 2026.03.20 17:53:14.666161 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:14.666264 [ 268 ] {525ffbaf-ec17-40aa-b11d-a89fa4c76862} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:14.666313 [ 268 ] {525ffbaf-ec17-40aa-b11d-a89fa4c76862} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:14.666734 [ 268 ] {525ffbaf-ec17-40aa-b11d-a89fa4c76862} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:14.666770 [ 268 ] {525ffbaf-ec17-40aa-b11d-a89fa4c76862} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:14.667114 [ 268 ] {525ffbaf-ec17-40aa-b11d-a89fa4c76862} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:53:14.667335 [ 268 ] {525ffbaf-ec17-40aa-b11d-a89fa4c76862} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:14.667479 [ 268 ] {525ffbaf-ec17-40aa-b11d-a89fa4c76862} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2026.03.20 17:53:14.667519 [ 268 ] {525ffbaf-ec17-40aa-b11d-a89fa4c76862} TCPHandler: Processed in 0.001408643 sec. 2026.03.20 17:53:14.667627 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:14.667730 [ 268 ] {e4d1f252-d2e9-47df-bc57-515d738a8f2f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:14.667773 [ 268 ] {e4d1f252-d2e9-47df-bc57-515d738a8f2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:14.668115 [ 268 ] {e4d1f252-d2e9-47df-bc57-515d738a8f2f} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:14.668150 [ 268 ] {e4d1f252-d2e9-47df-bc57-515d738a8f2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:14.668471 [ 268 ] {e4d1f252-d2e9-47df-bc57-515d738a8f2f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:53:14.668687 [ 268 ] {e4d1f252-d2e9-47df-bc57-515d738a8f2f} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:14.668817 [ 268 ] {e4d1f252-d2e9-47df-bc57-515d738a8f2f} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.03.20 17:53:14.668854 [ 268 ] {e4d1f252-d2e9-47df-bc57-515d738a8f2f} TCPHandler: Processed in 0.00127884 sec. 2026.03.20 17:53:16.780538 [ 40 ] {} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.20 17:53:16.780611 [ 40 ] {} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:16.780636 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:16.780797 [ 201 ] {87d07874-9b3c-460a-9f28-ebe34c7db3ce::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.20 17:53:16.781201 [ 201 ] {87d07874-9b3c-460a-9f28-ebe34c7db3ce::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:16.781270 [ 201 ] {87d07874-9b3c-460a-9f28-ebe34c7db3ce::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part 2026.03.20 17:53:16.781381 [ 201 ] {87d07874-9b3c-460a-9f28-ebe34c7db3ce::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part 2026.03.20 17:53:16.781444 [ 201 ] {87d07874-9b3c-460a-9f28-ebe34c7db3ce::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.03.20 17:53:16.781513 [ 201 ] {87d07874-9b3c-460a-9f28-ebe34c7db3ce::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part 2026.03.20 17:53:16.781575 [ 201 ] {87d07874-9b3c-460a-9f28-ebe34c7db3ce::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.03.20 17:53:16.783148 [ 188 ] {87d07874-9b3c-460a-9f28-ebe34c7db3ce::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 6 columns (6 merged, 0 gathered) in 0.002432046 sec., 20969.998100364875 rows/sec., 4.91 MiB/sec. 2026.03.20 17:53:16.783363 [ 200 ] {87d07874-9b3c-460a-9f28-ebe34c7db3ce::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.20 17:53:16.783845 [ 200 ] {87d07874-9b3c-460a-9f28-ebe34c7db3ce::all_1_5_1} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:16.783932 [ 200 ] {87d07874-9b3c-460a-9f28-ebe34c7db3ce::all_1_5_1} oximeter.timeseries_schema (87d07874-9b3c-460a-9f28-ebe34c7db3ce) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.20 17:53:16.784048 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.20 17:53:17.683247 [ 39 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:53:17.683298 [ 39 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:53:17.769426 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11557 2026.03.20 17:53:17.769967 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:17.770014 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:17.770613 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:53:17.770857 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:17.770992 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11557 2026.03.20 17:53:17.803397 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 736 2026.03.20 17:53:17.805749 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:17.805785 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:17.806895 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:53:17.807146 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:17.807388 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 736 2026.03.20 17:53:18.378010 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.03.20 17:53:18.394549 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:18.394597 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:18.400353 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:53:18.401018 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:18.403847 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.03.20 17:53:19.664286 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:19.664483 [ 268 ] {cae2fbb4-f6e0-462c-9632-ccf885b30adc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:19.664553 [ 268 ] {cae2fbb4-f6e0-462c-9632-ccf885b30adc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:19.665254 [ 268 ] {cae2fbb4-f6e0-462c-9632-ccf885b30adc} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:19.665305 [ 268 ] {cae2fbb4-f6e0-462c-9632-ccf885b30adc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:19.665714 [ 268 ] {cae2fbb4-f6e0-462c-9632-ccf885b30adc} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:53:19.665941 [ 268 ] {cae2fbb4-f6e0-462c-9632-ccf885b30adc} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:19.666103 [ 268 ] {cae2fbb4-f6e0-462c-9632-ccf885b30adc} executeQuery: Read 138 rows, 12.29 KiB in 0.001672 sec., 82535.8851674641 rows/sec., 7.18 MiB/sec. 2026.03.20 17:53:19.666151 [ 268 ] {cae2fbb4-f6e0-462c-9632-ccf885b30adc} TCPHandler: Processed in 0.002009366 sec. 2026.03.20 17:53:19.666271 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:19.666376 [ 268 ] {6a372f6d-aa2e-4507-b3ae-b0b60e005358} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:53:19.666422 [ 268 ] {6a372f6d-aa2e-4507-b3ae-b0b60e005358} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:53:19.666846 [ 268 ] {6a372f6d-aa2e-4507-b3ae-b0b60e005358} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:19.666884 [ 268 ] {6a372f6d-aa2e-4507-b3ae-b0b60e005358} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:19.667198 [ 268 ] {6a372f6d-aa2e-4507-b3ae-b0b60e005358} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:53:19.667414 [ 268 ] {6a372f6d-aa2e-4507-b3ae-b0b60e005358} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:19.667548 [ 268 ] {6a372f6d-aa2e-4507-b3ae-b0b60e005358} executeQuery: Read 41 rows, 3.08 KiB in 0.001196 sec., 34280.9364548495 rows/sec., 2.52 MiB/sec. 2026.03.20 17:53:19.667588 [ 268 ] {6a372f6d-aa2e-4507-b3ae-b0b60e005358} TCPHandler: Processed in 0.001369592 sec. 2026.03.20 17:53:19.667694 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:19.667792 [ 268 ] {2295e689-1711-4623-ae0c-4d3abadbd0df} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:19.667833 [ 268 ] {2295e689-1711-4623-ae0c-4d3abadbd0df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:19.668316 [ 268 ] {2295e689-1711-4623-ae0c-4d3abadbd0df} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:19.668364 [ 268 ] {2295e689-1711-4623-ae0c-4d3abadbd0df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:19.668714 [ 268 ] {2295e689-1711-4623-ae0c-4d3abadbd0df} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:53:19.668925 [ 268 ] {2295e689-1711-4623-ae0c-4d3abadbd0df} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:19.669057 [ 268 ] {2295e689-1711-4623-ae0c-4d3abadbd0df} executeQuery: Read 105 rows, 8.40 KiB in 0.001284 sec., 81775.70093457944 rows/sec., 6.39 MiB/sec. 2026.03.20 17:53:19.669095 [ 268 ] {2295e689-1711-4623-ae0c-4d3abadbd0df} TCPHandler: Processed in 0.001451104 sec. 2026.03.20 17:53:19.669204 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:19.669305 [ 268 ] {67b09a0c-2dd1-4605-9564-7f245eda7782} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:19.669350 [ 268 ] {67b09a0c-2dd1-4605-9564-7f245eda7782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:19.669773 [ 268 ] {67b09a0c-2dd1-4605-9564-7f245eda7782} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:19.669810 [ 268 ] {67b09a0c-2dd1-4605-9564-7f245eda7782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:19.670140 [ 268 ] {67b09a0c-2dd1-4605-9564-7f245eda7782} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:53:19.670359 [ 268 ] {67b09a0c-2dd1-4605-9564-7f245eda7782} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:19.670490 [ 268 ] {67b09a0c-2dd1-4605-9564-7f245eda7782} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.03.20 17:53:19.670528 [ 268 ] {67b09a0c-2dd1-4605-9564-7f245eda7782} TCPHandler: Processed in 0.001374112 sec. 2026.03.20 17:53:19.670631 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:19.670731 [ 268 ] {230f7d95-9ef3-4a2f-aa4e-ea60b4bc03c2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:19.670787 [ 268 ] {230f7d95-9ef3-4a2f-aa4e-ea60b4bc03c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:53:19.671658 [ 268 ] {230f7d95-9ef3-4a2f-aa4e-ea60b4bc03c2} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:19.671696 [ 268 ] {230f7d95-9ef3-4a2f-aa4e-ea60b4bc03c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:19.672300 [ 268 ] {230f7d95-9ef3-4a2f-aa4e-ea60b4bc03c2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:53:19.672546 [ 268 ] {230f7d95-9ef3-4a2f-aa4e-ea60b4bc03c2} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:19.672688 [ 268 ] {230f7d95-9ef3-4a2f-aa4e-ea60b4bc03c2} executeQuery: Read 41 rows, 75.23 KiB in 0.001974 sec., 20770.010131712257 rows/sec., 37.22 MiB/sec. 2026.03.20 17:53:19.672751 [ 268 ] {230f7d95-9ef3-4a2f-aa4e-ea60b4bc03c2} TCPHandler: Processed in 0.002169631 sec. 2026.03.20 17:53:19.672858 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:19.672953 [ 268 ] {f7d538d2-8d62-460c-83bd-d229abfacba4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:19.672996 [ 268 ] {f7d538d2-8d62-460c-83bd-d229abfacba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:19.673352 [ 268 ] {f7d538d2-8d62-460c-83bd-d229abfacba4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:19.673391 [ 268 ] {f7d538d2-8d62-460c-83bd-d229abfacba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2026.03.20 17:53:19.673713 [ 268 ] {f7d538d2-8d62-460c-83bd-d229abfacba4} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:53:19.673924 [ 268 ] {f7d538d2-8d62-460c-83bd-d229abfacba4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:19.674055 [ 268 ] {f7d538d2-8d62-460c-83bd-d229abfacba4} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2026.03.20 17:53:19.674092 [ 268 ] {f7d538d2-8d62-460c-83bd-d229abfacba4} TCPHandler: Processed in 0.00128404 sec. 2026.03.20 17:53:21.808202 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64357 2026.03.20 17:53:21.808303 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.808328 [ 286 ] {} TCP-Session: 21f56e88-a495-43f6-948d-c02e467eaa3b Authenticating user 'default' from [fd00:1122:3344:101::e]:64357 2026.03.20 17:53:21.808351 [ 286 ] {} TCP-Session: 21f56e88-a495-43f6-948d-c02e467eaa3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.808364 [ 286 ] {} TCP-Session: 21f56e88-a495-43f6-948d-c02e467eaa3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.808606 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36616 2026.03.20 17:53:21.808640 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56990 2026.03.20 17:53:21.808644 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47851 2026.03.20 17:53:21.808686 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50382 2026.03.20 17:53:21.808712 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58693 2026.03.20 17:53:21.808730 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.808749 [ 286 ] {} TCP-Session: 21f56e88-a495-43f6-948d-c02e467eaa3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:21.808769 [ 290 ] {} TCP-Session: d6393437-4bf1-4842-994b-13d6847fd7e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:56990 2026.03.20 17:53:21.808741 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.808797 [ 290 ] {} TCP-Session: d6393437-4bf1-4842-994b-13d6847fd7e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.808719 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64385 2026.03.20 17:53:21.808828 [ 290 ] {} TCP-Session: d6393437-4bf1-4842-994b-13d6847fd7e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.808828 [ 288 ] {} TCP-Session: 3178aab6-315b-469e-a57b-ae35c901e9a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:36616 2026.03.20 17:53:21.808715 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56426 2026.03.20 17:53:21.808890 [ 288 ] {} TCP-Session: 3178aab6-315b-469e-a57b-ae35c901e9a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.808658 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44915 2026.03.20 17:53:21.808926 [ 288 ] {} TCP-Session: 3178aab6-315b-469e-a57b-ae35c901e9a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.808930 [ 286 ] {5c2f6150-1a52-4b2a-ac77-aa617a6e12bf} executeQuery: (from [fd00:1122:3344:101::e]:64357) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:53:21.808961 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.808962 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.808990 [ 294 ] {} TCP-Session: a09966e9-f73b-4997-b166-1aac621d75cd Authenticating user 'default' from [fd00:1122:3344:101::e]:58693 2026.03.20 17:53:21.808999 [ 267 ] {} TCP-Session: a68713c4-761a-489e-8138-d786a355191d Authenticating user 'default' from [fd00:1122:3344:101::e]:64385 2026.03.20 17:53:21.809011 [ 294 ] {} TCP-Session: a09966e9-f73b-4997-b166-1aac621d75cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.809019 [ 267 ] {} TCP-Session: a68713c4-761a-489e-8138-d786a355191d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.809026 [ 294 ] {} TCP-Session: a09966e9-f73b-4997-b166-1aac621d75cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.809035 [ 267 ] {} TCP-Session: a68713c4-761a-489e-8138-d786a355191d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.809037 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.809082 [ 292 ] {} TCP-Session: e53f788e-5eae-40a8-aa96-04fd1815e3b2 Authenticating user 'default' from [fd00:1122:3344:101::e]:50382 2026.03.20 17:53:21.809104 [ 292 ] {} TCP-Session: e53f788e-5eae-40a8-aa96-04fd1815e3b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.809117 [ 292 ] {} TCP-Session: e53f788e-5eae-40a8-aa96-04fd1815e3b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.809166 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.809181 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.809215 [ 293 ] {} TCP-Session: 8153152c-3866-4095-936f-e909cef70fe4 Authenticating user 'default' from [fd00:1122:3344:101::e]:56426 2026.03.20 17:53:21.809227 [ 291 ] {} TCP-Session: 66b6f262-b88b-4981-831c-0cefc74da4ce Authenticating user 'default' from [fd00:1122:3344:101::e]:44915 2026.03.20 17:53:21.809249 [ 286 ] {5c2f6150-1a52-4b2a-ac77-aa617a6e12bf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:53:21.809252 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.809264 [ 291 ] {} TCP-Session: 66b6f262-b88b-4981-831c-0cefc74da4ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.809310 [ 289 ] {} TCP-Session: ebd18ec8-7b20-41be-9e7f-d9dd8b602b61 Authenticating user 'default' from [fd00:1122:3344:101::e]:47851 2026.03.20 17:53:21.809320 [ 286 ] {5c2f6150-1a52-4b2a-ac77-aa617a6e12bf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:53:21.809325 [ 291 ] {} TCP-Session: 66b6f262-b88b-4981-831c-0cefc74da4ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.809342 [ 289 ] {} TCP-Session: ebd18ec8-7b20-41be-9e7f-d9dd8b602b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.809253 [ 293 ] {} TCP-Session: 8153152c-3866-4095-936f-e909cef70fe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.809389 [ 289 ] {} TCP-Session: ebd18ec8-7b20-41be-9e7f-d9dd8b602b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.809408 [ 293 ] {} TCP-Session: 8153152c-3866-4095-936f-e909cef70fe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.809633 [ 286 ] {5c2f6150-1a52-4b2a-ac77-aa617a6e12bf} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:53:21.810547 [ 307 ] {5c2f6150-1a52-4b2a-ac77-aa617a6e12bf} AggregatingTransform: Aggregating 2026.03.20 17:53:21.810600 [ 307 ] {5c2f6150-1a52-4b2a-ac77-aa617a6e12bf} Aggregator: Aggregation method: without_key 2026.03.20 17:53:21.810639 [ 307 ] {5c2f6150-1a52-4b2a-ac77-aa617a6e12bf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000899661 sec. (1111.530 rows/sec., 43.42 KiB/sec.) 2026.03.20 17:53:21.810659 [ 307 ] {5c2f6150-1a52-4b2a-ac77-aa617a6e12bf} Aggregator: Merging aggregated data 2026.03.20 17:53:21.812197 [ 286 ] {5c2f6150-1a52-4b2a-ac77-aa617a6e12bf} executeQuery: Read 1 rows, 40.00 B in 0.003325 sec., 300.75187969924815 rows/sec., 11.75 KiB/sec. 2026.03.20 17:53:21.812343 [ 286 ] {5c2f6150-1a52-4b2a-ac77-aa617a6e12bf} TCPHandler: Processed in 0.003753617 sec. 2026.03.20 17:53:21.812445 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.812474 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.812479 [ 286 ] {} TCP-Session: 21f56e88-a495-43f6-948d-c02e467eaa3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.812503 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.812518 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.812542 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.812549 [ 288 ] {} TCP-Session: 3178aab6-315b-469e-a57b-ae35c901e9a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.812556 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.812579 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.812596 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.812616 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.812637 [ 293 ] {} TCP-Session: 8153152c-3866-4095-936f-e909cef70fe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.812653 [ 292 ] {} TCP-Session: e53f788e-5eae-40a8-aa96-04fd1815e3b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.812674 [ 267 ] {} TCP-Session: a68713c4-761a-489e-8138-d786a355191d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.812590 [ 290 ] {} TCP-Session: d6393437-4bf1-4842-994b-13d6847fd7e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.812571 [ 289 ] {} TCP-Session: ebd18ec8-7b20-41be-9e7f-d9dd8b602b61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.812507 [ 294 ] {} TCP-Session: a09966e9-f73b-4997-b166-1aac621d75cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.812615 [ 291 ] {} TCP-Session: 66b6f262-b88b-4981-831c-0cefc74da4ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.910092 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64147 2026.03.20 17:53:21.910206 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.910236 [ 286 ] {} TCP-Session: 9fe2b8fe-6430-4d96-880f-154ba8a4215c Authenticating user 'default' from [fd00:1122:3344:101::e]:64147 2026.03.20 17:53:21.910261 [ 286 ] {} TCP-Session: 9fe2b8fe-6430-4d96-880f-154ba8a4215c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.910276 [ 286 ] {} TCP-Session: 9fe2b8fe-6430-4d96-880f-154ba8a4215c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.910479 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57709 2026.03.20 17:53:21.910498 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35819 2026.03.20 17:53:21.910490 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52185 2026.03.20 17:53:21.910549 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57576 2026.03.20 17:53:21.910566 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33756 2026.03.20 17:53:21.910595 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.910574 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33327 2026.03.20 17:53:21.910648 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.910658 [ 288 ] {} TCP-Session: 823674bf-f942-426d-af50-6284bf718651 Authenticating user 'default' from [fd00:1122:3344:101::e]:57709 2026.03.20 17:53:21.910668 [ 286 ] {} TCP-Session: 9fe2b8fe-6430-4d96-880f-154ba8a4215c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:21.910698 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.910713 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.910706 [ 288 ] {} TCP-Session: 823674bf-f942-426d-af50-6284bf718651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.910747 [ 293 ] {} TCP-Session: 689a995e-984e-4dec-953f-d53f18adbe9c Authenticating user 'default' from [fd00:1122:3344:101::e]:33756 2026.03.20 17:53:21.910782 [ 288 ] {} TCP-Session: 823674bf-f942-426d-af50-6284bf718651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.910758 [ 267 ] {} TCP-Session: cb77598f-704d-443c-ac89-1da8872783eb Authenticating user 'default' from [fd00:1122:3344:101::e]:33327 2026.03.20 17:53:21.910805 [ 293 ] {} TCP-Session: 689a995e-984e-4dec-953f-d53f18adbe9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.910830 [ 267 ] {} TCP-Session: cb77598f-704d-443c-ac89-1da8872783eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.910841 [ 293 ] {} TCP-Session: 689a995e-984e-4dec-953f-d53f18adbe9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.910855 [ 286 ] {ca2b9b6d-cdb7-42f0-b80a-57283857f1b4} executeQuery: (from [fd00:1122:3344:101::e]:64147) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:53:21.910854 [ 267 ] {} TCP-Session: cb77598f-704d-443c-ac89-1da8872783eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.910693 [ 289 ] {} TCP-Session: e051201d-a1b6-4ddb-b9f5-724bff319e6d Authenticating user 'default' from [fd00:1122:3344:101::e]:52185 2026.03.20 17:53:21.910648 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.910933 [ 289 ] {} TCP-Session: e051201d-a1b6-4ddb-b9f5-724bff319e6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.910567 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61819 2026.03.20 17:53:21.910954 [ 292 ] {} TCP-Session: e5cb13cd-29c1-470d-881b-c192d22e522c Authenticating user 'default' from [fd00:1122:3344:101::e]:57576 2026.03.20 17:53:21.910950 [ 289 ] {} TCP-Session: e051201d-a1b6-4ddb-b9f5-724bff319e6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.910989 [ 292 ] {} TCP-Session: e5cb13cd-29c1-470d-881b-c192d22e522c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.910488 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65393 2026.03.20 17:53:21.911006 [ 292 ] {} TCP-Session: e5cb13cd-29c1-470d-881b-c192d22e522c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.911023 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.910594 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.911077 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:21.911078 [ 294 ] {} TCP-Session: f934d997-18c5-4489-9318-7feaadc91bc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:61819 2026.03.20 17:53:21.911119 [ 290 ] {} TCP-Session: b0eb1fe3-6350-467f-bb39-18fe07ac35b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:65393 2026.03.20 17:53:21.911111 [ 291 ] {} TCP-Session: c9fc4994-7f3e-409c-a019-b002cafeb2d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:35819 2026.03.20 17:53:21.911145 [ 290 ] {} TCP-Session: b0eb1fe3-6350-467f-bb39-18fe07ac35b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.911139 [ 294 ] {} TCP-Session: f934d997-18c5-4489-9318-7feaadc91bc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.911167 [ 290 ] {} TCP-Session: b0eb1fe3-6350-467f-bb39-18fe07ac35b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.911166 [ 286 ] {ca2b9b6d-cdb7-42f0-b80a-57283857f1b4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:53:21.911180 [ 294 ] {} TCP-Session: f934d997-18c5-4489-9318-7feaadc91bc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.911160 [ 291 ] {} TCP-Session: c9fc4994-7f3e-409c-a019-b002cafeb2d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.911226 [ 291 ] {} TCP-Session: c9fc4994-7f3e-409c-a019-b002cafeb2d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.911235 [ 286 ] {ca2b9b6d-cdb7-42f0-b80a-57283857f1b4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:53:21.911515 [ 286 ] {ca2b9b6d-cdb7-42f0-b80a-57283857f1b4} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:53:21.912385 [ 327 ] {ca2b9b6d-cdb7-42f0-b80a-57283857f1b4} AggregatingTransform: Aggregating 2026.03.20 17:53:21.912423 [ 327 ] {ca2b9b6d-cdb7-42f0-b80a-57283857f1b4} Aggregator: Aggregation method: without_key 2026.03.20 17:53:21.912460 [ 327 ] {ca2b9b6d-cdb7-42f0-b80a-57283857f1b4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00084876 sec. (1178.189 rows/sec., 46.02 KiB/sec.) 2026.03.20 17:53:21.912478 [ 327 ] {ca2b9b6d-cdb7-42f0-b80a-57283857f1b4} Aggregator: Merging aggregated data 2026.03.20 17:53:21.913970 [ 286 ] {ca2b9b6d-cdb7-42f0-b80a-57283857f1b4} executeQuery: Read 1 rows, 40.00 B in 0.003173 sec., 315.1591553734636 rows/sec., 12.31 KiB/sec. 2026.03.20 17:53:21.914094 [ 286 ] {ca2b9b6d-cdb7-42f0-b80a-57283857f1b4} TCPHandler: Processed in 0.003550262 sec. 2026.03.20 17:53:21.914209 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.914233 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.914240 [ 286 ] {} TCP-Session: 9fe2b8fe-6430-4d96-880f-154ba8a4215c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.914260 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.914272 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.914301 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.914312 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.914326 [ 291 ] {} TCP-Session: c9fc4994-7f3e-409c-a019-b002cafeb2d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.914347 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.914372 [ 289 ] {} TCP-Session: e051201d-a1b6-4ddb-b9f5-724bff319e6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.914363 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.914405 [ 292 ] {} TCP-Session: e5cb13cd-29c1-470d-881b-c192d22e522c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.914445 [ 294 ] {} TCP-Session: f934d997-18c5-4489-9318-7feaadc91bc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.914359 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:21.914348 [ 267 ] {} TCP-Session: cb77598f-704d-443c-ac89-1da8872783eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.914265 [ 290 ] {} TCP-Session: b0eb1fe3-6350-467f-bb39-18fe07ac35b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.914508 [ 293 ] {} TCP-Session: 689a995e-984e-4dec-953f-d53f18adbe9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:21.914313 [ 288 ] {} TCP-Session: 823674bf-f942-426d-af50-6284bf718651 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.512697 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39841 2026.03.20 17:53:23.512815 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:23.512840 [ 286 ] {} TCP-Session: 0f16ee4e-f423-45d2-a9e4-130304c218f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:39841 2026.03.20 17:53:23.512862 [ 286 ] {} TCP-Session: 0f16ee4e-f423-45d2-a9e4-130304c218f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.512874 [ 286 ] {} TCP-Session: 0f16ee4e-f423-45d2-a9e4-130304c218f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513059 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50440 2026.03.20 17:53:23.513105 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44566 2026.03.20 17:53:23.513131 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53669 2026.03.20 17:53:23.513155 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64805 2026.03.20 17:53:23.513179 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34331 2026.03.20 17:53:23.513185 [ 286 ] {} TCP-Session: 0f16ee4e-f423-45d2-a9e4-130304c218f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:23.513245 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:23.513268 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:23.513238 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:23.513298 [ 289 ] {} TCP-Session: bb66dea9-327e-4dcf-9838-2442ed9ace84 Authenticating user 'default' from [fd00:1122:3344:101::e]:44566 2026.03.20 17:53:23.513308 [ 292 ] {} TCP-Session: adf49200-ad04-4ef7-8a36-4b7ab014c301 Authenticating user 'default' from [fd00:1122:3344:101::e]:64805 2026.03.20 17:53:23.513334 [ 291 ] {} TCP-Session: 527bfdc3-6fbd-431f-ac96-6cfafbb5c9f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:53669 2026.03.20 17:53:23.513346 [ 289 ] {} TCP-Session: bb66dea9-327e-4dcf-9838-2442ed9ace84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513351 [ 292 ] {} TCP-Session: adf49200-ad04-4ef7-8a36-4b7ab014c301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513372 [ 291 ] {} TCP-Session: 527bfdc3-6fbd-431f-ac96-6cfafbb5c9f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513375 [ 289 ] {} TCP-Session: bb66dea9-327e-4dcf-9838-2442ed9ace84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513386 [ 292 ] {} TCP-Session: adf49200-ad04-4ef7-8a36-4b7ab014c301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513401 [ 291 ] {} TCP-Session: 527bfdc3-6fbd-431f-ac96-6cfafbb5c9f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513413 [ 286 ] {b5399721-92b4-48af-b6c4-d7170f0cd487} executeQuery: (from [fd00:1122:3344:101::e]:39841) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:53:23.513312 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:23.513182 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:23.513506 [ 293 ] {} TCP-Session: 739ae497-3091-45ab-a43b-a76cbe6dccd2 Authenticating user 'default' from [fd00:1122:3344:101::e]:34331 2026.03.20 17:53:23.513529 [ 288 ] {} TCP-Session: 90b1169c-0f87-4a06-88ca-7b7dcaa34d35 Authenticating user 'default' from [fd00:1122:3344:101::e]:50440 2026.03.20 17:53:23.513545 [ 293 ] {} TCP-Session: 739ae497-3091-45ab-a43b-a76cbe6dccd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513555 [ 288 ] {} TCP-Session: 90b1169c-0f87-4a06-88ca-7b7dcaa34d35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513568 [ 293 ] {} TCP-Session: 739ae497-3091-45ab-a43b-a76cbe6dccd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513581 [ 288 ] {} TCP-Session: 90b1169c-0f87-4a06-88ca-7b7dcaa34d35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513180 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61754 2026.03.20 17:53:23.513181 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54310 2026.03.20 17:53:23.513108 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42097 2026.03.20 17:53:23.513685 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:23.513696 [ 286 ] {b5399721-92b4-48af-b6c4-d7170f0cd487} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:53:23.513707 [ 294 ] {} TCP-Session: fe8ecb25-e96a-4afd-9f4c-35ee18ba15ca Authenticating user 'default' from [fd00:1122:3344:101::e]:61754 2026.03.20 17:53:23.513709 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:23.513719 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:53:23.513741 [ 294 ] {} TCP-Session: fe8ecb25-e96a-4afd-9f4c-35ee18ba15ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513750 [ 286 ] {b5399721-92b4-48af-b6c4-d7170f0cd487} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:53:23.513751 [ 267 ] {} TCP-Session: fc74529d-2c68-447c-91bd-fbc9379bb15a Authenticating user 'default' from [fd00:1122:3344:101::e]:54310 2026.03.20 17:53:23.513760 [ 294 ] {} TCP-Session: fe8ecb25-e96a-4afd-9f4c-35ee18ba15ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513782 [ 267 ] {} TCP-Session: fc74529d-2c68-447c-91bd-fbc9379bb15a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513756 [ 290 ] {} TCP-Session: 2eb34ca3-499d-4645-bbd7-70f5d14b98fb Authenticating user 'default' from [fd00:1122:3344:101::e]:42097 2026.03.20 17:53:23.513798 [ 267 ] {} TCP-Session: fc74529d-2c68-447c-91bd-fbc9379bb15a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513829 [ 290 ] {} TCP-Session: 2eb34ca3-499d-4645-bbd7-70f5d14b98fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.513844 [ 290 ] {} TCP-Session: 2eb34ca3-499d-4645-bbd7-70f5d14b98fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.514029 [ 286 ] {b5399721-92b4-48af-b6c4-d7170f0cd487} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:53:23.514894 [ 350 ] {b5399721-92b4-48af-b6c4-d7170f0cd487} AggregatingTransform: Aggregating 2026.03.20 17:53:23.514955 [ 350 ] {b5399721-92b4-48af-b6c4-d7170f0cd487} Aggregator: Aggregation method: without_key 2026.03.20 17:53:23.514993 [ 350 ] {b5399721-92b4-48af-b6c4-d7170f0cd487} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00086583 sec. (1154.961 rows/sec., 45.12 KiB/sec.) 2026.03.20 17:53:23.515013 [ 350 ] {b5399721-92b4-48af-b6c4-d7170f0cd487} Aggregator: Merging aggregated data 2026.03.20 17:53:23.516323 [ 286 ] {b5399721-92b4-48af-b6c4-d7170f0cd487} executeQuery: Read 1 rows, 40.00 B in 0.002961 sec., 337.7237419790611 rows/sec., 13.19 KiB/sec. 2026.03.20 17:53:23.516465 [ 286 ] {b5399721-92b4-48af-b6c4-d7170f0cd487} TCPHandler: Processed in 0.003390288 sec. 2026.03.20 17:53:23.516555 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:23.516583 [ 286 ] {} TCP-Session: 0f16ee4e-f423-45d2-a9e4-130304c218f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.516600 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:23.516627 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:23.516634 [ 267 ] {} TCP-Session: fc74529d-2c68-447c-91bd-fbc9379bb15a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.516652 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:23.516669 [ 291 ] {} TCP-Session: 527bfdc3-6fbd-431f-ac96-6cfafbb5c9f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.516687 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:23.516708 [ 289 ] {} TCP-Session: bb66dea9-327e-4dcf-9838-2442ed9ace84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.516706 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:23.516727 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:23.516744 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:23.516758 [ 290 ] {} TCP-Session: 2eb34ca3-499d-4645-bbd7-70f5d14b98fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.516785 [ 293 ] {} TCP-Session: 739ae497-3091-45ab-a43b-a76cbe6dccd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.516801 [ 294 ] {} TCP-Session: fe8ecb25-e96a-4afd-9f4c-35ee18ba15ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.516735 [ 292 ] {} TCP-Session: adf49200-ad04-4ef7-8a36-4b7ab014c301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:23.516665 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:53:23.516885 [ 288 ] {} TCP-Session: 90b1169c-0f87-4a06-88ca-7b7dcaa34d35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:53:24.670711 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:24.670916 [ 268 ] {bd9dac11-4f51-4ecc-9f78-3e084cef619f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:53:24.670992 [ 268 ] {bd9dac11-4f51-4ecc-9f78-3e084cef619f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:53:24.671752 [ 268 ] {bd9dac11-4f51-4ecc-9f78-3e084cef619f} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.671806 [ 268 ] {bd9dac11-4f51-4ecc-9f78-3e084cef619f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.672241 [ 268 ] {bd9dac11-4f51-4ecc-9f78-3e084cef619f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:53:24.672490 [ 268 ] {bd9dac11-4f51-4ecc-9f78-3e084cef619f} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.672667 [ 268 ] {bd9dac11-4f51-4ecc-9f78-3e084cef619f} executeQuery: Read 284 rows, 18.47 KiB in 0.00179 sec., 158659.21787709498 rows/sec., 10.08 MiB/sec. 2026.03.20 17:53:24.672726 [ 268 ] {bd9dac11-4f51-4ecc-9f78-3e084cef619f} TCPHandler: Processed in 0.00215496 sec. 2026.03.20 17:53:24.672847 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:24.672953 [ 268 ] {9e1a6e6e-9164-4463-880b-fac59a039678} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:53:24.673000 [ 268 ] {9e1a6e6e-9164-4463-880b-fac59a039678} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:53:24.673449 [ 268 ] {9e1a6e6e-9164-4463-880b-fac59a039678} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.673495 [ 268 ] {9e1a6e6e-9164-4463-880b-fac59a039678} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.673837 [ 268 ] {9e1a6e6e-9164-4463-880b-fac59a039678} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:53:24.674058 [ 268 ] {9e1a6e6e-9164-4463-880b-fac59a039678} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.674196 [ 268 ] {9e1a6e6e-9164-4463-880b-fac59a039678} executeQuery: Read 2 rows, 167.00 B in 0.001267 sec., 1578.531965272297 rows/sec., 128.72 KiB/sec. 2026.03.20 17:53:24.674237 [ 268 ] {9e1a6e6e-9164-4463-880b-fac59a039678} TCPHandler: Processed in 0.001443524 sec. 2026.03.20 17:53:24.674346 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:24.674452 [ 268 ] {3f500d30-3ee4-4f76-ace0-75dd863cf1a3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:24.674494 [ 268 ] {3f500d30-3ee4-4f76-ace0-75dd863cf1a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:24.675308 [ 268 ] {3f500d30-3ee4-4f76-ace0-75dd863cf1a3} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.675349 [ 268 ] {3f500d30-3ee4-4f76-ace0-75dd863cf1a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.675752 [ 268 ] {3f500d30-3ee4-4f76-ace0-75dd863cf1a3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:53:24.675973 [ 268 ] {3f500d30-3ee4-4f76-ace0-75dd863cf1a3} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.676094 [ 34 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.20 17:53:24.676108 [ 268 ] {3f500d30-3ee4-4f76-ace0-75dd863cf1a3} executeQuery: Read 798 rows, 63.57 KiB in 0.001677 sec., 475849.7316636851 rows/sec., 37.02 MiB/sec. 2026.03.20 17:53:24.676156 [ 34 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.676166 [ 268 ] {3f500d30-3ee4-4f76-ace0-75dd863cf1a3} TCPHandler: Processed in 0.001872514 sec. 2026.03.20 17:53:24.676186 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.676280 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:24.676306 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.20 17:53:24.676387 [ 268 ] {38d176e2-003b-4c4c-bbac-6cef136528a8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:53:24.676434 [ 268 ] {38d176e2-003b-4c4c-bbac-6cef136528a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:53:24.676455 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:24.676493 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2774 rows starting from the beginning of the part 2026.03.20 17:53:24.676563 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2143 rows starting from the beginning of the part 2026.03.20 17:53:24.676609 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2026.03.20 17:53:24.676653 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part 2026.03.20 17:53:24.676695 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 138 rows starting from the beginning of the part 2026.03.20 17:53:24.676735 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 798 rows starting from the beginning of the part 2026.03.20 17:53:24.676893 [ 268 ] {38d176e2-003b-4c4c-bbac-6cef136528a8} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.676936 [ 268 ] {38d176e2-003b-4c4c-bbac-6cef136528a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.677278 [ 268 ] {38d176e2-003b-4c4c-bbac-6cef136528a8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:53:24.677499 [ 268 ] {38d176e2-003b-4c4c-bbac-6cef136528a8} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.677606 [ 34 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.03.20 17:53:24.677633 [ 268 ] {38d176e2-003b-4c4c-bbac-6cef136528a8} executeQuery: Read 144 rows, 8.68 KiB in 0.001283 sec., 112236.94466095089 rows/sec., 6.61 MiB/sec. 2026.03.20 17:53:24.677637 [ 34 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.677673 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.677677 [ 268 ] {38d176e2-003b-4c4c-bbac-6cef136528a8} TCPHandler: Processed in 0.001467974 sec. 2026.03.20 17:53:24.677778 [ 188 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.03.20 17:53:24.677785 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:24.677914 [ 268 ] {af1e29a3-c300-45ed-b53b-88682c07bfdf} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:53:24.677922 [ 188 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:24.677955 [ 268 ] {af1e29a3-c300-45ed-b53b-88682c07bfdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:53:24.677966 [ 188 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 212 rows starting from the beginning of the part 2026.03.20 17:53:24.678038 [ 188 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 183 rows starting from the beginning of the part 2026.03.20 17:53:24.678082 [ 188 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 183 rows starting from the beginning of the part 2026.03.20 17:53:24.678125 [ 188 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 66 rows starting from the beginning of the part 2026.03.20 17:53:24.678165 [ 188 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part 2026.03.20 17:53:24.678208 [ 188 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 144 rows starting from the beginning of the part 2026.03.20 17:53:24.678446 [ 268 ] {af1e29a3-c300-45ed-b53b-88682c07bfdf} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.678487 [ 268 ] {af1e29a3-c300-45ed-b53b-88682c07bfdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.678818 [ 268 ] {af1e29a3-c300-45ed-b53b-88682c07bfdf} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:53:24.678958 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5965 rows, containing 5 columns (5 merged, 0 gathered) in 0.002707372 sec., 2203243.5882472005 rows/sec., 178.24 MiB/sec. 2026.03.20 17:53:24.679053 [ 268 ] {af1e29a3-c300-45ed-b53b-88682c07bfdf} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.679187 [ 268 ] {af1e29a3-c300-45ed-b53b-88682c07bfdf} executeQuery: Read 149 rows, 9.86 KiB in 0.001255 sec., 118725.09960159363 rows/sec., 7.67 MiB/sec. 2026.03.20 17:53:24.679225 [ 268 ] {af1e29a3-c300-45ed-b53b-88682c07bfdf} TCPHandler: Processed in 0.001464874 sec. 2026.03.20 17:53:24.679261 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 829 rows, containing 5 columns (5 merged, 0 gathered) in 0.001511035 sec., 548630.574407608 rows/sec., 36.82 MiB/sec. 2026.03.20 17:53:24.679315 [ 194 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.20 17:53:24.679335 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:24.679429 [ 195 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.03.20 17:53:24.679441 [ 268 ] {7fc61bce-ceb7-43fc-ab01-f107b8c60340} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:53:24.679485 [ 268 ] {7fc61bce-ceb7-43fc-ab01-f107b8c60340} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:53:24.679668 [ 194 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_36_7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.679749 [ 195 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_20_4} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.679764 [ 194 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_36_7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.20 17:53:24.679834 [ 195 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_20_4} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.03.20 17:53:24.679881 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.03.20 17:53:24.679921 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.03.20 17:53:24.679940 [ 268 ] {7fc61bce-ceb7-43fc-ab01-f107b8c60340} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.679975 [ 268 ] {7fc61bce-ceb7-43fc-ab01-f107b8c60340} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.680284 [ 268 ] {7fc61bce-ceb7-43fc-ab01-f107b8c60340} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:53:24.680502 [ 268 ] {7fc61bce-ceb7-43fc-ab01-f107b8c60340} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.680631 [ 268 ] {7fc61bce-ceb7-43fc-ab01-f107b8c60340} executeQuery: Read 148 rows, 8.62 KiB in 0.001209 sec., 122415.21918941273 rows/sec., 6.96 MiB/sec. 2026.03.20 17:53:24.680669 [ 268 ] {7fc61bce-ceb7-43fc-ab01-f107b8c60340} TCPHandler: Processed in 0.001384582 sec. 2026.03.20 17:53:24.680784 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:24.680881 [ 268 ] {1369b480-127f-4b59-9a5d-4fff59c6bcef} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:24.680920 [ 268 ] {1369b480-127f-4b59-9a5d-4fff59c6bcef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:24.681523 [ 268 ] {1369b480-127f-4b59-9a5d-4fff59c6bcef} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.681559 [ 268 ] {1369b480-127f-4b59-9a5d-4fff59c6bcef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.681895 [ 268 ] {1369b480-127f-4b59-9a5d-4fff59c6bcef} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:53:24.682104 [ 268 ] {1369b480-127f-4b59-9a5d-4fff59c6bcef} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.682237 [ 268 ] {1369b480-127f-4b59-9a5d-4fff59c6bcef} executeQuery: Read 492 rows, 35.34 KiB in 0.001374 sec., 358078.60262008733 rows/sec., 25.12 MiB/sec. 2026.03.20 17:53:24.682238 [ 32 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.20 17:53:24.682277 [ 268 ] {1369b480-127f-4b59-9a5d-4fff59c6bcef} TCPHandler: Processed in 0.001542785 sec. 2026.03.20 17:53:24.682297 [ 32 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.682323 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.682389 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:24.682392 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.20 17:53:24.682493 [ 268 ] {027a47f2-7db9-47cd-8daa-50d01f960076} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:53:24.682494 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:24.682538 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1517 rows starting from the beginning of the part 2026.03.20 17:53:24.682543 [ 268 ] {027a47f2-7db9-47cd-8daa-50d01f960076} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:53:24.682587 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1090 rows starting from the beginning of the part 2026.03.20 17:53:24.682636 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2026.03.20 17:53:24.682677 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part 2026.03.20 17:53:24.682722 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 105 rows starting from the beginning of the part 2026.03.20 17:53:24.682766 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 492 rows starting from the beginning of the part 2026.03.20 17:53:24.682899 [ 268 ] {027a47f2-7db9-47cd-8daa-50d01f960076} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.682944 [ 268 ] {027a47f2-7db9-47cd-8daa-50d01f960076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.683273 [ 268 ] {027a47f2-7db9-47cd-8daa-50d01f960076} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:53:24.683498 [ 268 ] {027a47f2-7db9-47cd-8daa-50d01f960076} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.683633 [ 268 ] {027a47f2-7db9-47cd-8daa-50d01f960076} executeQuery: Read 6 rows, 321.00 B in 0.001159 sec., 5176.876617773943 rows/sec., 270.47 KiB/sec. 2026.03.20 17:53:24.683670 [ 268 ] {027a47f2-7db9-47cd-8daa-50d01f960076} TCPHandler: Processed in 0.001332111 sec. 2026.03.20 17:53:24.683773 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:24.683876 [ 268 ] {8b1ad90f-35e5-4b60-9446-33cdb3f5bb58} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:24.683921 [ 268 ] {8b1ad90f-35e5-4b60-9446-33cdb3f5bb58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:24.684195 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3332 rows, containing 5 columns (5 merged, 0 gathered) in 0.001831933 sec., 1818843.8114276014 rows/sec., 134.68 MiB/sec. 2026.03.20 17:53:24.684349 [ 268 ] {8b1ad90f-35e5-4b60-9446-33cdb3f5bb58} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.684386 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.20 17:53:24.684394 [ 268 ] {8b1ad90f-35e5-4b60-9446-33cdb3f5bb58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.684664 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_36_7} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.684744 [ 188 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_36_7} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.20 17:53:24.684811 [ 268 ] {8b1ad90f-35e5-4b60-9446-33cdb3f5bb58} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:53:24.684824 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.03.20 17:53:24.685053 [ 268 ] {8b1ad90f-35e5-4b60-9446-33cdb3f5bb58} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.685169 [ 32 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.20 17:53:24.685197 [ 268 ] {8b1ad90f-35e5-4b60-9446-33cdb3f5bb58} executeQuery: Read 266 rows, 18.10 KiB in 0.001341 sec., 198359.43325876212 rows/sec., 13.18 MiB/sec. 2026.03.20 17:53:24.685201 [ 32 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.685238 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.685245 [ 268 ] {8b1ad90f-35e5-4b60-9446-33cdb3f5bb58} TCPHandler: Processed in 0.001522075 sec. 2026.03.20 17:53:24.685314 [ 194 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.20 17:53:24.685364 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:24.685417 [ 194 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:24.685451 [ 194 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9179 rows starting from the beginning of the part 2026.03.20 17:53:24.685467 [ 268 ] {d0304554-8932-4821-b6c2-b8957d2f38ad} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:53:24.685511 [ 194 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1698 rows starting from the beginning of the part 2026.03.20 17:53:24.685516 [ 268 ] {d0304554-8932-4821-b6c2-b8957d2f38ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:53:24.685565 [ 194 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 128 rows starting from the beginning of the part 2026.03.20 17:53:24.685610 [ 194 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2026.03.20 17:53:24.685649 [ 194 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2026.03.20 17:53:24.685700 [ 194 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 266 rows starting from the beginning of the part 2026.03.20 17:53:24.685859 [ 268 ] {d0304554-8932-4821-b6c2-b8957d2f38ad} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.685902 [ 268 ] {d0304554-8932-4821-b6c2-b8957d2f38ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.686232 [ 268 ] {d0304554-8932-4821-b6c2-b8957d2f38ad} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:53:24.686458 [ 268 ] {d0304554-8932-4821-b6c2-b8957d2f38ad} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.686592 [ 268 ] {d0304554-8932-4821-b6c2-b8957d2f38ad} executeQuery: Read 1 rows, 69.00 B in 0.001145 sec., 873.3624454148472 rows/sec., 58.85 KiB/sec. 2026.03.20 17:53:24.686630 [ 268 ] {d0304554-8932-4821-b6c2-b8957d2f38ad} TCPHandler: Processed in 0.0013179 sec. 2026.03.20 17:53:24.686737 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:24.686833 [ 268 ] {c7abe40e-dfb1-4e85-94e6-fb05684287bc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:24.686875 [ 268 ] {c7abe40e-dfb1-4e85-94e6-fb05684287bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:24.687208 [ 268 ] {c7abe40e-dfb1-4e85-94e6-fb05684287bc} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.687250 [ 268 ] {c7abe40e-dfb1-4e85-94e6-fb05684287bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.687589 [ 268 ] {c7abe40e-dfb1-4e85-94e6-fb05684287bc} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:53:24.687812 [ 268 ] {c7abe40e-dfb1-4e85-94e6-fb05684287bc} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.687925 [ 32 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.20 17:53:24.687946 [ 268 ] {c7abe40e-dfb1-4e85-94e6-fb05684287bc} executeQuery: Read 90 rows, 5.77 KiB in 0.001132 sec., 79505.3003533569 rows/sec., 4.97 MiB/sec. 2026.03.20 17:53:24.687968 [ 32 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:24.687989 [ 268 ] {c7abe40e-dfb1-4e85-94e6-fb05684287bc} TCPHandler: Processed in 0.00130164 sec. 2026.03.20 17:53:24.687992 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:24.688074 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.20 17:53:24.688161 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:24.688189 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1710 rows starting from the beginning of the part 2026.03.20 17:53:24.688236 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part 2026.03.20 17:53:24.688280 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 48 rows starting from the beginning of the part 2026.03.20 17:53:24.688315 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2026.03.20 17:53:24.688350 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.03.20 17:53:24.688385 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 90 rows starting from the beginning of the part 2026.03.20 17:53:24.689318 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1980 rows, containing 4 columns (4 merged, 0 gathered) in 0.00127046 sec., 1558490.625442753 rows/sec., 99.07 MiB/sec. 2026.03.20 17:53:24.689365 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 11591 rows, containing 5 columns (5 merged, 0 gathered) in 0.004081005 sec., 2840231.756638377 rows/sec., 189.42 MiB/sec. 2026.03.20 17:53:24.689606 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.20 17:53:24.689658 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.20 17:53:24.689895 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_36_7} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.689922 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_36_7} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:24.689968 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_36_7} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.20 17:53:24.689989 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_36_7} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.20 17:53:24.690044 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.20 17:53:24.690082 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. 2026.03.20 17:53:25.271070 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12069 2026.03.20 17:53:25.271635 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:25.271679 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:25.272142 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:53:25.272382 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:25.272532 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12069 2026.03.20 17:53:25.903916 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.03.20 17:53:25.920752 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:25.920805 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:25.926221 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:53:25.926927 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:25.930293 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.03.20 17:53:27.807652 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 776 2026.03.20 17:53:27.810214 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:27.810273 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:27.811552 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:53:27.811840 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:27.812242 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 776 2026.03.20 17:53:29.664641 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:29.664852 [ 268 ] {2120740e-f9e4-4e06-939e-5b46dbd1d62b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:29.664927 [ 268 ] {2120740e-f9e4-4e06-939e-5b46dbd1d62b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:29.665735 [ 268 ] {2120740e-f9e4-4e06-939e-5b46dbd1d62b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:29.665786 [ 268 ] {2120740e-f9e4-4e06-939e-5b46dbd1d62b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:29.666188 [ 268 ] {2120740e-f9e4-4e06-939e-5b46dbd1d62b} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:53:29.666420 [ 268 ] {2120740e-f9e4-4e06-939e-5b46dbd1d62b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:29.666572 [ 268 ] {2120740e-f9e4-4e06-939e-5b46dbd1d62b} executeQuery: Read 138 rows, 12.29 KiB in 0.001776 sec., 77702.7027027027 rows/sec., 6.76 MiB/sec. 2026.03.20 17:53:29.666615 [ 268 ] {2120740e-f9e4-4e06-939e-5b46dbd1d62b} TCPHandler: Processed in 0.002114269 sec. 2026.03.20 17:53:29.666745 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:29.666841 [ 268 ] {05f1515e-3688-4f35-b80e-1648df7c3170} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:53:29.666882 [ 268 ] {05f1515e-3688-4f35-b80e-1648df7c3170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:53:29.667292 [ 268 ] {05f1515e-3688-4f35-b80e-1648df7c3170} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:29.667328 [ 268 ] {05f1515e-3688-4f35-b80e-1648df7c3170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:29.667632 [ 268 ] {05f1515e-3688-4f35-b80e-1648df7c3170} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:53:29.667848 [ 268 ] {05f1515e-3688-4f35-b80e-1648df7c3170} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:29.667974 [ 268 ] {05f1515e-3688-4f35-b80e-1648df7c3170} executeQuery: Read 41 rows, 3.08 KiB in 0.001152 sec., 35590.277777777774 rows/sec., 2.61 MiB/sec. 2026.03.20 17:53:29.668014 [ 268 ] {05f1515e-3688-4f35-b80e-1648df7c3170} TCPHandler: Processed in 0.001320501 sec. 2026.03.20 17:53:29.668123 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:29.668218 [ 268 ] {e271784a-0365-4107-87e0-e846a8184f9f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:29.668259 [ 268 ] {e271784a-0365-4107-87e0-e846a8184f9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:29.668701 [ 268 ] {e271784a-0365-4107-87e0-e846a8184f9f} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:29.668738 [ 268 ] {e271784a-0365-4107-87e0-e846a8184f9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:29.669067 [ 268 ] {e271784a-0365-4107-87e0-e846a8184f9f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:53:29.669294 [ 268 ] {e271784a-0365-4107-87e0-e846a8184f9f} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:29.669424 [ 268 ] {e271784a-0365-4107-87e0-e846a8184f9f} executeQuery: Read 105 rows, 8.40 KiB in 0.001224 sec., 85784.3137254902 rows/sec., 6.70 MiB/sec. 2026.03.20 17:53:29.669461 [ 268 ] {e271784a-0365-4107-87e0-e846a8184f9f} TCPHandler: Processed in 0.001387123 sec. 2026.03.20 17:53:29.669570 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:29.669664 [ 268 ] {70140890-3154-46c5-8e74-749e8dc733e7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:29.669711 [ 268 ] {70140890-3154-46c5-8e74-749e8dc733e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:29.670112 [ 268 ] {70140890-3154-46c5-8e74-749e8dc733e7} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:29.670148 [ 268 ] {70140890-3154-46c5-8e74-749e8dc733e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:29.670486 [ 268 ] {70140890-3154-46c5-8e74-749e8dc733e7} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:53:29.670701 [ 268 ] {70140890-3154-46c5-8e74-749e8dc733e7} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:29.670832 [ 268 ] {70140890-3154-46c5-8e74-749e8dc733e7} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.03.20 17:53:29.670869 [ 268 ] {70140890-3154-46c5-8e74-749e8dc733e7} TCPHandler: Processed in 0.001348431 sec. 2026.03.20 17:53:29.670977 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:29.671071 [ 268 ] {fa0b5335-0500-4d8e-8ea2-d13b764348b1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:29.671125 [ 268 ] {fa0b5335-0500-4d8e-8ea2-d13b764348b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:53:29.671958 [ 268 ] {fa0b5335-0500-4d8e-8ea2-d13b764348b1} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:29.671994 [ 268 ] {fa0b5335-0500-4d8e-8ea2-d13b764348b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:29.672560 [ 268 ] {fa0b5335-0500-4d8e-8ea2-d13b764348b1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:53:29.672787 [ 268 ] {fa0b5335-0500-4d8e-8ea2-d13b764348b1} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:29.672931 [ 268 ] {fa0b5335-0500-4d8e-8ea2-d13b764348b1} executeQuery: Read 41 rows, 75.23 KiB in 0.001876 sec., 21855.01066098081 rows/sec., 39.16 MiB/sec. 2026.03.20 17:53:29.672982 [ 268 ] {fa0b5335-0500-4d8e-8ea2-d13b764348b1} TCPHandler: Processed in 0.002056058 sec. 2026.03.20 17:53:29.673116 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:29.673212 [ 268 ] {e0a253d8-f3aa-4db2-8d7a-ba2867519bca} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:29.673257 [ 268 ] {e0a253d8-f3aa-4db2-8d7a-ba2867519bca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:29.673592 [ 268 ] {e0a253d8-f3aa-4db2-8d7a-ba2867519bca} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:29.673627 [ 268 ] {e0a253d8-f3aa-4db2-8d7a-ba2867519bca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:29.673936 [ 268 ] {e0a253d8-f3aa-4db2-8d7a-ba2867519bca} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:53:29.674153 [ 268 ] {e0a253d8-f3aa-4db2-8d7a-ba2867519bca} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:29.674283 [ 268 ] {e0a253d8-f3aa-4db2-8d7a-ba2867519bca} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.03.20 17:53:29.674320 [ 268 ] {e0a253d8-f3aa-4db2-8d7a-ba2867519bca} TCPHandler: Processed in 0.001252759 sec. 2026.03.20 17:53:32.683338 [ 23 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:53:32.683383 [ 23 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:53:32.772616 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12517 2026.03.20 17:53:32.773106 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:32.773154 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:32.773645 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:53:32.773880 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:32.774023 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12517 2026.03.20 17:53:32.774046 [ 23 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.20 17:53:32.774111 [ 23 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:32.774132 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:32.774224 [ 198 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.20 17:53:32.774320 [ 198 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:32.774352 [ 198 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10149 rows starting from the beginning of the part 2026.03.20 17:53:32.774408 [ 198 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2026.03.20 17:53:32.774450 [ 198 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2026.03.20 17:53:32.774491 [ 198 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2026.03.20 17:53:32.774527 [ 198 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2026.03.20 17:53:32.774563 [ 198 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2026.03.20 17:53:32.779309 [ 197 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12517 rows, containing 4 columns (4 merged, 0 gathered) in 0.005120009 sec., 2444722.2651366433 rows/sec., 34.97 MiB/sec. 2026.03.20 17:53:32.779569 [ 198 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.20 17:53:32.779812 [ 198 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_26_5} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:32.779879 [ 198 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_26_5} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.20 17:53:32.779950 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.20 17:53:33.430362 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.03.20 17:53:33.448204 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:33.448262 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:33.453711 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:53:33.454387 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:33.454722 [ 116 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.20 17:53:33.454793 [ 116 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:33.454817 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:33.454985 [ 186 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.20 17:53:33.457411 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.03.20 17:53:33.458706 [ 186 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:33.460113 [ 186 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.03.20 17:53:33.464813 [ 186 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.03.20 17:53:33.469356 [ 186 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.03.20 17:53:33.473539 [ 186 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.03.20 17:53:33.477741 [ 186 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.03.20 17:53:33.481558 [ 186 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.03.20 17:53:33.538210 [ 197 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.083309172 sec., 2352.682127245245 rows/sec., 12.17 MiB/sec. 2026.03.20 17:53:33.541001 [ 195 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.20 17:53:33.543287 [ 195 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_26_5} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:33.543407 [ 195 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_26_5} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.20 17:53:33.545531 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.20 17:53:34.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 263.00 MiB, peak 273.55 MiB, free memory in arenas 0.00 B, will set to 267.38 MiB (RSS), difference: 4.37 MiB 2026.03.20 17:53:34.670074 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.670252 [ 268 ] {732971bd-4585-4206-8022-7cde2a5fe167} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.670318 [ 268 ] {732971bd-4585-4206-8022-7cde2a5fe167} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:53:34.671075 [ 268 ] {732971bd-4585-4206-8022-7cde2a5fe167} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.671121 [ 268 ] {732971bd-4585-4206-8022-7cde2a5fe167} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.671521 [ 268 ] {732971bd-4585-4206-8022-7cde2a5fe167} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:53:34.671746 [ 268 ] {732971bd-4585-4206-8022-7cde2a5fe167} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.671894 [ 91 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Selected 6 parts from all_1_13_3 to all_18_18_0 2026.03.20 17:53:34.671901 [ 268 ] {732971bd-4585-4206-8022-7cde2a5fe167} executeQuery: Read 284 rows, 18.47 KiB in 0.001699 sec., 167157.15126545026 rows/sec., 10.62 MiB/sec. 2026.03.20 17:53:34.671929 [ 91 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.671949 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.671950 [ 268 ] {732971bd-4585-4206-8022-7cde2a5fe167} TCPHandler: Processed in 0.002007726 sec. 2026.03.20 17:53:34.672077 [ 189 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_18_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_13_3 to all_18_18_0 into Compact with storage Full 2026.03.20 17:53:34.672081 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.672226 [ 268 ] {f329c207-0ae9-4591-9262-d163222afa7d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:34.672239 [ 189 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:34.672267 [ 268 ] {f329c207-0ae9-4591-9262-d163222afa7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:34.672282 [ 189 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 284 rows starting from the beginning of the part 2026.03.20 17:53:34.672363 [ 189 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 284 rows starting from the beginning of the part 2026.03.20 17:53:34.672416 [ 189 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 284 rows starting from the beginning of the part 2026.03.20 17:53:34.672465 [ 189 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.03.20 17:53:34.672510 [ 189 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 284 rows starting from the beginning of the part 2026.03.20 17:53:34.672555 [ 189 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 284 rows starting from the beginning of the part 2026.03.20 17:53:34.672989 [ 268 ] {f329c207-0ae9-4591-9262-d163222afa7d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.673030 [ 268 ] {f329c207-0ae9-4591-9262-d163222afa7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.673461 [ 268 ] {f329c207-0ae9-4591-9262-d163222afa7d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:53:34.673616 [ 197 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 1444 rows, containing 5 columns (5 merged, 0 gathered) in 0.001599547 sec., 902755.5926771767 rows/sec., 61.07 MiB/sec. 2026.03.20 17:53:34.673704 [ 268 ] {f329c207-0ae9-4591-9262-d163222afa7d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.673774 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.03.20 17:53:34.673846 [ 268 ] {f329c207-0ae9-4591-9262-d163222afa7d} executeQuery: Read 797 rows, 63.50 KiB in 0.001639 sec., 486272.1171446004 rows/sec., 37.83 MiB/sec. 2026.03.20 17:53:34.673884 [ 268 ] {f329c207-0ae9-4591-9262-d163222afa7d} TCPHandler: Processed in 0.001853003 sec. 2026.03.20 17:53:34.673996 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.674032 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_18_4} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.674090 [ 268 ] {cf69f797-1e68-4c49-8699-8973a72e201e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.674094 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_18_4} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Merged 6 parts: [all_1_13_3, all_18_18_0] -> all_1_18_4 2026.03.20 17:53:34.674130 [ 268 ] {cf69f797-1e68-4c49-8699-8973a72e201e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:53:34.674180 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.03.20 17:53:34.674545 [ 268 ] {cf69f797-1e68-4c49-8699-8973a72e201e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.674579 [ 268 ] {cf69f797-1e68-4c49-8699-8973a72e201e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.674871 [ 268 ] {cf69f797-1e68-4c49-8699-8973a72e201e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:53:34.675087 [ 268 ] {cf69f797-1e68-4c49-8699-8973a72e201e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.675208 [ 268 ] {cf69f797-1e68-4c49-8699-8973a72e201e} executeQuery: Read 142 rows, 8.54 KiB in 0.001136 sec., 124999.99999999999 rows/sec., 7.34 MiB/sec. 2026.03.20 17:53:34.675244 [ 268 ] {cf69f797-1e68-4c49-8699-8973a72e201e} TCPHandler: Processed in 0.00129755 sec. 2026.03.20 17:53:34.675348 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.675442 [ 268 ] {7706d4eb-d745-49e1-9386-69fe4a7b63a9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.675481 [ 268 ] {7706d4eb-d745-49e1-9386-69fe4a7b63a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:53:34.675897 [ 268 ] {7706d4eb-d745-49e1-9386-69fe4a7b63a9} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.675931 [ 268 ] {7706d4eb-d745-49e1-9386-69fe4a7b63a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.676226 [ 268 ] {7706d4eb-d745-49e1-9386-69fe4a7b63a9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:53:34.676426 [ 268 ] {7706d4eb-d745-49e1-9386-69fe4a7b63a9} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.676552 [ 268 ] {7706d4eb-d745-49e1-9386-69fe4a7b63a9} executeQuery: Read 149 rows, 9.86 KiB in 0.001127 sec., 132209.40550133097 rows/sec., 8.54 MiB/sec. 2026.03.20 17:53:34.676589 [ 268 ] {7706d4eb-d745-49e1-9386-69fe4a7b63a9} TCPHandler: Processed in 0.00128931 sec. 2026.03.20 17:53:34.676695 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.676795 [ 268 ] {94280146-b02d-4083-9f60-47574ba07568} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.676834 [ 268 ] {94280146-b02d-4083-9f60-47574ba07568} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:53:34.677253 [ 268 ] {94280146-b02d-4083-9f60-47574ba07568} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.677287 [ 268 ] {94280146-b02d-4083-9f60-47574ba07568} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.677584 [ 268 ] {94280146-b02d-4083-9f60-47574ba07568} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:53:34.677795 [ 268 ] {94280146-b02d-4083-9f60-47574ba07568} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.677889 [ 91 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Selected 6 parts from all_1_13_3 to all_18_18_0 2026.03.20 17:53:34.677920 [ 268 ] {94280146-b02d-4083-9f60-47574ba07568} executeQuery: Read 148 rows, 8.62 KiB in 0.001142 sec., 129597.19789842382 rows/sec., 7.37 MiB/sec. 2026.03.20 17:53:34.677934 [ 91 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.677957 [ 268 ] {94280146-b02d-4083-9f60-47574ba07568} TCPHandler: Processed in 0.001311791 sec. 2026.03.20 17:53:34.677960 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.678034 [ 189 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_18_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_13_3 to all_18_18_0 into Compact with storage Full 2026.03.20 17:53:34.678066 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.678137 [ 189 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:34.678168 [ 189 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 148 rows starting from the beginning of the part 2026.03.20 17:53:34.678169 [ 268 ] {8cd2c296-9a9e-4e6d-869f-05d2bec37c8f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:34.678215 [ 189 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 148 rows starting from the beginning of the part 2026.03.20 17:53:34.678220 [ 268 ] {8cd2c296-9a9e-4e6d-869f-05d2bec37c8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:34.678259 [ 189 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 148 rows starting from the beginning of the part 2026.03.20 17:53:34.678298 [ 189 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2026.03.20 17:53:34.678329 [ 189 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 148 rows starting from the beginning of the part 2026.03.20 17:53:34.678362 [ 189 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 148 rows starting from the beginning of the part 2026.03.20 17:53:34.678783 [ 268 ] {8cd2c296-9a9e-4e6d-869f-05d2bec37c8f} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.678824 [ 268 ] {8cd2c296-9a9e-4e6d-869f-05d2bec37c8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.679108 [ 187 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 5 columns (5 merged, 0 gathered) in 0.001104705 sec., 680724.718363726 rows/sec., 41.52 MiB/sec. 2026.03.20 17:53:34.679164 [ 268 ] {8cd2c296-9a9e-4e6d-869f-05d2bec37c8f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:53:34.679241 [ 189 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.03.20 17:53:34.679453 [ 268 ] {8cd2c296-9a9e-4e6d-869f-05d2bec37c8f} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.679554 [ 189 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_18_4} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.679604 [ 268 ] {8cd2c296-9a9e-4e6d-869f-05d2bec37c8f} executeQuery: Read 490 rows, 35.18 KiB in 0.001451 sec., 337698.13921433495 rows/sec., 23.68 MiB/sec. 2026.03.20 17:53:34.679633 [ 189 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_18_4} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Merged 6 parts: [all_1_13_3, all_18_18_0] -> all_1_18_4 2026.03.20 17:53:34.679646 [ 268 ] {8cd2c296-9a9e-4e6d-869f-05d2bec37c8f} TCPHandler: Processed in 0.001628958 sec. 2026.03.20 17:53:34.679708 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 17:53:34.679762 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.679859 [ 268 ] {cfd11900-5857-4ea6-a4f7-4de98c3af1fa} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:53:34.679900 [ 268 ] {cfd11900-5857-4ea6-a4f7-4de98c3af1fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:53:34.680232 [ 268 ] {cfd11900-5857-4ea6-a4f7-4de98c3af1fa} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.680267 [ 268 ] {cfd11900-5857-4ea6-a4f7-4de98c3af1fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.680569 [ 268 ] {cfd11900-5857-4ea6-a4f7-4de98c3af1fa} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:53:34.680802 [ 268 ] {cfd11900-5857-4ea6-a4f7-4de98c3af1fa} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.680927 [ 268 ] {cfd11900-5857-4ea6-a4f7-4de98c3af1fa} executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. 2026.03.20 17:53:34.680962 [ 268 ] {cfd11900-5857-4ea6-a4f7-4de98c3af1fa} TCPHandler: Processed in 0.001250669 sec. 2026.03.20 17:53:34.681067 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.681161 [ 268 ] {089de593-235d-45d9-b2f5-e9db036c5731} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.681202 [ 268 ] {089de593-235d-45d9-b2f5-e9db036c5731} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:34.681594 [ 268 ] {089de593-235d-45d9-b2f5-e9db036c5731} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.681659 [ 268 ] {089de593-235d-45d9-b2f5-e9db036c5731} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.682003 [ 268 ] {089de593-235d-45d9-b2f5-e9db036c5731} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:53:34.682223 [ 268 ] {089de593-235d-45d9-b2f5-e9db036c5731} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.682351 [ 268 ] {089de593-235d-45d9-b2f5-e9db036c5731} executeQuery: Read 265 rows, 18.03 KiB in 0.001207 sec., 219552.6097763049 rows/sec., 14.59 MiB/sec. 2026.03.20 17:53:34.682386 [ 268 ] {089de593-235d-45d9-b2f5-e9db036c5731} TCPHandler: Processed in 0.001368692 sec. 2026.03.20 17:53:34.682491 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.682584 [ 268 ] {582ca0e8-5fa7-453c-9131-cf01fc9f2ea8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.682625 [ 268 ] {582ca0e8-5fa7-453c-9131-cf01fc9f2ea8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:53:34.682929 [ 268 ] {582ca0e8-5fa7-453c-9131-cf01fc9f2ea8} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.682962 [ 268 ] {582ca0e8-5fa7-453c-9131-cf01fc9f2ea8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.683261 [ 268 ] {582ca0e8-5fa7-453c-9131-cf01fc9f2ea8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:53:34.683469 [ 268 ] {582ca0e8-5fa7-453c-9131-cf01fc9f2ea8} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.683593 [ 268 ] {582ca0e8-5fa7-453c-9131-cf01fc9f2ea8} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2026.03.20 17:53:34.683630 [ 268 ] {582ca0e8-5fa7-453c-9131-cf01fc9f2ea8} TCPHandler: Processed in 0.001188257 sec. 2026.03.20 17:53:34.683734 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.683827 [ 268 ] {3fd9ceed-3e9a-4970-a228-407737531521} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.683867 [ 268 ] {3fd9ceed-3e9a-4970-a228-407737531521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:34.684180 [ 268 ] {3fd9ceed-3e9a-4970-a228-407737531521} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.684215 [ 268 ] {3fd9ceed-3e9a-4970-a228-407737531521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.684541 [ 268 ] {3fd9ceed-3e9a-4970-a228-407737531521} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:53:34.684755 [ 268 ] {3fd9ceed-3e9a-4970-a228-407737531521} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.684886 [ 268 ] {3fd9ceed-3e9a-4970-a228-407737531521} executeQuery: Read 90 rows, 5.77 KiB in 0.001077 sec., 83565.45961002786 rows/sec., 5.23 MiB/sec. 2026.03.20 17:53:34.684920 [ 268 ] {3fd9ceed-3e9a-4970-a228-407737531521} TCPHandler: Processed in 0.001234479 sec. 2026.03.20 17:53:34.834603 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.834799 [ 268 ] {de13528e-f72a-495d-8b4e-c097559a5856} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:53:34.834874 [ 268 ] {de13528e-f72a-495d-8b4e-c097559a5856} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:53:34.835441 [ 268 ] {de13528e-f72a-495d-8b4e-c097559a5856} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.835478 [ 268 ] {de13528e-f72a-495d-8b4e-c097559a5856} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.835820 [ 268 ] {de13528e-f72a-495d-8b4e-c097559a5856} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:53:34.836044 [ 268 ] {de13528e-f72a-495d-8b4e-c097559a5856} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.836145 [ 91 ] {} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.20 17:53:34.836175 [ 268 ] {de13528e-f72a-495d-8b4e-c097559a5856} executeQuery: Read 14 rows, 1.14 KiB in 0.001422 sec., 9845.288326300984 rows/sec., 802.81 KiB/sec. 2026.03.20 17:53:34.836181 [ 91 ] {} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.836206 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.836213 [ 268 ] {de13528e-f72a-495d-8b4e-c097559a5856} TCPHandler: Processed in 0.00171603 sec. 2026.03.20 17:53:34.836293 [ 199 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.03.20 17:53:34.836328 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.836396 [ 199 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:34.836421 [ 268 ] {11889692-59a9-4d35-9406-497eaa6fcfc1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:34.836431 [ 199 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part 2026.03.20 17:53:34.836460 [ 268 ] {11889692-59a9-4d35-9406-497eaa6fcfc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:34.836501 [ 199 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.03.20 17:53:34.836558 [ 199 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2026.03.20 17:53:34.836623 [ 199 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2026.03.20 17:53:34.836677 [ 199 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2026.03.20 17:53:34.836725 [ 199 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part 2026.03.20 17:53:34.837531 [ 191 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.00127819 sec., 39117.81503532339 rows/sec., 3.26 MiB/sec. 2026.03.20 17:53:34.837648 [ 191 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.20 17:53:34.837887 [ 191 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_10_2} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.837890 [ 268 ] {11889692-59a9-4d35-9406-497eaa6fcfc1} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.837926 [ 268 ] {11889692-59a9-4d35-9406-497eaa6fcfc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.837947 [ 191 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_10_2} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.20 17:53:34.838011 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.20 17:53:34.838386 [ 268 ] {11889692-59a9-4d35-9406-497eaa6fcfc1} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:53:34.838599 [ 268 ] {11889692-59a9-4d35-9406-497eaa6fcfc1} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.838727 [ 268 ] {11889692-59a9-4d35-9406-497eaa6fcfc1} executeQuery: Read 2029 rows, 157.88 KiB in 0.002324 sec., 873063.6833046471 rows/sec., 66.34 MiB/sec. 2026.03.20 17:53:34.838764 [ 268 ] {11889692-59a9-4d35-9406-497eaa6fcfc1} TCPHandler: Processed in 0.002483828 sec. 2026.03.20 17:53:34.838889 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.838985 [ 268 ] {e2f6b589-d4bd-4e59-9ae0-86f24ff222ad} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.839023 [ 268 ] {e2f6b589-d4bd-4e59-9ae0-86f24ff222ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:53:34.839453 [ 268 ] {e2f6b589-d4bd-4e59-9ae0-86f24ff222ad} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.839488 [ 268 ] {e2f6b589-d4bd-4e59-9ae0-86f24ff222ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.839798 [ 268 ] {e2f6b589-d4bd-4e59-9ae0-86f24ff222ad} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:53:34.840003 [ 268 ] {e2f6b589-d4bd-4e59-9ae0-86f24ff222ad} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.840126 [ 268 ] {e2f6b589-d4bd-4e59-9ae0-86f24ff222ad} executeQuery: Read 66 rows, 4.89 KiB in 0.00116 sec., 56896.55172413793 rows/sec., 4.11 MiB/sec. 2026.03.20 17:53:34.840162 [ 268 ] {e2f6b589-d4bd-4e59-9ae0-86f24ff222ad} TCPHandler: Processed in 0.001323741 sec. 2026.03.20 17:53:34.840273 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.840367 [ 268 ] {b7711464-a7ae-4369-802b-1bd306c09a7a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.840404 [ 268 ] {b7711464-a7ae-4369-802b-1bd306c09a7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:53:34.841038 [ 268 ] {b7711464-a7ae-4369-802b-1bd306c09a7a} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.841072 [ 268 ] {b7711464-a7ae-4369-802b-1bd306c09a7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.841397 [ 268 ] {b7711464-a7ae-4369-802b-1bd306c09a7a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:53:34.841610 [ 268 ] {b7711464-a7ae-4369-802b-1bd306c09a7a} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.841734 [ 268 ] {b7711464-a7ae-4369-802b-1bd306c09a7a} executeQuery: Read 708 rows, 42.29 KiB in 0.001385 sec., 511191.33574007225 rows/sec., 29.82 MiB/sec. 2026.03.20 17:53:34.841770 [ 268 ] {b7711464-a7ae-4369-802b-1bd306c09a7a} TCPHandler: Processed in 0.001546436 sec. 2026.03.20 17:53:34.841881 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.841975 [ 268 ] {b1b87dd9-792b-43ac-930f-76a54e319a76} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.842013 [ 268 ] {b1b87dd9-792b-43ac-930f-76a54e319a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:53:34.842382 [ 268 ] {b1b87dd9-792b-43ac-930f-76a54e319a76} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.842423 [ 268 ] {b1b87dd9-792b-43ac-930f-76a54e319a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.842714 [ 268 ] {b1b87dd9-792b-43ac-930f-76a54e319a76} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 17:53:34.842929 [ 268 ] {b1b87dd9-792b-43ac-930f-76a54e319a76} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.843065 [ 268 ] {b1b87dd9-792b-43ac-930f-76a54e319a76} executeQuery: Read 1 rows, 72.00 B in 0.001108 sec., 902.5270758122743 rows/sec., 63.46 KiB/sec. 2026.03.20 17:53:34.843101 [ 268 ] {b1b87dd9-792b-43ac-930f-76a54e319a76} TCPHandler: Processed in 0.001269579 sec. 2026.03.20 17:53:34.843215 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.843308 [ 268 ] {e471e76e-cc32-4f64-a966-17b7c6e8e6ba} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:34.843347 [ 268 ] {e471e76e-cc32-4f64-a966-17b7c6e8e6ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:34.844085 [ 268 ] {e471e76e-cc32-4f64-a966-17b7c6e8e6ba} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.844121 [ 268 ] {e471e76e-cc32-4f64-a966-17b7c6e8e6ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.844481 [ 268 ] {e471e76e-cc32-4f64-a966-17b7c6e8e6ba} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:53:34.844693 [ 268 ] {e471e76e-cc32-4f64-a966-17b7c6e8e6ba} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.844821 [ 268 ] {e471e76e-cc32-4f64-a966-17b7c6e8e6ba} executeQuery: Read 1066 rows, 75.65 KiB in 0.00153 sec., 696732.0261437909 rows/sec., 48.28 MiB/sec. 2026.03.20 17:53:34.844858 [ 268 ] {e471e76e-cc32-4f64-a966-17b7c6e8e6ba} TCPHandler: Processed in 0.00169265 sec. 2026.03.20 17:53:34.844967 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.845060 [ 268 ] {18bad21b-aa50-42f4-8a8a-490f9c8cda0b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.845102 [ 268 ] {18bad21b-aa50-42f4-8a8a-490f9c8cda0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:34.845695 [ 268 ] {18bad21b-aa50-42f4-8a8a-490f9c8cda0b} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.845730 [ 268 ] {18bad21b-aa50-42f4-8a8a-490f9c8cda0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.846139 [ 268 ] {18bad21b-aa50-42f4-8a8a-490f9c8cda0b} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:53:34.846342 [ 268 ] {18bad21b-aa50-42f4-8a8a-490f9c8cda0b} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.846476 [ 268 ] {18bad21b-aa50-42f4-8a8a-490f9c8cda0b} executeQuery: Read 1224 rows, 78.41 KiB in 0.001434 sec., 853556.4853556486 rows/sec., 53.40 MiB/sec. 2026.03.20 17:53:34.846512 [ 268 ] {18bad21b-aa50-42f4-8a8a-490f9c8cda0b} TCPHandler: Processed in 0.001593347 sec. 2026.03.20 17:53:34.846625 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.846718 [ 268 ] {9d45674e-74bc-4680-8c0d-804dab5a2512} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.846774 [ 268 ] {9d45674e-74bc-4680-8c0d-804dab5a2512} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:53:34.847638 [ 268 ] {9d45674e-74bc-4680-8c0d-804dab5a2512} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.847673 [ 268 ] {9d45674e-74bc-4680-8c0d-804dab5a2512} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.848257 [ 268 ] {9d45674e-74bc-4680-8c0d-804dab5a2512} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:53:34.848487 [ 268 ] {9d45674e-74bc-4680-8c0d-804dab5a2512} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.848617 [ 268 ] {9d45674e-74bc-4680-8c0d-804dab5a2512} executeQuery: Read 52 rows, 95.42 KiB in 0.001917 sec., 27125.717266562337 rows/sec., 48.61 MiB/sec. 2026.03.20 17:53:34.848669 [ 268 ] {9d45674e-74bc-4680-8c0d-804dab5a2512} TCPHandler: Processed in 0.002093368 sec. 2026.03.20 17:53:34.848786 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:34.848881 [ 268 ] {23a3d376-ff6e-4c72-a065-5894211ff7f6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:34.848920 [ 268 ] {23a3d376-ff6e-4c72-a065-5894211ff7f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:34.849238 [ 268 ] {23a3d376-ff6e-4c72-a065-5894211ff7f6} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:34.849271 [ 268 ] {23a3d376-ff6e-4c72-a065-5894211ff7f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:34.849577 [ 268 ] {23a3d376-ff6e-4c72-a065-5894211ff7f6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:53:34.849782 [ 268 ] {23a3d376-ff6e-4c72-a065-5894211ff7f6} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:34.849906 [ 268 ] {23a3d376-ff6e-4c72-a065-5894211ff7f6} executeQuery: Read 12 rows, 848.00 B in 0.001044 sec., 11494.252873563219 rows/sec., 793.22 KiB/sec. 2026.03.20 17:53:34.849941 [ 268 ] {23a3d376-ff6e-4c72-a065-5894211ff7f6} TCPHandler: Processed in 0.001203688 sec. 2026.03.20 17:53:35.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 268.84 MiB, peak 273.55 MiB, free memory in arenas 0.00 B, will set to 267.59 MiB (RSS), difference: -1.25 MiB 2026.03.20 17:53:37.812480 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 826 2026.03.20 17:53:37.815265 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:37.815321 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2026.03.20 17:53:37.816571 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:53:37.816869 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:37.817238 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 826 2026.03.20 17:53:39.662156 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:39.662366 [ 268 ] {bd7475f1-6247-46d4-8235-0625e597928d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:39.662438 [ 268 ] {bd7475f1-6247-46d4-8235-0625e597928d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:39.663141 [ 268 ] {bd7475f1-6247-46d4-8235-0625e597928d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:39.663188 [ 268 ] {bd7475f1-6247-46d4-8235-0625e597928d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:39.663585 [ 268 ] {bd7475f1-6247-46d4-8235-0625e597928d} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:53:39.663808 [ 268 ] {bd7475f1-6247-46d4-8235-0625e597928d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:39.663966 [ 268 ] {bd7475f1-6247-46d4-8235-0625e597928d} executeQuery: Read 56 rows, 4.41 KiB in 0.001653 sec., 33877.7979431337 rows/sec., 2.60 MiB/sec. 2026.03.20 17:53:39.664015 [ 268 ] {bd7475f1-6247-46d4-8235-0625e597928d} TCPHandler: Processed in 0.001994466 sec. 2026.03.20 17:53:39.664140 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:39.664245 [ 268 ] {00422eb6-d3d5-400c-b2b1-668553d64cd2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:39.664288 [ 268 ] {00422eb6-d3d5-400c-b2b1-668553d64cd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:39.664723 [ 268 ] {00422eb6-d3d5-400c-b2b1-668553d64cd2} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:39.664758 [ 268 ] {00422eb6-d3d5-400c-b2b1-668553d64cd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:39.665065 [ 268 ] {00422eb6-d3d5-400c-b2b1-668553d64cd2} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:53:39.665286 [ 268 ] {00422eb6-d3d5-400c-b2b1-668553d64cd2} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:39.665416 [ 268 ] {00422eb6-d3d5-400c-b2b1-668553d64cd2} executeQuery: Read 64 rows, 5.12 KiB in 0.001195 sec., 53556.48535564853 rows/sec., 4.18 MiB/sec. 2026.03.20 17:53:39.665453 [ 268 ] {00422eb6-d3d5-400c-b2b1-668553d64cd2} TCPHandler: Processed in 0.001373331 sec. 2026.03.20 17:53:39.665562 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:39.665660 [ 268 ] {02d9c071-5435-4186-826f-a0c366c24a7c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:39.665704 [ 268 ] {02d9c071-5435-4186-826f-a0c366c24a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:39.666072 [ 268 ] {02d9c071-5435-4186-826f-a0c366c24a7c} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:39.666106 [ 268 ] {02d9c071-5435-4186-826f-a0c366c24a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:39.666427 [ 268 ] {02d9c071-5435-4186-826f-a0c366c24a7c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:53:39.666632 [ 268 ] {02d9c071-5435-4186-826f-a0c366c24a7c} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:39.666755 [ 268 ] {02d9c071-5435-4186-826f-a0c366c24a7c} executeQuery: Read 128 rows, 9.13 KiB in 0.001115 sec., 114798.20627802689 rows/sec., 8.00 MiB/sec. 2026.03.20 17:53:39.666791 [ 268 ] {02d9c071-5435-4186-826f-a0c366c24a7c} TCPHandler: Processed in 0.001278599 sec. 2026.03.20 17:53:39.666898 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:39.666993 [ 268 ] {241dbc05-1ac8-4f52-ab18-ff39dd969d98} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:39.667034 [ 268 ] {241dbc05-1ac8-4f52-ab18-ff39dd969d98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:39.667349 [ 268 ] {241dbc05-1ac8-4f52-ab18-ff39dd969d98} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:39.667383 [ 268 ] {241dbc05-1ac8-4f52-ab18-ff39dd969d98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:39.667689 [ 268 ] {241dbc05-1ac8-4f52-ab18-ff39dd969d98} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:53:39.667895 [ 268 ] {241dbc05-1ac8-4f52-ab18-ff39dd969d98} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:39.668018 [ 268 ] {241dbc05-1ac8-4f52-ab18-ff39dd969d98} executeQuery: Read 48 rows, 3.31 KiB in 0.001044 sec., 45977.011494252874 rows/sec., 3.10 MiB/sec. 2026.03.20 17:53:39.668054 [ 268 ] {241dbc05-1ac8-4f52-ab18-ff39dd969d98} TCPHandler: Processed in 0.001204758 sec. 2026.03.20 17:53:40.274183 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13029 2026.03.20 17:53:40.274759 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:40.274809 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:40.275336 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:53:40.275563 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:40.275685 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13029 2026.03.20 17:53:40.957583 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.03.20 17:53:40.973766 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:40.973828 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:40.980343 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:53:40.981079 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:40.983747 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.03.20 17:53:44.670338 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:44.670528 [ 268 ] {f5e55ed3-c77c-428d-94cb-bb97ac0181cc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:53:44.670593 [ 268 ] {f5e55ed3-c77c-428d-94cb-bb97ac0181cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:53:44.671330 [ 268 ] {f5e55ed3-c77c-428d-94cb-bb97ac0181cc} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.671372 [ 268 ] {f5e55ed3-c77c-428d-94cb-bb97ac0181cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.671773 [ 268 ] {f5e55ed3-c77c-428d-94cb-bb97ac0181cc} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:53:44.671998 [ 268 ] {f5e55ed3-c77c-428d-94cb-bb97ac0181cc} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.672146 [ 268 ] {f5e55ed3-c77c-428d-94cb-bb97ac0181cc} executeQuery: Read 284 rows, 18.47 KiB in 0.001667 sec., 170365.92681463706 rows/sec., 10.82 MiB/sec. 2026.03.20 17:53:44.672189 [ 268 ] {f5e55ed3-c77c-428d-94cb-bb97ac0181cc} TCPHandler: Processed in 0.001977325 sec. 2026.03.20 17:53:44.672316 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:44.672411 [ 268 ] {ab3299e8-1cda-4d8b-8b14-e7d6901e20be} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:44.672451 [ 268 ] {ab3299e8-1cda-4d8b-8b14-e7d6901e20be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:44.673255 [ 268 ] {ab3299e8-1cda-4d8b-8b14-e7d6901e20be} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.673294 [ 268 ] {ab3299e8-1cda-4d8b-8b14-e7d6901e20be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.673666 [ 268 ] {ab3299e8-1cda-4d8b-8b14-e7d6901e20be} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:53:44.673871 [ 268 ] {ab3299e8-1cda-4d8b-8b14-e7d6901e20be} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.673991 [ 146 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.20 17:53:44.673997 [ 268 ] {ab3299e8-1cda-4d8b-8b14-e7d6901e20be} executeQuery: Read 797 rows, 63.50 KiB in 0.001605 sec., 496573.2087227414 rows/sec., 38.63 MiB/sec. 2026.03.20 17:53:44.674060 [ 146 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.674077 [ 268 ] {ab3299e8-1cda-4d8b-8b14-e7d6901e20be} TCPHandler: Processed in 0.001809702 sec. 2026.03.20 17:53:44.674092 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.674184 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.20 17:53:44.674196 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:44.674273 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:44.674297 [ 268 ] {eab2f09f-5a59-42e2-98b3-5057152d280b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:53:44.674301 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2894 rows starting from the beginning of the part 2026.03.20 17:53:44.674336 [ 268 ] {eab2f09f-5a59-42e2-98b3-5057152d280b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:53:44.674366 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 138 rows starting from the beginning of the part 2026.03.20 17:53:44.674410 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 797 rows starting from the beginning of the part 2026.03.20 17:53:44.674450 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2029 rows starting from the beginning of the part 2026.03.20 17:53:44.674488 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part 2026.03.20 17:53:44.674524 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 797 rows starting from the beginning of the part 2026.03.20 17:53:44.674768 [ 268 ] {eab2f09f-5a59-42e2-98b3-5057152d280b} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.674802 [ 268 ] {eab2f09f-5a59-42e2-98b3-5057152d280b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.675114 [ 268 ] {eab2f09f-5a59-42e2-98b3-5057152d280b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:53:44.675314 [ 268 ] {eab2f09f-5a59-42e2-98b3-5057152d280b} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.675435 [ 268 ] {eab2f09f-5a59-42e2-98b3-5057152d280b} executeQuery: Read 142 rows, 8.54 KiB in 0.001156 sec., 122837.37024221454 rows/sec., 7.22 MiB/sec. 2026.03.20 17:53:44.675471 [ 268 ] {eab2f09f-5a59-42e2-98b3-5057152d280b} TCPHandler: Processed in 0.00132319 sec. 2026.03.20 17:53:44.675589 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:44.675681 [ 268 ] {992b1792-4c18-4cee-8b1e-357223cc32ee} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:53:44.675719 [ 268 ] {992b1792-4c18-4cee-8b1e-357223cc32ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:53:44.676144 [ 268 ] {992b1792-4c18-4cee-8b1e-357223cc32ee} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.676179 [ 268 ] {992b1792-4c18-4cee-8b1e-357223cc32ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.676483 [ 268 ] {992b1792-4c18-4cee-8b1e-357223cc32ee} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:53:44.676538 [ 191 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6711 rows, containing 5 columns (5 merged, 0 gathered) in 0.002391325 sec., 2806393.944779568 rows/sec., 227.27 MiB/sec. 2026.03.20 17:53:44.676686 [ 268 ] {992b1792-4c18-4cee-8b1e-357223cc32ee} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.676801 [ 146 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.03.20 17:53:44.676808 [ 268 ] {992b1792-4c18-4cee-8b1e-357223cc32ee} executeQuery: Read 149 rows, 9.86 KiB in 0.001144 sec., 130244.75524475524 rows/sec., 8.41 MiB/sec. 2026.03.20 17:53:44.676840 [ 146 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.676844 [ 191 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.20 17:53:44.676862 [ 268 ] {992b1792-4c18-4cee-8b1e-357223cc32ee} TCPHandler: Processed in 0.001324921 sec. 2026.03.20 17:53:44.676868 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.676951 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.03.20 17:53:44.676987 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:44.677036 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:44.677059 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 858 rows starting from the beginning of the part 2026.03.20 17:53:44.677080 [ 268 ] {44634659-4292-4a02-8162-9e46d0ff0e7b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:53:44.677103 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 732 rows starting from the beginning of the part 2026.03.20 17:53:44.677106 [ 191 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_41_8} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.677118 [ 268 ] {44634659-4292-4a02-8162-9e46d0ff0e7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:53:44.677140 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 149 rows starting from the beginning of the part 2026.03.20 17:53:44.677174 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 149 rows starting from the beginning of the part 2026.03.20 17:53:44.677182 [ 191 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_41_8} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.20 17:53:44.677208 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 708 rows starting from the beginning of the part 2026.03.20 17:53:44.677241 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 149 rows starting from the beginning of the part 2026.03.20 17:53:44.677253 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.20 17:53:44.677552 [ 268 ] {44634659-4292-4a02-8162-9e46d0ff0e7b} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.677592 [ 268 ] {44634659-4292-4a02-8162-9e46d0ff0e7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.677906 [ 268 ] {44634659-4292-4a02-8162-9e46d0ff0e7b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:53:44.678112 [ 268 ] {44634659-4292-4a02-8162-9e46d0ff0e7b} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.678215 [ 191 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 2745 rows, containing 5 columns (5 merged, 0 gathered) in 0.00129534 sec., 2119134.744545833 rows/sec., 135.05 MiB/sec. 2026.03.20 17:53:44.678234 [ 268 ] {44634659-4292-4a02-8162-9e46d0ff0e7b} executeQuery: Read 148 rows, 8.62 KiB in 0.001171 sec., 126387.7028181042 rows/sec., 7.19 MiB/sec. 2026.03.20 17:53:44.678270 [ 268 ] {44634659-4292-4a02-8162-9e46d0ff0e7b} TCPHandler: Processed in 0.00132949 sec. 2026.03.20 17:53:44.678341 [ 191 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.03.20 17:53:44.678381 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:44.678473 [ 268 ] {49854c77-3545-4a2a-9e25-39a3316b7ca0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:44.678511 [ 268 ] {49854c77-3545-4a2a-9e25-39a3316b7ca0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:44.678567 [ 191 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_20_4} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.678626 [ 191 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_20_4} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.03.20 17:53:44.678686 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.03.20 17:53:44.679076 [ 268 ] {49854c77-3545-4a2a-9e25-39a3316b7ca0} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.679113 [ 268 ] {49854c77-3545-4a2a-9e25-39a3316b7ca0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.679423 [ 268 ] {49854c77-3545-4a2a-9e25-39a3316b7ca0} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:53:44.679627 [ 268 ] {49854c77-3545-4a2a-9e25-39a3316b7ca0} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.679741 [ 145 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.20 17:53:44.679751 [ 268 ] {49854c77-3545-4a2a-9e25-39a3316b7ca0} executeQuery: Read 490 rows, 35.18 KiB in 0.001295 sec., 378378.3783783784 rows/sec., 26.53 MiB/sec. 2026.03.20 17:53:44.679803 [ 145 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.679814 [ 268 ] {49854c77-3545-4a2a-9e25-39a3316b7ca0} TCPHandler: Processed in 0.001480124 sec. 2026.03.20 17:53:44.679832 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.679932 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:44.679946 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.20 17:53:44.680028 [ 268 ] {96260442-b569-4b01-ae8e-f8b54247cf26} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:53:44.680072 [ 268 ] {96260442-b569-4b01-ae8e-f8b54247cf26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:53:44.680087 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:44.680125 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1553 rows starting from the beginning of the part 2026.03.20 17:53:44.680189 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 105 rows starting from the beginning of the part 2026.03.20 17:53:44.680233 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 490 rows starting from the beginning of the part 2026.03.20 17:53:44.680271 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1066 rows starting from the beginning of the part 2026.03.20 17:53:44.680309 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part 2026.03.20 17:53:44.680344 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 490 rows starting from the beginning of the part 2026.03.20 17:53:44.680394 [ 268 ] {96260442-b569-4b01-ae8e-f8b54247cf26} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.680434 [ 268 ] {96260442-b569-4b01-ae8e-f8b54247cf26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.680774 [ 268 ] {96260442-b569-4b01-ae8e-f8b54247cf26} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:53:44.680993 [ 268 ] {96260442-b569-4b01-ae8e-f8b54247cf26} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.681125 [ 268 ] {96260442-b569-4b01-ae8e-f8b54247cf26} executeQuery: Read 6 rows, 321.00 B in 0.001115 sec., 5381.165919282511 rows/sec., 281.14 KiB/sec. 2026.03.20 17:53:44.681161 [ 268 ] {96260442-b569-4b01-ae8e-f8b54247cf26} TCPHandler: Processed in 0.001276869 sec. 2026.03.20 17:53:44.681268 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:44.681359 [ 268 ] {7d482d8a-a220-4929-a617-d230ddcdad1b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:44.681400 [ 268 ] {7d482d8a-a220-4929-a617-d230ddcdad1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:44.681795 [ 268 ] {7d482d8a-a220-4929-a617-d230ddcdad1b} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.681831 [ 268 ] {7d482d8a-a220-4929-a617-d230ddcdad1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.681865 [ 191 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3768 rows, containing 5 columns (5 merged, 0 gathered) in 0.001973316 sec., 1909476.2318858204 rows/sec., 141.15 MiB/sec. 2026.03.20 17:53:44.682085 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.20 17:53:44.682192 [ 268 ] {7d482d8a-a220-4929-a617-d230ddcdad1b} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:53:44.682384 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_41_8} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.682462 [ 268 ] {7d482d8a-a220-4929-a617-d230ddcdad1b} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.682470 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_41_8} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.20 17:53:44.682563 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.20 17:53:44.682582 [ 145 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.20 17:53:44.682599 [ 268 ] {7d482d8a-a220-4929-a617-d230ddcdad1b} executeQuery: Read 265 rows, 18.03 KiB in 0.001257 sec., 210819.41129673825 rows/sec., 14.01 MiB/sec. 2026.03.20 17:53:44.682626 [ 145 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.682655 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.682656 [ 268 ] {7d482d8a-a220-4929-a617-d230ddcdad1b} TCPHandler: Processed in 0.001435123 sec. 2026.03.20 17:53:44.682738 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.20 17:53:44.682789 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:44.682851 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:44.682886 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11591 rows starting from the beginning of the part 2026.03.20 17:53:44.682886 [ 268 ] {be3b026f-d20b-4bcc-b535-30267e52fe8a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:53:44.682940 [ 268 ] {be3b026f-d20b-4bcc-b535-30267e52fe8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:53:44.682944 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2026.03.20 17:53:44.683009 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 265 rows starting from the beginning of the part 2026.03.20 17:53:44.683055 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1224 rows starting from the beginning of the part 2026.03.20 17:53:44.683121 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 128 rows starting from the beginning of the part 2026.03.20 17:53:44.683189 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 265 rows starting from the beginning of the part 2026.03.20 17:53:44.683248 [ 268 ] {be3b026f-d20b-4bcc-b535-30267e52fe8a} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.683288 [ 268 ] {be3b026f-d20b-4bcc-b535-30267e52fe8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.683601 [ 268 ] {be3b026f-d20b-4bcc-b535-30267e52fe8a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:53:44.683817 [ 268 ] {be3b026f-d20b-4bcc-b535-30267e52fe8a} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.683945 [ 268 ] {be3b026f-d20b-4bcc-b535-30267e52fe8a} executeQuery: Read 1 rows, 69.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 62.57 KiB/sec. 2026.03.20 17:53:44.683981 [ 268 ] {be3b026f-d20b-4bcc-b535-30267e52fe8a} TCPHandler: Processed in 0.001237949 sec. 2026.03.20 17:53:44.684092 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:44.684183 [ 268 ] {a9a2085e-4663-43ec-abf6-59ccfb3d89ff} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:44.684222 [ 268 ] {a9a2085e-4663-43ec-abf6-59ccfb3d89ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:44.684539 [ 268 ] {a9a2085e-4663-43ec-abf6-59ccfb3d89ff} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.684575 [ 268 ] {a9a2085e-4663-43ec-abf6-59ccfb3d89ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.684912 [ 268 ] {a9a2085e-4663-43ec-abf6-59ccfb3d89ff} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:53:44.685126 [ 268 ] {a9a2085e-4663-43ec-abf6-59ccfb3d89ff} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.685227 [ 145 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.20 17:53:44.685248 [ 268 ] {a9a2085e-4663-43ec-abf6-59ccfb3d89ff} executeQuery: Read 90 rows, 5.77 KiB in 0.001082 sec., 83179.2975970425 rows/sec., 5.20 MiB/sec. 2026.03.20 17:53:44.685256 [ 145 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:44.685286 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:44.685289 [ 268 ] {a9a2085e-4663-43ec-abf6-59ccfb3d89ff} TCPHandler: Processed in 0.001244319 sec. 2026.03.20 17:53:44.685367 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.20 17:53:44.685463 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:44.685488 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1980 rows starting from the beginning of the part 2026.03.20 17:53:44.685533 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.03.20 17:53:44.685575 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 90 rows starting from the beginning of the part 2026.03.20 17:53:44.685611 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 12 rows starting from the beginning of the part 2026.03.20 17:53:44.685645 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 48 rows starting from the beginning of the part 2026.03.20 17:53:44.685676 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 90 rows starting from the beginning of the part 2026.03.20 17:53:44.686961 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2280 rows, containing 4 columns (4 merged, 0 gathered) in 0.001626738 sec., 1401577.8816256828 rows/sec., 89.27 MiB/sec. 2026.03.20 17:53:44.687247 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.20 17:53:44.687492 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_41_8} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.687554 [ 191 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_41_8} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.20 17:53:44.687637 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.20 17:53:44.687911 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 13633 rows, containing 5 columns (5 merged, 0 gathered) in 0.005207541 sec., 2617934.261103273 rows/sec., 173.76 MiB/sec. 2026.03.20 17:53:44.688312 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.20 17:53:44.688555 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_41_8} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:44.688615 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_41_8} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.20 17:53:44.688696 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. 2026.03.20 17:53:45.000259 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 269.95 MiB, peak 278.46 MiB, free memory in arenas 0.00 B, will set to 271.37 MiB (RSS), difference: 1.43 MiB 2026.03.20 17:53:47.683630 [ 143 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:53:47.683682 [ 143 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:53:47.775822 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13477 2026.03.20 17:53:47.776356 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:47.776402 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:47.776931 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:53:47.777174 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:47.777327 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13477 2026.03.20 17:53:47.817578 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 854 2026.03.20 17:53:47.819863 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:47.819916 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:47.821119 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:53:47.821404 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:47.821547 [ 139 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.20 17:53:47.821585 [ 139 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:47.821604 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:47.821694 [ 191 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.20 17:53:47.821787 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 854 2026.03.20 17:53:47.822200 [ 191 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:47.822339 [ 191 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 654 rows starting from the beginning of the part 2026.03.20 17:53:47.822691 [ 191 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 66 rows starting from the beginning of the part 2026.03.20 17:53:47.822989 [ 191 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part 2026.03.20 17:53:47.823277 [ 191 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part 2026.03.20 17:53:47.823567 [ 191 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 50 rows starting from the beginning of the part 2026.03.20 17:53:47.823868 [ 191 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::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.03.20 17:53:47.829738 [ 188 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 854 rows, containing 72 columns (72 merged, 0 gathered) in 0.008079707 sec., 105696.9021277628 rows/sec., 91.28 MiB/sec. 2026.03.20 17:53:47.831103 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.20 17:53:47.831778 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_21_4} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:47.831869 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_21_4} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.20 17:53:47.832210 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2026.03.20 17:53:48.483978 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.03.20 17:53:48.500314 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:48.500361 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:48.506667 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:53:48.507392 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:48.510051 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.03.20 17:53:49.665406 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:49.665604 [ 268 ] {4e61c0ae-eb03-462f-8ff4-6e527d99fc62} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:49.665675 [ 268 ] {4e61c0ae-eb03-462f-8ff4-6e527d99fc62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:49.666337 [ 268 ] {4e61c0ae-eb03-462f-8ff4-6e527d99fc62} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:49.666385 [ 268 ] {4e61c0ae-eb03-462f-8ff4-6e527d99fc62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:49.666793 [ 268 ] {4e61c0ae-eb03-462f-8ff4-6e527d99fc62} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:53:49.667015 [ 268 ] {4e61c0ae-eb03-462f-8ff4-6e527d99fc62} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:49.667167 [ 268 ] {4e61c0ae-eb03-462f-8ff4-6e527d99fc62} executeQuery: Read 138 rows, 12.29 KiB in 0.001617 sec., 85343.22820037106 rows/sec., 7.42 MiB/sec. 2026.03.20 17:53:49.667207 [ 268 ] {4e61c0ae-eb03-462f-8ff4-6e527d99fc62} TCPHandler: Processed in 0.001938015 sec. 2026.03.20 17:53:49.667326 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:49.667437 [ 268 ] {f29864ff-5bd2-4ab8-aeeb-1be83199397c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:53:49.667480 [ 268 ] {f29864ff-5bd2-4ab8-aeeb-1be83199397c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:53:49.667896 [ 268 ] {f29864ff-5bd2-4ab8-aeeb-1be83199397c} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:49.667934 [ 268 ] {f29864ff-5bd2-4ab8-aeeb-1be83199397c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:49.668247 [ 268 ] {f29864ff-5bd2-4ab8-aeeb-1be83199397c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:53:49.668485 [ 268 ] {f29864ff-5bd2-4ab8-aeeb-1be83199397c} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:49.668628 [ 268 ] {f29864ff-5bd2-4ab8-aeeb-1be83199397c} executeQuery: Read 41 rows, 3.08 KiB in 0.00121 sec., 33884.29752066116 rows/sec., 2.49 MiB/sec. 2026.03.20 17:53:49.668629 [ 137 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.03.20 17:53:49.668667 [ 268 ] {f29864ff-5bd2-4ab8-aeeb-1be83199397c} TCPHandler: Processed in 0.001394212 sec. 2026.03.20 17:53:49.668704 [ 137 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:49.668730 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:49.668794 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:49.668853 [ 194 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.03.20 17:53:49.668894 [ 268 ] {9e7effbe-d247-4737-bb6c-47f82117f417} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:49.668939 [ 268 ] {9e7effbe-d247-4737-bb6c-47f82117f417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:49.668994 [ 194 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:49.669034 [ 194 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 224 rows starting from the beginning of the part 2026.03.20 17:53:49.669102 [ 194 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part 2026.03.20 17:53:49.669149 [ 194 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 142 rows starting from the beginning of the part 2026.03.20 17:53:49.669193 [ 194 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 66 rows starting from the beginning of the part 2026.03.20 17:53:49.669237 [ 194 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 142 rows starting from the beginning of the part 2026.03.20 17:53:49.669276 [ 194 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part 2026.03.20 17:53:49.669367 [ 268 ] {9e7effbe-d247-4737-bb6c-47f82117f417} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:49.669409 [ 268 ] {9e7effbe-d247-4737-bb6c-47f82117f417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:49.669870 [ 268 ] {9e7effbe-d247-4737-bb6c-47f82117f417} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:53:49.670098 [ 268 ] {9e7effbe-d247-4737-bb6c-47f82117f417} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:49.670232 [ 268 ] {9e7effbe-d247-4737-bb6c-47f82117f417} executeQuery: Read 105 rows, 8.40 KiB in 0.001356 sec., 77433.62831858407 rows/sec., 6.05 MiB/sec. 2026.03.20 17:53:49.670270 [ 268 ] {9e7effbe-d247-4737-bb6c-47f82117f417} TCPHandler: Processed in 0.001526945 sec. 2026.03.20 17:53:49.670284 [ 188 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 656 rows, containing 5 columns (5 merged, 0 gathered) in 0.001484564 sec., 441880.57907911006 rows/sec., 29.84 MiB/sec. 2026.03.20 17:53:49.670388 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:49.670465 [ 198 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.03.20 17:53:49.670497 [ 268 ] {3f409742-8a58-4911-be2a-72d1946096e6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:49.670545 [ 268 ] {3f409742-8a58-4911-be2a-72d1946096e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:49.670736 [ 198 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_25_5} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:49.670813 [ 198 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_25_5} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.03.20 17:53:49.670890 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 17:53:49.670955 [ 268 ] {3f409742-8a58-4911-be2a-72d1946096e6} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:49.670996 [ 268 ] {3f409742-8a58-4911-be2a-72d1946096e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:49.671362 [ 268 ] {3f409742-8a58-4911-be2a-72d1946096e6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:53:49.671569 [ 268 ] {3f409742-8a58-4911-be2a-72d1946096e6} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:49.671701 [ 268 ] {3f409742-8a58-4911-be2a-72d1946096e6} executeQuery: Read 160 rows, 11.41 KiB in 0.001223 sec., 130825.83810302535 rows/sec., 9.11 MiB/sec. 2026.03.20 17:53:49.671738 [ 268 ] {3f409742-8a58-4911-be2a-72d1946096e6} TCPHandler: Processed in 0.001400402 sec. 2026.03.20 17:53:49.671857 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:49.671952 [ 268 ] {f2d4f45d-ca0b-4d80-89f9-255ba5769870} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:49.672006 [ 268 ] {f2d4f45d-ca0b-4d80-89f9-255ba5769870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:53:49.672833 [ 268 ] {f2d4f45d-ca0b-4d80-89f9-255ba5769870} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:49.672869 [ 268 ] {f2d4f45d-ca0b-4d80-89f9-255ba5769870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:49.673490 [ 268 ] {f2d4f45d-ca0b-4d80-89f9-255ba5769870} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:53:49.673734 [ 268 ] {f2d4f45d-ca0b-4d80-89f9-255ba5769870} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:49.673868 [ 268 ] {f2d4f45d-ca0b-4d80-89f9-255ba5769870} executeQuery: Read 41 rows, 75.23 KiB in 0.001936 sec., 21177.685950413223 rows/sec., 37.95 MiB/sec. 2026.03.20 17:53:49.673922 [ 268 ] {f2d4f45d-ca0b-4d80-89f9-255ba5769870} TCPHandler: Processed in 0.002120709 sec. 2026.03.20 17:53:49.674058 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:49.674162 [ 268 ] {206457f6-06ab-4a14-88b8-9411eea9870b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:49.674206 [ 268 ] {206457f6-06ab-4a14-88b8-9411eea9870b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:49.674536 [ 268 ] {206457f6-06ab-4a14-88b8-9411eea9870b} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:49.674570 [ 268 ] {206457f6-06ab-4a14-88b8-9411eea9870b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:49.674892 [ 268 ] {206457f6-06ab-4a14-88b8-9411eea9870b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:53:49.675103 [ 268 ] {206457f6-06ab-4a14-88b8-9411eea9870b} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:49.675232 [ 268 ] {206457f6-06ab-4a14-88b8-9411eea9870b} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.03.20 17:53:49.675267 [ 268 ] {206457f6-06ab-4a14-88b8-9411eea9870b} TCPHandler: Processed in 0.001269269 sec. 2026.03.20 17:53:54.670406 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:54.670624 [ 268 ] {d35a46a0-1ddb-4279-9a3c-4f789f04b79d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:53:54.670697 [ 268 ] {d35a46a0-1ddb-4279-9a3c-4f789f04b79d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:53:54.671481 [ 268 ] {d35a46a0-1ddb-4279-9a3c-4f789f04b79d} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:54.671530 [ 268 ] {d35a46a0-1ddb-4279-9a3c-4f789f04b79d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:54.671956 [ 268 ] {d35a46a0-1ddb-4279-9a3c-4f789f04b79d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:53:54.672190 [ 268 ] {d35a46a0-1ddb-4279-9a3c-4f789f04b79d} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:54.672346 [ 268 ] {d35a46a0-1ddb-4279-9a3c-4f789f04b79d} executeQuery: Read 284 rows, 18.47 KiB in 0.001778 sec., 159730.03374578178 rows/sec., 10.14 MiB/sec. 2026.03.20 17:53:54.672389 [ 268 ] {d35a46a0-1ddb-4279-9a3c-4f789f04b79d} TCPHandler: Processed in 0.00212772 sec. 2026.03.20 17:53:54.672514 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:54.672615 [ 268 ] {c0f4eb87-619a-45a3-a3e9-3856baad31d6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:54.672658 [ 268 ] {c0f4eb87-619a-45a3-a3e9-3856baad31d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:54.673445 [ 268 ] {c0f4eb87-619a-45a3-a3e9-3856baad31d6} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:54.673483 [ 268 ] {c0f4eb87-619a-45a3-a3e9-3856baad31d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:54.673863 [ 268 ] {c0f4eb87-619a-45a3-a3e9-3856baad31d6} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:53:54.674100 [ 268 ] {c0f4eb87-619a-45a3-a3e9-3856baad31d6} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:54.674231 [ 268 ] {c0f4eb87-619a-45a3-a3e9-3856baad31d6} executeQuery: Read 797 rows, 63.50 KiB in 0.001639 sec., 486272.1171446004 rows/sec., 37.83 MiB/sec. 2026.03.20 17:53:54.674269 [ 268 ] {c0f4eb87-619a-45a3-a3e9-3856baad31d6} TCPHandler: Processed in 0.001806192 sec. 2026.03.20 17:53:54.674382 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:54.674478 [ 268 ] {6121242a-7f44-472f-80cb-1533019f690a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:53:54.674517 [ 268 ] {6121242a-7f44-472f-80cb-1533019f690a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:53:54.674972 [ 268 ] {6121242a-7f44-472f-80cb-1533019f690a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:54.675008 [ 268 ] {6121242a-7f44-472f-80cb-1533019f690a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:54.675310 [ 268 ] {6121242a-7f44-472f-80cb-1533019f690a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:53:54.675521 [ 268 ] {6121242a-7f44-472f-80cb-1533019f690a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:54.675649 [ 268 ] {6121242a-7f44-472f-80cb-1533019f690a} executeQuery: Read 142 rows, 8.54 KiB in 0.00119 sec., 119327.73109243697 rows/sec., 7.01 MiB/sec. 2026.03.20 17:53:54.675685 [ 268 ] {6121242a-7f44-472f-80cb-1533019f690a} TCPHandler: Processed in 0.001354441 sec. 2026.03.20 17:53:54.675794 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:54.675891 [ 268 ] {2328eccd-08ec-4502-8bf6-74c2f7186516} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:53:54.675930 [ 268 ] {2328eccd-08ec-4502-8bf6-74c2f7186516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:53:54.676373 [ 268 ] {2328eccd-08ec-4502-8bf6-74c2f7186516} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:54.676410 [ 268 ] {2328eccd-08ec-4502-8bf6-74c2f7186516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:54.676726 [ 268 ] {2328eccd-08ec-4502-8bf6-74c2f7186516} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:53:54.676939 [ 268 ] {2328eccd-08ec-4502-8bf6-74c2f7186516} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:54.677077 [ 268 ] {2328eccd-08ec-4502-8bf6-74c2f7186516} executeQuery: Read 149 rows, 9.86 KiB in 0.001204 sec., 123754.15282392026 rows/sec., 8.00 MiB/sec. 2026.03.20 17:53:54.677114 [ 268 ] {2328eccd-08ec-4502-8bf6-74c2f7186516} TCPHandler: Processed in 0.001370951 sec. 2026.03.20 17:53:54.677225 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:54.677320 [ 268 ] {084a9906-7eee-4e51-804a-a3758cc325cf} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:53:54.677359 [ 268 ] {084a9906-7eee-4e51-804a-a3758cc325cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:53:54.677863 [ 268 ] {084a9906-7eee-4e51-804a-a3758cc325cf} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:54.677905 [ 268 ] {084a9906-7eee-4e51-804a-a3758cc325cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:54.678235 [ 268 ] {084a9906-7eee-4e51-804a-a3758cc325cf} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:53:54.678447 [ 268 ] {084a9906-7eee-4e51-804a-a3758cc325cf} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:54.678582 [ 268 ] {084a9906-7eee-4e51-804a-a3758cc325cf} executeQuery: Read 148 rows, 8.62 KiB in 0.001277 sec., 115896.6327329679 rows/sec., 6.59 MiB/sec. 2026.03.20 17:53:54.678643 [ 268 ] {084a9906-7eee-4e51-804a-a3758cc325cf} TCPHandler: Processed in 0.001468014 sec. 2026.03.20 17:53:54.678765 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:54.678862 [ 268 ] {3edc958b-7ec5-400e-b1af-7f2ad68680be} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:54.678904 [ 268 ] {3edc958b-7ec5-400e-b1af-7f2ad68680be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:54.679557 [ 268 ] {3edc958b-7ec5-400e-b1af-7f2ad68680be} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:54.679594 [ 268 ] {3edc958b-7ec5-400e-b1af-7f2ad68680be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:54.679930 [ 268 ] {3edc958b-7ec5-400e-b1af-7f2ad68680be} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:53:54.680145 [ 268 ] {3edc958b-7ec5-400e-b1af-7f2ad68680be} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:54.680280 [ 268 ] {3edc958b-7ec5-400e-b1af-7f2ad68680be} executeQuery: Read 490 rows, 35.18 KiB in 0.001435 sec., 341463.4146341463 rows/sec., 23.94 MiB/sec. 2026.03.20 17:53:54.680329 [ 268 ] {3edc958b-7ec5-400e-b1af-7f2ad68680be} TCPHandler: Processed in 0.001612777 sec. 2026.03.20 17:53:54.680458 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:54.680584 [ 268 ] {fb921f2e-981d-49a8-b44b-5adfe46fc49c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:53:54.680634 [ 268 ] {fb921f2e-981d-49a8-b44b-5adfe46fc49c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:53:54.680994 [ 268 ] {fb921f2e-981d-49a8-b44b-5adfe46fc49c} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:54.681032 [ 268 ] {fb921f2e-981d-49a8-b44b-5adfe46fc49c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:54.681372 [ 268 ] {fb921f2e-981d-49a8-b44b-5adfe46fc49c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:53:54.681586 [ 268 ] {fb921f2e-981d-49a8-b44b-5adfe46fc49c} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:54.681714 [ 268 ] {fb921f2e-981d-49a8-b44b-5adfe46fc49c} executeQuery: Read 6 rows, 321.00 B in 0.001156 sec., 5190.311418685122 rows/sec., 271.17 KiB/sec. 2026.03.20 17:53:54.681752 [ 268 ] {fb921f2e-981d-49a8-b44b-5adfe46fc49c} TCPHandler: Processed in 0.001356081 sec. 2026.03.20 17:53:54.681862 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:54.681958 [ 268 ] {73f2837a-f9bb-4a41-8368-834384424655} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:54.682002 [ 268 ] {73f2837a-f9bb-4a41-8368-834384424655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:54.682429 [ 268 ] {73f2837a-f9bb-4a41-8368-834384424655} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:54.682467 [ 268 ] {73f2837a-f9bb-4a41-8368-834384424655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:54.682813 [ 268 ] {73f2837a-f9bb-4a41-8368-834384424655} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:53:54.683024 [ 268 ] {73f2837a-f9bb-4a41-8368-834384424655} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:54.683150 [ 268 ] {73f2837a-f9bb-4a41-8368-834384424655} executeQuery: Read 265 rows, 18.03 KiB in 0.001211 sec., 218827.41535920725 rows/sec., 14.54 MiB/sec. 2026.03.20 17:53:54.683187 [ 268 ] {73f2837a-f9bb-4a41-8368-834384424655} TCPHandler: Processed in 0.001375541 sec. 2026.03.20 17:53:54.683295 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:54.683390 [ 268 ] {47de134b-d1a9-49a8-9e2e-2faf3f4c9609} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:53:54.683432 [ 268 ] {47de134b-d1a9-49a8-9e2e-2faf3f4c9609} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:53:54.683772 [ 268 ] {47de134b-d1a9-49a8-9e2e-2faf3f4c9609} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:54.683819 [ 268 ] {47de134b-d1a9-49a8-9e2e-2faf3f4c9609} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:54.684208 [ 268 ] {47de134b-d1a9-49a8-9e2e-2faf3f4c9609} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:53:54.684461 [ 268 ] {47de134b-d1a9-49a8-9e2e-2faf3f4c9609} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:54.684615 [ 268 ] {47de134b-d1a9-49a8-9e2e-2faf3f4c9609} executeQuery: Read 1 rows, 69.00 B in 0.001242 sec., 805.1529790660226 rows/sec., 54.25 KiB/sec. 2026.03.20 17:53:54.684661 [ 268 ] {47de134b-d1a9-49a8-9e2e-2faf3f4c9609} TCPHandler: Processed in 0.001415533 sec. 2026.03.20 17:53:54.684781 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:54.684880 [ 268 ] {8026196b-ba82-4996-9160-48718f832034} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:54.684921 [ 268 ] {8026196b-ba82-4996-9160-48718f832034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:54.685249 [ 268 ] {8026196b-ba82-4996-9160-48718f832034} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:54.685285 [ 268 ] {8026196b-ba82-4996-9160-48718f832034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:54.685624 [ 268 ] {8026196b-ba82-4996-9160-48718f832034} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:53:54.685828 [ 268 ] {8026196b-ba82-4996-9160-48718f832034} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:54.685953 [ 268 ] {8026196b-ba82-4996-9160-48718f832034} executeQuery: Read 90 rows, 5.77 KiB in 0.001091 sec., 82493.12557286893 rows/sec., 5.16 MiB/sec. 2026.03.20 17:53:54.685990 [ 268 ] {8026196b-ba82-4996-9160-48718f832034} TCPHandler: Processed in 0.001268679 sec. 2026.03.20 17:53:55.277433 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13989 2026.03.20 17:53:55.278124 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:55.278173 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:55.278679 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:53:55.278921 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:55.279064 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13989 2026.03.20 17:53:56.010161 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.03.20 17:53:56.026242 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:56.026284 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:56.032509 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:53:56.033235 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:56.036126 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.03.20 17:53:57.821964 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 886 2026.03.20 17:53:57.824795 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:57.824842 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:57.826084 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:53:57.826357 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:57.826704 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 886 2026.03.20 17:53:59.665082 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:59.665291 [ 268 ] {d2dc53f4-34d3-4728-b8c4-caf079c4a4b5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:53:59.665365 [ 268 ] {d2dc53f4-34d3-4728-b8c4-caf079c4a4b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:53:59.666154 [ 268 ] {d2dc53f4-34d3-4728-b8c4-caf079c4a4b5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:59.666200 [ 268 ] {d2dc53f4-34d3-4728-b8c4-caf079c4a4b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:59.666600 [ 268 ] {d2dc53f4-34d3-4728-b8c4-caf079c4a4b5} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:53:59.666837 [ 268 ] {d2dc53f4-34d3-4728-b8c4-caf079c4a4b5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:59.666997 [ 268 ] {d2dc53f4-34d3-4728-b8c4-caf079c4a4b5} executeQuery: Read 138 rows, 12.29 KiB in 0.001759 sec., 78453.66685616827 rows/sec., 6.82 MiB/sec. 2026.03.20 17:53:59.667047 [ 268 ] {d2dc53f4-34d3-4728-b8c4-caf079c4a4b5} TCPHandler: Processed in 0.002105929 sec. 2026.03.20 17:53:59.667178 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:59.667283 [ 268 ] {3274380e-17f8-436d-bdfd-87ad3c354099} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:53:59.667327 [ 268 ] {3274380e-17f8-436d-bdfd-87ad3c354099} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:53:59.667745 [ 268 ] {3274380e-17f8-436d-bdfd-87ad3c354099} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:59.667783 [ 268 ] {3274380e-17f8-436d-bdfd-87ad3c354099} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:59.668105 [ 268 ] {3274380e-17f8-436d-bdfd-87ad3c354099} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:53:59.668322 [ 268 ] {3274380e-17f8-436d-bdfd-87ad3c354099} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:59.668454 [ 268 ] {3274380e-17f8-436d-bdfd-87ad3c354099} executeQuery: Read 41 rows, 3.08 KiB in 0.001196 sec., 34280.9364548495 rows/sec., 2.52 MiB/sec. 2026.03.20 17:53:59.668494 [ 268 ] {3274380e-17f8-436d-bdfd-87ad3c354099} TCPHandler: Processed in 0.001369442 sec. 2026.03.20 17:53:59.668602 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:59.668699 [ 268 ] {f6d6d9ce-0857-46b7-b85c-cc8f5fb199bc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:53:59.668739 [ 268 ] {f6d6d9ce-0857-46b7-b85c-cc8f5fb199bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:53:59.669161 [ 268 ] {f6d6d9ce-0857-46b7-b85c-cc8f5fb199bc} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:59.669198 [ 268 ] {f6d6d9ce-0857-46b7-b85c-cc8f5fb199bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:59.669514 [ 268 ] {f6d6d9ce-0857-46b7-b85c-cc8f5fb199bc} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:53:59.669729 [ 268 ] {f6d6d9ce-0857-46b7-b85c-cc8f5fb199bc} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:59.669862 [ 268 ] {f6d6d9ce-0857-46b7-b85c-cc8f5fb199bc} executeQuery: Read 105 rows, 8.40 KiB in 0.001181 sec., 88907.70533446233 rows/sec., 6.94 MiB/sec. 2026.03.20 17:53:59.669901 [ 268 ] {f6d6d9ce-0857-46b7-b85c-cc8f5fb199bc} TCPHandler: Processed in 0.001349751 sec. 2026.03.20 17:53:59.670012 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:59.670107 [ 268 ] {e160681f-8d4d-4d79-9d4f-6eb9577e5ee4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:59.670151 [ 268 ] {e160681f-8d4d-4d79-9d4f-6eb9577e5ee4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:53:59.670556 [ 268 ] {e160681f-8d4d-4d79-9d4f-6eb9577e5ee4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:59.670592 [ 268 ] {e160681f-8d4d-4d79-9d4f-6eb9577e5ee4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:59.670930 [ 268 ] {e160681f-8d4d-4d79-9d4f-6eb9577e5ee4} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:53:59.671142 [ 268 ] {e160681f-8d4d-4d79-9d4f-6eb9577e5ee4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:59.671274 [ 268 ] {e160681f-8d4d-4d79-9d4f-6eb9577e5ee4} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.03.20 17:53:59.671312 [ 268 ] {e160681f-8d4d-4d79-9d4f-6eb9577e5ee4} TCPHandler: Processed in 0.001350531 sec. 2026.03.20 17:53:59.671417 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:59.671520 [ 268 ] {f9535fad-031a-45e7-b445-8f0c16328c96} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:53:59.671579 [ 268 ] {f9535fad-031a-45e7-b445-8f0c16328c96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:53:59.672508 [ 268 ] {f9535fad-031a-45e7-b445-8f0c16328c96} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:59.672548 [ 268 ] {f9535fad-031a-45e7-b445-8f0c16328c96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:59.673155 [ 268 ] {f9535fad-031a-45e7-b445-8f0c16328c96} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:53:59.673405 [ 268 ] {f9535fad-031a-45e7-b445-8f0c16328c96} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:59.673527 [ 126 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.20 17:53:59.673554 [ 268 ] {f9535fad-031a-45e7-b445-8f0c16328c96} executeQuery: Read 41 rows, 75.23 KiB in 0.002053 sec., 19970.774476376035 rows/sec., 35.79 MiB/sec. 2026.03.20 17:53:59.673602 [ 126 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:59.673632 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:59.673641 [ 268 ] {f9535fad-031a-45e7-b445-8f0c16328c96} TCPHandler: Processed in 0.002275123 sec. 2026.03.20 17:53:59.673730 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.20 17:53:59.673832 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:53:59.673934 [ 268 ] {7d7cec38-9ce2-4af3-816e-9b15b60b347d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:53:59.673960 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:53:59.673978 [ 268 ] {7d7cec38-9ce2-4af3-816e-9b15b60b347d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:53:59.674030 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 576 rows starting from the beginning of the part 2026.03.20 17:53:59.674172 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part 2026.03.20 17:53:59.674292 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part 2026.03.20 17:53:59.674333 [ 268 ] {7d7cec38-9ce2-4af3-816e-9b15b60b347d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:53:59.674376 [ 268 ] {7d7cec38-9ce2-4af3-816e-9b15b60b347d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:53:59.674403 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 52 rows starting from the beginning of the part 2026.03.20 17:53:59.674521 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part 2026.03.20 17:53:59.674645 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part 2026.03.20 17:53:59.674711 [ 268 ] {7d7cec38-9ce2-4af3-816e-9b15b60b347d} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:53:59.674932 [ 268 ] {7d7cec38-9ce2-4af3-816e-9b15b60b347d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:59.675075 [ 268 ] {7d7cec38-9ce2-4af3-816e-9b15b60b347d} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2026.03.20 17:53:59.675116 [ 268 ] {7d7cec38-9ce2-4af3-816e-9b15b60b347d} TCPHandler: Processed in 0.001336181 sec. 2026.03.20 17:53:59.691518 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 792 rows, containing 19 columns (19 merged, 0 gathered) in 0.017832424 sec., 44413.47962565269 rows/sec., 79.59 MiB/sec. 2026.03.20 17:53:59.692815 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.20 17:53:59.693150 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_21_4} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:53:59.693218 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_21_4} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.20 17:53:59.693368 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.87 MiB. 2026.03.20 17:54:00.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 274.06 MiB, peak 281.88 MiB, free memory in arenas 0.00 B, will set to 277.19 MiB (RSS), difference: 3.13 MiB 2026.03.20 17:54:02.683741 [ 87 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:54:02.683799 [ 87 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:54:02.779148 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14437 2026.03.20 17:54:02.779945 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:02.780024 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:02.780541 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:54:02.780771 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:02.780898 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14437 2026.03.20 17:54:03.536184 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.03.20 17:54:03.553434 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:03.553489 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:03.559498 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:54:03.560251 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:03.563577 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.03.20 17:54:04.671200 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.671406 [ 268 ] {89b6f26f-2c57-4b49-a420-15723c659863} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.671484 [ 268 ] {89b6f26f-2c57-4b49-a420-15723c659863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:54:04.672274 [ 268 ] {89b6f26f-2c57-4b49-a420-15723c659863} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.672327 [ 268 ] {89b6f26f-2c57-4b49-a420-15723c659863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.672746 [ 268 ] {89b6f26f-2c57-4b49-a420-15723c659863} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:54:04.672992 [ 268 ] {89b6f26f-2c57-4b49-a420-15723c659863} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.673158 [ 268 ] {89b6f26f-2c57-4b49-a420-15723c659863} executeQuery: Read 284 rows, 18.47 KiB in 0.001809 sec., 156992.81370923162 rows/sec., 9.97 MiB/sec. 2026.03.20 17:54:04.673210 [ 268 ] {89b6f26f-2c57-4b49-a420-15723c659863} TCPHandler: Processed in 0.00215715 sec. 2026.03.20 17:54:04.673348 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.673456 [ 268 ] {5ff769bb-b560-4a1d-8de9-82ac678c8109} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:04.673508 [ 268 ] {5ff769bb-b560-4a1d-8de9-82ac678c8109} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:04.674361 [ 268 ] {5ff769bb-b560-4a1d-8de9-82ac678c8109} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.674403 [ 268 ] {5ff769bb-b560-4a1d-8de9-82ac678c8109} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.674783 [ 268 ] {5ff769bb-b560-4a1d-8de9-82ac678c8109} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:54:04.675000 [ 268 ] {5ff769bb-b560-4a1d-8de9-82ac678c8109} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.675144 [ 268 ] {5ff769bb-b560-4a1d-8de9-82ac678c8109} executeQuery: Read 797 rows, 63.50 KiB in 0.001713 sec., 465265.6158785756 rows/sec., 36.20 MiB/sec. 2026.03.20 17:54:04.675185 [ 268 ] {5ff769bb-b560-4a1d-8de9-82ac678c8109} TCPHandler: Processed in 0.001890844 sec. 2026.03.20 17:54:04.675297 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.675397 [ 268 ] {fe401537-9c01-43e6-b7fa-4191c854b819} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.675439 [ 268 ] {fe401537-9c01-43e6-b7fa-4191c854b819} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:54:04.675878 [ 268 ] {fe401537-9c01-43e6-b7fa-4191c854b819} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.675918 [ 268 ] {fe401537-9c01-43e6-b7fa-4191c854b819} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.676226 [ 268 ] {fe401537-9c01-43e6-b7fa-4191c854b819} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:54:04.676437 [ 268 ] {fe401537-9c01-43e6-b7fa-4191c854b819} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.676569 [ 268 ] {fe401537-9c01-43e6-b7fa-4191c854b819} executeQuery: Read 142 rows, 8.54 KiB in 0.001192 sec., 119127.5167785235 rows/sec., 7.00 MiB/sec. 2026.03.20 17:54:04.676606 [ 268 ] {fe401537-9c01-43e6-b7fa-4191c854b819} TCPHandler: Processed in 0.001360851 sec. 2026.03.20 17:54:04.676724 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.676822 [ 268 ] {ba0da420-5c9d-4535-bf7f-422ba489f620} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.676864 [ 268 ] {ba0da420-5c9d-4535-bf7f-422ba489f620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:54:04.677299 [ 268 ] {ba0da420-5c9d-4535-bf7f-422ba489f620} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.677338 [ 268 ] {ba0da420-5c9d-4535-bf7f-422ba489f620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.677648 [ 268 ] {ba0da420-5c9d-4535-bf7f-422ba489f620} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:54:04.677889 [ 268 ] {ba0da420-5c9d-4535-bf7f-422ba489f620} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.678020 [ 268 ] {ba0da420-5c9d-4535-bf7f-422ba489f620} executeQuery: Read 149 rows, 9.86 KiB in 0.001217 sec., 122432.21035332786 rows/sec., 7.91 MiB/sec. 2026.03.20 17:54:04.678058 [ 268 ] {ba0da420-5c9d-4535-bf7f-422ba489f620} TCPHandler: Processed in 0.001385272 sec. 2026.03.20 17:54:04.678168 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.678263 [ 268 ] {ac560686-ea0b-4878-bcf7-27e4f8591484} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.678304 [ 268 ] {ac560686-ea0b-4878-bcf7-27e4f8591484} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:54:04.678733 [ 268 ] {ac560686-ea0b-4878-bcf7-27e4f8591484} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.678771 [ 268 ] {ac560686-ea0b-4878-bcf7-27e4f8591484} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.679108 [ 268 ] {ac560686-ea0b-4878-bcf7-27e4f8591484} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:54:04.679324 [ 268 ] {ac560686-ea0b-4878-bcf7-27e4f8591484} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.679450 [ 268 ] {ac560686-ea0b-4878-bcf7-27e4f8591484} executeQuery: Read 148 rows, 8.62 KiB in 0.001205 sec., 122821.57676348549 rows/sec., 6.99 MiB/sec. 2026.03.20 17:54:04.679488 [ 268 ] {ac560686-ea0b-4878-bcf7-27e4f8591484} TCPHandler: Processed in 0.001371032 sec. 2026.03.20 17:54:04.679604 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.679700 [ 268 ] {6cb09f05-fbbb-45ed-a046-0e75286618fd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:04.679740 [ 268 ] {6cb09f05-fbbb-45ed-a046-0e75286618fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:04.680330 [ 268 ] {6cb09f05-fbbb-45ed-a046-0e75286618fd} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.680368 [ 268 ] {6cb09f05-fbbb-45ed-a046-0e75286618fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.680704 [ 268 ] {6cb09f05-fbbb-45ed-a046-0e75286618fd} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:54:04.680924 [ 268 ] {6cb09f05-fbbb-45ed-a046-0e75286618fd} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.681060 [ 268 ] {6cb09f05-fbbb-45ed-a046-0e75286618fd} executeQuery: Read 490 rows, 35.18 KiB in 0.001378 sec., 355587.8084179971 rows/sec., 24.93 MiB/sec. 2026.03.20 17:54:04.681098 [ 268 ] {6cb09f05-fbbb-45ed-a046-0e75286618fd} TCPHandler: Processed in 0.001544226 sec. 2026.03.20 17:54:04.681222 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.681344 [ 268 ] {a2cd843e-6588-49e3-98e3-8e42e898c25c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:54:04.681396 [ 268 ] {a2cd843e-6588-49e3-98e3-8e42e898c25c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:54:04.681783 [ 268 ] {a2cd843e-6588-49e3-98e3-8e42e898c25c} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.681828 [ 268 ] {a2cd843e-6588-49e3-98e3-8e42e898c25c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.682200 [ 268 ] {a2cd843e-6588-49e3-98e3-8e42e898c25c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:54:04.682414 [ 268 ] {a2cd843e-6588-49e3-98e3-8e42e898c25c} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.682514 [ 76 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.03.20 17:54:04.682544 [ 268 ] {a2cd843e-6588-49e3-98e3-8e42e898c25c} executeQuery: Read 6 rows, 321.00 B in 0.001225 sec., 4897.95918367347 rows/sec., 255.90 KiB/sec. 2026.03.20 17:54:04.682580 [ 76 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.682589 [ 268 ] {a2cd843e-6588-49e3-98e3-8e42e898c25c} TCPHandler: Processed in 0.001429913 sec. 2026.03.20 17:54:04.682609 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.682705 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.682734 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.03.20 17:54:04.682807 [ 268 ] {63f9758c-aa63-4b9d-b7e8-a9212e290a9f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.682855 [ 268 ] {63f9758c-aa63-4b9d-b7e8-a9212e290a9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:04.682887 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:04.682929 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part 2026.03.20 17:54:04.683001 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2026.03.20 17:54:04.683050 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2026.03.20 17:54:04.683092 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2026.03.20 17:54:04.683134 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2026.03.20 17:54:04.683175 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2026.03.20 17:54:04.683264 [ 268 ] {63f9758c-aa63-4b9d-b7e8-a9212e290a9f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.683308 [ 268 ] {63f9758c-aa63-4b9d-b7e8-a9212e290a9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:04.683695 [ 268 ] {63f9758c-aa63-4b9d-b7e8-a9212e290a9f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:54:04.683922 [ 268 ] {63f9758c-aa63-4b9d-b7e8-a9212e290a9f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.683960 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.00128094 sec., 93681.20286664482 rows/sec., 4.78 MiB/sec. 2026.03.20 17:54:04.684060 [ 268 ] {63f9758c-aa63-4b9d-b7e8-a9212e290a9f} executeQuery: Read 265 rows, 18.03 KiB in 0.001272 sec., 208333.33333333334 rows/sec., 13.84 MiB/sec. 2026.03.20 17:54:04.684103 [ 268 ] {63f9758c-aa63-4b9d-b7e8-a9212e290a9f} TCPHandler: Processed in 0.001448303 sec. 2026.03.20 17:54:04.684111 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.03.20 17:54:04.684213 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.684315 [ 268 ] {17173b5f-ec0b-472f-b311-2672f65a55b0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.684360 [ 268 ] {17173b5f-ec0b-472f-b311-2672f65a55b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:54:04.684368 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_20_4} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.684440 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_20_4} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.03.20 17:54:04.684507 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.20 17:54:04.684665 [ 268 ] {17173b5f-ec0b-472f-b311-2672f65a55b0} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.684706 [ 268 ] {17173b5f-ec0b-472f-b311-2672f65a55b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.685013 [ 268 ] {17173b5f-ec0b-472f-b311-2672f65a55b0} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:54:04.685224 [ 268 ] {17173b5f-ec0b-472f-b311-2672f65a55b0} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.685327 [ 76 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.03.20 17:54:04.685350 [ 268 ] {17173b5f-ec0b-472f-b311-2672f65a55b0} executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. 2026.03.20 17:54:04.685357 [ 76 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.685389 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.685393 [ 268 ] {17173b5f-ec0b-472f-b311-2672f65a55b0} TCPHandler: Processed in 0.001231029 sec. 2026.03.20 17:54:04.685500 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.03.20 17:54:04.685512 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.685624 [ 268 ] {3c735318-97ba-4ca6-9007-402afc6e6d20} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.685625 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:04.685669 [ 268 ] {3c735318-97ba-4ca6-9007-402afc6e6d20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:04.685675 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part 2026.03.20 17:54:04.685752 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.03.20 17:54:04.685796 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.03.20 17:54:04.685887 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2026.03.20 17:54:04.685950 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2026.03.20 17:54:04.685994 [ 186 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2026.03.20 17:54:04.686000 [ 268 ] {3c735318-97ba-4ca6-9007-402afc6e6d20} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.686043 [ 268 ] {3c735318-97ba-4ca6-9007-402afc6e6d20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:04.686397 [ 268 ] {3c735318-97ba-4ca6-9007-402afc6e6d20} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:54:04.686625 [ 268 ] {3c735318-97ba-4ca6-9007-402afc6e6d20} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.686761 [ 268 ] {3c735318-97ba-4ca6-9007-402afc6e6d20} executeQuery: Read 90 rows, 5.77 KiB in 0.001155 sec., 77922.07792207792 rows/sec., 4.88 MiB/sec. 2026.03.20 17:54:04.686797 [ 268 ] {3c735318-97ba-4ca6-9007-402afc6e6d20} TCPHandler: Processed in 0.001334601 sec. 2026.03.20 17:54:04.686865 [ 197 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.001410133 sec., 14892.21229486864 rows/sec., 1000.71 KiB/sec. 2026.03.20 17:54:04.686983 [ 197 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.03.20 17:54:04.687214 [ 197 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_20_4} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.687274 [ 197 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_20_4} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.03.20 17:54:04.687342 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.20 17:54:04.834575 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.834774 [ 268 ] {a10ac10f-65c4-4ce2-9ec8-c76a72678cdd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:54:04.834845 [ 268 ] {a10ac10f-65c4-4ce2-9ec8-c76a72678cdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:54:04.835501 [ 268 ] {a10ac10f-65c4-4ce2-9ec8-c76a72678cdd} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.835549 [ 268 ] {a10ac10f-65c4-4ce2-9ec8-c76a72678cdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.835946 [ 268 ] {a10ac10f-65c4-4ce2-9ec8-c76a72678cdd} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:54:04.836179 [ 268 ] {a10ac10f-65c4-4ce2-9ec8-c76a72678cdd} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.836338 [ 268 ] {a10ac10f-65c4-4ce2-9ec8-c76a72678cdd} executeQuery: Read 2 rows, 167.00 B in 0.001617 sec., 1236.8583797155227 rows/sec., 100.86 KiB/sec. 2026.03.20 17:54:04.836380 [ 268 ] {a10ac10f-65c4-4ce2-9ec8-c76a72678cdd} TCPHandler: Processed in 0.001937985 sec. 2026.03.20 17:54:04.836497 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.836594 [ 268 ] {984c0e64-0d6e-47ed-8112-4ebd27b8a8c7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:04.836633 [ 268 ] {984c0e64-0d6e-47ed-8112-4ebd27b8a8c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:04.838077 [ 268 ] {984c0e64-0d6e-47ed-8112-4ebd27b8a8c7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.838124 [ 268 ] {984c0e64-0d6e-47ed-8112-4ebd27b8a8c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.838573 [ 268 ] {984c0e64-0d6e-47ed-8112-4ebd27b8a8c7} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:54:04.838788 [ 268 ] {984c0e64-0d6e-47ed-8112-4ebd27b8a8c7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.838904 [ 76 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.20 17:54:04.838918 [ 268 ] {984c0e64-0d6e-47ed-8112-4ebd27b8a8c7} executeQuery: Read 2023 rows, 157.44 KiB in 0.002343 sec., 863422.9620145113 rows/sec., 65.62 MiB/sec. 2026.03.20 17:54:04.838947 [ 76 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.838967 [ 268 ] {984c0e64-0d6e-47ed-8112-4ebd27b8a8c7} TCPHandler: Processed in 0.002520909 sec. 2026.03.20 17:54:04.838971 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.839078 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.20 17:54:04.839086 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.839191 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:04.839204 [ 268 ] {a32cf4fd-6dc2-4e11-a069-25f441b3d985} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.839224 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2894 rows starting from the beginning of the part 2026.03.20 17:54:04.839250 [ 268 ] {a32cf4fd-6dc2-4e11-a069-25f441b3d985} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:54:04.839288 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 138 rows starting from the beginning of the part 2026.03.20 17:54:04.839336 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 797 rows starting from the beginning of the part 2026.03.20 17:54:04.839377 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 138 rows starting from the beginning of the part 2026.03.20 17:54:04.839417 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 797 rows starting from the beginning of the part 2026.03.20 17:54:04.839455 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2023 rows starting from the beginning of the part 2026.03.20 17:54:04.839713 [ 268 ] {a32cf4fd-6dc2-4e11-a069-25f441b3d985} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.839755 [ 268 ] {a32cf4fd-6dc2-4e11-a069-25f441b3d985} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:04.840065 [ 268 ] {a32cf4fd-6dc2-4e11-a069-25f441b3d985} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:54:04.840301 [ 268 ] {a32cf4fd-6dc2-4e11-a069-25f441b3d985} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.840432 [ 268 ] {a32cf4fd-6dc2-4e11-a069-25f441b3d985} executeQuery: Read 54 rows, 4.05 KiB in 0.001247 sec., 43303.92943063352 rows/sec., 3.17 MiB/sec. 2026.03.20 17:54:04.840471 [ 268 ] {a32cf4fd-6dc2-4e11-a069-25f441b3d985} TCPHandler: Processed in 0.001435553 sec. 2026.03.20 17:54:04.840576 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.840684 [ 268 ] {6d45ec1d-cd21-462e-ac97-cd51e0f2b5b9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.840726 [ 268 ] {6d45ec1d-cd21-462e-ac97-cd51e0f2b5b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:54:04.841395 [ 268 ] {6d45ec1d-cd21-462e-ac97-cd51e0f2b5b9} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.841432 [ 268 ] {6d45ec1d-cd21-462e-ac97-cd51e0f2b5b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.841653 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 6787 rows, containing 5 columns (5 merged, 0 gathered) in 0.00261577 sec., 2594647.0828857278 rows/sec., 210.66 MiB/sec. 2026.03.20 17:54:04.841799 [ 268 ] {6d45ec1d-cd21-462e-ac97-cd51e0f2b5b9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:54:04.841923 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.20 17:54:04.842061 [ 268 ] {6d45ec1d-cd21-462e-ac97-cd51e0f2b5b9} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.842216 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_46_9} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.842231 [ 268 ] {6d45ec1d-cd21-462e-ac97-cd51e0f2b5b9} executeQuery: Read 708 rows, 42.29 KiB in 0.001565 sec., 452396.16613418533 rows/sec., 26.39 MiB/sec. 2026.03.20 17:54:04.842275 [ 268 ] {6d45ec1d-cd21-462e-ac97-cd51e0f2b5b9} TCPHandler: Processed in 0.001750501 sec. 2026.03.20 17:54:04.842288 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_46_9} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.20 17:54:04.842356 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.20 17:54:04.842387 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.842487 [ 268 ] {45423a16-797e-4c41-8e33-c74274a0999e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.842527 [ 268 ] {45423a16-797e-4c41-8e33-c74274a0999e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:54:04.842906 [ 268 ] {45423a16-797e-4c41-8e33-c74274a0999e} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.842942 [ 268 ] {45423a16-797e-4c41-8e33-c74274a0999e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.843231 [ 268 ] {45423a16-797e-4c41-8e33-c74274a0999e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 17:54:04.843437 [ 268 ] {45423a16-797e-4c41-8e33-c74274a0999e} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.843564 [ 268 ] {45423a16-797e-4c41-8e33-c74274a0999e} executeQuery: Read 1 rows, 72.00 B in 0.001095 sec., 913.2420091324201 rows/sec., 64.21 KiB/sec. 2026.03.20 17:54:04.843601 [ 268 ] {45423a16-797e-4c41-8e33-c74274a0999e} TCPHandler: Processed in 0.001265119 sec. 2026.03.20 17:54:04.843728 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.843842 [ 268 ] {0dcb4de1-d382-45bf-9e4e-a5350b4a7e10} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:04.843890 [ 268 ] {0dcb4de1-d382-45bf-9e4e-a5350b4a7e10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:04.844691 [ 268 ] {0dcb4de1-d382-45bf-9e4e-a5350b4a7e10} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.844724 [ 268 ] {0dcb4de1-d382-45bf-9e4e-a5350b4a7e10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.845045 [ 268 ] {0dcb4de1-d382-45bf-9e4e-a5350b4a7e10} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:54:04.845246 [ 268 ] {0dcb4de1-d382-45bf-9e4e-a5350b4a7e10} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.845344 [ 123 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.20 17:54:04.845365 [ 268 ] {0dcb4de1-d382-45bf-9e4e-a5350b4a7e10} executeQuery: Read 1054 rows, 74.67 KiB in 0.001596 sec., 660401.0025062656 rows/sec., 45.69 MiB/sec. 2026.03.20 17:54:04.845386 [ 123 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.845401 [ 268 ] {0dcb4de1-d382-45bf-9e4e-a5350b4a7e10} TCPHandler: Processed in 0.001784781 sec. 2026.03.20 17:54:04.845408 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.845484 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.20 17:54:04.845506 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.845640 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:04.845665 [ 268 ] {17717f5f-c352-464e-81f0-8b5cf248c78d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.845670 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1553 rows starting from the beginning of the part 2026.03.20 17:54:04.845718 [ 268 ] {17717f5f-c352-464e-81f0-8b5cf248c78d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:04.845739 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 105 rows starting from the beginning of the part 2026.03.20 17:54:04.845783 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 490 rows starting from the beginning of the part 2026.03.20 17:54:04.845819 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 105 rows starting from the beginning of the part 2026.03.20 17:54:04.845854 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 490 rows starting from the beginning of the part 2026.03.20 17:54:04.845933 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1054 rows starting from the beginning of the part 2026.03.20 17:54:04.846357 [ 268 ] {17717f5f-c352-464e-81f0-8b5cf248c78d} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.846397 [ 268 ] {17717f5f-c352-464e-81f0-8b5cf248c78d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:04.846848 [ 268 ] {17717f5f-c352-464e-81f0-8b5cf248c78d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:54:04.847057 [ 268 ] {17717f5f-c352-464e-81f0-8b5cf248c78d} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.847153 [ 123 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.20 17:54:04.847178 [ 123 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.847185 [ 268 ] {17717f5f-c352-464e-81f0-8b5cf248c78d} executeQuery: Read 1218 rows, 77.99 KiB in 0.001538 sec., 791937.5812743823 rows/sec., 49.52 MiB/sec. 2026.03.20 17:54:04.847197 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:04.847224 [ 268 ] {17717f5f-c352-464e-81f0-8b5cf248c78d} TCPHandler: Processed in 0.00170921 sec. 2026.03.20 17:54:04.847283 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.20 17:54:04.847348 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.847363 [ 199 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3797 rows, containing 5 columns (5 merged, 0 gathered) in 0.001854523 sec., 2047426.7507062461 rows/sec., 151.47 MiB/sec. 2026.03.20 17:54:04.847378 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:04.847418 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13633 rows starting from the beginning of the part 2026.03.20 17:54:04.847449 [ 268 ] {a2b92325-5287-4bf6-be0a-e72c525abcc7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.847461 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2026.03.20 17:54:04.847508 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 265 rows starting from the beginning of the part 2026.03.20 17:54:04.847513 [ 268 ] {a2b92325-5287-4bf6-be0a-e72c525abcc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:54:04.847543 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2026.03.20 17:54:04.847580 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 265 rows starting from the beginning of the part 2026.03.20 17:54:04.847596 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.20 17:54:04.847614 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1218 rows starting from the beginning of the part 2026.03.20 17:54:04.847954 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_46_9} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.848035 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_46_9} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.20 17:54:04.848118 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.20 17:54:04.848450 [ 268 ] {a2b92325-5287-4bf6-be0a-e72c525abcc7} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.848485 [ 268 ] {a2b92325-5287-4bf6-be0a-e72c525abcc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:04.849077 [ 268 ] {a2b92325-5287-4bf6-be0a-e72c525abcc7} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:54:04.849307 [ 268 ] {a2b92325-5287-4bf6-be0a-e72c525abcc7} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.849443 [ 268 ] {a2b92325-5287-4bf6-be0a-e72c525abcc7} executeQuery: Read 52 rows, 95.42 KiB in 0.002013 sec., 25832.0914058619 rows/sec., 46.29 MiB/sec. 2026.03.20 17:54:04.849496 [ 268 ] {a2b92325-5287-4bf6-be0a-e72c525abcc7} TCPHandler: Processed in 0.002197621 sec. 2026.03.20 17:54:04.849609 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:04.849704 [ 268 ] {73c8d7bd-fbcd-40c6-98c4-b9ef43c54de4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:04.849746 [ 268 ] {73c8d7bd-fbcd-40c6-98c4-b9ef43c54de4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:04.850055 [ 268 ] {73c8d7bd-fbcd-40c6-98c4-b9ef43c54de4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.850089 [ 268 ] {73c8d7bd-fbcd-40c6-98c4-b9ef43c54de4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:04.850391 [ 268 ] {73c8d7bd-fbcd-40c6-98c4-b9ef43c54de4} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:54:04.850597 [ 268 ] {73c8d7bd-fbcd-40c6-98c4-b9ef43c54de4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.850690 [ 123 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.20 17:54:04.850716 [ 123 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:04.850725 [ 268 ] {73c8d7bd-fbcd-40c6-98c4-b9ef43c54de4} executeQuery: Read 12 rows, 848.00 B in 0.001039 sec., 11549.566891241579 rows/sec., 797.04 KiB/sec. 2026.03.20 17:54:04.850732 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:04.850761 [ 268 ] {73c8d7bd-fbcd-40c6-98c4-b9ef43c54de4} TCPHandler: Processed in 0.001201848 sec. 2026.03.20 17:54:04.850798 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.20 17:54:04.850869 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:04.850895 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2280 rows starting from the beginning of the part 2026.03.20 17:54:04.850946 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2026.03.20 17:54:04.850985 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 90 rows starting from the beginning of the part 2026.03.20 17:54:04.851021 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2026.03.20 17:54:04.851055 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 90 rows starting from the beginning of the part 2026.03.20 17:54:04.851090 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part 2026.03.20 17:54:04.851418 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 15701 rows, containing 5 columns (5 merged, 0 gathered) in 0.004174657 sec., 3761027.5526827713 rows/sec., 248.77 MiB/sec. 2026.03.20 17:54:04.851889 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.20 17:54:04.852121 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2592 rows, containing 4 columns (4 merged, 0 gathered) in 0.001350291 sec., 1919586.2225253668 rows/sec., 122.47 MiB/sec. 2026.03.20 17:54:04.852163 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_46_9} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.852238 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_46_9} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.20 17:54:04.852310 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. 2026.03.20 17:54:04.852323 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.20 17:54:04.852550 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_46_9} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:04.852609 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_46_9} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.20 17:54:04.852661 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.03.20 17:54:07.826912 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 936 2026.03.20 17:54:07.829701 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:07.829758 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2026.03.20 17:54:07.830992 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:54:07.831292 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:07.831685 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 936 2026.03.20 17:54:09.661924 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:09.662119 [ 268 ] {8d3fa3f2-8e91-484e-a40e-5adf34d6d496} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:09.662187 [ 268 ] {8d3fa3f2-8e91-484e-a40e-5adf34d6d496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:09.662858 [ 268 ] {8d3fa3f2-8e91-484e-a40e-5adf34d6d496} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:09.662905 [ 268 ] {8d3fa3f2-8e91-484e-a40e-5adf34d6d496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:09.663294 [ 268 ] {8d3fa3f2-8e91-484e-a40e-5adf34d6d496} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:54:09.663527 [ 268 ] {8d3fa3f2-8e91-484e-a40e-5adf34d6d496} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:09.663677 [ 268 ] {8d3fa3f2-8e91-484e-a40e-5adf34d6d496} executeQuery: Read 56 rows, 4.41 KiB in 0.001606 sec., 34869.2403486924 rows/sec., 2.68 MiB/sec. 2026.03.20 17:54:09.663719 [ 268 ] {8d3fa3f2-8e91-484e-a40e-5adf34d6d496} TCPHandler: Processed in 0.001927464 sec. 2026.03.20 17:54:09.663842 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:09.663939 [ 268 ] {11d92411-2f2e-41df-a9c5-e55d4542682d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:09.663979 [ 268 ] {11d92411-2f2e-41df-a9c5-e55d4542682d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:09.664392 [ 268 ] {11d92411-2f2e-41df-a9c5-e55d4542682d} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:09.664428 [ 268 ] {11d92411-2f2e-41df-a9c5-e55d4542682d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:09.664732 [ 268 ] {11d92411-2f2e-41df-a9c5-e55d4542682d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:54:09.664936 [ 268 ] {11d92411-2f2e-41df-a9c5-e55d4542682d} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:09.665071 [ 268 ] {11d92411-2f2e-41df-a9c5-e55d4542682d} executeQuery: Read 64 rows, 5.12 KiB in 0.00115 sec., 55652.17391304348 rows/sec., 4.34 MiB/sec. 2026.03.20 17:54:09.665108 [ 268 ] {11d92411-2f2e-41df-a9c5-e55d4542682d} TCPHandler: Processed in 0.001316651 sec. 2026.03.20 17:54:09.665221 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:09.665316 [ 268 ] {3c2669f7-6eea-465a-91cd-f138bd4e1e96} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:09.665360 [ 268 ] {3c2669f7-6eea-465a-91cd-f138bd4e1e96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:09.665740 [ 268 ] {3c2669f7-6eea-465a-91cd-f138bd4e1e96} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:09.665776 [ 268 ] {3c2669f7-6eea-465a-91cd-f138bd4e1e96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:09.666100 [ 268 ] {3c2669f7-6eea-465a-91cd-f138bd4e1e96} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:54:09.666303 [ 268 ] {3c2669f7-6eea-465a-91cd-f138bd4e1e96} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:09.666435 [ 268 ] {3c2669f7-6eea-465a-91cd-f138bd4e1e96} executeQuery: Read 128 rows, 9.13 KiB in 0.001137 sec., 112576.95690413368 rows/sec., 7.84 MiB/sec. 2026.03.20 17:54:09.666471 [ 268 ] {3c2669f7-6eea-465a-91cd-f138bd4e1e96} TCPHandler: Processed in 0.00129999 sec. 2026.03.20 17:54:09.666580 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:09.666677 [ 268 ] {3cdaac60-4442-41d4-8d5e-212e5916a0c4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:09.666720 [ 268 ] {3cdaac60-4442-41d4-8d5e-212e5916a0c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:09.667039 [ 268 ] {3cdaac60-4442-41d4-8d5e-212e5916a0c4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:09.667075 [ 268 ] {3cdaac60-4442-41d4-8d5e-212e5916a0c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:09.667381 [ 268 ] {3cdaac60-4442-41d4-8d5e-212e5916a0c4} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:54:09.667581 [ 268 ] {3cdaac60-4442-41d4-8d5e-212e5916a0c4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:09.667708 [ 268 ] {3cdaac60-4442-41d4-8d5e-212e5916a0c4} executeQuery: Read 48 rows, 3.31 KiB in 0.001051 sec., 45670.78972407231 rows/sec., 3.08 MiB/sec. 2026.03.20 17:54:09.667744 [ 268 ] {3cdaac60-4442-41d4-8d5e-212e5916a0c4} TCPHandler: Processed in 0.001213798 sec. 2026.03.20 17:54:10.281027 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14949 2026.03.20 17:54:10.281543 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:10.281590 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:10.282068 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:54:10.282314 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:10.282459 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14949 2026.03.20 17:54:10.282471 [ 96 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.20 17:54:10.282566 [ 96 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:10.282603 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:10.282761 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.20 17:54:10.282956 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:10.283018 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12517 rows starting from the beginning of the part 2026.03.20 17:54:10.283121 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2026.03.20 17:54:10.283195 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2026.03.20 17:54:10.283266 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2026.03.20 17:54:10.283331 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2026.03.20 17:54:10.283398 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2026.03.20 17:54:10.285167 [ 199 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14949 rows, containing 4 columns (4 merged, 0 gathered) in 0.002473417 sec., 6043865.632038593 rows/sec., 86.46 MiB/sec. 2026.03.20 17:54:10.285643 [ 190 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.20 17:54:10.285958 [ 190 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_31_6} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:10.286044 [ 190 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_31_6} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.20 17:54:10.286162 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.03.20 17:54:11.063695 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.03.20 17:54:11.081254 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:11.081299 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:11.086911 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:54:11.087588 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:11.087887 [ 113 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.20 17:54:11.087929 [ 113 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:11.087952 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:11.088130 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.20 17:54:11.090586 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.03.20 17:54:11.091947 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:11.093486 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.03.20 17:54:11.098057 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.03.20 17:54:11.102404 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.03.20 17:54:11.107018 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.03.20 17:54:11.111288 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.03.20 17:54:11.115054 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.03.20 17:54:11.174074 [ 199 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.086022694 sec., 2720.2124127849333 rows/sec., 14.07 MiB/sec. 2026.03.20 17:54:11.176449 [ 192 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.20 17:54:11.178615 [ 192 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_31_6} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:11.178743 [ 192 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_31_6} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.20 17:54:11.180716 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.20 17:54:12.000260 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 279.24 MiB, peak 289.78 MiB, free memory in arenas 0.00 B, will set to 282.89 MiB (RSS), difference: 3.66 MiB 2026.03.20 17:54:14.670463 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:14.670669 [ 268 ] {6eaac1db-247b-4ec0-92d9-228fc4ae7e16} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:54:14.670740 [ 268 ] {6eaac1db-247b-4ec0-92d9-228fc4ae7e16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:54:14.671508 [ 268 ] {6eaac1db-247b-4ec0-92d9-228fc4ae7e16} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:14.671561 [ 268 ] {6eaac1db-247b-4ec0-92d9-228fc4ae7e16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:14.671982 [ 268 ] {6eaac1db-247b-4ec0-92d9-228fc4ae7e16} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:54:14.672213 [ 268 ] {6eaac1db-247b-4ec0-92d9-228fc4ae7e16} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:14.672382 [ 268 ] {6eaac1db-247b-4ec0-92d9-228fc4ae7e16} executeQuery: Read 284 rows, 18.47 KiB in 0.001765 sec., 160906.51558073654 rows/sec., 10.22 MiB/sec. 2026.03.20 17:54:14.672435 [ 268 ] {6eaac1db-247b-4ec0-92d9-228fc4ae7e16} TCPHandler: Processed in 0.002105779 sec. 2026.03.20 17:54:14.672559 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:14.672664 [ 268 ] {b4c2acaa-b3cd-453f-9e66-aaa897a8769b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:14.672715 [ 268 ] {b4c2acaa-b3cd-453f-9e66-aaa897a8769b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:14.673539 [ 268 ] {b4c2acaa-b3cd-453f-9e66-aaa897a8769b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:14.673579 [ 268 ] {b4c2acaa-b3cd-453f-9e66-aaa897a8769b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:14.673952 [ 268 ] {b4c2acaa-b3cd-453f-9e66-aaa897a8769b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:54:14.674195 [ 268 ] {b4c2acaa-b3cd-453f-9e66-aaa897a8769b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:14.674350 [ 268 ] {b4c2acaa-b3cd-453f-9e66-aaa897a8769b} executeQuery: Read 797 rows, 63.50 KiB in 0.001709 sec., 466354.5933294324 rows/sec., 36.28 MiB/sec. 2026.03.20 17:54:14.674394 [ 268 ] {b4c2acaa-b3cd-453f-9e66-aaa897a8769b} TCPHandler: Processed in 0.001886633 sec. 2026.03.20 17:54:14.674510 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:14.674611 [ 268 ] {ea8095df-2ed5-438f-b821-fda974ffe110} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:54:14.674653 [ 268 ] {ea8095df-2ed5-438f-b821-fda974ffe110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:54:14.675117 [ 268 ] {ea8095df-2ed5-438f-b821-fda974ffe110} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:14.675155 [ 268 ] {ea8095df-2ed5-438f-b821-fda974ffe110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:14.675460 [ 268 ] {ea8095df-2ed5-438f-b821-fda974ffe110} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:54:14.675670 [ 268 ] {ea8095df-2ed5-438f-b821-fda974ffe110} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:14.675784 [ 121 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2026.03.20 17:54:14.675805 [ 268 ] {ea8095df-2ed5-438f-b821-fda974ffe110} executeQuery: Read 142 rows, 8.54 KiB in 0.001215 sec., 116872.4279835391 rows/sec., 6.87 MiB/sec. 2026.03.20 17:54:14.675855 [ 121 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:14.675864 [ 268 ] {ea8095df-2ed5-438f-b821-fda974ffe110} TCPHandler: Processed in 0.001406512 sec. 2026.03.20 17:54:14.675885 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:14.675990 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:14.676000 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2026.03.20 17:54:14.676095 [ 268 ] {1c763931-3342-4dac-ba95-c98b53711177} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:54:14.676136 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:14.676141 [ 268 ] {1c763931-3342-4dac-ba95-c98b53711177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:54:14.676179 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 224 rows starting from the beginning of the part 2026.03.20 17:54:14.676255 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 142 rows starting from the beginning of the part 2026.03.20 17:54:14.676303 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part 2026.03.20 17:54:14.676350 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 142 rows starting from the beginning of the part 2026.03.20 17:54:14.676392 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 54 rows starting from the beginning of the part 2026.03.20 17:54:14.676433 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 142 rows starting from the beginning of the part 2026.03.20 17:54:14.676620 [ 268 ] {1c763931-3342-4dac-ba95-c98b53711177} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:14.676662 [ 268 ] {1c763931-3342-4dac-ba95-c98b53711177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:14.677279 [ 268 ] {1c763931-3342-4dac-ba95-c98b53711177} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:54:14.677303 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 745 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355972 sec., 549421.3744826589 rows/sec., 36.25 MiB/sec. 2026.03.20 17:54:14.677443 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2026.03.20 17:54:14.677501 [ 268 ] {1c763931-3342-4dac-ba95-c98b53711177} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:14.677635 [ 268 ] {1c763931-3342-4dac-ba95-c98b53711177} executeQuery: Read 149 rows, 9.86 KiB in 0.00156 sec., 95512.82051282052 rows/sec., 6.17 MiB/sec. 2026.03.20 17:54:14.677673 [ 268 ] {1c763931-3342-4dac-ba95-c98b53711177} TCPHandler: Processed in 0.001733711 sec. 2026.03.20 17:54:14.677700 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_30_6} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:14.677781 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_30_6} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2026.03.20 17:54:14.677788 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:14.677863 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.20 17:54:14.677887 [ 268 ] {3f290dc5-f4da-4a18-9372-df6b4919d7d8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:54:14.677928 [ 268 ] {3f290dc5-f4da-4a18-9372-df6b4919d7d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:54:14.678384 [ 268 ] {3f290dc5-f4da-4a18-9372-df6b4919d7d8} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:14.678420 [ 268 ] {3f290dc5-f4da-4a18-9372-df6b4919d7d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:14.678729 [ 268 ] {3f290dc5-f4da-4a18-9372-df6b4919d7d8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:54:14.678943 [ 268 ] {3f290dc5-f4da-4a18-9372-df6b4919d7d8} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:14.679069 [ 268 ] {3f290dc5-f4da-4a18-9372-df6b4919d7d8} executeQuery: Read 148 rows, 8.62 KiB in 0.001199 sec., 123436.19683069225 rows/sec., 7.02 MiB/sec. 2026.03.20 17:54:14.679106 [ 268 ] {3f290dc5-f4da-4a18-9372-df6b4919d7d8} TCPHandler: Processed in 0.001368572 sec. 2026.03.20 17:54:14.679213 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:14.679307 [ 268 ] {e251d4f4-6de1-4e43-946c-0a23f5607118} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:14.679346 [ 268 ] {e251d4f4-6de1-4e43-946c-0a23f5607118} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:14.680005 [ 268 ] {e251d4f4-6de1-4e43-946c-0a23f5607118} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:14.680041 [ 268 ] {e251d4f4-6de1-4e43-946c-0a23f5607118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:14.680378 [ 268 ] {e251d4f4-6de1-4e43-946c-0a23f5607118} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:54:14.680592 [ 268 ] {e251d4f4-6de1-4e43-946c-0a23f5607118} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:14.680732 [ 268 ] {e251d4f4-6de1-4e43-946c-0a23f5607118} executeQuery: Read 490 rows, 35.18 KiB in 0.001443 sec., 339570.33957033954 rows/sec., 23.81 MiB/sec. 2026.03.20 17:54:14.680769 [ 268 ] {e251d4f4-6de1-4e43-946c-0a23f5607118} TCPHandler: Processed in 0.001605647 sec. 2026.03.20 17:54:14.680875 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:14.680970 [ 268 ] {426b8d3e-d54b-43be-82a5-fc4cb3e4ff6a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:54:14.681010 [ 268 ] {426b8d3e-d54b-43be-82a5-fc4cb3e4ff6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:54:14.681334 [ 268 ] {426b8d3e-d54b-43be-82a5-fc4cb3e4ff6a} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:14.681371 [ 268 ] {426b8d3e-d54b-43be-82a5-fc4cb3e4ff6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:14.681673 [ 268 ] {426b8d3e-d54b-43be-82a5-fc4cb3e4ff6a} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:54:14.681890 [ 268 ] {426b8d3e-d54b-43be-82a5-fc4cb3e4ff6a} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:14.682021 [ 268 ] {426b8d3e-d54b-43be-82a5-fc4cb3e4ff6a} executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. 2026.03.20 17:54:14.682058 [ 268 ] {426b8d3e-d54b-43be-82a5-fc4cb3e4ff6a} TCPHandler: Processed in 0.001232349 sec. 2026.03.20 17:54:14.682162 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:14.682256 [ 268 ] {5ad5bee9-9a5d-4eca-a699-dad4f588698f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:14.682299 [ 268 ] {5ad5bee9-9a5d-4eca-a699-dad4f588698f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:14.682726 [ 268 ] {5ad5bee9-9a5d-4eca-a699-dad4f588698f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:14.682763 [ 268 ] {5ad5bee9-9a5d-4eca-a699-dad4f588698f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:14.683092 [ 268 ] {5ad5bee9-9a5d-4eca-a699-dad4f588698f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:54:14.683297 [ 268 ] {5ad5bee9-9a5d-4eca-a699-dad4f588698f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:14.683426 [ 268 ] {5ad5bee9-9a5d-4eca-a699-dad4f588698f} executeQuery: Read 265 rows, 18.03 KiB in 0.001188 sec., 223063.97306397307 rows/sec., 14.82 MiB/sec. 2026.03.20 17:54:14.683463 [ 268 ] {5ad5bee9-9a5d-4eca-a699-dad4f588698f} TCPHandler: Processed in 0.001350242 sec. 2026.03.20 17:54:14.683571 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:14.683665 [ 268 ] {a0bcda22-c890-488d-830a-a43255b94321} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:54:14.683708 [ 268 ] {a0bcda22-c890-488d-830a-a43255b94321} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:54:14.684009 [ 268 ] {a0bcda22-c890-488d-830a-a43255b94321} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:14.684044 [ 268 ] {a0bcda22-c890-488d-830a-a43255b94321} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:14.684334 [ 268 ] {a0bcda22-c890-488d-830a-a43255b94321} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:54:14.684535 [ 268 ] {a0bcda22-c890-488d-830a-a43255b94321} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:14.684660 [ 268 ] {a0bcda22-c890-488d-830a-a43255b94321} executeQuery: Read 1 rows, 69.00 B in 0.001012 sec., 988.1422924901185 rows/sec., 66.58 KiB/sec. 2026.03.20 17:54:14.684697 [ 268 ] {a0bcda22-c890-488d-830a-a43255b94321} TCPHandler: Processed in 0.001174647 sec. 2026.03.20 17:54:14.684817 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:14.684939 [ 268 ] {0d8e6a4c-58f0-4a39-9921-a27cc1c0ef33} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:14.684988 [ 268 ] {0d8e6a4c-58f0-4a39-9921-a27cc1c0ef33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:14.685387 [ 268 ] {0d8e6a4c-58f0-4a39-9921-a27cc1c0ef33} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:14.685430 [ 268 ] {0d8e6a4c-58f0-4a39-9921-a27cc1c0ef33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:14.685771 [ 268 ] {0d8e6a4c-58f0-4a39-9921-a27cc1c0ef33} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:54:14.685988 [ 268 ] {0d8e6a4c-58f0-4a39-9921-a27cc1c0ef33} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:14.686119 [ 268 ] {0d8e6a4c-58f0-4a39-9921-a27cc1c0ef33} executeQuery: Read 90 rows, 5.77 KiB in 0.001205 sec., 74688.79668049794 rows/sec., 4.67 MiB/sec. 2026.03.20 17:54:14.686155 [ 268 ] {0d8e6a4c-58f0-4a39-9921-a27cc1c0ef33} TCPHandler: Processed in 0.001398152 sec. 2026.03.20 17:54:17.683936 [ 117 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:54:17.683989 [ 117 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:54:17.782563 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15397 2026.03.20 17:54:17.783106 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:17.783155 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:17.783811 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:54:17.784052 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:17.784177 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15397 2026.03.20 17:54:17.832055 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 964 2026.03.20 17:54:17.834397 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:17.834456 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:17.835674 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:54:17.835969 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:17.836344 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 964 2026.03.20 17:54:18.001183 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00081587 sec. 2026.03.20 17:54:18.590680 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.03.20 17:54:18.606135 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:18.606190 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:18.611800 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:54:18.612526 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:18.615186 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.03.20 17:54:19.664785 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:19.664970 [ 268 ] {3ba07893-5763-4931-bd5b-372d48c3485b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:19.665038 [ 268 ] {3ba07893-5763-4931-bd5b-372d48c3485b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:19.665713 [ 268 ] {3ba07893-5763-4931-bd5b-372d48c3485b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:19.665760 [ 268 ] {3ba07893-5763-4931-bd5b-372d48c3485b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:19.666172 [ 268 ] {3ba07893-5763-4931-bd5b-372d48c3485b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:54:19.666399 [ 268 ] {3ba07893-5763-4931-bd5b-372d48c3485b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:19.666554 [ 268 ] {3ba07893-5763-4931-bd5b-372d48c3485b} executeQuery: Read 138 rows, 12.29 KiB in 0.001637 sec., 84300.54978619426 rows/sec., 7.33 MiB/sec. 2026.03.20 17:54:19.666598 [ 268 ] {3ba07893-5763-4931-bd5b-372d48c3485b} TCPHandler: Processed in 0.001947925 sec. 2026.03.20 17:54:19.666715 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:19.666813 [ 268 ] {3ec09730-28bd-4d9d-a9f1-579932609efe} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:54:19.666856 [ 268 ] {3ec09730-28bd-4d9d-a9f1-579932609efe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:54:19.667264 [ 268 ] {3ec09730-28bd-4d9d-a9f1-579932609efe} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:19.667301 [ 268 ] {3ec09730-28bd-4d9d-a9f1-579932609efe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:19.667636 [ 268 ] {3ec09730-28bd-4d9d-a9f1-579932609efe} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:54:19.667895 [ 268 ] {3ec09730-28bd-4d9d-a9f1-579932609efe} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:19.668029 [ 268 ] {3ec09730-28bd-4d9d-a9f1-579932609efe} executeQuery: Read 41 rows, 3.08 KiB in 0.001235 sec., 33198.38056680162 rows/sec., 2.44 MiB/sec. 2026.03.20 17:54:19.668069 [ 268 ] {3ec09730-28bd-4d9d-a9f1-579932609efe} TCPHandler: Processed in 0.001405002 sec. 2026.03.20 17:54:19.668175 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:19.668273 [ 268 ] {41fd137e-2961-4d0b-850b-f2ce31c32caf} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:19.668312 [ 268 ] {41fd137e-2961-4d0b-850b-f2ce31c32caf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:19.668752 [ 268 ] {41fd137e-2961-4d0b-850b-f2ce31c32caf} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:19.668789 [ 268 ] {41fd137e-2961-4d0b-850b-f2ce31c32caf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:19.669126 [ 268 ] {41fd137e-2961-4d0b-850b-f2ce31c32caf} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:54:19.669339 [ 268 ] {41fd137e-2961-4d0b-850b-f2ce31c32caf} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:19.669467 [ 268 ] {41fd137e-2961-4d0b-850b-f2ce31c32caf} executeQuery: Read 105 rows, 8.40 KiB in 0.001212 sec., 86633.66336633664 rows/sec., 6.77 MiB/sec. 2026.03.20 17:54:19.669504 [ 268 ] {41fd137e-2961-4d0b-850b-f2ce31c32caf} TCPHandler: Processed in 0.001379832 sec. 2026.03.20 17:54:19.669618 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:19.669714 [ 268 ] {b36de438-a59c-452e-80de-9ca93704c835} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:19.669762 [ 268 ] {b36de438-a59c-452e-80de-9ca93704c835} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:19.670166 [ 268 ] {b36de438-a59c-452e-80de-9ca93704c835} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:19.670202 [ 268 ] {b36de438-a59c-452e-80de-9ca93704c835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:19.670547 [ 268 ] {b36de438-a59c-452e-80de-9ca93704c835} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:54:19.670761 [ 268 ] {b36de438-a59c-452e-80de-9ca93704c835} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:19.670891 [ 268 ] {b36de438-a59c-452e-80de-9ca93704c835} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2026.03.20 17:54:19.670928 [ 268 ] {b36de438-a59c-452e-80de-9ca93704c835} TCPHandler: Processed in 0.001360651 sec. 2026.03.20 17:54:19.671033 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:19.671130 [ 268 ] {b73bf277-e4c6-4da0-9493-5f1f5d64299b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:19.671184 [ 268 ] {b73bf277-e4c6-4da0-9493-5f1f5d64299b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:54:19.671980 [ 268 ] {b73bf277-e4c6-4da0-9493-5f1f5d64299b} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:19.672017 [ 268 ] {b73bf277-e4c6-4da0-9493-5f1f5d64299b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:19.672611 [ 268 ] {b73bf277-e4c6-4da0-9493-5f1f5d64299b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:54:19.672834 [ 268 ] {b73bf277-e4c6-4da0-9493-5f1f5d64299b} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:19.672968 [ 268 ] {b73bf277-e4c6-4da0-9493-5f1f5d64299b} executeQuery: Read 41 rows, 75.23 KiB in 0.001856 sec., 22090.51724137931 rows/sec., 39.59 MiB/sec. 2026.03.20 17:54:19.673020 [ 268 ] {b73bf277-e4c6-4da0-9493-5f1f5d64299b} TCPHandler: Processed in 0.002037327 sec. 2026.03.20 17:54:19.673131 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:19.673228 [ 268 ] {02050f59-862d-4b62-beb0-be1abcdd05f8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:19.673270 [ 268 ] {02050f59-862d-4b62-beb0-be1abcdd05f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:19.673593 [ 268 ] {02050f59-862d-4b62-beb0-be1abcdd05f8} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:19.673632 [ 268 ] {02050f59-862d-4b62-beb0-be1abcdd05f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:19.673958 [ 268 ] {02050f59-862d-4b62-beb0-be1abcdd05f8} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:54:19.674171 [ 268 ] {02050f59-862d-4b62-beb0-be1abcdd05f8} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:19.674299 [ 268 ] {02050f59-862d-4b62-beb0-be1abcdd05f8} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2026.03.20 17:54:19.674334 [ 268 ] {02050f59-862d-4b62-beb0-be1abcdd05f8} TCPHandler: Processed in 0.001253699 sec. 2026.03.20 17:54:21.731594 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62376 2026.03.20 17:54:21.731700 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.731725 [ 286 ] {} TCP-Session: 7802d4a5-e703-43b0-95bc-b587a28c7fd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:62376 2026.03.20 17:54:21.731748 [ 286 ] {} TCP-Session: 7802d4a5-e703-43b0-95bc-b587a28c7fd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.731761 [ 286 ] {} TCP-Session: 7802d4a5-e703-43b0-95bc-b587a28c7fd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.731989 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58813 2026.03.20 17:54:21.732012 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39999 2026.03.20 17:54:21.732036 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62334 2026.03.20 17:54:21.732086 [ 286 ] {} TCP-Session: 7802d4a5-e703-43b0-95bc-b587a28c7fd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:21.732122 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.732122 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.732158 [ 291 ] {} TCP-Session: 125f5992-a29b-41a4-8021-dcbb29808faa Authenticating user 'default' from [fd00:1122:3344:101::e]:39999 2026.03.20 17:54:21.732172 [ 288 ] {} TCP-Session: 8b21a751-6994-4de2-867a-00a0ddda6aaf Authenticating user 'default' from [fd00:1122:3344:101::e]:58813 2026.03.20 17:54:21.732187 [ 291 ] {} TCP-Session: 125f5992-a29b-41a4-8021-dcbb29808faa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.732199 [ 288 ] {} TCP-Session: 8b21a751-6994-4de2-867a-00a0ddda6aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.732204 [ 291 ] {} TCP-Session: 125f5992-a29b-41a4-8021-dcbb29808faa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.732215 [ 288 ] {} TCP-Session: 8b21a751-6994-4de2-867a-00a0ddda6aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.732064 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61848 2026.03.20 17:54:21.732058 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43730 2026.03.20 17:54:21.732303 [ 286 ] {c0ff5f09-ab40-4d21-9704-69b6e55e1eff} executeQuery: (from [fd00:1122:3344:101::e]:62376) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:54:21.732047 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59100 2026.03.20 17:54:21.731999 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33245 2026.03.20 17:54:21.731996 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42172 2026.03.20 17:54:21.732381 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.732456 [ 292 ] {} TCP-Session: e974e4d0-5649-4e5a-bc56-7ac67f6716ac Authenticating user 'default' from [fd00:1122:3344:101::e]:62334 2026.03.20 17:54:21.732480 [ 292 ] {} TCP-Session: e974e4d0-5649-4e5a-bc56-7ac67f6716ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.732493 [ 292 ] {} TCP-Session: e974e4d0-5649-4e5a-bc56-7ac67f6716ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.732615 [ 286 ] {c0ff5f09-ab40-4d21-9704-69b6e55e1eff} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:54:21.732690 [ 286 ] {c0ff5f09-ab40-4d21-9704-69b6e55e1eff} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:54:21.732829 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.732868 [ 289 ] {} TCP-Session: a40c930b-a0b4-4e36-8300-1117f83ebfd6 Authenticating user 'default' from [fd00:1122:3344:101::e]:42172 2026.03.20 17:54:21.732888 [ 289 ] {} TCP-Session: a40c930b-a0b4-4e36-8300-1117f83ebfd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.732901 [ 289 ] {} TCP-Session: a40c930b-a0b4-4e36-8300-1117f83ebfd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.732929 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.732963 [ 290 ] {} TCP-Session: 3c8bd29b-cd86-4aeb-b780-423879763a51 Authenticating user 'default' from [fd00:1122:3344:101::e]:33245 2026.03.20 17:54:21.732984 [ 290 ] {} TCP-Session: 3c8bd29b-cd86-4aeb-b780-423879763a51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.732997 [ 290 ] {} TCP-Session: 3c8bd29b-cd86-4aeb-b780-423879763a51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.733014 [ 286 ] {c0ff5f09-ab40-4d21-9704-69b6e55e1eff} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:54:21.733290 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.733300 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.733327 [ 294 ] {} TCP-Session: 27875598-00c0-4e6e-b5f6-e8ecbc1e74be Authenticating user 'default' from [fd00:1122:3344:101::e]:59100 2026.03.20 17:54:21.733340 [ 267 ] {} TCP-Session: bd93c351-9138-4f73-ab38-584600f08b9f Authenticating user 'default' from [fd00:1122:3344:101::e]:61848 2026.03.20 17:54:21.733345 [ 294 ] {} TCP-Session: 27875598-00c0-4e6e-b5f6-e8ecbc1e74be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.733361 [ 267 ] {} TCP-Session: bd93c351-9138-4f73-ab38-584600f08b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.733365 [ 294 ] {} TCP-Session: 27875598-00c0-4e6e-b5f6-e8ecbc1e74be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.733375 [ 267 ] {} TCP-Session: bd93c351-9138-4f73-ab38-584600f08b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.733405 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.733447 [ 293 ] {} TCP-Session: fb4132e9-26e9-4f52-a76f-dfc6398acd27 Authenticating user 'default' from [fd00:1122:3344:101::e]:43730 2026.03.20 17:54:21.733470 [ 293 ] {} TCP-Session: fb4132e9-26e9-4f52-a76f-dfc6398acd27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.733484 [ 293 ] {} TCP-Session: fb4132e9-26e9-4f52-a76f-dfc6398acd27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.733995 [ 307 ] {c0ff5f09-ab40-4d21-9704-69b6e55e1eff} AggregatingTransform: Aggregating 2026.03.20 17:54:21.734045 [ 307 ] {c0ff5f09-ab40-4d21-9704-69b6e55e1eff} Aggregator: Aggregation method: without_key 2026.03.20 17:54:21.734087 [ 307 ] {c0ff5f09-ab40-4d21-9704-69b6e55e1eff} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000967522 sec. (1033.568 rows/sec., 40.37 KiB/sec.) 2026.03.20 17:54:21.734109 [ 307 ] {c0ff5f09-ab40-4d21-9704-69b6e55e1eff} Aggregator: Merging aggregated data 2026.03.20 17:54:21.735532 [ 286 ] {c0ff5f09-ab40-4d21-9704-69b6e55e1eff} executeQuery: Read 1 rows, 40.00 B in 0.0033 sec., 303.03030303030306 rows/sec., 11.84 KiB/sec. 2026.03.20 17:54:21.735677 [ 286 ] {c0ff5f09-ab40-4d21-9704-69b6e55e1eff} TCPHandler: Processed in 0.003712706 sec. 2026.03.20 17:54:21.735793 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.735826 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.735842 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.735859 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.735876 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.735889 [ 267 ] {} TCP-Session: bd93c351-9138-4f73-ab38-584600f08b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.735908 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.735925 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.735938 [ 292 ] {} TCP-Session: e974e4d0-5649-4e5a-bc56-7ac67f6716ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.735960 [ 289 ] {} TCP-Session: a40c930b-a0b4-4e36-8300-1117f83ebfd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.735981 [ 291 ] {} TCP-Session: 125f5992-a29b-41a4-8021-dcbb29808faa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.735939 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.735912 [ 293 ] {} TCP-Session: fb4132e9-26e9-4f52-a76f-dfc6398acd27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.736050 [ 294 ] {} TCP-Session: 27875598-00c0-4e6e-b5f6-e8ecbc1e74be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.735872 [ 288 ] {} TCP-Session: 8b21a751-6994-4de2-867a-00a0ddda6aaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.735893 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.735830 [ 286 ] {} TCP-Session: 7802d4a5-e703-43b0-95bc-b587a28c7fd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.736143 [ 290 ] {} TCP-Session: 3c8bd29b-cd86-4aeb-b780-423879763a51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.794846 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52955 2026.03.20 17:54:21.794955 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.794981 [ 291 ] {} TCP-Session: e66a40f5-1145-4302-a025-89c723c7749c Authenticating user 'default' from [fd00:1122:3344:101::e]:52955 2026.03.20 17:54:21.795003 [ 291 ] {} TCP-Session: e66a40f5-1145-4302-a025-89c723c7749c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795016 [ 291 ] {} TCP-Session: e66a40f5-1145-4302-a025-89c723c7749c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795166 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41784 2026.03.20 17:54:21.795223 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53661 2026.03.20 17:54:21.795236 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38832 2026.03.20 17:54:21.795247 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62610 2026.03.20 17:54:21.795271 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60682 2026.03.20 17:54:21.795305 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.795314 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.795331 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.795333 [ 294 ] {} TCP-Session: 7fb2f577-ffae-4ac3-90bd-32a49574bc4e Authenticating user 'default' from [fd00:1122:3344:101::e]:53661 2026.03.20 17:54:21.795341 [ 267 ] {} TCP-Session: f716ecb9-d3cb-47e8-a683-c5d902fcc706 Authenticating user 'default' from [fd00:1122:3344:101::e]:38832 2026.03.20 17:54:21.795349 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.795352 [ 286 ] {} TCP-Session: c8e80d23-7057-4fdf-ad46-75666942c72c Authenticating user 'default' from [fd00:1122:3344:101::e]:62610 2026.03.20 17:54:21.795366 [ 267 ] {} TCP-Session: f716ecb9-d3cb-47e8-a683-c5d902fcc706 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795378 [ 290 ] {} TCP-Session: 7d649cb7-6990-4239-9445-8a3bca7d2afa Authenticating user 'default' from [fd00:1122:3344:101::e]:60682 2026.03.20 17:54:21.795385 [ 286 ] {} TCP-Session: c8e80d23-7057-4fdf-ad46-75666942c72c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795389 [ 267 ] {} TCP-Session: f716ecb9-d3cb-47e8-a683-c5d902fcc706 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795400 [ 290 ] {} TCP-Session: 7d649cb7-6990-4239-9445-8a3bca7d2afa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795404 [ 286 ] {} TCP-Session: c8e80d23-7057-4fdf-ad46-75666942c72c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795418 [ 290 ] {} TCP-Session: 7d649cb7-6990-4239-9445-8a3bca7d2afa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795361 [ 294 ] {} TCP-Session: 7fb2f577-ffae-4ac3-90bd-32a49574bc4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795355 [ 291 ] {} TCP-Session: e66a40f5-1145-4302-a025-89c723c7749c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:21.795453 [ 294 ] {} TCP-Session: 7fb2f577-ffae-4ac3-90bd-32a49574bc4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795256 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43552 2026.03.20 17:54:21.795246 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.795227 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34624 2026.03.20 17:54:21.795583 [ 292 ] {} TCP-Session: 7332eb29-aa34-4427-95bc-2f5689e4054b Authenticating user 'default' from [fd00:1122:3344:101::e]:41784 2026.03.20 17:54:21.795599 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.795621 [ 292 ] {} TCP-Session: 7332eb29-aa34-4427-95bc-2f5689e4054b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795267 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63696 2026.03.20 17:54:21.795647 [ 292 ] {} TCP-Session: 7332eb29-aa34-4427-95bc-2f5689e4054b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795664 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.795656 [ 291 ] {aad77b72-b097-4475-9fc7-ea9857e2bf61} executeQuery: (from [fd00:1122:3344:101::e]:52955) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:54:21.795709 [ 293 ] {} TCP-Session: 17882c54-c6f3-4e06-a0c7-27b7a1e60868 Authenticating user 'default' from [fd00:1122:3344:101::e]:34624 2026.03.20 17:54:21.795718 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:21.795743 [ 293 ] {} TCP-Session: 17882c54-c6f3-4e06-a0c7-27b7a1e60868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795763 [ 289 ] {} TCP-Session: 58086f0b-73d6-42c2-ae6d-dc9c9b9096bb Authenticating user 'default' from [fd00:1122:3344:101::e]:63696 2026.03.20 17:54:21.795770 [ 293 ] {} TCP-Session: 17882c54-c6f3-4e06-a0c7-27b7a1e60868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795790 [ 289 ] {} TCP-Session: 58086f0b-73d6-42c2-ae6d-dc9c9b9096bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795645 [ 288 ] {} TCP-Session: 3823ab3b-5dda-4ab0-8113-250540788423 Authenticating user 'default' from [fd00:1122:3344:101::e]:43552 2026.03.20 17:54:21.795815 [ 289 ] {} TCP-Session: 58086f0b-73d6-42c2-ae6d-dc9c9b9096bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795852 [ 288 ] {} TCP-Session: 3823ab3b-5dda-4ab0-8113-250540788423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.795877 [ 288 ] {} TCP-Session: 3823ab3b-5dda-4ab0-8113-250540788423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.796026 [ 291 ] {aad77b72-b097-4475-9fc7-ea9857e2bf61} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:54:21.796082 [ 291 ] {aad77b72-b097-4475-9fc7-ea9857e2bf61} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:54:21.796397 [ 291 ] {aad77b72-b097-4475-9fc7-ea9857e2bf61} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:54:21.797476 [ 334 ] {aad77b72-b097-4475-9fc7-ea9857e2bf61} AggregatingTransform: Aggregating 2026.03.20 17:54:21.797513 [ 334 ] {aad77b72-b097-4475-9fc7-ea9857e2bf61} Aggregator: Aggregation method: without_key 2026.03.20 17:54:21.797547 [ 334 ] {aad77b72-b097-4475-9fc7-ea9857e2bf61} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001048884 sec. (953.394 rows/sec., 37.24 KiB/sec.) 2026.03.20 17:54:21.797566 [ 334 ] {aad77b72-b097-4475-9fc7-ea9857e2bf61} Aggregator: Merging aggregated data 2026.03.20 17:54:21.798861 [ 291 ] {aad77b72-b097-4475-9fc7-ea9857e2bf61} executeQuery: Read 1 rows, 40.00 B in 0.003269 sec., 305.90394616090543 rows/sec., 11.95 KiB/sec. 2026.03.20 17:54:21.799000 [ 291 ] {aad77b72-b097-4475-9fc7-ea9857e2bf61} TCPHandler: Processed in 0.003801608 sec. 2026.03.20 17:54:21.799128 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.799153 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.799167 [ 291 ] {} TCP-Session: e66a40f5-1145-4302-a025-89c723c7749c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.799175 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.799194 [ 292 ] {} TCP-Session: 7332eb29-aa34-4427-95bc-2f5689e4054b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.799210 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.799225 [ 267 ] {} TCP-Session: f716ecb9-d3cb-47e8-a683-c5d902fcc706 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.799229 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.799248 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.799269 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.799287 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.799309 [ 293 ] {} TCP-Session: 17882c54-c6f3-4e06-a0c7-27b7a1e60868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.799326 [ 286 ] {} TCP-Session: c8e80d23-7057-4fdf-ad46-75666942c72c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.799339 [ 290 ] {} TCP-Session: 7d649cb7-6990-4239-9445-8a3bca7d2afa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.799254 [ 294 ] {} TCP-Session: 7fb2f577-ffae-4ac3-90bd-32a49574bc4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.799195 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:21.799285 [ 289 ] {} TCP-Session: 58086f0b-73d6-42c2-ae6d-dc9c9b9096bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:21.799421 [ 288 ] {} TCP-Session: 3823ab3b-5dda-4ab0-8113-250540788423 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.346138 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35095 2026.03.20 17:54:23.346267 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:23.346294 [ 291 ] {} TCP-Session: e21e91d0-8536-456c-8773-22d482182750 Authenticating user 'default' from [fd00:1122:3344:101::e]:35095 2026.03.20 17:54:23.346317 [ 291 ] {} TCP-Session: e21e91d0-8536-456c-8773-22d482182750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.346331 [ 291 ] {} TCP-Session: e21e91d0-8536-456c-8773-22d482182750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.346573 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44479 2026.03.20 17:54:23.346600 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53868 2026.03.20 17:54:23.346629 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44704 2026.03.20 17:54:23.346622 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34196 2026.03.20 17:54:23.346610 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60250 2026.03.20 17:54:23.346722 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:23.346736 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:23.346758 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:23.346771 [ 292 ] {} TCP-Session: 13c6746b-de9c-45d2-ba07-2a04a6c46498 Authenticating user 'default' from [fd00:1122:3344:101::e]:44479 2026.03.20 17:54:23.346780 [ 290 ] {} TCP-Session: b729f91c-8c49-4de0-b66f-1b1c61a2d8eb Authenticating user 'default' from [fd00:1122:3344:101::e]:44704 2026.03.20 17:54:23.346788 [ 289 ] {} TCP-Session: 5a37c696-fb66-460b-b554-23172953ba90 Authenticating user 'default' from [fd00:1122:3344:101::e]:34196 2026.03.20 17:54:23.346804 [ 292 ] {} TCP-Session: 13c6746b-de9c-45d2-ba07-2a04a6c46498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.346816 [ 290 ] {} TCP-Session: b729f91c-8c49-4de0-b66f-1b1c61a2d8eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.346822 [ 289 ] {} TCP-Session: 5a37c696-fb66-460b-b554-23172953ba90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.346850 [ 290 ] {} TCP-Session: b729f91c-8c49-4de0-b66f-1b1c61a2d8eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.346869 [ 289 ] {} TCP-Session: 5a37c696-fb66-460b-b554-23172953ba90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.346828 [ 292 ] {} TCP-Session: 13c6746b-de9c-45d2-ba07-2a04a6c46498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.346731 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:23.346722 [ 291 ] {} TCP-Session: e21e91d0-8536-456c-8773-22d482182750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:23.346951 [ 286 ] {} TCP-Session: 7ddf2087-ad2d-4242-b376-398b26840faf Authenticating user 'default' from [fd00:1122:3344:101::e]:53868 2026.03.20 17:54:23.346590 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46183 2026.03.20 17:54:23.346987 [ 286 ] {} TCP-Session: 7ddf2087-ad2d-4242-b376-398b26840faf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.346579 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34852 2026.03.20 17:54:23.347035 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:23.347012 [ 286 ] {} TCP-Session: 7ddf2087-ad2d-4242-b376-398b26840faf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.346587 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37380 2026.03.20 17:54:23.347071 [ 267 ] {} TCP-Session: 99d42055-8eb6-4d23-adbd-dd0baefa5fc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:46183 2026.03.20 17:54:23.346801 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:23.347105 [ 267 ] {} TCP-Session: 99d42055-8eb6-4d23-adbd-dd0baefa5fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.347122 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:23.347123 [ 291 ] {440975f9-7f72-49e1-b2dd-6b3980451503} executeQuery: (from [fd00:1122:3344:101::e]:35095) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:54:23.347165 [ 293 ] {} TCP-Session: 11183b0a-f927-4677-99f2-dc01c57ba73f Authenticating user 'default' from [fd00:1122:3344:101::e]:34852 2026.03.20 17:54:23.347139 [ 267 ] {} TCP-Session: 99d42055-8eb6-4d23-adbd-dd0baefa5fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.347201 [ 293 ] {} TCP-Session: 11183b0a-f927-4677-99f2-dc01c57ba73f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.347135 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:54:23.347231 [ 293 ] {} TCP-Session: 11183b0a-f927-4677-99f2-dc01c57ba73f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.347257 [ 294 ] {} TCP-Session: 2342a8e8-8dc3-400c-b9d9-e9aa1aebc624 Authenticating user 'default' from [fd00:1122:3344:101::e]:37380 2026.03.20 17:54:23.347134 [ 288 ] {} TCP-Session: 10a8288f-cfb2-418a-b4c3-f2eb61d158d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:60250 2026.03.20 17:54:23.347283 [ 294 ] {} TCP-Session: 2342a8e8-8dc3-400c-b9d9-e9aa1aebc624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.347304 [ 288 ] {} TCP-Session: 10a8288f-cfb2-418a-b4c3-f2eb61d158d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.347309 [ 294 ] {} TCP-Session: 2342a8e8-8dc3-400c-b9d9-e9aa1aebc624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.347336 [ 288 ] {} TCP-Session: 10a8288f-cfb2-418a-b4c3-f2eb61d158d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.347427 [ 291 ] {440975f9-7f72-49e1-b2dd-6b3980451503} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:54:23.347484 [ 291 ] {440975f9-7f72-49e1-b2dd-6b3980451503} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:54:23.347771 [ 291 ] {440975f9-7f72-49e1-b2dd-6b3980451503} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:54:23.348745 [ 302 ] {440975f9-7f72-49e1-b2dd-6b3980451503} AggregatingTransform: Aggregating 2026.03.20 17:54:23.348816 [ 302 ] {440975f9-7f72-49e1-b2dd-6b3980451503} Aggregator: Aggregation method: without_key 2026.03.20 17:54:23.348855 [ 302 ] {440975f9-7f72-49e1-b2dd-6b3980451503} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000980003 sec. (1020.405 rows/sec., 39.86 KiB/sec.) 2026.03.20 17:54:23.348875 [ 302 ] {440975f9-7f72-49e1-b2dd-6b3980451503} Aggregator: Merging aggregated data 2026.03.20 17:54:23.350274 [ 291 ] {440975f9-7f72-49e1-b2dd-6b3980451503} executeQuery: Read 1 rows, 40.00 B in 0.003211 sec., 311.4294612270321 rows/sec., 12.17 KiB/sec. 2026.03.20 17:54:23.350427 [ 291 ] {440975f9-7f72-49e1-b2dd-6b3980451503} TCPHandler: Processed in 0.0038702 sec. 2026.03.20 17:54:23.350568 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:23.350599 [ 291 ] {} TCP-Session: e21e91d0-8536-456c-8773-22d482182750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.350602 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:23.350623 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:23.350638 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:23.350661 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:23.350679 [ 294 ] {} TCP-Session: 2342a8e8-8dc3-400c-b9d9-e9aa1aebc624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.350687 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:23.350708 [ 286 ] {} TCP-Session: 7ddf2087-ad2d-4242-b376-398b26840faf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.350709 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:23.350745 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:23.350741 [ 267 ] {} TCP-Session: 99d42055-8eb6-4d23-adbd-dd0baefa5fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.350788 [ 293 ] {} TCP-Session: 11183b0a-f927-4677-99f2-dc01c57ba73f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.350802 [ 289 ] {} TCP-Session: 5a37c696-fb66-460b-b554-23172953ba90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.350688 [ 290 ] {} TCP-Session: b729f91c-8c49-4de0-b66f-1b1c61a2d8eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.350656 [ 292 ] {} TCP-Session: 13c6746b-de9c-45d2-ba07-2a04a6c46498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:23.350717 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:54:23.350970 [ 288 ] {} TCP-Session: 10a8288f-cfb2-418a-b4c3-f2eb61d158d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:54:24.670972 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:24.671154 [ 268 ] {9440467d-6573-42b2-a367-3f64dfbabbfa} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:54:24.671224 [ 268 ] {9440467d-6573-42b2-a367-3f64dfbabbfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:54:24.671950 [ 268 ] {9440467d-6573-42b2-a367-3f64dfbabbfa} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.672004 [ 268 ] {9440467d-6573-42b2-a367-3f64dfbabbfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.672427 [ 268 ] {9440467d-6573-42b2-a367-3f64dfbabbfa} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:54:24.672655 [ 268 ] {9440467d-6573-42b2-a367-3f64dfbabbfa} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.672816 [ 268 ] {9440467d-6573-42b2-a367-3f64dfbabbfa} executeQuery: Read 284 rows, 18.47 KiB in 0.001713 sec., 165791.00992410976 rows/sec., 10.53 MiB/sec. 2026.03.20 17:54:24.672824 [ 106 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.03.20 17:54:24.672868 [ 268 ] {9440467d-6573-42b2-a367-3f64dfbabbfa} TCPHandler: Processed in 0.002034907 sec. 2026.03.20 17:54:24.672941 [ 106 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.672974 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.673042 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:24.673073 [ 195 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::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.03.20 17:54:24.673153 [ 268 ] {5564835c-bb14-4aad-b947-1701370cf2ca} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:54:24.673166 [ 195 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:24.673197 [ 195 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 308 rows starting from the beginning of the part 2026.03.20 17:54:24.673199 [ 268 ] {5564835c-bb14-4aad-b947-1701370cf2ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:54:24.673258 [ 195 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 284 rows starting from the beginning of the part 2026.03.20 17:54:24.673305 [ 195 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 284 rows starting from the beginning of the part 2026.03.20 17:54:24.673348 [ 195 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 284 rows starting from the beginning of the part 2026.03.20 17:54:24.673390 [ 195 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 284 rows starting from the beginning of the part 2026.03.20 17:54:24.673436 [ 195 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 284 rows starting from the beginning of the part 2026.03.20 17:54:24.673653 [ 268 ] {5564835c-bb14-4aad-b947-1701370cf2ca} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.673690 [ 268 ] {5564835c-bb14-4aad-b947-1701370cf2ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.674008 [ 268 ] {5564835c-bb14-4aad-b947-1701370cf2ca} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:54:24.674258 [ 268 ] {5564835c-bb14-4aad-b947-1701370cf2ca} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.674402 [ 268 ] {5564835c-bb14-4aad-b947-1701370cf2ca} executeQuery: Read 2 rows, 167.00 B in 0.001272 sec., 1572.3270440251574 rows/sec., 128.21 KiB/sec. 2026.03.20 17:54:24.674443 [ 268 ] {5564835c-bb14-4aad-b947-1701370cf2ca} TCPHandler: Processed in 0.001455134 sec. 2026.03.20 17:54:24.674560 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:24.674564 [ 199 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.001532716 sec., 1127410.4269806019 rows/sec., 76.21 MiB/sec. 2026.03.20 17:54:24.674662 [ 268 ] {cd3662b8-59e0-4f97-a3c3-751cadaf5a76} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:24.674703 [ 268 ] {cd3662b8-59e0-4f97-a3c3-751cadaf5a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:24.674758 [ 198 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.03.20 17:54:24.675057 [ 198 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_23_5} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.675135 [ 198 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_23_5} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.03.20 17:54:24.675232 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.03.20 17:54:24.675411 [ 268 ] {cd3662b8-59e0-4f97-a3c3-751cadaf5a76} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.675454 [ 268 ] {cd3662b8-59e0-4f97-a3c3-751cadaf5a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.675822 [ 268 ] {cd3662b8-59e0-4f97-a3c3-751cadaf5a76} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:54:24.676034 [ 268 ] {cd3662b8-59e0-4f97-a3c3-751cadaf5a76} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.676169 [ 268 ] {cd3662b8-59e0-4f97-a3c3-751cadaf5a76} executeQuery: Read 798 rows, 63.57 KiB in 0.001529 sec., 521909.74493132764 rows/sec., 40.60 MiB/sec. 2026.03.20 17:54:24.676206 [ 268 ] {cd3662b8-59e0-4f97-a3c3-751cadaf5a76} TCPHandler: Processed in 0.00169827 sec. 2026.03.20 17:54:24.676315 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:24.676412 [ 268 ] {496c0e7b-d0a0-41f4-b821-8fa8763e6ab3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:54:24.676451 [ 268 ] {496c0e7b-d0a0-41f4-b821-8fa8763e6ab3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:54:24.676872 [ 268 ] {496c0e7b-d0a0-41f4-b821-8fa8763e6ab3} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.676908 [ 268 ] {496c0e7b-d0a0-41f4-b821-8fa8763e6ab3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.677212 [ 268 ] {496c0e7b-d0a0-41f4-b821-8fa8763e6ab3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:54:24.677426 [ 268 ] {496c0e7b-d0a0-41f4-b821-8fa8763e6ab3} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.677554 [ 268 ] {496c0e7b-d0a0-41f4-b821-8fa8763e6ab3} executeQuery: Read 144 rows, 8.68 KiB in 0.001161 sec., 124031.007751938 rows/sec., 7.30 MiB/sec. 2026.03.20 17:54:24.677590 [ 268 ] {496c0e7b-d0a0-41f4-b821-8fa8763e6ab3} TCPHandler: Processed in 0.001327831 sec. 2026.03.20 17:54:24.677702 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:24.677814 [ 268 ] {80584ddb-2305-4ffa-a149-1cca74315336} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:54:24.677866 [ 268 ] {80584ddb-2305-4ffa-a149-1cca74315336} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:54:24.678330 [ 268 ] {80584ddb-2305-4ffa-a149-1cca74315336} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.678367 [ 268 ] {80584ddb-2305-4ffa-a149-1cca74315336} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.678701 [ 268 ] {80584ddb-2305-4ffa-a149-1cca74315336} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:54:24.678923 [ 268 ] {80584ddb-2305-4ffa-a149-1cca74315336} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.679049 [ 106 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.03.20 17:54:24.679058 [ 268 ] {80584ddb-2305-4ffa-a149-1cca74315336} executeQuery: Read 149 rows, 9.86 KiB in 0.001277 sec., 116679.71808927174 rows/sec., 7.54 MiB/sec. 2026.03.20 17:54:24.679102 [ 106 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.679117 [ 268 ] {80584ddb-2305-4ffa-a149-1cca74315336} TCPHandler: Processed in 0.001466244 sec. 2026.03.20 17:54:24.679140 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.679230 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.03.20 17:54:24.679244 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:24.679319 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:24.679343 [ 268 ] {fa9dd981-fc4e-412f-b251-7438225940ac} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:54:24.679345 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 882 rows starting from the beginning of the part 2026.03.20 17:54:24.679383 [ 268 ] {fa9dd981-fc4e-412f-b251-7438225940ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:54:24.679409 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 149 rows starting from the beginning of the part 2026.03.20 17:54:24.679453 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 149 rows starting from the beginning of the part 2026.03.20 17:54:24.679491 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 708 rows starting from the beginning of the part 2026.03.20 17:54:24.679530 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 149 rows starting from the beginning of the part 2026.03.20 17:54:24.679567 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 149 rows starting from the beginning of the part 2026.03.20 17:54:24.679828 [ 268 ] {fa9dd981-fc4e-412f-b251-7438225940ac} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.679863 [ 268 ] {fa9dd981-fc4e-412f-b251-7438225940ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.680166 [ 268 ] {fa9dd981-fc4e-412f-b251-7438225940ac} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:54:24.680382 [ 268 ] {fa9dd981-fc4e-412f-b251-7438225940ac} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.680503 [ 106 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.03.20 17:54:24.680513 [ 268 ] {fa9dd981-fc4e-412f-b251-7438225940ac} executeQuery: Read 148 rows, 8.62 KiB in 0.001188 sec., 124579.12457912457 rows/sec., 7.09 MiB/sec. 2026.03.20 17:54:24.680550 [ 106 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.680569 [ 268 ] {fa9dd981-fc4e-412f-b251-7438225940ac} TCPHandler: Processed in 0.001376082 sec. 2026.03.20 17:54:24.680577 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.680629 [ 188 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 2186 rows, containing 5 columns (5 merged, 0 gathered) in 0.001425693 sec., 1533289.4248621548 rows/sec., 98.99 MiB/sec. 2026.03.20 17:54:24.680675 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::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.03.20 17:54:24.680695 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:24.680769 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:24.680795 [ 268 ] {ba6e7d44-2e1c-41b2-b437-91100631026b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:24.680802 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.03.20 17:54:24.680802 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 160 rows starting from the beginning of the part 2026.03.20 17:54:24.680840 [ 268 ] {ba6e7d44-2e1c-41b2-b437-91100631026b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:24.680890 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 148 rows starting from the beginning of the part 2026.03.20 17:54:24.680943 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 148 rows starting from the beginning of the part 2026.03.20 17:54:24.680990 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 148 rows starting from the beginning of the part 2026.03.20 17:54:24.681031 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 148 rows starting from the beginning of the part 2026.03.20 17:54:24.681072 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 148 rows starting from the beginning of the part 2026.03.20 17:54:24.681073 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_25_5} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.681154 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_25_5} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.03.20 17:54:24.681220 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.20 17:54:24.681436 [ 268 ] {ba6e7d44-2e1c-41b2-b437-91100631026b} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.681473 [ 268 ] {ba6e7d44-2e1c-41b2-b437-91100631026b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.681829 [ 268 ] {ba6e7d44-2e1c-41b2-b437-91100631026b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:54:24.682015 [ 188 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001381372 sec., 651526.163842904 rows/sec., 39.71 MiB/sec. 2026.03.20 17:54:24.682051 [ 268 ] {ba6e7d44-2e1c-41b2-b437-91100631026b} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.682140 [ 199 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.03.20 17:54:24.682197 [ 268 ] {ba6e7d44-2e1c-41b2-b437-91100631026b} executeQuery: Read 492 rows, 35.34 KiB in 0.00142 sec., 346478.8732394366 rows/sec., 24.31 MiB/sec. 2026.03.20 17:54:24.682237 [ 268 ] {ba6e7d44-2e1c-41b2-b437-91100631026b} TCPHandler: Processed in 0.001592587 sec. 2026.03.20 17:54:24.682356 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:24.682389 [ 199 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_23_5} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.682450 [ 268 ] {0414e27f-9c06-4990-a863-f82c1c2284a7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:54:24.682452 [ 199 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_23_5} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.03.20 17:54:24.682492 [ 268 ] {0414e27f-9c06-4990-a863-f82c1c2284a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:54:24.682533 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.20 17:54:24.682826 [ 268 ] {0414e27f-9c06-4990-a863-f82c1c2284a7} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.682860 [ 268 ] {0414e27f-9c06-4990-a863-f82c1c2284a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.683162 [ 268 ] {0414e27f-9c06-4990-a863-f82c1c2284a7} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:54:24.683383 [ 268 ] {0414e27f-9c06-4990-a863-f82c1c2284a7} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.683513 [ 268 ] {0414e27f-9c06-4990-a863-f82c1c2284a7} executeQuery: Read 6 rows, 321.00 B in 0.00108 sec., 5555.555555555556 rows/sec., 290.26 KiB/sec. 2026.03.20 17:54:24.683549 [ 268 ] {0414e27f-9c06-4990-a863-f82c1c2284a7} TCPHandler: Processed in 0.001242549 sec. 2026.03.20 17:54:24.683664 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:24.683758 [ 268 ] {e9322016-02bf-4b11-9411-699664c09594} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:24.683800 [ 268 ] {e9322016-02bf-4b11-9411-699664c09594} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:24.684202 [ 268 ] {e9322016-02bf-4b11-9411-699664c09594} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.684237 [ 268 ] {e9322016-02bf-4b11-9411-699664c09594} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.684572 [ 268 ] {e9322016-02bf-4b11-9411-699664c09594} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:54:24.684783 [ 268 ] {e9322016-02bf-4b11-9411-699664c09594} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.684913 [ 268 ] {e9322016-02bf-4b11-9411-699664c09594} executeQuery: Read 266 rows, 18.10 KiB in 0.001173 sec., 226768.968456948 rows/sec., 15.07 MiB/sec. 2026.03.20 17:54:24.684949 [ 268 ] {e9322016-02bf-4b11-9411-699664c09594} TCPHandler: Processed in 0.00133438 sec. 2026.03.20 17:54:24.685059 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:24.685153 [ 268 ] {4d06a0c1-6da8-40d3-ad04-2a916df73be1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:54:24.685194 [ 268 ] {4d06a0c1-6da8-40d3-ad04-2a916df73be1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:54:24.685497 [ 268 ] {4d06a0c1-6da8-40d3-ad04-2a916df73be1} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.685532 [ 268 ] {4d06a0c1-6da8-40d3-ad04-2a916df73be1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.685823 [ 268 ] {4d06a0c1-6da8-40d3-ad04-2a916df73be1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:54:24.686033 [ 268 ] {4d06a0c1-6da8-40d3-ad04-2a916df73be1} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.686160 [ 268 ] {4d06a0c1-6da8-40d3-ad04-2a916df73be1} executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. 2026.03.20 17:54:24.686194 [ 268 ] {4d06a0c1-6da8-40d3-ad04-2a916df73be1} TCPHandler: Processed in 0.001184898 sec. 2026.03.20 17:54:24.686305 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:24.686397 [ 268 ] {768ae6dd-a031-4042-863a-95a337a3266a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:24.686436 [ 268 ] {768ae6dd-a031-4042-863a-95a337a3266a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:24.686756 [ 268 ] {768ae6dd-a031-4042-863a-95a337a3266a} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:24.686790 [ 268 ] {768ae6dd-a031-4042-863a-95a337a3266a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:24.687102 [ 268 ] {768ae6dd-a031-4042-863a-95a337a3266a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:54:24.687317 [ 268 ] {768ae6dd-a031-4042-863a-95a337a3266a} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:24.687444 [ 268 ] {768ae6dd-a031-4042-863a-95a337a3266a} executeQuery: Read 90 rows, 5.77 KiB in 0.001064 sec., 84586.46616541353 rows/sec., 5.29 MiB/sec. 2026.03.20 17:54:24.687478 [ 268 ] {768ae6dd-a031-4042-863a-95a337a3266a} TCPHandler: Processed in 0.001223458 sec. 2026.03.20 17:54:25.284319 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15909 2026.03.20 17:54:25.284926 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:25.284976 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:25.285470 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:54:25.285707 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:25.285851 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15909 2026.03.20 17:54:26.115303 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.03.20 17:54:26.131702 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:26.131751 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:26.137492 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:54:26.138230 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:26.141032 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.03.20 17:54:27.836559 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1004 2026.03.20 17:54:27.839136 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:27.839197 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:27.840532 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:54:27.840817 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:27.841193 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1004 2026.03.20 17:54:29.665077 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:29.665281 [ 268 ] {70d0c242-a85c-4717-a21d-9a80dc36abb4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:29.665351 [ 268 ] {70d0c242-a85c-4717-a21d-9a80dc36abb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:29.666071 [ 268 ] {70d0c242-a85c-4717-a21d-9a80dc36abb4} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:29.666117 [ 268 ] {70d0c242-a85c-4717-a21d-9a80dc36abb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:29.666565 [ 268 ] {70d0c242-a85c-4717-a21d-9a80dc36abb4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:54:29.666807 [ 268 ] {70d0c242-a85c-4717-a21d-9a80dc36abb4} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:29.666948 [ 97 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.20 17:54:29.666973 [ 268 ] {70d0c242-a85c-4717-a21d-9a80dc36abb4} executeQuery: Read 138 rows, 12.29 KiB in 0.001743 sec., 79173.83820998279 rows/sec., 6.88 MiB/sec. 2026.03.20 17:54:29.667027 [ 97 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:29.667046 [ 268 ] {70d0c242-a85c-4717-a21d-9a80dc36abb4} TCPHandler: Processed in 0.002108939 sec. 2026.03.20 17:54:29.667057 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:29.667178 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:29.667203 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::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.03.20 17:54:29.667288 [ 268 ] {c58af666-eb22-4f0c-8e68-a1cb8a1a5bfc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:54:29.667336 [ 268 ] {c58af666-eb22-4f0c-8e68-a1cb8a1a5bfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:54:29.667358 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:29.667403 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2894 rows starting from the beginning of the part 2026.03.20 17:54:29.667477 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part 2026.03.20 17:54:29.667528 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 797 rows starting from the beginning of the part 2026.03.20 17:54:29.667580 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 138 rows starting from the beginning of the part 2026.03.20 17:54:29.667627 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 798 rows starting from the beginning of the part 2026.03.20 17:54:29.667675 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 138 rows starting from the beginning of the part 2026.03.20 17:54:29.667760 [ 268 ] {c58af666-eb22-4f0c-8e68-a1cb8a1a5bfc} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:29.667804 [ 268 ] {c58af666-eb22-4f0c-8e68-a1cb8a1a5bfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:29.668217 [ 268 ] {c58af666-eb22-4f0c-8e68-a1cb8a1a5bfc} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:54:29.668449 [ 268 ] {c58af666-eb22-4f0c-8e68-a1cb8a1a5bfc} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:29.668590 [ 268 ] {c58af666-eb22-4f0c-8e68-a1cb8a1a5bfc} executeQuery: Read 41 rows, 3.08 KiB in 0.001327 sec., 30896.75960813866 rows/sec., 2.27 MiB/sec. 2026.03.20 17:54:29.668630 [ 268 ] {c58af666-eb22-4f0c-8e68-a1cb8a1a5bfc} TCPHandler: Processed in 0.001505765 sec. 2026.03.20 17:54:29.668733 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:29.668828 [ 268 ] {c2ed2cfe-f3df-4bfd-8ce3-6bb1ce8c6c3e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:29.668870 [ 268 ] {c2ed2cfe-f3df-4bfd-8ce3-6bb1ce8c6c3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:29.669308 [ 268 ] {c2ed2cfe-f3df-4bfd-8ce3-6bb1ce8c6c3e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:29.669345 [ 268 ] {c2ed2cfe-f3df-4bfd-8ce3-6bb1ce8c6c3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:29.669649 [ 199 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 4821 rows, containing 5 columns (5 merged, 0 gathered) in 0.002515658 sec., 1916397.220925897 rows/sec., 156.68 MiB/sec. 2026.03.20 17:54:29.669671 [ 268 ] {c2ed2cfe-f3df-4bfd-8ce3-6bb1ce8c6c3e} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:54:29.669898 [ 268 ] {c2ed2cfe-f3df-4bfd-8ce3-6bb1ce8c6c3e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:29.670012 [ 97 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.20 17:54:29.670035 [ 268 ] {c2ed2cfe-f3df-4bfd-8ce3-6bb1ce8c6c3e} executeQuery: Read 105 rows, 8.40 KiB in 0.001225 sec., 85714.28571428571 rows/sec., 6.70 MiB/sec. 2026.03.20 17:54:29.670038 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.20 17:54:29.670044 [ 97 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:29.670103 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:29.670109 [ 268 ] {c2ed2cfe-f3df-4bfd-8ce3-6bb1ce8c6c3e} TCPHandler: Processed in 0.001423823 sec. 2026.03.20 17:54:29.670192 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::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.03.20 17:54:29.670235 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:29.670305 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:29.670341 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1553 rows starting from the beginning of the part 2026.03.20 17:54:29.670341 [ 268 ] {1c6ce87c-92ab-4f93-8b41-b6d78b3d8dfb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:29.670378 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_51_10} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:29.670403 [ 268 ] {1c6ce87c-92ab-4f93-8b41-b6d78b3d8dfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:29.670408 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2026.03.20 17:54:29.670467 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 490 rows starting from the beginning of the part 2026.03.20 17:54:29.670476 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_51_10} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.20 17:54:29.670505 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 105 rows starting from the beginning of the part 2026.03.20 17:54:29.670542 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 492 rows starting from the beginning of the part 2026.03.20 17:54:29.670574 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.03.20 17:54:29.670579 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 105 rows starting from the beginning of the part 2026.03.20 17:54:29.670845 [ 268 ] {1c6ce87c-92ab-4f93-8b41-b6d78b3d8dfb} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:29.670891 [ 268 ] {1c6ce87c-92ab-4f93-8b41-b6d78b3d8dfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:29.671268 [ 268 ] {1c6ce87c-92ab-4f93-8b41-b6d78b3d8dfb} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:54:29.671486 [ 268 ] {1c6ce87c-92ab-4f93-8b41-b6d78b3d8dfb} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:29.671598 [ 97 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.20 17:54:29.671622 [ 268 ] {1c6ce87c-92ab-4f93-8b41-b6d78b3d8dfb} executeQuery: Read 160 rows, 11.41 KiB in 0.001301 sec., 122982.32129131437 rows/sec., 8.57 MiB/sec. 2026.03.20 17:54:29.671630 [ 97 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:29.671663 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:29.671667 [ 268 ] {1c6ce87c-92ab-4f93-8b41-b6d78b3d8dfb} TCPHandler: Processed in 0.001483334 sec. 2026.03.20 17:54:29.671740 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::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.03.20 17:54:29.671780 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:29.671781 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2809 rows, containing 5 columns (5 merged, 0 gathered) in 0.001632827 sec., 1720329.2204256789 rows/sec., 128.22 MiB/sec. 2026.03.20 17:54:29.671837 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:29.671873 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 15701 rows starting from the beginning of the part 2026.03.20 17:54:29.671877 [ 268 ] {70bdd939-f589-4a3b-8ce2-b13e6d08d971} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:29.671934 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 128 rows starting from the beginning of the part 2026.03.20 17:54:29.671937 [ 268 ] {70bdd939-f589-4a3b-8ce2-b13e6d08d971} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:54:29.671968 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.20 17:54:29.671987 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 265 rows starting from the beginning of the part 2026.03.20 17:54:29.672034 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.03.20 17:54:29.672077 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 266 rows starting from the beginning of the part 2026.03.20 17:54:29.672119 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2026.03.20 17:54:29.672229 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_51_10} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:29.672327 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_51_10} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.20 17:54:29.672389 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.03.20 17:54:29.672816 [ 268 ] {70bdd939-f589-4a3b-8ce2-b13e6d08d971} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:29.672857 [ 268 ] {70bdd939-f589-4a3b-8ce2-b13e6d08d971} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:29.673465 [ 268 ] {70bdd939-f589-4a3b-8ce2-b13e6d08d971} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:54:29.673710 [ 268 ] {70bdd939-f589-4a3b-8ce2-b13e6d08d971} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:29.673855 [ 268 ] {70bdd939-f589-4a3b-8ce2-b13e6d08d971} executeQuery: Read 41 rows, 75.23 KiB in 0.001995 sec., 20551.37844611529 rows/sec., 36.83 MiB/sec. 2026.03.20 17:54:29.673931 [ 268 ] {70bdd939-f589-4a3b-8ce2-b13e6d08d971} TCPHandler: Processed in 0.002199262 sec. 2026.03.20 17:54:29.674040 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:29.674138 [ 268 ] {5abba48a-07f7-4e80-8602-9dc2a1c2d9b3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:29.674181 [ 268 ] {5abba48a-07f7-4e80-8602-9dc2a1c2d9b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:29.674542 [ 268 ] {5abba48a-07f7-4e80-8602-9dc2a1c2d9b3} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:29.674581 [ 268 ] {5abba48a-07f7-4e80-8602-9dc2a1c2d9b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:29.674912 [ 268 ] {5abba48a-07f7-4e80-8602-9dc2a1c2d9b3} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:54:29.675120 [ 268 ] {5abba48a-07f7-4e80-8602-9dc2a1c2d9b3} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:29.675228 [ 97 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.20 17:54:29.675248 [ 268 ] {5abba48a-07f7-4e80-8602-9dc2a1c2d9b3} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2026.03.20 17:54:29.675261 [ 97 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:29.675287 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:29.675290 [ 268 ] {5abba48a-07f7-4e80-8602-9dc2a1c2d9b3} TCPHandler: Processed in 0.00129743 sec. 2026.03.20 17:54:29.675352 [ 197 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:54:29.675442 [ 197 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:29.675468 [ 197 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2592 rows starting from the beginning of the part 2026.03.20 17:54:29.675517 [ 197 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 48 rows starting from the beginning of the part 2026.03.20 17:54:29.675559 [ 197 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 90 rows starting from the beginning of the part 2026.03.20 17:54:29.675596 [ 197 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.03.20 17:54:29.675634 [ 197 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 90 rows starting from the beginning of the part 2026.03.20 17:54:29.675667 [ 197 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.03.20 17:54:29.676855 [ 189 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2940 rows, containing 4 columns (4 merged, 0 gathered) in 0.001530035 sec., 1921524.671004258 rows/sec., 122.85 MiB/sec. 2026.03.20 17:54:29.677177 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.20 17:54:29.677415 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_51_10} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:29.677488 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_51_10} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.20 17:54:29.677534 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 16680 rows, containing 5 columns (5 merged, 0 gathered) in 0.005828565 sec., 2861767.8622439657 rows/sec., 189.59 MiB/sec. 2026.03.20 17:54:29.677549 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.03.20 17:54:29.677798 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.20 17:54:29.678067 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_51_10} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:29.678148 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_51_10} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.20 17:54:29.678226 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. 2026.03.20 17:54:30.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 284.88 MiB, peak 293.93 MiB, free memory in arenas 0.00 B, will set to 286.72 MiB (RSS), difference: 1.84 MiB 2026.03.20 17:54:32.684026 [ 92 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:54:32.684078 [ 92 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:54:32.785971 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16357 2026.03.20 17:54:32.786663 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:32.786717 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2026.03.20 17:54:32.787202 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:54:32.787440 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:32.787590 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16357 2026.03.20 17:54:33.641140 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.03.20 17:54:33.658081 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:33.658141 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:33.664028 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:54:33.664737 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:33.667907 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.03.20 17:54:34.671223 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.671410 [ 268 ] {2f9179b4-bfd6-4329-9004-87a4caed5a24} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.671480 [ 268 ] {2f9179b4-bfd6-4329-9004-87a4caed5a24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:54:34.672276 [ 268 ] {2f9179b4-bfd6-4329-9004-87a4caed5a24} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.672328 [ 268 ] {2f9179b4-bfd6-4329-9004-87a4caed5a24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.672745 [ 268 ] {2f9179b4-bfd6-4329-9004-87a4caed5a24} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:54:34.672977 [ 268 ] {2f9179b4-bfd6-4329-9004-87a4caed5a24} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.673142 [ 268 ] {2f9179b4-bfd6-4329-9004-87a4caed5a24} executeQuery: Read 284 rows, 18.47 KiB in 0.001784 sec., 159192.82511210762 rows/sec., 10.11 MiB/sec. 2026.03.20 17:54:34.673190 [ 268 ] {2f9179b4-bfd6-4329-9004-87a4caed5a24} TCPHandler: Processed in 0.002104758 sec. 2026.03.20 17:54:34.673328 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.673437 [ 268 ] {19236ba0-ea44-4acd-a68d-a040a4999cd7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:34.673482 [ 268 ] {19236ba0-ea44-4acd-a68d-a040a4999cd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:34.674360 [ 268 ] {19236ba0-ea44-4acd-a68d-a040a4999cd7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.674400 [ 268 ] {19236ba0-ea44-4acd-a68d-a040a4999cd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.674763 [ 268 ] {19236ba0-ea44-4acd-a68d-a040a4999cd7} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:54:34.674980 [ 268 ] {19236ba0-ea44-4acd-a68d-a040a4999cd7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.675119 [ 268 ] {19236ba0-ea44-4acd-a68d-a040a4999cd7} executeQuery: Read 797 rows, 63.50 KiB in 0.001707 sec., 466900.99589923845 rows/sec., 36.33 MiB/sec. 2026.03.20 17:54:34.675156 [ 268 ] {19236ba0-ea44-4acd-a68d-a040a4999cd7} TCPHandler: Processed in 0.001884003 sec. 2026.03.20 17:54:34.675275 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.675376 [ 268 ] {6aa24370-a44e-484c-80ac-ee1240ec341f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.675417 [ 268 ] {6aa24370-a44e-484c-80ac-ee1240ec341f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:54:34.675869 [ 268 ] {6aa24370-a44e-484c-80ac-ee1240ec341f} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.675906 [ 268 ] {6aa24370-a44e-484c-80ac-ee1240ec341f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.676224 [ 268 ] {6aa24370-a44e-484c-80ac-ee1240ec341f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:54:34.676449 [ 268 ] {6aa24370-a44e-484c-80ac-ee1240ec341f} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.676583 [ 268 ] {6aa24370-a44e-484c-80ac-ee1240ec341f} executeQuery: Read 142 rows, 8.54 KiB in 0.001227 sec., 115729.42135289323 rows/sec., 6.80 MiB/sec. 2026.03.20 17:54:34.676619 [ 268 ] {6aa24370-a44e-484c-80ac-ee1240ec341f} TCPHandler: Processed in 0.001394812 sec. 2026.03.20 17:54:34.676733 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.676830 [ 268 ] {01744f2e-b207-468e-9f5d-7a4019418bcf} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.676871 [ 268 ] {01744f2e-b207-468e-9f5d-7a4019418bcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:54:34.677308 [ 268 ] {01744f2e-b207-468e-9f5d-7a4019418bcf} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.677345 [ 268 ] {01744f2e-b207-468e-9f5d-7a4019418bcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.677655 [ 268 ] {01744f2e-b207-468e-9f5d-7a4019418bcf} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:54:34.677864 [ 268 ] {01744f2e-b207-468e-9f5d-7a4019418bcf} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.677993 [ 268 ] {01744f2e-b207-468e-9f5d-7a4019418bcf} executeQuery: Read 149 rows, 9.86 KiB in 0.001182 sec., 126057.5296108291 rows/sec., 8.14 MiB/sec. 2026.03.20 17:54:34.678031 [ 268 ] {01744f2e-b207-468e-9f5d-7a4019418bcf} TCPHandler: Processed in 0.001348281 sec. 2026.03.20 17:54:34.678145 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.678241 [ 268 ] {ff5fd9b4-08e9-4b18-a3b2-5d71b6653a17} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.678281 [ 268 ] {ff5fd9b4-08e9-4b18-a3b2-5d71b6653a17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:54:34.678716 [ 268 ] {ff5fd9b4-08e9-4b18-a3b2-5d71b6653a17} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.678753 [ 268 ] {ff5fd9b4-08e9-4b18-a3b2-5d71b6653a17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.679056 [ 268 ] {ff5fd9b4-08e9-4b18-a3b2-5d71b6653a17} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:54:34.679264 [ 268 ] {ff5fd9b4-08e9-4b18-a3b2-5d71b6653a17} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.679396 [ 268 ] {ff5fd9b4-08e9-4b18-a3b2-5d71b6653a17} executeQuery: Read 148 rows, 8.62 KiB in 0.001175 sec., 125957.44680851063 rows/sec., 7.16 MiB/sec. 2026.03.20 17:54:34.679434 [ 268 ] {ff5fd9b4-08e9-4b18-a3b2-5d71b6653a17} TCPHandler: Processed in 0.001339411 sec. 2026.03.20 17:54:34.679545 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.679642 [ 268 ] {39c23966-82a6-4e09-ae0c-ddc05c95cb3e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:34.679681 [ 268 ] {39c23966-82a6-4e09-ae0c-ddc05c95cb3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:34.680268 [ 268 ] {39c23966-82a6-4e09-ae0c-ddc05c95cb3e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.680304 [ 268 ] {39c23966-82a6-4e09-ae0c-ddc05c95cb3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.680635 [ 268 ] {39c23966-82a6-4e09-ae0c-ddc05c95cb3e} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:54:34.680856 [ 268 ] {39c23966-82a6-4e09-ae0c-ddc05c95cb3e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.680988 [ 268 ] {39c23966-82a6-4e09-ae0c-ddc05c95cb3e} executeQuery: Read 490 rows, 35.18 KiB in 0.001364 sec., 359237.5366568915 rows/sec., 25.19 MiB/sec. 2026.03.20 17:54:34.681026 [ 268 ] {39c23966-82a6-4e09-ae0c-ddc05c95cb3e} TCPHandler: Processed in 0.001531185 sec. 2026.03.20 17:54:34.681135 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.681234 [ 268 ] {cc0313e2-6c96-46cc-aa67-9f51267cfd7e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:54:34.681278 [ 268 ] {cc0313e2-6c96-46cc-aa67-9f51267cfd7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:54:34.681646 [ 268 ] {cc0313e2-6c96-46cc-aa67-9f51267cfd7e} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.681681 [ 268 ] {cc0313e2-6c96-46cc-aa67-9f51267cfd7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.681997 [ 268 ] {cc0313e2-6c96-46cc-aa67-9f51267cfd7e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:54:34.682209 [ 268 ] {cc0313e2-6c96-46cc-aa67-9f51267cfd7e} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.682341 [ 268 ] {cc0313e2-6c96-46cc-aa67-9f51267cfd7e} executeQuery: Read 6 rows, 321.00 B in 0.001127 sec., 5323.868677905945 rows/sec., 278.15 KiB/sec. 2026.03.20 17:54:34.682377 [ 268 ] {cc0313e2-6c96-46cc-aa67-9f51267cfd7e} TCPHandler: Processed in 0.00129276 sec. 2026.03.20 17:54:34.682492 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.682588 [ 268 ] {c47670fe-e18b-4f2d-965a-68128e5550d8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.682631 [ 268 ] {c47670fe-e18b-4f2d-965a-68128e5550d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:34.683048 [ 268 ] {c47670fe-e18b-4f2d-965a-68128e5550d8} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.683084 [ 268 ] {c47670fe-e18b-4f2d-965a-68128e5550d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.683418 [ 268 ] {c47670fe-e18b-4f2d-965a-68128e5550d8} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:54:34.683635 [ 268 ] {c47670fe-e18b-4f2d-965a-68128e5550d8} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.683767 [ 268 ] {c47670fe-e18b-4f2d-965a-68128e5550d8} executeQuery: Read 265 rows, 18.03 KiB in 0.001198 sec., 221202.00333889815 rows/sec., 14.70 MiB/sec. 2026.03.20 17:54:34.683804 [ 268 ] {c47670fe-e18b-4f2d-965a-68128e5550d8} TCPHandler: Processed in 0.001361622 sec. 2026.03.20 17:54:34.683918 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.684015 [ 268 ] {a8a15b02-1f8e-4ac1-81cd-4636f1dd4e90} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.684057 [ 268 ] {a8a15b02-1f8e-4ac1-81cd-4636f1dd4e90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:54:34.684377 [ 268 ] {a8a15b02-1f8e-4ac1-81cd-4636f1dd4e90} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.684412 [ 268 ] {a8a15b02-1f8e-4ac1-81cd-4636f1dd4e90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.684713 [ 268 ] {a8a15b02-1f8e-4ac1-81cd-4636f1dd4e90} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:54:34.684925 [ 268 ] {a8a15b02-1f8e-4ac1-81cd-4636f1dd4e90} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.685059 [ 268 ] {a8a15b02-1f8e-4ac1-81cd-4636f1dd4e90} executeQuery: Read 1 rows, 69.00 B in 0.001063 sec., 940.7337723424272 rows/sec., 63.39 KiB/sec. 2026.03.20 17:54:34.685095 [ 268 ] {a8a15b02-1f8e-4ac1-81cd-4636f1dd4e90} TCPHandler: Processed in 0.001227359 sec. 2026.03.20 17:54:34.685216 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.685312 [ 268 ] {35c9ca24-b07f-4d62-8f86-b4aee872e3cc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.685353 [ 268 ] {35c9ca24-b07f-4d62-8f86-b4aee872e3cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:34.685692 [ 268 ] {35c9ca24-b07f-4d62-8f86-b4aee872e3cc} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.685727 [ 268 ] {35c9ca24-b07f-4d62-8f86-b4aee872e3cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.686057 [ 268 ] {35c9ca24-b07f-4d62-8f86-b4aee872e3cc} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:54:34.686279 [ 268 ] {35c9ca24-b07f-4d62-8f86-b4aee872e3cc} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.686414 [ 268 ] {35c9ca24-b07f-4d62-8f86-b4aee872e3cc} executeQuery: Read 90 rows, 5.77 KiB in 0.001121 sec., 80285.45941123996 rows/sec., 5.02 MiB/sec. 2026.03.20 17:54:34.686449 [ 268 ] {35c9ca24-b07f-4d62-8f86-b4aee872e3cc} TCPHandler: Processed in 0.00128403 sec. 2026.03.20 17:54:34.839277 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.839460 [ 268 ] {cb906ad1-d480-4858-bea8-3e10bee9a148} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:54:34.839532 [ 268 ] {cb906ad1-d480-4858-bea8-3e10bee9a148} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:54:34.840224 [ 268 ] {cb906ad1-d480-4858-bea8-3e10bee9a148} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.840280 [ 268 ] {cb906ad1-d480-4858-bea8-3e10bee9a148} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.840676 [ 268 ] {cb906ad1-d480-4858-bea8-3e10bee9a148} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:54:34.840906 [ 268 ] {cb906ad1-d480-4858-bea8-3e10bee9a148} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.841060 [ 268 ] {cb906ad1-d480-4858-bea8-3e10bee9a148} executeQuery: Read 14 rows, 1.14 KiB in 0.001648 sec., 8495.145631067962 rows/sec., 692.72 KiB/sec. 2026.03.20 17:54:34.841106 [ 268 ] {cb906ad1-d480-4858-bea8-3e10bee9a148} TCPHandler: Processed in 0.001962865 sec. 2026.03.20 17:54:34.841227 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.841334 [ 268 ] {12071f3a-fb9c-4563-acec-d4b7cf22fa72} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:34.841378 [ 268 ] {12071f3a-fb9c-4563-acec-d4b7cf22fa72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:34.842772 [ 268 ] {12071f3a-fb9c-4563-acec-d4b7cf22fa72} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.842810 [ 268 ] {12071f3a-fb9c-4563-acec-d4b7cf22fa72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.843265 [ 268 ] {12071f3a-fb9c-4563-acec-d4b7cf22fa72} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:54:34.843485 [ 268 ] {12071f3a-fb9c-4563-acec-d4b7cf22fa72} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.843620 [ 268 ] {12071f3a-fb9c-4563-acec-d4b7cf22fa72} executeQuery: Read 2029 rows, 157.88 KiB in 0.00231 sec., 878354.9783549784 rows/sec., 66.74 MiB/sec. 2026.03.20 17:54:34.843657 [ 268 ] {12071f3a-fb9c-4563-acec-d4b7cf22fa72} TCPHandler: Processed in 0.002482977 sec. 2026.03.20 17:54:34.843774 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.843891 [ 268 ] {743902cb-94ab-424f-96fa-ee1af78936f9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.843934 [ 268 ] {743902cb-94ab-424f-96fa-ee1af78936f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:54:34.844390 [ 268 ] {743902cb-94ab-424f-96fa-ee1af78936f9} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.844428 [ 268 ] {743902cb-94ab-424f-96fa-ee1af78936f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.844732 [ 268 ] {743902cb-94ab-424f-96fa-ee1af78936f9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:54:34.844958 [ 268 ] {743902cb-94ab-424f-96fa-ee1af78936f9} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.845092 [ 268 ] {743902cb-94ab-424f-96fa-ee1af78936f9} executeQuery: Read 66 rows, 4.89 KiB in 0.001222 sec., 54009.819967266776 rows/sec., 3.91 MiB/sec. 2026.03.20 17:54:34.845085 [ 85 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2026.03.20 17:54:34.845131 [ 268 ] {743902cb-94ab-424f-96fa-ee1af78936f9} TCPHandler: Processed in 0.001407202 sec. 2026.03.20 17:54:34.845172 [ 85 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.845198 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.845265 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.845326 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2026.03.20 17:54:34.845366 [ 268 ] {5981ba88-a119-4c1a-9ae2-405297ecb5d1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.845412 [ 268 ] {5981ba88-a119-4c1a-9ae2-405297ecb5d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:54:34.845471 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:34.845513 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 224 rows starting from the beginning of the part 2026.03.20 17:54:34.845582 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part 2026.03.20 17:54:34.845671 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 144 rows starting from the beginning of the part 2026.03.20 17:54:34.845759 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part 2026.03.20 17:54:34.845811 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 142 rows starting from the beginning of the part 2026.03.20 17:54:34.845865 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 66 rows starting from the beginning of the part 2026.03.20 17:54:34.846065 [ 268 ] {5981ba88-a119-4c1a-9ae2-405297ecb5d1} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.846107 [ 268 ] {5981ba88-a119-4c1a-9ae2-405297ecb5d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.846460 [ 268 ] {5981ba88-a119-4c1a-9ae2-405297ecb5d1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:54:34.846685 [ 268 ] {5981ba88-a119-4c1a-9ae2-405297ecb5d1} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.846809 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 5 columns (5 merged, 0 gathered) in 0.001545205 sec., 425833.46546251146 rows/sec., 28.77 MiB/sec. 2026.03.20 17:54:34.846816 [ 268 ] {5981ba88-a119-4c1a-9ae2-405297ecb5d1} executeQuery: Read 708 rows, 42.29 KiB in 0.00147 sec., 481632.6530612245 rows/sec., 28.10 MiB/sec. 2026.03.20 17:54:34.846869 [ 268 ] {5981ba88-a119-4c1a-9ae2-405297ecb5d1} TCPHandler: Processed in 0.001660679 sec. 2026.03.20 17:54:34.846983 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.846993 [ 193 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2026.03.20 17:54:34.847079 [ 268 ] {87c40b65-26de-4caa-8f59-a0994626d90a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.847122 [ 268 ] {87c40b65-26de-4caa-8f59-a0994626d90a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:54:34.847299 [ 193 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_35_7} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.847379 [ 193 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_35_7} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2026.03.20 17:54:34.847471 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 17:54:34.847499 [ 268 ] {87c40b65-26de-4caa-8f59-a0994626d90a} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.847539 [ 268 ] {87c40b65-26de-4caa-8f59-a0994626d90a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.847864 [ 268 ] {87c40b65-26de-4caa-8f59-a0994626d90a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 17:54:34.848108 [ 268 ] {87c40b65-26de-4caa-8f59-a0994626d90a} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.848212 [ 85 ] {} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.20 17:54:34.848246 [ 85 ] {} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.848246 [ 268 ] {87c40b65-26de-4caa-8f59-a0994626d90a} executeQuery: Read 1 rows, 72.00 B in 0.001186 sec., 843.1703204047218 rows/sec., 59.29 KiB/sec. 2026.03.20 17:54:34.848264 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.848300 [ 268 ] {87c40b65-26de-4caa-8f59-a0994626d90a} TCPHandler: Processed in 0.001365132 sec. 2026.03.20 17:54:34.848348 [ 197 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.20 17:54:34.848447 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.848452 [ 197 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:34.848503 [ 197 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::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.03.20 17:54:34.848551 [ 268 ] {61fb64fc-3a12-449e-a187-47dcfaaf2fc5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:34.848563 [ 197 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::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.03.20 17:54:34.848600 [ 268 ] {61fb64fc-3a12-449e-a187-47dcfaaf2fc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:34.848617 [ 197 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::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.03.20 17:54:34.848662 [ 197 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::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.03.20 17:54:34.848700 [ 197 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::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.03.20 17:54:34.849358 [ 193 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001038924 sec., 4812.671571741532 rows/sec., 357.19 KiB/sec. 2026.03.20 17:54:34.849403 [ 268 ] {61fb64fc-3a12-449e-a187-47dcfaaf2fc5} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.849448 [ 268 ] {61fb64fc-3a12-449e-a187-47dcfaaf2fc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.849460 [ 197 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.20 17:54:34.849730 [ 197 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_5_1} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.849793 [ 197 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_5_1} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.20 17:54:34.849850 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.20 17:54:34.849859 [ 268 ] {61fb64fc-3a12-449e-a187-47dcfaaf2fc5} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:54:34.850089 [ 268 ] {61fb64fc-3a12-449e-a187-47dcfaaf2fc5} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.850224 [ 268 ] {61fb64fc-3a12-449e-a187-47dcfaaf2fc5} executeQuery: Read 1066 rows, 75.65 KiB in 0.001693 sec., 629651.5062020082 rows/sec., 43.64 MiB/sec. 2026.03.20 17:54:34.850262 [ 268 ] {61fb64fc-3a12-449e-a187-47dcfaaf2fc5} TCPHandler: Processed in 0.001866244 sec. 2026.03.20 17:54:34.850377 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.850472 [ 268 ] {6769c422-a708-4cbe-b6c3-b2e176c56ed6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.850516 [ 268 ] {6769c422-a708-4cbe-b6c3-b2e176c56ed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:34.851123 [ 268 ] {6769c422-a708-4cbe-b6c3-b2e176c56ed6} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.851160 [ 268 ] {6769c422-a708-4cbe-b6c3-b2e176c56ed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.851590 [ 268 ] {6769c422-a708-4cbe-b6c3-b2e176c56ed6} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:54:34.851818 [ 268 ] {6769c422-a708-4cbe-b6c3-b2e176c56ed6} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.851949 [ 268 ] {6769c422-a708-4cbe-b6c3-b2e176c56ed6} executeQuery: Read 1224 rows, 78.41 KiB in 0.001495 sec., 818729.0969899666 rows/sec., 51.22 MiB/sec. 2026.03.20 17:54:34.851987 [ 268 ] {6769c422-a708-4cbe-b6c3-b2e176c56ed6} TCPHandler: Processed in 0.001660528 sec. 2026.03.20 17:54:34.852101 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.852197 [ 268 ] {0d33bbc9-aff6-46d1-a005-b991a209d80a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.852253 [ 268 ] {0d33bbc9-aff6-46d1-a005-b991a209d80a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:54:34.853127 [ 268 ] {0d33bbc9-aff6-46d1-a005-b991a209d80a} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.853164 [ 268 ] {0d33bbc9-aff6-46d1-a005-b991a209d80a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.853761 [ 268 ] {0d33bbc9-aff6-46d1-a005-b991a209d80a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:54:34.853984 [ 268 ] {0d33bbc9-aff6-46d1-a005-b991a209d80a} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.854127 [ 268 ] {0d33bbc9-aff6-46d1-a005-b991a209d80a} executeQuery: Read 52 rows, 95.42 KiB in 0.001949 sec., 26680.34889687019 rows/sec., 47.81 MiB/sec. 2026.03.20 17:54:34.854188 [ 268 ] {0d33bbc9-aff6-46d1-a005-b991a209d80a} TCPHandler: Processed in 0.002137589 sec. 2026.03.20 17:54:34.854299 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:34.854393 [ 268 ] {9876432e-0b8f-4a34-950e-fee788f83792} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:34.854435 [ 268 ] {9876432e-0b8f-4a34-950e-fee788f83792} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:34.854753 [ 268 ] {9876432e-0b8f-4a34-950e-fee788f83792} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:34.854789 [ 268 ] {9876432e-0b8f-4a34-950e-fee788f83792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:34.855094 [ 268 ] {9876432e-0b8f-4a34-950e-fee788f83792} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:54:34.855307 [ 268 ] {9876432e-0b8f-4a34-950e-fee788f83792} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:34.855436 [ 268 ] {9876432e-0b8f-4a34-950e-fee788f83792} executeQuery: Read 12 rows, 848.00 B in 0.001061 sec., 11310.084825636191 rows/sec., 780.51 KiB/sec. 2026.03.20 17:54:34.855471 [ 268 ] {9876432e-0b8f-4a34-950e-fee788f83792} TCPHandler: Processed in 0.001222408 sec. 2026.03.20 17:54:35.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 288.24 MiB, peak 293.93 MiB, free memory in arenas 0.00 B, will set to 286.85 MiB (RSS), difference: -1.38 MiB 2026.03.20 17:54:37.841449 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1054 2026.03.20 17:54:37.844255 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:37.844308 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:37.845550 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:54:37.845845 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:37.845996 [ 83 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.20 17:54:37.846042 [ 83 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:37.846065 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:37.846164 [ 199 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.20 17:54:37.846220 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1054 2026.03.20 17:54:37.846680 [ 199 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:37.846831 [ 199 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 854 rows starting from the beginning of the part 2026.03.20 17:54:37.847189 [ 199 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part 2026.03.20 17:54:37.847533 [ 199 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 50 rows starting from the beginning of the part 2026.03.20 17:54:37.847871 [ 199 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 28 rows starting from the beginning of the part 2026.03.20 17:54:37.848206 [ 199 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part 2026.03.20 17:54:37.848572 [ 199 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 50 rows starting from the beginning of the part 2026.03.20 17:54:37.855583 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1054 rows, containing 72 columns (72 merged, 0 gathered) in 0.009459019 sec., 111428.04555102384 rows/sec., 93.00 MiB/sec. 2026.03.20 17:54:37.856951 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.20 17:54:37.857558 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_26_5} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:37.857642 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_26_5} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.20 17:54:37.857889 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. 2026.03.20 17:54:39.661033 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:39.661242 [ 268 ] {c363ce1b-534a-486a-85cb-266a8e9fbea3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:39.661314 [ 268 ] {c363ce1b-534a-486a-85cb-266a8e9fbea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:39.661982 [ 268 ] {c363ce1b-534a-486a-85cb-266a8e9fbea3} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:39.662029 [ 268 ] {c363ce1b-534a-486a-85cb-266a8e9fbea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:39.662421 [ 268 ] {c363ce1b-534a-486a-85cb-266a8e9fbea3} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.20 17:54:39.662639 [ 268 ] {c363ce1b-534a-486a-85cb-266a8e9fbea3} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:39.662791 [ 268 ] {c363ce1b-534a-486a-85cb-266a8e9fbea3} executeQuery: Read 56 rows, 4.41 KiB in 0.001604 sec., 34912.71820448878 rows/sec., 2.68 MiB/sec. 2026.03.20 17:54:39.662833 [ 268 ] {c363ce1b-534a-486a-85cb-266a8e9fbea3} TCPHandler: Processed in 0.001943335 sec. 2026.03.20 17:54:39.662948 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:39.663052 [ 268 ] {65612fb0-7961-44ef-837b-2c98693e342e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:39.663094 [ 268 ] {65612fb0-7961-44ef-837b-2c98693e342e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:39.663508 [ 268 ] {65612fb0-7961-44ef-837b-2c98693e342e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:39.663547 [ 268 ] {65612fb0-7961-44ef-837b-2c98693e342e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:39.663861 [ 268 ] {65612fb0-7961-44ef-837b-2c98693e342e} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.20 17:54:39.664098 [ 268 ] {65612fb0-7961-44ef-837b-2c98693e342e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:39.664233 [ 268 ] {65612fb0-7961-44ef-837b-2c98693e342e} executeQuery: Read 64 rows, 5.12 KiB in 0.001201 sec., 53288.92589508743 rows/sec., 4.16 MiB/sec. 2026.03.20 17:54:39.664272 [ 268 ] {65612fb0-7961-44ef-837b-2c98693e342e} TCPHandler: Processed in 0.001375472 sec. 2026.03.20 17:54:39.664382 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:39.664477 [ 268 ] {fb9e7c94-bd73-4a00-b68c-254fa77992c4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:39.664522 [ 268 ] {fb9e7c94-bd73-4a00-b68c-254fa77992c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:39.664896 [ 268 ] {fb9e7c94-bd73-4a00-b68c-254fa77992c4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:39.664932 [ 268 ] {fb9e7c94-bd73-4a00-b68c-254fa77992c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:39.665260 [ 268 ] {fb9e7c94-bd73-4a00-b68c-254fa77992c4} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.20 17:54:39.665470 [ 268 ] {fb9e7c94-bd73-4a00-b68c-254fa77992c4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:39.665599 [ 268 ] {fb9e7c94-bd73-4a00-b68c-254fa77992c4} executeQuery: Read 128 rows, 9.13 KiB in 0.00114 sec., 112280.70175438597 rows/sec., 7.82 MiB/sec. 2026.03.20 17:54:39.665636 [ 268 ] {fb9e7c94-bd73-4a00-b68c-254fa77992c4} TCPHandler: Processed in 0.00130401 sec. 2026.03.20 17:54:39.665743 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:39.665838 [ 268 ] {65ca9625-f9cd-4ad8-93c4-b6981ddb3eab} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:39.665882 [ 268 ] {65ca9625-f9cd-4ad8-93c4-b6981ddb3eab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:39.666198 [ 268 ] {65ca9625-f9cd-4ad8-93c4-b6981ddb3eab} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:39.666233 [ 268 ] {65ca9625-f9cd-4ad8-93c4-b6981ddb3eab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:39.666536 [ 268 ] {65ca9625-f9cd-4ad8-93c4-b6981ddb3eab} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.20 17:54:39.666740 [ 268 ] {65ca9625-f9cd-4ad8-93c4-b6981ddb3eab} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:39.666868 [ 268 ] {65ca9625-f9cd-4ad8-93c4-b6981ddb3eab} executeQuery: Read 48 rows, 3.31 KiB in 0.001047 sec., 45845.27220630373 rows/sec., 3.09 MiB/sec. 2026.03.20 17:54:39.666906 [ 268 ] {65ca9625-f9cd-4ad8-93c4-b6981ddb3eab} TCPHandler: Processed in 0.001212988 sec. 2026.03.20 17:54:40.287737 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16869 2026.03.20 17:54:40.288567 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:40.288639 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:40.289142 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:54:40.289376 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:40.289502 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16869 2026.03.20 17:54:41.168019 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.03.20 17:54:41.184824 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:41.184882 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:41.191675 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:54:41.192377 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:41.197550 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.03.20 17:54:44.671091 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:44.671290 [ 268 ] {7f64a64b-24c9-474c-9b59-9a0fea6b6e42} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:54:44.671357 [ 268 ] {7f64a64b-24c9-474c-9b59-9a0fea6b6e42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:54:44.672116 [ 268 ] {7f64a64b-24c9-474c-9b59-9a0fea6b6e42} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:44.672165 [ 268 ] {7f64a64b-24c9-474c-9b59-9a0fea6b6e42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:44.672580 [ 268 ] {7f64a64b-24c9-474c-9b59-9a0fea6b6e42} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:54:44.672826 [ 268 ] {7f64a64b-24c9-474c-9b59-9a0fea6b6e42} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:44.672992 [ 268 ] {7f64a64b-24c9-474c-9b59-9a0fea6b6e42} executeQuery: Read 284 rows, 18.47 KiB in 0.001751 sec., 162193.03255282695 rows/sec., 10.30 MiB/sec. 2026.03.20 17:54:44.673042 [ 268 ] {7f64a64b-24c9-474c-9b59-9a0fea6b6e42} TCPHandler: Processed in 0.002082888 sec. 2026.03.20 17:54:44.673165 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:44.673270 [ 268 ] {4b32cd5e-faa5-46dc-b363-5a6c893f68a7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:44.673313 [ 268 ] {4b32cd5e-faa5-46dc-b363-5a6c893f68a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:44.674104 [ 268 ] {4b32cd5e-faa5-46dc-b363-5a6c893f68a7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:44.674140 [ 268 ] {4b32cd5e-faa5-46dc-b363-5a6c893f68a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:44.674545 [ 268 ] {4b32cd5e-faa5-46dc-b363-5a6c893f68a7} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.20 17:54:44.674769 [ 268 ] {4b32cd5e-faa5-46dc-b363-5a6c893f68a7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:44.674903 [ 268 ] {4b32cd5e-faa5-46dc-b363-5a6c893f68a7} executeQuery: Read 797 rows, 63.50 KiB in 0.001656 sec., 481280.193236715 rows/sec., 37.44 MiB/sec. 2026.03.20 17:54:44.674946 [ 268 ] {4b32cd5e-faa5-46dc-b363-5a6c893f68a7} TCPHandler: Processed in 0.001834302 sec. 2026.03.20 17:54:44.675056 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:44.675154 [ 268 ] {10753789-8a0a-4483-b63c-374a0d7d63aa} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:54:44.675198 [ 268 ] {10753789-8a0a-4483-b63c-374a0d7d63aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:54:44.675625 [ 268 ] {10753789-8a0a-4483-b63c-374a0d7d63aa} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:44.675661 [ 268 ] {10753789-8a0a-4483-b63c-374a0d7d63aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:44.675983 [ 268 ] {10753789-8a0a-4483-b63c-374a0d7d63aa} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:54:44.676191 [ 268 ] {10753789-8a0a-4483-b63c-374a0d7d63aa} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:44.676318 [ 268 ] {10753789-8a0a-4483-b63c-374a0d7d63aa} executeQuery: Read 142 rows, 8.54 KiB in 0.001184 sec., 119932.43243243244 rows/sec., 7.05 MiB/sec. 2026.03.20 17:54:44.676354 [ 268 ] {10753789-8a0a-4483-b63c-374a0d7d63aa} TCPHandler: Processed in 0.001349382 sec. 2026.03.20 17:54:44.676460 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:44.676554 [ 268 ] {f44ae39d-a031-4c21-96dc-d9992aaead80} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:54:44.676594 [ 268 ] {f44ae39d-a031-4c21-96dc-d9992aaead80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:54:44.677021 [ 268 ] {f44ae39d-a031-4c21-96dc-d9992aaead80} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:44.677056 [ 268 ] {f44ae39d-a031-4c21-96dc-d9992aaead80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:44.677350 [ 268 ] {f44ae39d-a031-4c21-96dc-d9992aaead80} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:54:44.677558 [ 268 ] {f44ae39d-a031-4c21-96dc-d9992aaead80} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:44.677683 [ 268 ] {f44ae39d-a031-4c21-96dc-d9992aaead80} executeQuery: Read 149 rows, 9.86 KiB in 0.001146 sec., 130017.45200698079 rows/sec., 8.40 MiB/sec. 2026.03.20 17:54:44.677719 [ 268 ] {f44ae39d-a031-4c21-96dc-d9992aaead80} TCPHandler: Processed in 0.00130862 sec. 2026.03.20 17:54:44.677826 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:44.677924 [ 268 ] {de73d04c-1105-4621-a932-599b805af0b9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:54:44.677963 [ 268 ] {de73d04c-1105-4621-a932-599b805af0b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:54:44.678380 [ 268 ] {de73d04c-1105-4621-a932-599b805af0b9} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:44.678414 [ 268 ] {de73d04c-1105-4621-a932-599b805af0b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:44.678731 [ 268 ] {de73d04c-1105-4621-a932-599b805af0b9} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:54:44.678947 [ 268 ] {de73d04c-1105-4621-a932-599b805af0b9} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:44.679076 [ 268 ] {de73d04c-1105-4621-a932-599b805af0b9} executeQuery: Read 148 rows, 8.62 KiB in 0.001173 sec., 126172.20801364024 rows/sec., 7.18 MiB/sec. 2026.03.20 17:54:44.679112 [ 268 ] {de73d04c-1105-4621-a932-599b805af0b9} TCPHandler: Processed in 0.001336011 sec. 2026.03.20 17:54:44.679219 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:44.679313 [ 268 ] {a9d44c8b-b11a-4949-9740-e1c3f0a8b0b9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:44.679352 [ 268 ] {a9d44c8b-b11a-4949-9740-e1c3f0a8b0b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:44.679920 [ 268 ] {a9d44c8b-b11a-4949-9740-e1c3f0a8b0b9} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:44.679954 [ 268 ] {a9d44c8b-b11a-4949-9740-e1c3f0a8b0b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:44.680286 [ 268 ] {a9d44c8b-b11a-4949-9740-e1c3f0a8b0b9} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.20 17:54:44.680495 [ 268 ] {a9d44c8b-b11a-4949-9740-e1c3f0a8b0b9} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:44.680624 [ 268 ] {a9d44c8b-b11a-4949-9740-e1c3f0a8b0b9} executeQuery: Read 490 rows, 35.18 KiB in 0.001328 sec., 368975.9036144578 rows/sec., 25.87 MiB/sec. 2026.03.20 17:54:44.680661 [ 268 ] {a9d44c8b-b11a-4949-9740-e1c3f0a8b0b9} TCPHandler: Processed in 0.001491905 sec. 2026.03.20 17:54:44.680776 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:44.680881 [ 268 ] {d1e1d26f-1278-4ed6-8eda-af5b99fa7969} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:54:44.680924 [ 268 ] {d1e1d26f-1278-4ed6-8eda-af5b99fa7969} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:54:44.681258 [ 268 ] {d1e1d26f-1278-4ed6-8eda-af5b99fa7969} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:44.681293 [ 268 ] {d1e1d26f-1278-4ed6-8eda-af5b99fa7969} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:44.681614 [ 268 ] {d1e1d26f-1278-4ed6-8eda-af5b99fa7969} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:54:44.681823 [ 268 ] {d1e1d26f-1278-4ed6-8eda-af5b99fa7969} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:44.681954 [ 268 ] {d1e1d26f-1278-4ed6-8eda-af5b99fa7969} executeQuery: Read 6 rows, 321.00 B in 0.001092 sec., 5494.505494505494 rows/sec., 287.07 KiB/sec. 2026.03.20 17:54:44.681990 [ 268 ] {d1e1d26f-1278-4ed6-8eda-af5b99fa7969} TCPHandler: Processed in 0.001273009 sec. 2026.03.20 17:54:44.682093 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:44.682198 [ 268 ] {08eb05a5-4350-4b33-a29d-5488a728372c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:44.682243 [ 268 ] {08eb05a5-4350-4b33-a29d-5488a728372c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:44.682662 [ 268 ] {08eb05a5-4350-4b33-a29d-5488a728372c} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:44.682697 [ 268 ] {08eb05a5-4350-4b33-a29d-5488a728372c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:44.683068 [ 268 ] {08eb05a5-4350-4b33-a29d-5488a728372c} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.20 17:54:44.683281 [ 268 ] {08eb05a5-4350-4b33-a29d-5488a728372c} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:44.683413 [ 268 ] {08eb05a5-4350-4b33-a29d-5488a728372c} executeQuery: Read 265 rows, 18.03 KiB in 0.001234 sec., 214748.78444084278 rows/sec., 14.27 MiB/sec. 2026.03.20 17:54:44.683450 [ 268 ] {08eb05a5-4350-4b33-a29d-5488a728372c} TCPHandler: Processed in 0.001407963 sec. 2026.03.20 17:54:44.683559 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:44.683654 [ 268 ] {e3cb406d-252c-41bc-977c-4c493a8784fa} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:54:44.683695 [ 268 ] {e3cb406d-252c-41bc-977c-4c493a8784fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:54:44.684108 [ 268 ] {e3cb406d-252c-41bc-977c-4c493a8784fa} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:44.684147 [ 268 ] {e3cb406d-252c-41bc-977c-4c493a8784fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:44.684483 [ 268 ] {e3cb406d-252c-41bc-977c-4c493a8784fa} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:54:44.684707 [ 268 ] {e3cb406d-252c-41bc-977c-4c493a8784fa} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:44.684843 [ 268 ] {e3cb406d-252c-41bc-977c-4c493a8784fa} executeQuery: Read 1 rows, 69.00 B in 0.001207 sec., 828.5004142502072 rows/sec., 55.83 KiB/sec. 2026.03.20 17:54:44.684880 [ 268 ] {e3cb406d-252c-41bc-977c-4c493a8784fa} TCPHandler: Processed in 0.001371051 sec. 2026.03.20 17:54:44.685015 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:44.685128 [ 268 ] {7dca1abb-7209-4b03-a31f-b2dca314adcc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:44.685178 [ 268 ] {7dca1abb-7209-4b03-a31f-b2dca314adcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:44.685594 [ 268 ] {7dca1abb-7209-4b03-a31f-b2dca314adcc} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:44.685634 [ 268 ] {7dca1abb-7209-4b03-a31f-b2dca314adcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:44.686048 [ 268 ] {7dca1abb-7209-4b03-a31f-b2dca314adcc} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.20 17:54:44.686336 [ 268 ] {7dca1abb-7209-4b03-a31f-b2dca314adcc} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:44.686495 [ 268 ] {7dca1abb-7209-4b03-a31f-b2dca314adcc} executeQuery: Read 90 rows, 5.77 KiB in 0.001389 sec., 64794.81641468682 rows/sec., 4.05 MiB/sec. 2026.03.20 17:54:44.686540 [ 268 ] {7dca1abb-7209-4b03-a31f-b2dca314adcc} TCPHandler: Processed in 0.001583377 sec. 2026.03.20 17:54:47.684150 [ 61 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:54:47.684209 [ 61 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:54:47.789615 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17317 2026.03.20 17:54:47.790133 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:47.790185 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:47.790754 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:54:47.791020 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:47.791148 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17317 2026.03.20 17:54:47.791171 [ 61 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.20 17:54:47.791247 [ 61 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:47.791271 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:47.791401 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.20 17:54:47.791549 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:47.791592 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14949 rows starting from the beginning of the part 2026.03.20 17:54:47.791663 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2026.03.20 17:54:47.791714 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2026.03.20 17:54:47.791762 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2026.03.20 17:54:47.791805 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2026.03.20 17:54:47.791847 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2026.03.20 17:54:47.794131 [ 190 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17317 rows, containing 4 columns (4 merged, 0 gathered) in 0.002791875 sec., 6202641.593910902 rows/sec., 88.73 MiB/sec. 2026.03.20 17:54:47.794306 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.20 17:54:47.794552 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_36_7} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:47.794622 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_36_7} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.20 17:54:47.794693 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.03.20 17:54:47.846509 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1082 2026.03.20 17:54:47.848831 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:47.848889 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:47.850150 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:54:47.850437 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:47.850796 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1082 2026.03.20 17:54:48.697652 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2026.03.20 17:54:48.714941 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:48.715005 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:48.721078 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:54:48.721812 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:48.722111 [ 49 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.20 17:54:48.722148 [ 49 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:48.722167 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:48.722287 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.20 17:54:48.725611 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2026.03.20 17:54:48.725962 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:48.727428 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:54:48.732073 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:54:48.736608 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:54:48.741012 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:54:48.745411 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:54:48.749508 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:54:48.802560 [ 201 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.080330574 sec., 3373.5598602843297 rows/sec., 17.44 MiB/sec. 2026.03.20 17:54:48.805372 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.20 17:54:48.807351 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_36_7} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:48.807455 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_36_7} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.20 17:54:48.810042 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.03.20 17:54:49.000246 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 290.90 MiB, peak 302.76 MiB, free memory in arenas 0.00 B, will set to 292.78 MiB (RSS), difference: 1.88 MiB 2026.03.20 17:54:49.665071 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:49.665273 [ 268 ] {8243e1a4-ffb3-4602-8fe1-8b09ecbbca0b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:49.665349 [ 268 ] {8243e1a4-ffb3-4602-8fe1-8b09ecbbca0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:49.666119 [ 268 ] {8243e1a4-ffb3-4602-8fe1-8b09ecbbca0b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:49.666170 [ 268 ] {8243e1a4-ffb3-4602-8fe1-8b09ecbbca0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:49.666619 [ 268 ] {8243e1a4-ffb3-4602-8fe1-8b09ecbbca0b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.20 17:54:49.666869 [ 268 ] {8243e1a4-ffb3-4602-8fe1-8b09ecbbca0b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:49.667027 [ 268 ] {8243e1a4-ffb3-4602-8fe1-8b09ecbbca0b} executeQuery: Read 138 rows, 12.29 KiB in 0.00181 sec., 76243.09392265194 rows/sec., 6.63 MiB/sec. 2026.03.20 17:54:49.667031 [ 24 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.20 17:54:49.667070 [ 268 ] {8243e1a4-ffb3-4602-8fe1-8b09ecbbca0b} TCPHandler: Processed in 0.00214453 sec. 2026.03.20 17:54:49.667107 [ 24 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:49.667137 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:49.667199 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:49.667232 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::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.03.20 17:54:49.667301 [ 268 ] {fb8139d8-4981-4b36-aae8-18c1ee973aea} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:54:49.667319 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:49.667344 [ 268 ] {fb8139d8-4981-4b36-aae8-18c1ee973aea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:54:49.667348 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2894 rows starting from the beginning of the part 2026.03.20 17:54:49.667412 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 797 rows starting from the beginning of the part 2026.03.20 17:54:49.667455 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 2029 rows starting from the beginning of the part 2026.03.20 17:54:49.667495 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part 2026.03.20 17:54:49.667535 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 797 rows starting from the beginning of the part 2026.03.20 17:54:49.667575 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 138 rows starting from the beginning of the part 2026.03.20 17:54:49.667772 [ 268 ] {fb8139d8-4981-4b36-aae8-18c1ee973aea} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:49.667808 [ 268 ] {fb8139d8-4981-4b36-aae8-18c1ee973aea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:49.668279 [ 268 ] {fb8139d8-4981-4b36-aae8-18c1ee973aea} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:54:49.668502 [ 268 ] {fb8139d8-4981-4b36-aae8-18c1ee973aea} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:49.668635 [ 268 ] {fb8139d8-4981-4b36-aae8-18c1ee973aea} executeQuery: Read 41 rows, 3.08 KiB in 0.001353 sec., 30303.030303030304 rows/sec., 2.23 MiB/sec. 2026.03.20 17:54:49.668674 [ 268 ] {fb8139d8-4981-4b36-aae8-18c1ee973aea} TCPHandler: Processed in 0.001526386 sec. 2026.03.20 17:54:49.668789 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:49.668884 [ 268 ] {e5539445-657c-433e-9abd-f1836d58db00} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:49.668924 [ 268 ] {e5539445-657c-433e-9abd-f1836d58db00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:49.669406 [ 268 ] {e5539445-657c-433e-9abd-f1836d58db00} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:49.669452 [ 268 ] {e5539445-657c-433e-9abd-f1836d58db00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:49.669848 [ 268 ] {e5539445-657c-433e-9abd-f1836d58db00} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.20 17:54:49.670056 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 6711 rows, containing 5 columns (5 merged, 0 gathered) in 0.002863437 sec., 2343686.9747789106 rows/sec., 189.80 MiB/sec. 2026.03.20 17:54:49.670130 [ 268 ] {e5539445-657c-433e-9abd-f1836d58db00} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:49.670266 [ 268 ] {e5539445-657c-433e-9abd-f1836d58db00} executeQuery: Read 105 rows, 8.40 KiB in 0.0014 sec., 75000 rows/sec., 5.86 MiB/sec. 2026.03.20 17:54:49.670281 [ 41 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.20 17:54:49.670305 [ 268 ] {e5539445-657c-433e-9abd-f1836d58db00} TCPHandler: Processed in 0.001566736 sec. 2026.03.20 17:54:49.670352 [ 41 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:49.670379 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:49.670447 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:49.670453 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.20 17:54:49.670500 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::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.03.20 17:54:49.670551 [ 268 ] {7ab7e1fb-fc07-4bab-9ba6-cd8e9c34fe20} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:49.670603 [ 268 ] {7ab7e1fb-fc07-4bab-9ba6-cd8e9c34fe20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:49.670662 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:49.670706 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1553 rows starting from the beginning of the part 2026.03.20 17:54:49.670780 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 490 rows starting from the beginning of the part 2026.03.20 17:54:49.670788 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_56_11} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:49.670831 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1066 rows starting from the beginning of the part 2026.03.20 17:54:49.670879 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part 2026.03.20 17:54:49.670883 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_56_11} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.20 17:54:49.670923 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 490 rows starting from the beginning of the part 2026.03.20 17:54:49.670968 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 105 rows starting from the beginning of the part 2026.03.20 17:54:49.670991 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.20 17:54:49.671008 [ 268 ] {7ab7e1fb-fc07-4bab-9ba6-cd8e9c34fe20} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:49.671051 [ 268 ] {7ab7e1fb-fc07-4bab-9ba6-cd8e9c34fe20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:49.671445 [ 268 ] {7ab7e1fb-fc07-4bab-9ba6-cd8e9c34fe20} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.20 17:54:49.671674 [ 268 ] {7ab7e1fb-fc07-4bab-9ba6-cd8e9c34fe20} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:49.671787 [ 41 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.20 17:54:49.671808 [ 268 ] {7ab7e1fb-fc07-4bab-9ba6-cd8e9c34fe20} executeQuery: Read 160 rows, 11.41 KiB in 0.001275 sec., 125490.19607843137 rows/sec., 8.74 MiB/sec. 2026.03.20 17:54:49.671820 [ 41 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:49.671851 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:49.671853 [ 268 ] {7ab7e1fb-fc07-4bab-9ba6-cd8e9c34fe20} TCPHandler: Processed in 0.001456994 sec. 2026.03.20 17:54:49.671952 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::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.03.20 17:54:49.671983 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:49.672082 [ 268 ] {0cd246a8-5f36-491b-8cab-3fe55366c6d6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:49.672087 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:49.672139 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 16680 rows starting from the beginning of the part 2026.03.20 17:54:49.672142 [ 268 ] {0cd246a8-5f36-491b-8cab-3fe55366c6d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:54:49.672209 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 265 rows starting from the beginning of the part 2026.03.20 17:54:49.672262 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1224 rows starting from the beginning of the part 2026.03.20 17:54:49.672308 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 128 rows starting from the beginning of the part 2026.03.20 17:54:49.672350 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 265 rows starting from the beginning of the part 2026.03.20 17:54:49.672391 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2026.03.20 17:54:49.672501 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3768 rows, containing 5 columns (5 merged, 0 gathered) in 0.002060928 sec., 1828302.5899012482 rows/sec., 135.15 MiB/sec. 2026.03.20 17:54:49.672731 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.20 17:54:49.672942 [ 268 ] {0cd246a8-5f36-491b-8cab-3fe55366c6d6} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:49.672987 [ 268 ] {0cd246a8-5f36-491b-8cab-3fe55366c6d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:49.673007 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_56_11} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:49.673091 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_56_11} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.20 17:54:49.673172 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.20 17:54:49.673564 [ 268 ] {0cd246a8-5f36-491b-8cab-3fe55366c6d6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:54:49.673800 [ 268 ] {0cd246a8-5f36-491b-8cab-3fe55366c6d6} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:49.673908 [ 41 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.20 17:54:49.673937 [ 268 ] {0cd246a8-5f36-491b-8cab-3fe55366c6d6} executeQuery: Read 41 rows, 75.23 KiB in 0.001872 sec., 21901.709401709402 rows/sec., 39.25 MiB/sec. 2026.03.20 17:54:49.673942 [ 41 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:49.673977 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2026.03.20 17:54:49.673998 [ 268 ] {0cd246a8-5f36-491b-8cab-3fe55366c6d6} TCPHandler: Processed in 0.002065818 sec. 2026.03.20 17:54:49.674051 [ 196 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.20 17:54:49.674117 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:49.674219 [ 268 ] {4cb91a7d-ac35-4fbb-a56f-84819dcc54aa} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:49.674248 [ 196 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:49.674265 [ 268 ] {4cb91a7d-ac35-4fbb-a56f-84819dcc54aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:49.674303 [ 196 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 792 rows starting from the beginning of the part 2026.03.20 17:54:49.674431 [ 196 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 52 rows starting from the beginning of the part 2026.03.20 17:54:49.674537 [ 196 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part 2026.03.20 17:54:49.674637 [ 196 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part 2026.03.20 17:54:49.674651 [ 268 ] {4cb91a7d-ac35-4fbb-a56f-84819dcc54aa} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:49.674694 [ 268 ] {4cb91a7d-ac35-4fbb-a56f-84819dcc54aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:49.674740 [ 196 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 52 rows starting from the beginning of the part 2026.03.20 17:54:49.674844 [ 196 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part 2026.03.20 17:54:49.675045 [ 268 ] {4cb91a7d-ac35-4fbb-a56f-84819dcc54aa} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.20 17:54:49.675290 [ 268 ] {4cb91a7d-ac35-4fbb-a56f-84819dcc54aa} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:49.675407 [ 41 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.20 17:54:49.675431 [ 268 ] {4cb91a7d-ac35-4fbb-a56f-84819dcc54aa} executeQuery: Read 60 rows, 4.14 KiB in 0.001229 sec., 48820.17900732302 rows/sec., 3.29 MiB/sec. 2026.03.20 17:54:49.675442 [ 41 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:49.675475 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:49.675475 [ 268 ] {4cb91a7d-ac35-4fbb-a56f-84819dcc54aa} TCPHandler: Processed in 0.001408433 sec. 2026.03.20 17:54:49.675554 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:54:49.675653 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:49.675687 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2940 rows starting from the beginning of the part 2026.03.20 17:54:49.675743 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 90 rows starting from the beginning of the part 2026.03.20 17:54:49.675783 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 12 rows starting from the beginning of the part 2026.03.20 17:54:49.675821 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 48 rows starting from the beginning of the part 2026.03.20 17:54:49.675866 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 90 rows starting from the beginning of the part 2026.03.20 17:54:49.675901 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2026.03.20 17:54:49.678440 [ 189 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3240 rows, containing 4 columns (4 merged, 0 gathered) in 0.002919538 sec., 1109764.6271430617 rows/sec., 71.01 MiB/sec. 2026.03.20 17:54:49.678788 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.20 17:54:49.679073 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_56_11} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:49.679144 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_56_11} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.20 17:54:49.679211 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.03.20 17:54:49.680363 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 18722 rows, containing 5 columns (5 merged, 0 gathered) in 0.008461786 sec., 2212535.273286278 rows/sec., 146.17 MiB/sec. 2026.03.20 17:54:49.680690 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.20 17:54:49.680982 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_56_11} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:49.681054 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_56_11} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.20 17:54:49.681133 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.19 MiB. 2026.03.20 17:54:49.682730 [ 188 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1019 rows, containing 19 columns (19 merged, 0 gathered) in 0.008715432 sec., 116919.04658311831 rows/sec., 209.51 MiB/sec. 2026.03.20 17:54:49.684363 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.20 17:54:49.684683 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_26_5} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:49.684753 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_26_5} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.20 17:54:49.684892 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.29 MiB. 2026.03.20 17:54:50.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 293.41 MiB, peak 306.23 MiB, free memory in arenas 0.00 B, will set to 300.79 MiB (RSS), difference: 7.38 MiB 2026.03.20 17:54:54.670608 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:54.670818 [ 268 ] {25511b6a-27a1-48fd-a029-d3b9b61ce80d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:54:54.670892 [ 268 ] {25511b6a-27a1-48fd-a029-d3b9b61ce80d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:54:54.671594 [ 268 ] {25511b6a-27a1-48fd-a029-d3b9b61ce80d} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:54.671642 [ 268 ] {25511b6a-27a1-48fd-a029-d3b9b61ce80d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:54.672037 [ 268 ] {25511b6a-27a1-48fd-a029-d3b9b61ce80d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:54:54.672264 [ 268 ] {25511b6a-27a1-48fd-a029-d3b9b61ce80d} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:54.672408 [ 268 ] {25511b6a-27a1-48fd-a029-d3b9b61ce80d} executeQuery: Read 284 rows, 18.47 KiB in 0.001644 sec., 172749.3917274939 rows/sec., 10.97 MiB/sec. 2026.03.20 17:54:54.672449 [ 268 ] {25511b6a-27a1-48fd-a029-d3b9b61ce80d} TCPHandler: Processed in 0.001979806 sec. 2026.03.20 17:54:54.672579 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:54.672673 [ 268 ] {b4b96d0d-56a8-474d-9cb0-dbff81c4b06f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:54.672713 [ 268 ] {b4b96d0d-56a8-474d-9cb0-dbff81c4b06f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:54.673378 [ 268 ] {b4b96d0d-56a8-474d-9cb0-dbff81c4b06f} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:54.673412 [ 268 ] {b4b96d0d-56a8-474d-9cb0-dbff81c4b06f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:54.673765 [ 268 ] {b4b96d0d-56a8-474d-9cb0-dbff81c4b06f} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.20 17:54:54.673972 [ 268 ] {b4b96d0d-56a8-474d-9cb0-dbff81c4b06f} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:54.674098 [ 268 ] {b4b96d0d-56a8-474d-9cb0-dbff81c4b06f} executeQuery: Read 797 rows, 63.50 KiB in 0.001444 sec., 551939.0581717452 rows/sec., 42.94 MiB/sec. 2026.03.20 17:54:54.674136 [ 268 ] {b4b96d0d-56a8-474d-9cb0-dbff81c4b06f} TCPHandler: Processed in 0.001605687 sec. 2026.03.20 17:54:54.674254 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:54.674348 [ 268 ] {4d8030a5-f752-4cfe-87f2-b7bd4f9f1ffd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:54:54.674389 [ 268 ] {4d8030a5-f752-4cfe-87f2-b7bd4f9f1ffd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:54:54.674801 [ 268 ] {4d8030a5-f752-4cfe-87f2-b7bd4f9f1ffd} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:54.674836 [ 268 ] {4d8030a5-f752-4cfe-87f2-b7bd4f9f1ffd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:54.675147 [ 268 ] {4d8030a5-f752-4cfe-87f2-b7bd4f9f1ffd} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:54:54.675347 [ 268 ] {4d8030a5-f752-4cfe-87f2-b7bd4f9f1ffd} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:54.675472 [ 268 ] {4d8030a5-f752-4cfe-87f2-b7bd4f9f1ffd} executeQuery: Read 142 rows, 8.54 KiB in 0.001141 sec., 124452.23488168273 rows/sec., 7.31 MiB/sec. 2026.03.20 17:54:54.675508 [ 268 ] {4d8030a5-f752-4cfe-87f2-b7bd4f9f1ffd} TCPHandler: Processed in 0.00130143 sec. 2026.03.20 17:54:54.675615 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:54.675706 [ 268 ] {f29eaa33-83b4-43e9-bcfc-365ca748380e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:54:54.675743 [ 268 ] {f29eaa33-83b4-43e9-bcfc-365ca748380e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:54:54.676142 [ 268 ] {f29eaa33-83b4-43e9-bcfc-365ca748380e} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:54.676177 [ 268 ] {f29eaa33-83b4-43e9-bcfc-365ca748380e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:54.676466 [ 268 ] {f29eaa33-83b4-43e9-bcfc-365ca748380e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:54:54.676676 [ 268 ] {f29eaa33-83b4-43e9-bcfc-365ca748380e} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:54.676798 [ 268 ] {f29eaa33-83b4-43e9-bcfc-365ca748380e} executeQuery: Read 149 rows, 9.86 KiB in 0.001109 sec., 134355.27502254283 rows/sec., 8.68 MiB/sec. 2026.03.20 17:54:54.676833 [ 268 ] {f29eaa33-83b4-43e9-bcfc-365ca748380e} TCPHandler: Processed in 0.00126551 sec. 2026.03.20 17:54:54.676938 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:54.677029 [ 268 ] {8937df19-824a-4216-bf32-d70f6bc38ea7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:54:54.677066 [ 268 ] {8937df19-824a-4216-bf32-d70f6bc38ea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:54:54.677465 [ 268 ] {8937df19-824a-4216-bf32-d70f6bc38ea7} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:54.677499 [ 268 ] {8937df19-824a-4216-bf32-d70f6bc38ea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:54.677783 [ 268 ] {8937df19-824a-4216-bf32-d70f6bc38ea7} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:54:54.677988 [ 268 ] {8937df19-824a-4216-bf32-d70f6bc38ea7} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:54.678109 [ 268 ] {8937df19-824a-4216-bf32-d70f6bc38ea7} executeQuery: Read 148 rows, 8.62 KiB in 0.001097 sec., 134913.40018231538 rows/sec., 7.67 MiB/sec. 2026.03.20 17:54:54.678144 [ 268 ] {8937df19-824a-4216-bf32-d70f6bc38ea7} TCPHandler: Processed in 0.001253349 sec. 2026.03.20 17:54:54.678249 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:54.678341 [ 268 ] {bd491bb6-c0e1-4622-98f8-12e4876b7af1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:54.678379 [ 268 ] {bd491bb6-c0e1-4622-98f8-12e4876b7af1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:54.678899 [ 268 ] {bd491bb6-c0e1-4622-98f8-12e4876b7af1} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:54.678935 [ 268 ] {bd491bb6-c0e1-4622-98f8-12e4876b7af1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:54.679243 [ 268 ] {bd491bb6-c0e1-4622-98f8-12e4876b7af1} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.20 17:54:54.679444 [ 268 ] {bd491bb6-c0e1-4622-98f8-12e4876b7af1} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:54.679568 [ 268 ] {bd491bb6-c0e1-4622-98f8-12e4876b7af1} executeQuery: Read 490 rows, 35.18 KiB in 0.001245 sec., 393574.297188755 rows/sec., 27.59 MiB/sec. 2026.03.20 17:54:54.679604 [ 268 ] {bd491bb6-c0e1-4622-98f8-12e4876b7af1} TCPHandler: Processed in 0.001402243 sec. 2026.03.20 17:54:54.679709 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:54.679800 [ 268 ] {0a9db447-8e3f-426c-a557-f4c5310b073f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:54:54.679840 [ 268 ] {0a9db447-8e3f-426c-a557-f4c5310b073f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:54:54.680160 [ 268 ] {0a9db447-8e3f-426c-a557-f4c5310b073f} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:54.680195 [ 268 ] {0a9db447-8e3f-426c-a557-f4c5310b073f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:54.680486 [ 268 ] {0a9db447-8e3f-426c-a557-f4c5310b073f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:54:54.680694 [ 268 ] {0a9db447-8e3f-426c-a557-f4c5310b073f} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:54.680803 [ 54 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.03.20 17:54:54.680821 [ 268 ] {0a9db447-8e3f-426c-a557-f4c5310b073f} executeQuery: Read 6 rows, 321.00 B in 0.001038 sec., 5780.346820809248 rows/sec., 302.00 KiB/sec. 2026.03.20 17:54:54.680867 [ 54 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:54.680873 [ 268 ] {0a9db447-8e3f-426c-a557-f4c5310b073f} TCPHandler: Processed in 0.001210628 sec. 2026.03.20 17:54:54.680895 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:54.680995 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:54.681025 [ 193 ] {05b673bd-1065-454a-b193-02561891577e::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.03.20 17:54:54.681092 [ 268 ] {2dc5d4ed-0e1f-43be-80cc-e9ab77f5e69b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:54.681138 [ 268 ] {2dc5d4ed-0e1f-43be-80cc-e9ab77f5e69b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:54.681182 [ 193 ] {05b673bd-1065-454a-b193-02561891577e::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:54.681227 [ 193 ] {05b673bd-1065-454a-b193-02561891577e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part 2026.03.20 17:54:54.681298 [ 193 ] {05b673bd-1065-454a-b193-02561891577e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2026.03.20 17:54:54.681346 [ 193 ] {05b673bd-1065-454a-b193-02561891577e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2026.03.20 17:54:54.681391 [ 193 ] {05b673bd-1065-454a-b193-02561891577e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2026.03.20 17:54:54.681431 [ 193 ] {05b673bd-1065-454a-b193-02561891577e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2026.03.20 17:54:54.681477 [ 193 ] {05b673bd-1065-454a-b193-02561891577e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2026.03.20 17:54:54.681514 [ 268 ] {2dc5d4ed-0e1f-43be-80cc-e9ab77f5e69b} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:54.681556 [ 268 ] {2dc5d4ed-0e1f-43be-80cc-e9ab77f5e69b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:54.681912 [ 268 ] {2dc5d4ed-0e1f-43be-80cc-e9ab77f5e69b} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.20 17:54:54.682139 [ 268 ] {2dc5d4ed-0e1f-43be-80cc-e9ab77f5e69b} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:54.682269 [ 268 ] {2dc5d4ed-0e1f-43be-80cc-e9ab77f5e69b} executeQuery: Read 265 rows, 18.03 KiB in 0.001195 sec., 221757.3221757322 rows/sec., 14.74 MiB/sec. 2026.03.20 17:54:54.682305 [ 268 ] {2dc5d4ed-0e1f-43be-80cc-e9ab77f5e69b} TCPHandler: Processed in 0.001356942 sec. 2026.03.20 17:54:54.682319 [ 189 ] {05b673bd-1065-454a-b193-02561891577e::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.001351642 sec., 110976.13125368996 rows/sec., 5.66 MiB/sec. 2026.03.20 17:54:54.682411 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:54.682437 [ 193 ] {05b673bd-1065-454a-b193-02561891577e::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.03.20 17:54:54.682509 [ 268 ] {07a76ad1-e6ce-42c9-80a6-05292d984671} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:54:54.682555 [ 268 ] {07a76ad1-e6ce-42c9-80a6-05292d984671} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:54:54.682691 [ 193 ] {05b673bd-1065-454a-b193-02561891577e::all_1_25_5} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:54.682763 [ 193 ] {05b673bd-1065-454a-b193-02561891577e::all_1_25_5} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.03.20 17:54:54.682829 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.20 17:54:54.682857 [ 268 ] {07a76ad1-e6ce-42c9-80a6-05292d984671} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:54.682897 [ 268 ] {07a76ad1-e6ce-42c9-80a6-05292d984671} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:54.683200 [ 268 ] {07a76ad1-e6ce-42c9-80a6-05292d984671} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:54:54.683398 [ 268 ] {07a76ad1-e6ce-42c9-80a6-05292d984671} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:54.683499 [ 54 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.03.20 17:54:54.683525 [ 268 ] {07a76ad1-e6ce-42c9-80a6-05292d984671} executeQuery: Read 1 rows, 69.00 B in 0.001033 sec., 968.054211035818 rows/sec., 65.23 KiB/sec. 2026.03.20 17:54:54.683530 [ 54 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:54.683563 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:54.683566 [ 268 ] {07a76ad1-e6ce-42c9-80a6-05292d984671} TCPHandler: Processed in 0.001202448 sec. 2026.03.20 17:54:54.683635 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.03.20 17:54:54.683682 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:54.683727 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:54:54.683758 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 21 rows starting from the beginning of the part 2026.03.20 17:54:54.683777 [ 268 ] {eb02661e-bf6e-4497-96e1-f48714688160} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:54.683808 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2026.03.20 17:54:54.683821 [ 268 ] {eb02661e-bf6e-4497-96e1-f48714688160} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:54.683857 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2026.03.20 17:54:54.683900 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2026.03.20 17:54:54.683940 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2026.03.20 17:54:54.683976 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2026.03.20 17:54:54.684136 [ 268 ] {eb02661e-bf6e-4497-96e1-f48714688160} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:54.684176 [ 268 ] {eb02661e-bf6e-4497-96e1-f48714688160} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:54.684495 [ 268 ] {eb02661e-bf6e-4497-96e1-f48714688160} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.20 17:54:54.684706 [ 268 ] {eb02661e-bf6e-4497-96e1-f48714688160} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:54.684733 [ 197 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.001128086 sec., 23047.888192921462 rows/sec., 1.51 MiB/sec. 2026.03.20 17:54:54.684831 [ 268 ] {eb02661e-bf6e-4497-96e1-f48714688160} executeQuery: Read 90 rows, 5.77 KiB in 0.001071 sec., 84033.61344537816 rows/sec., 5.26 MiB/sec. 2026.03.20 17:54:54.684870 [ 268 ] {eb02661e-bf6e-4497-96e1-f48714688160} TCPHandler: Processed in 0.001234349 sec. 2026.03.20 17:54:54.684902 [ 187 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.03.20 17:54:54.685196 [ 187 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_25_5} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:54.685260 [ 187 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_25_5} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.03.20 17:54:54.685337 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.20 17:54:55.291246 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17829 2026.03.20 17:54:55.292078 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:55.292153 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:55.292840 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:54:55.293072 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:55.293203 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17829 2026.03.20 17:54:56.225683 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2026.03.20 17:54:56.241600 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:56.241660 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:56.247076 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:54:56.247808 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:56.250495 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.03.20 17:54:57.850935 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1114 2026.03.20 17:54:57.853147 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:57.853183 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:57.854370 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:54:57.854627 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:57.854867 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1114 2026.03.20 17:54:59.664856 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:59.665072 [ 268 ] {b1efced8-dc5e-4e22-9a75-1fecc6d1e117} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:54:59.665148 [ 268 ] {b1efced8-dc5e-4e22-9a75-1fecc6d1e117} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:54:59.665842 [ 268 ] {b1efced8-dc5e-4e22-9a75-1fecc6d1e117} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:59.665886 [ 268 ] {b1efced8-dc5e-4e22-9a75-1fecc6d1e117} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:59.666292 [ 268 ] {b1efced8-dc5e-4e22-9a75-1fecc6d1e117} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.20 17:54:59.666528 [ 268 ] {b1efced8-dc5e-4e22-9a75-1fecc6d1e117} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:59.666689 [ 268 ] {b1efced8-dc5e-4e22-9a75-1fecc6d1e117} executeQuery: Read 138 rows, 12.29 KiB in 0.001674 sec., 82437.27598566309 rows/sec., 7.17 MiB/sec. 2026.03.20 17:54:59.666732 [ 268 ] {b1efced8-dc5e-4e22-9a75-1fecc6d1e117} TCPHandler: Processed in 0.002018207 sec. 2026.03.20 17:54:59.666847 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:59.666944 [ 268 ] {4688137b-66dd-4d79-b85b-5c54a120e9c0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:54:59.666986 [ 268 ] {4688137b-66dd-4d79-b85b-5c54a120e9c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:54:59.667395 [ 268 ] {4688137b-66dd-4d79-b85b-5c54a120e9c0} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:59.667435 [ 268 ] {4688137b-66dd-4d79-b85b-5c54a120e9c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:59.667772 [ 268 ] {4688137b-66dd-4d79-b85b-5c54a120e9c0} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:54:59.667988 [ 268 ] {4688137b-66dd-4d79-b85b-5c54a120e9c0} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:59.668119 [ 268 ] {4688137b-66dd-4d79-b85b-5c54a120e9c0} executeQuery: Read 41 rows, 3.08 KiB in 0.001194 sec., 34338.35845896148 rows/sec., 2.52 MiB/sec. 2026.03.20 17:54:59.668158 [ 268 ] {4688137b-66dd-4d79-b85b-5c54a120e9c0} TCPHandler: Processed in 0.001362702 sec. 2026.03.20 17:54:59.668270 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:59.668368 [ 268 ] {8ac74324-0898-425f-9ffd-5c6f4cfbe707} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:54:59.668409 [ 268 ] {8ac74324-0898-425f-9ffd-5c6f4cfbe707} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:54:59.668831 [ 268 ] {8ac74324-0898-425f-9ffd-5c6f4cfbe707} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:59.668868 [ 268 ] {8ac74324-0898-425f-9ffd-5c6f4cfbe707} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:59.669205 [ 268 ] {8ac74324-0898-425f-9ffd-5c6f4cfbe707} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.20 17:54:59.669425 [ 268 ] {8ac74324-0898-425f-9ffd-5c6f4cfbe707} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:59.669564 [ 268 ] {8ac74324-0898-425f-9ffd-5c6f4cfbe707} executeQuery: Read 105 rows, 8.40 KiB in 0.001213 sec., 86562.24237427863 rows/sec., 6.76 MiB/sec. 2026.03.20 17:54:59.669603 [ 268 ] {8ac74324-0898-425f-9ffd-5c6f4cfbe707} TCPHandler: Processed in 0.001383082 sec. 2026.03.20 17:54:59.669713 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:59.669809 [ 268 ] {c15c8d7d-07fa-4c32-90ff-d72f3d7c400f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:59.669855 [ 268 ] {c15c8d7d-07fa-4c32-90ff-d72f3d7c400f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:54:59.670292 [ 268 ] {c15c8d7d-07fa-4c32-90ff-d72f3d7c400f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:59.670341 [ 268 ] {c15c8d7d-07fa-4c32-90ff-d72f3d7c400f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:59.670713 [ 268 ] {c15c8d7d-07fa-4c32-90ff-d72f3d7c400f} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.20 17:54:59.670929 [ 268 ] {c15c8d7d-07fa-4c32-90ff-d72f3d7c400f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:59.671064 [ 268 ] {c15c8d7d-07fa-4c32-90ff-d72f3d7c400f} executeQuery: Read 160 rows, 11.41 KiB in 0.001273 sec., 125687.35271013353 rows/sec., 8.75 MiB/sec. 2026.03.20 17:54:59.671102 [ 268 ] {c15c8d7d-07fa-4c32-90ff-d72f3d7c400f} TCPHandler: Processed in 0.001438663 sec. 2026.03.20 17:54:59.671204 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:59.671299 [ 268 ] {ce4617e8-e2f7-4fd4-8b0f-a82c3b9d244b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:54:59.671355 [ 268 ] {ce4617e8-e2f7-4fd4-8b0f-a82c3b9d244b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:54:59.672133 [ 268 ] {ce4617e8-e2f7-4fd4-8b0f-a82c3b9d244b} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:59.672170 [ 268 ] {ce4617e8-e2f7-4fd4-8b0f-a82c3b9d244b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:59.672751 [ 268 ] {ce4617e8-e2f7-4fd4-8b0f-a82c3b9d244b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:54:59.672967 [ 268 ] {ce4617e8-e2f7-4fd4-8b0f-a82c3b9d244b} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:59.673098 [ 268 ] {ce4617e8-e2f7-4fd4-8b0f-a82c3b9d244b} executeQuery: Read 41 rows, 75.23 KiB in 0.001817 sec., 22564.667033571823 rows/sec., 40.43 MiB/sec. 2026.03.20 17:54:59.673150 [ 268 ] {ce4617e8-e2f7-4fd4-8b0f-a82c3b9d244b} TCPHandler: Processed in 0.001994526 sec. 2026.03.20 17:54:59.673257 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:54:59.673352 [ 268 ] {b57df527-2074-4e8f-8c63-3a38de387a76} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:54:59.673394 [ 268 ] {b57df527-2074-4e8f-8c63-3a38de387a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:54:59.673725 [ 268 ] {b57df527-2074-4e8f-8c63-3a38de387a76} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:54:59.673761 [ 268 ] {b57df527-2074-4e8f-8c63-3a38de387a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:54:59.674069 [ 268 ] {b57df527-2074-4e8f-8c63-3a38de387a76} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.20 17:54:59.674285 [ 268 ] {b57df527-2074-4e8f-8c63-3a38de387a76} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:54:59.674422 [ 268 ] {b57df527-2074-4e8f-8c63-3a38de387a76} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.03.20 17:54:59.674460 [ 268 ] {b57df527-2074-4e8f-8c63-3a38de387a76} TCPHandler: Processed in 0.001252899 sec. 2026.03.20 17:55:02.684256 [ 67 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:55:02.684307 [ 67 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:55:02.793340 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18277 2026.03.20 17:55:02.794104 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:02.794178 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:02.794948 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:55:02.795190 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:02.795344 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18277 2026.03.20 17:55:03.750611 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.03.20 17:55:03.767751 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:03.767804 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:03.773504 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:55:03.774201 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:03.777118 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.03.20 17:55:04.671481 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.671679 [ 268 ] {28951034-4440-4733-b50c-9fb4af9df8e2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.671749 [ 268 ] {28951034-4440-4733-b50c-9fb4af9df8e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:55:04.672602 [ 268 ] {28951034-4440-4733-b50c-9fb4af9df8e2} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.672645 [ 268 ] {28951034-4440-4733-b50c-9fb4af9df8e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.673042 [ 268 ] {28951034-4440-4733-b50c-9fb4af9df8e2} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:55:04.673276 [ 268 ] {28951034-4440-4733-b50c-9fb4af9df8e2} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.673424 [ 268 ] {28951034-4440-4733-b50c-9fb4af9df8e2} executeQuery: Read 284 rows, 18.47 KiB in 0.001799 sec., 157865.48082267927 rows/sec., 10.03 MiB/sec. 2026.03.20 17:55:04.673466 [ 268 ] {28951034-4440-4733-b50c-9fb4af9df8e2} TCPHandler: Processed in 0.002115959 sec. 2026.03.20 17:55:04.673601 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.673695 [ 268 ] {ae2ecb63-ec28-4ad6-88c2-277249c5047f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:04.673736 [ 268 ] {ae2ecb63-ec28-4ad6-88c2-277249c5047f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:04.674573 [ 268 ] {ae2ecb63-ec28-4ad6-88c2-277249c5047f} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.674608 [ 268 ] {ae2ecb63-ec28-4ad6-88c2-277249c5047f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.674952 [ 268 ] {ae2ecb63-ec28-4ad6-88c2-277249c5047f} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.20 17:55:04.675152 [ 268 ] {ae2ecb63-ec28-4ad6-88c2-277249c5047f} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.675279 [ 268 ] {ae2ecb63-ec28-4ad6-88c2-277249c5047f} executeQuery: Read 797 rows, 63.50 KiB in 0.001601 sec., 497813.8663335415 rows/sec., 38.73 MiB/sec. 2026.03.20 17:55:04.675315 [ 268 ] {ae2ecb63-ec28-4ad6-88c2-277249c5047f} TCPHandler: Processed in 0.001764771 sec. 2026.03.20 17:55:04.675436 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.675532 [ 268 ] {cab1673f-7503-438f-9b4f-a807fa74533f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.675572 [ 268 ] {cab1673f-7503-438f-9b4f-a807fa74533f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:55:04.676047 [ 268 ] {cab1673f-7503-438f-9b4f-a807fa74533f} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.676084 [ 268 ] {cab1673f-7503-438f-9b4f-a807fa74533f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.676381 [ 268 ] {cab1673f-7503-438f-9b4f-a807fa74533f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:55:04.676579 [ 268 ] {cab1673f-7503-438f-9b4f-a807fa74533f} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.676685 [ 64 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2026.03.20 17:55:04.676701 [ 268 ] {cab1673f-7503-438f-9b4f-a807fa74533f} executeQuery: Read 142 rows, 8.54 KiB in 0.001187 sec., 119629.31760741366 rows/sec., 7.03 MiB/sec. 2026.03.20 17:55:04.676749 [ 64 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.676760 [ 268 ] {cab1673f-7503-438f-9b4f-a807fa74533f} TCPHandler: Processed in 0.001373362 sec. 2026.03.20 17:55:04.676778 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.676890 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.676927 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2026.03.20 17:55:04.676994 [ 268 ] {47768ff1-2b21-49e2-bd68-ae5b35eaf9d1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.677045 [ 268 ] {47768ff1-2b21-49e2-bd68-ae5b35eaf9d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:55:04.677088 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:04.677129 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 224 rows starting from the beginning of the part 2026.03.20 17:55:04.677202 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 142 rows starting from the beginning of the part 2026.03.20 17:55:04.677251 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part 2026.03.20 17:55:04.677294 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 142 rows starting from the beginning of the part 2026.03.20 17:55:04.677337 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part 2026.03.20 17:55:04.677383 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 142 rows starting from the beginning of the part 2026.03.20 17:55:04.677505 [ 268 ] {47768ff1-2b21-49e2-bd68-ae5b35eaf9d1} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.677548 [ 268 ] {47768ff1-2b21-49e2-bd68-ae5b35eaf9d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.677870 [ 268 ] {47768ff1-2b21-49e2-bd68-ae5b35eaf9d1} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:55:04.678105 [ 268 ] {47768ff1-2b21-49e2-bd68-ae5b35eaf9d1} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.678211 [ 64 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2026.03.20 17:55:04.678230 [ 268 ] {47768ff1-2b21-49e2-bd68-ae5b35eaf9d1} executeQuery: Read 149 rows, 9.86 KiB in 0.001257 sec., 118536.19729514717 rows/sec., 7.66 MiB/sec. 2026.03.20 17:55:04.678246 [ 64 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.678267 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 5 columns (5 merged, 0 gathered) in 0.001406263 sec., 520528.5213363361 rows/sec., 34.25 MiB/sec. 2026.03.20 17:55:04.678273 [ 268 ] {47768ff1-2b21-49e2-bd68-ae5b35eaf9d1} TCPHandler: Processed in 0.001432493 sec. 2026.03.20 17:55:04.678271 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.678398 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2026.03.20 17:55:04.678417 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.678413 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2026.03.20 17:55:04.678494 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:04.678520 [ 268 ] {2318c59d-6ccf-4362-820b-1fcba0407d0b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.678530 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 882 rows starting from the beginning of the part 2026.03.20 17:55:04.678562 [ 268 ] {2318c59d-6ccf-4362-820b-1fcba0407d0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:55:04.678591 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 149 rows starting from the beginning of the part 2026.03.20 17:55:04.678639 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 708 rows starting from the beginning of the part 2026.03.20 17:55:04.678681 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 149 rows starting from the beginning of the part 2026.03.20 17:55:04.678708 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_40_8} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.678721 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 149 rows starting from the beginning of the part 2026.03.20 17:55:04.678768 [ 187 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 149 rows starting from the beginning of the part 2026.03.20 17:55:04.678789 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_40_8} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2026.03.20 17:55:04.678865 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 17:55:04.679056 [ 268 ] {2318c59d-6ccf-4362-820b-1fcba0407d0b} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.679095 [ 268 ] {2318c59d-6ccf-4362-820b-1fcba0407d0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.679391 [ 268 ] {2318c59d-6ccf-4362-820b-1fcba0407d0b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:55:04.679590 [ 268 ] {2318c59d-6ccf-4362-820b-1fcba0407d0b} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.679713 [ 268 ] {2318c59d-6ccf-4362-820b-1fcba0407d0b} executeQuery: Read 148 rows, 8.62 KiB in 0.00121 sec., 122314.04958677686 rows/sec., 6.96 MiB/sec. 2026.03.20 17:55:04.679730 [ 197 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 2186 rows, containing 5 columns (5 merged, 0 gathered) in 0.001368442 sec., 1597437.0853861545 rows/sec., 103.13 MiB/sec. 2026.03.20 17:55:04.679755 [ 268 ] {2318c59d-6ccf-4362-820b-1fcba0407d0b} TCPHandler: Processed in 0.001385233 sec. 2026.03.20 17:55:04.679879 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.679940 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2026.03.20 17:55:04.679980 [ 268 ] {53d43266-fe3a-499e-9bbd-998a6063bde6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:04.680024 [ 268 ] {53d43266-fe3a-499e-9bbd-998a6063bde6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:04.680249 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_30_6} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.680331 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_30_6} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2026.03.20 17:55:04.680437 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.20 17:55:04.680619 [ 268 ] {53d43266-fe3a-499e-9bbd-998a6063bde6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.680660 [ 268 ] {53d43266-fe3a-499e-9bbd-998a6063bde6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.680981 [ 268 ] {53d43266-fe3a-499e-9bbd-998a6063bde6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.20 17:55:04.681192 [ 268 ] {53d43266-fe3a-499e-9bbd-998a6063bde6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.681319 [ 268 ] {53d43266-fe3a-499e-9bbd-998a6063bde6} executeQuery: Read 490 rows, 35.18 KiB in 0.001357 sec., 361090.6411201179 rows/sec., 25.32 MiB/sec. 2026.03.20 17:55:04.681357 [ 268 ] {53d43266-fe3a-499e-9bbd-998a6063bde6} TCPHandler: Processed in 0.001527375 sec. 2026.03.20 17:55:04.681467 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.681561 [ 268 ] {444a5a5c-dd45-4ae3-89e2-4fb2f78196e6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:55:04.681602 [ 268 ] {444a5a5c-dd45-4ae3-89e2-4fb2f78196e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:55:04.681926 [ 268 ] {444a5a5c-dd45-4ae3-89e2-4fb2f78196e6} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.681962 [ 268 ] {444a5a5c-dd45-4ae3-89e2-4fb2f78196e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.682251 [ 268 ] {444a5a5c-dd45-4ae3-89e2-4fb2f78196e6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:55:04.682462 [ 268 ] {444a5a5c-dd45-4ae3-89e2-4fb2f78196e6} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.682585 [ 268 ] {444a5a5c-dd45-4ae3-89e2-4fb2f78196e6} executeQuery: Read 6 rows, 321.00 B in 0.001042 sec., 5758.157389635317 rows/sec., 300.84 KiB/sec. 2026.03.20 17:55:04.682623 [ 268 ] {444a5a5c-dd45-4ae3-89e2-4fb2f78196e6} TCPHandler: Processed in 0.001205808 sec. 2026.03.20 17:55:04.682731 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.682825 [ 268 ] {d37caa6a-314d-47fe-8b18-dc8c5c464c59} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.682867 [ 268 ] {d37caa6a-314d-47fe-8b18-dc8c5c464c59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:04.683283 [ 268 ] {d37caa6a-314d-47fe-8b18-dc8c5c464c59} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.683319 [ 268 ] {d37caa6a-314d-47fe-8b18-dc8c5c464c59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.683639 [ 268 ] {d37caa6a-314d-47fe-8b18-dc8c5c464c59} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.20 17:55:04.683849 [ 268 ] {d37caa6a-314d-47fe-8b18-dc8c5c464c59} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.683971 [ 268 ] {d37caa6a-314d-47fe-8b18-dc8c5c464c59} executeQuery: Read 265 rows, 18.03 KiB in 0.001163 sec., 227858.98538263113 rows/sec., 15.14 MiB/sec. 2026.03.20 17:55:04.684011 [ 268 ] {d37caa6a-314d-47fe-8b18-dc8c5c464c59} TCPHandler: Processed in 0.001328761 sec. 2026.03.20 17:55:04.684122 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.684217 [ 268 ] {23c7bf66-615b-4d20-910f-62380521d660} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.684259 [ 268 ] {23c7bf66-615b-4d20-910f-62380521d660} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:55:04.684561 [ 268 ] {23c7bf66-615b-4d20-910f-62380521d660} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.684596 [ 268 ] {23c7bf66-615b-4d20-910f-62380521d660} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.684877 [ 268 ] {23c7bf66-615b-4d20-910f-62380521d660} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:55:04.685083 [ 268 ] {23c7bf66-615b-4d20-910f-62380521d660} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.685204 [ 268 ] {23c7bf66-615b-4d20-910f-62380521d660} executeQuery: Read 1 rows, 69.00 B in 0.001006 sec., 994.0357852882704 rows/sec., 66.98 KiB/sec. 2026.03.20 17:55:04.685241 [ 268 ] {23c7bf66-615b-4d20-910f-62380521d660} TCPHandler: Processed in 0.001168457 sec. 2026.03.20 17:55:04.685347 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.685440 [ 268 ] {07649423-979a-4f3a-845b-83aa84081d40} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.685480 [ 268 ] {07649423-979a-4f3a-845b-83aa84081d40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:04.685819 [ 268 ] {07649423-979a-4f3a-845b-83aa84081d40} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.685855 [ 268 ] {07649423-979a-4f3a-845b-83aa84081d40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.686156 [ 268 ] {07649423-979a-4f3a-845b-83aa84081d40} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.20 17:55:04.686365 [ 268 ] {07649423-979a-4f3a-845b-83aa84081d40} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.686488 [ 268 ] {07649423-979a-4f3a-845b-83aa84081d40} executeQuery: Read 90 rows, 5.77 KiB in 0.001065 sec., 84507.04225352113 rows/sec., 5.29 MiB/sec. 2026.03.20 17:55:04.686524 [ 268 ] {07649423-979a-4f3a-845b-83aa84081d40} TCPHandler: Processed in 0.001226029 sec. 2026.03.20 17:55:04.840165 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.840316 [ 268 ] {be6698d7-b780-4af3-a3f1-7db104324419} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:55:04.840373 [ 268 ] {be6698d7-b780-4af3-a3f1-7db104324419} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:55:04.840893 [ 268 ] {be6698d7-b780-4af3-a3f1-7db104324419} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.840933 [ 268 ] {be6698d7-b780-4af3-a3f1-7db104324419} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.841275 [ 268 ] {be6698d7-b780-4af3-a3f1-7db104324419} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:55:04.841491 [ 268 ] {be6698d7-b780-4af3-a3f1-7db104324419} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.841632 [ 268 ] {be6698d7-b780-4af3-a3f1-7db104324419} executeQuery: Read 2 rows, 167.00 B in 0.001353 sec., 1478.1966001478197 rows/sec., 120.54 KiB/sec. 2026.03.20 17:55:04.841670 [ 268 ] {be6698d7-b780-4af3-a3f1-7db104324419} TCPHandler: Processed in 0.001592677 sec. 2026.03.20 17:55:04.841793 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.841896 [ 268 ] {07fe3a6b-c98a-428f-b602-ebaf21591381} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:04.841936 [ 268 ] {07fe3a6b-c98a-428f-b602-ebaf21591381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:04.843299 [ 268 ] {07fe3a6b-c98a-428f-b602-ebaf21591381} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.843336 [ 268 ] {07fe3a6b-c98a-428f-b602-ebaf21591381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.843783 [ 268 ] {07fe3a6b-c98a-428f-b602-ebaf21591381} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.20 17:55:04.844002 [ 268 ] {07fe3a6b-c98a-428f-b602-ebaf21591381} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.844135 [ 268 ] {07fe3a6b-c98a-428f-b602-ebaf21591381} executeQuery: Read 2023 rows, 157.44 KiB in 0.002256 sec., 896719.8581560283 rows/sec., 68.15 MiB/sec. 2026.03.20 17:55:04.844172 [ 268 ] {07fe3a6b-c98a-428f-b602-ebaf21591381} TCPHandler: Processed in 0.002437596 sec. 2026.03.20 17:55:04.844283 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.844378 [ 268 ] {1fbbe6f8-41a9-4cac-9ca5-37df6d2352c5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.844419 [ 268 ] {1fbbe6f8-41a9-4cac-9ca5-37df6d2352c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:55:04.844829 [ 268 ] {1fbbe6f8-41a9-4cac-9ca5-37df6d2352c5} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.844865 [ 268 ] {1fbbe6f8-41a9-4cac-9ca5-37df6d2352c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.845171 [ 268 ] {1fbbe6f8-41a9-4cac-9ca5-37df6d2352c5} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:55:04.845379 [ 268 ] {1fbbe6f8-41a9-4cac-9ca5-37df6d2352c5} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.845506 [ 268 ] {1fbbe6f8-41a9-4cac-9ca5-37df6d2352c5} executeQuery: Read 54 rows, 4.05 KiB in 0.001146 sec., 47120.41884816754 rows/sec., 3.45 MiB/sec. 2026.03.20 17:55:04.845543 [ 268 ] {1fbbe6f8-41a9-4cac-9ca5-37df6d2352c5} TCPHandler: Processed in 0.00130925 sec. 2026.03.20 17:55:04.845660 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.845786 [ 268 ] {352067d0-c184-478f-a31f-cf0eb8647b58} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.845834 [ 268 ] {352067d0-c184-478f-a31f-cf0eb8647b58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:55:04.846535 [ 268 ] {352067d0-c184-478f-a31f-cf0eb8647b58} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.846573 [ 268 ] {352067d0-c184-478f-a31f-cf0eb8647b58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.846902 [ 268 ] {352067d0-c184-478f-a31f-cf0eb8647b58} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:55:04.847120 [ 268 ] {352067d0-c184-478f-a31f-cf0eb8647b58} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.847251 [ 268 ] {352067d0-c184-478f-a31f-cf0eb8647b58} executeQuery: Read 708 rows, 42.29 KiB in 0.00149 sec., 475167.7852348993 rows/sec., 27.72 MiB/sec. 2026.03.20 17:55:04.847289 [ 268 ] {352067d0-c184-478f-a31f-cf0eb8647b58} TCPHandler: Processed in 0.00169157 sec. 2026.03.20 17:55:04.847397 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.847492 [ 268 ] {58876ff2-8a38-49d6-9f6c-4f499c52c3b2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.847531 [ 268 ] {58876ff2-8a38-49d6-9f6c-4f499c52c3b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:55:04.847900 [ 268 ] {58876ff2-8a38-49d6-9f6c-4f499c52c3b2} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.847937 [ 268 ] {58876ff2-8a38-49d6-9f6c-4f499c52c3b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.848229 [ 268 ] {58876ff2-8a38-49d6-9f6c-4f499c52c3b2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 17:55:04.848431 [ 268 ] {58876ff2-8a38-49d6-9f6c-4f499c52c3b2} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.848553 [ 268 ] {58876ff2-8a38-49d6-9f6c-4f499c52c3b2} executeQuery: Read 1 rows, 72.00 B in 0.00108 sec., 925.9259259259259 rows/sec., 65.10 KiB/sec. 2026.03.20 17:55:04.848591 [ 268 ] {58876ff2-8a38-49d6-9f6c-4f499c52c3b2} TCPHandler: Processed in 0.001244049 sec. 2026.03.20 17:55:04.848708 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.848812 [ 268 ] {978a7ff2-c424-4c49-9987-aedcaec88950} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:04.848851 [ 268 ] {978a7ff2-c424-4c49-9987-aedcaec88950} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:04.849612 [ 268 ] {978a7ff2-c424-4c49-9987-aedcaec88950} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.849650 [ 268 ] {978a7ff2-c424-4c49-9987-aedcaec88950} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.850000 [ 268 ] {978a7ff2-c424-4c49-9987-aedcaec88950} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.20 17:55:04.850215 [ 268 ] {978a7ff2-c424-4c49-9987-aedcaec88950} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.850344 [ 268 ] {978a7ff2-c424-4c49-9987-aedcaec88950} executeQuery: Read 1054 rows, 74.67 KiB in 0.00155 sec., 680000 rows/sec., 47.04 MiB/sec. 2026.03.20 17:55:04.850381 [ 268 ] {978a7ff2-c424-4c49-9987-aedcaec88950} TCPHandler: Processed in 0.00172573 sec. 2026.03.20 17:55:04.850492 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.850587 [ 268 ] {c4c7f1f0-4ab1-4c5f-b330-57b053ccf9a1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.850630 [ 268 ] {c4c7f1f0-4ab1-4c5f-b330-57b053ccf9a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:04.851246 [ 268 ] {c4c7f1f0-4ab1-4c5f-b330-57b053ccf9a1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.851283 [ 268 ] {c4c7f1f0-4ab1-4c5f-b330-57b053ccf9a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.851703 [ 268 ] {c4c7f1f0-4ab1-4c5f-b330-57b053ccf9a1} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.20 17:55:04.851916 [ 268 ] {c4c7f1f0-4ab1-4c5f-b330-57b053ccf9a1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.852043 [ 268 ] {c4c7f1f0-4ab1-4c5f-b330-57b053ccf9a1} executeQuery: Read 1218 rows, 77.99 KiB in 0.001474 sec., 826322.9308005427 rows/sec., 51.67 MiB/sec. 2026.03.20 17:55:04.852080 [ 268 ] {c4c7f1f0-4ab1-4c5f-b330-57b053ccf9a1} TCPHandler: Processed in 0.001638498 sec. 2026.03.20 17:55:04.852188 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.852283 [ 268 ] {b8332100-91d2-44e2-aded-bb15851e0161} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.852339 [ 268 ] {b8332100-91d2-44e2-aded-bb15851e0161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:55:04.853214 [ 268 ] {b8332100-91d2-44e2-aded-bb15851e0161} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.853251 [ 268 ] {b8332100-91d2-44e2-aded-bb15851e0161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.853808 [ 268 ] {b8332100-91d2-44e2-aded-bb15851e0161} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:55:04.854028 [ 268 ] {b8332100-91d2-44e2-aded-bb15851e0161} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.854162 [ 268 ] {b8332100-91d2-44e2-aded-bb15851e0161} executeQuery: Read 52 rows, 95.42 KiB in 0.001897 sec., 27411.702688455454 rows/sec., 49.12 MiB/sec. 2026.03.20 17:55:04.854214 [ 268 ] {b8332100-91d2-44e2-aded-bb15851e0161} TCPHandler: Processed in 0.002075418 sec. 2026.03.20 17:55:04.854326 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:04.854422 [ 268 ] {c223eb9d-4465-4562-970e-d946138cf52c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:04.854463 [ 268 ] {c223eb9d-4465-4562-970e-d946138cf52c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:04.854772 [ 268 ] {c223eb9d-4465-4562-970e-d946138cf52c} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:04.854809 [ 268 ] {c223eb9d-4465-4562-970e-d946138cf52c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:04.855097 [ 268 ] {c223eb9d-4465-4562-970e-d946138cf52c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.20 17:55:04.855303 [ 268 ] {c223eb9d-4465-4562-970e-d946138cf52c} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:04.855427 [ 268 ] {c223eb9d-4465-4562-970e-d946138cf52c} executeQuery: Read 12 rows, 848.00 B in 0.001024 sec., 11718.75 rows/sec., 808.72 KiB/sec. 2026.03.20 17:55:04.855462 [ 268 ] {c223eb9d-4465-4562-970e-d946138cf52c} TCPHandler: Processed in 0.001186837 sec. 2026.03.20 17:55:05.000221 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 302.87 MiB, peak 306.23 MiB, free memory in arenas 0.00 B, will set to 301.47 MiB (RSS), difference: -1.39 MiB 2026.03.20 17:55:07.855140 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1164 2026.03.20 17:55:07.859026 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:07.859085 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:07.860393 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:55:07.860678 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:07.861091 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1164 2026.03.20 17:55:09.662004 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:09.662220 [ 268 ] {d61fe7ab-bfe9-4932-b1d3-66b20ce55018} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:09.662294 [ 268 ] {d61fe7ab-bfe9-4932-b1d3-66b20ce55018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:09.662965 [ 268 ] {d61fe7ab-bfe9-4932-b1d3-66b20ce55018} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:09.663013 [ 268 ] {d61fe7ab-bfe9-4932-b1d3-66b20ce55018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:09.663405 [ 268 ] {d61fe7ab-bfe9-4932-b1d3-66b20ce55018} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.20 17:55:09.663628 [ 268 ] {d61fe7ab-bfe9-4932-b1d3-66b20ce55018} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:09.663778 [ 268 ] {d61fe7ab-bfe9-4932-b1d3-66b20ce55018} executeQuery: Read 56 rows, 4.41 KiB in 0.001613 sec., 34717.9169249845 rows/sec., 2.67 MiB/sec. 2026.03.20 17:55:09.663784 [ 53 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.20 17:55:09.663821 [ 268 ] {d61fe7ab-bfe9-4932-b1d3-66b20ce55018} TCPHandler: Processed in 0.001960156 sec. 2026.03.20 17:55:09.663859 [ 53 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:09.663889 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:09.663954 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:09.663983 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::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.03.20 17:55:09.664054 [ 268 ] {047b11ab-bb52-4b9b-b391-ab8274f185d6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:09.664077 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:09.664096 [ 268 ] {047b11ab-bb52-4b9b-b391-ab8274f185d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:09.664107 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2894 rows starting from the beginning of the part 2026.03.20 17:55:09.664168 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 797 rows starting from the beginning of the part 2026.03.20 17:55:09.664216 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 138 rows starting from the beginning of the part 2026.03.20 17:55:09.664258 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 797 rows starting from the beginning of the part 2026.03.20 17:55:09.664299 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 2023 rows starting from the beginning of the part 2026.03.20 17:55:09.664340 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part 2026.03.20 17:55:09.664502 [ 268 ] {047b11ab-bb52-4b9b-b391-ab8274f185d6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:09.664537 [ 268 ] {047b11ab-bb52-4b9b-b391-ab8274f185d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:09.664848 [ 268 ] {047b11ab-bb52-4b9b-b391-ab8274f185d6} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.20 17:55:09.665076 [ 268 ] {047b11ab-bb52-4b9b-b391-ab8274f185d6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:09.665186 [ 53 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.20 17:55:09.665202 [ 268 ] {047b11ab-bb52-4b9b-b391-ab8274f185d6} executeQuery: Read 64 rows, 5.12 KiB in 0.001166 sec., 54888.507718696404 rows/sec., 4.28 MiB/sec. 2026.03.20 17:55:09.665218 [ 53 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:09.665245 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:09.665248 [ 268 ] {047b11ab-bb52-4b9b-b391-ab8274f185d6} TCPHandler: Processed in 0.001343362 sec. 2026.03.20 17:55:09.665345 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::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.03.20 17:55:09.665371 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:09.665475 [ 268 ] {c0c696a3-9744-46f0-848f-bacb291916bf} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:09.665484 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:09.665525 [ 268 ] {c0c696a3-9744-46f0-848f-bacb291916bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:09.665530 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1553 rows starting from the beginning of the part 2026.03.20 17:55:09.665615 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 490 rows starting from the beginning of the part 2026.03.20 17:55:09.665666 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 105 rows starting from the beginning of the part 2026.03.20 17:55:09.665711 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 490 rows starting from the beginning of the part 2026.03.20 17:55:09.665762 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1054 rows starting from the beginning of the part 2026.03.20 17:55:09.665829 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part 2026.03.20 17:55:09.665908 [ 268 ] {c0c696a3-9744-46f0-848f-bacb291916bf} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:09.665949 [ 268 ] {c0c696a3-9744-46f0-848f-bacb291916bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:09.666318 [ 268 ] {c0c696a3-9744-46f0-848f-bacb291916bf} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.20 17:55:09.666379 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 6705 rows, containing 5 columns (5 merged, 0 gathered) in 0.002434567 sec., 2754083.1696149665 rows/sec., 223.05 MiB/sec. 2026.03.20 17:55:09.666541 [ 268 ] {c0c696a3-9744-46f0-848f-bacb291916bf} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:09.666655 [ 53 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.20 17:55:09.666671 [ 268 ] {c0c696a3-9744-46f0-848f-bacb291916bf} executeQuery: Read 128 rows, 9.13 KiB in 0.001215 sec., 105349.79423868313 rows/sec., 7.34 MiB/sec. 2026.03.20 17:55:09.666684 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.20 17:55:09.666688 [ 53 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:09.666717 [ 268 ] {c0c696a3-9744-46f0-848f-bacb291916bf} TCPHandler: Processed in 0.001395353 sec. 2026.03.20 17:55:09.666736 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:09.666834 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:09.666853 [ 190 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::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.03.20 17:55:09.666934 [ 268 ] {5043b575-0274-4136-aaff-e66ac21c4c47} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:09.666981 [ 268 ] {5043b575-0274-4136-aaff-e66ac21c4c47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:09.666996 [ 190 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:09.666995 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_61_12} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:09.667039 [ 190 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18722 rows starting from the beginning of the part 2026.03.20 17:55:09.667103 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_61_12} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.20 17:55:09.667112 [ 190 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 265 rows starting from the beginning of the part 2026.03.20 17:55:09.667169 [ 190 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2026.03.20 17:55:09.667214 [ 190 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 265 rows starting from the beginning of the part 2026.03.20 17:55:09.667221 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.20 17:55:09.667259 [ 190 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1218 rows starting from the beginning of the part 2026.03.20 17:55:09.667300 [ 268 ] {5043b575-0274-4136-aaff-e66ac21c4c47} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:09.667308 [ 190 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 128 rows starting from the beginning of the part 2026.03.20 17:55:09.667345 [ 268 ] {5043b575-0274-4136-aaff-e66ac21c4c47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:09.667434 [ 195 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3756 rows, containing 5 columns (5 merged, 0 gathered) in 0.002138259 sec., 1756569.2462886863 rows/sec., 129.79 MiB/sec. 2026.03.20 17:55:09.667704 [ 268 ] {5043b575-0274-4136-aaff-e66ac21c4c47} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.20 17:55:09.667732 [ 201 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.20 17:55:09.667957 [ 268 ] {5043b575-0274-4136-aaff-e66ac21c4c47} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:09.668080 [ 53 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.20 17:55:09.668100 [ 268 ] {5043b575-0274-4136-aaff-e66ac21c4c47} executeQuery: Read 48 rows, 3.31 KiB in 0.001185 sec., 40506.32911392405 rows/sec., 2.73 MiB/sec. 2026.03.20 17:55:09.668109 [ 53 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:09.668141 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:09.668144 [ 268 ] {5043b575-0274-4136-aaff-e66ac21c4c47} TCPHandler: Processed in 0.001359872 sec. 2026.03.20 17:55:09.668153 [ 201 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_61_12} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:09.668210 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:55:09.668255 [ 201 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_61_12} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.20 17:55:09.668316 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:09.668349 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3240 rows starting from the beginning of the part 2026.03.20 17:55:09.668378 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.20 17:55:09.668394 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 90 rows starting from the beginning of the part 2026.03.20 17:55:09.668439 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2026.03.20 17:55:09.668472 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 90 rows starting from the beginning of the part 2026.03.20 17:55:09.668506 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 12 rows starting from the beginning of the part 2026.03.20 17:55:09.668542 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 48 rows starting from the beginning of the part 2026.03.20 17:55:09.669896 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3540 rows, containing 4 columns (4 merged, 0 gathered) in 0.00171478 sec., 2064404.7632932505 rows/sec., 132.18 MiB/sec. 2026.03.20 17:55:09.670314 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.20 17:55:09.670567 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_61_12} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:09.670635 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_61_12} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.20 17:55:09.670721 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.03.20 17:55:09.680450 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 20758 rows, containing 5 columns (5 merged, 0 gathered) in 0.013649367 sec., 1520803.1258885486 rows/sec., 100.25 MiB/sec. 2026.03.20 17:55:09.680886 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.20 17:55:09.681212 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_61_12} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:09.681300 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_61_12} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.20 17:55:09.681384 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.03.20 17:55:10.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 301.86 MiB, peak 309.10 MiB, free memory in arenas 0.00 B, will set to 303.02 MiB (RSS), difference: 1.17 MiB 2026.03.20 17:55:10.295456 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18789 2026.03.20 17:55:10.296096 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:10.296169 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:10.296700 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:55:10.296927 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:10.297072 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18789 2026.03.20 17:55:11.277202 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.03.20 17:55:11.294353 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:11.294410 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:11.300782 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:55:11.301515 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:11.304475 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.03.20 17:55:14.670981 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:14.671192 [ 268 ] {5ca10b4a-4bf8-49dd-a561-dca524948197} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:55:14.671261 [ 268 ] {5ca10b4a-4bf8-49dd-a561-dca524948197} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:55:14.672107 [ 268 ] {5ca10b4a-4bf8-49dd-a561-dca524948197} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:14.672146 [ 268 ] {5ca10b4a-4bf8-49dd-a561-dca524948197} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:14.672552 [ 268 ] {5ca10b4a-4bf8-49dd-a561-dca524948197} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:55:14.672769 [ 268 ] {5ca10b4a-4bf8-49dd-a561-dca524948197} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:14.672906 [ 46 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 2026.03.20 17:55:14.672917 [ 268 ] {5ca10b4a-4bf8-49dd-a561-dca524948197} executeQuery: Read 284 rows, 18.47 KiB in 0.001779 sec., 159640.24732996066 rows/sec., 10.14 MiB/sec. 2026.03.20 17:55:14.672984 [ 46 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:14.673002 [ 268 ] {5ca10b4a-4bf8-49dd-a561-dca524948197} TCPHandler: Processed in 0.00215883 sec. 2026.03.20 17:55:14.673014 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:14.673128 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::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.03.20 17:55:14.673143 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:14.673257 [ 268 ] {e109158f-5fd8-4998-a68d-15600d136c30} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:14.673262 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:14.673302 [ 268 ] {e109158f-5fd8-4998-a68d-15600d136c30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:14.673314 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 308 rows starting from the beginning of the part 2026.03.20 17:55:14.673395 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 284 rows starting from the beginning of the part 2026.03.20 17:55:14.673445 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 284 rows starting from the beginning of the part 2026.03.20 17:55:14.673494 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 284 rows starting from the beginning of the part 2026.03.20 17:55:14.673541 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 284 rows starting from the beginning of the part 2026.03.20 17:55:14.673584 [ 186 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 284 rows starting from the beginning of the part 2026.03.20 17:55:14.674202 [ 268 ] {e109158f-5fd8-4998-a68d-15600d136c30} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:14.674252 [ 268 ] {e109158f-5fd8-4998-a68d-15600d136c30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:14.674634 [ 268 ] {e109158f-5fd8-4998-a68d-15600d136c30} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.20 17:55:14.674694 [ 200 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.001611987 sec., 1071968.9426775775 rows/sec., 72.46 MiB/sec. 2026.03.20 17:55:14.674852 [ 268 ] {e109158f-5fd8-4998-a68d-15600d136c30} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:14.674904 [ 200 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2026.03.20 17:55:14.674990 [ 268 ] {e109158f-5fd8-4998-a68d-15600d136c30} executeQuery: Read 797 rows, 63.50 KiB in 0.001752 sec., 454908.67579908675 rows/sec., 35.39 MiB/sec. 2026.03.20 17:55:14.675032 [ 268 ] {e109158f-5fd8-4998-a68d-15600d136c30} TCPHandler: Processed in 0.001937505 sec. 2026.03.20 17:55:14.675150 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:14.675236 [ 200 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_28_6} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:14.675244 [ 268 ] {f1780615-f72b-4df2-ab13-01999082cbd9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:55:14.675295 [ 268 ] {f1780615-f72b-4df2-ab13-01999082cbd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:55:14.675325 [ 200 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_28_6} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 2026.03.20 17:55:14.675444 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.03.20 17:55:14.675765 [ 268 ] {f1780615-f72b-4df2-ab13-01999082cbd9} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:14.675805 [ 268 ] {f1780615-f72b-4df2-ab13-01999082cbd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:14.676119 [ 268 ] {f1780615-f72b-4df2-ab13-01999082cbd9} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:55:14.676325 [ 268 ] {f1780615-f72b-4df2-ab13-01999082cbd9} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:14.676451 [ 268 ] {f1780615-f72b-4df2-ab13-01999082cbd9} executeQuery: Read 142 rows, 8.54 KiB in 0.001225 sec., 115918.36734693877 rows/sec., 6.81 MiB/sec. 2026.03.20 17:55:14.676488 [ 268 ] {f1780615-f72b-4df2-ab13-01999082cbd9} TCPHandler: Processed in 0.001385092 sec. 2026.03.20 17:55:14.676598 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:14.676692 [ 268 ] {6543fdd9-dec5-4118-9398-f11b48cde9c3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:55:14.676730 [ 268 ] {6543fdd9-dec5-4118-9398-f11b48cde9c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:55:14.677196 [ 268 ] {6543fdd9-dec5-4118-9398-f11b48cde9c3} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:14.677233 [ 268 ] {6543fdd9-dec5-4118-9398-f11b48cde9c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:14.677554 [ 268 ] {6543fdd9-dec5-4118-9398-f11b48cde9c3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:55:14.677773 [ 268 ] {6543fdd9-dec5-4118-9398-f11b48cde9c3} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:14.677900 [ 268 ] {6543fdd9-dec5-4118-9398-f11b48cde9c3} executeQuery: Read 149 rows, 9.86 KiB in 0.001226 sec., 121533.44208809134 rows/sec., 7.85 MiB/sec. 2026.03.20 17:55:14.677937 [ 268 ] {6543fdd9-dec5-4118-9398-f11b48cde9c3} TCPHandler: Processed in 0.001387143 sec. 2026.03.20 17:55:14.678051 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:14.678147 [ 268 ] {7bdb27c1-2dc9-46fd-b430-43989168fb1d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:55:14.678186 [ 268 ] {7bdb27c1-2dc9-46fd-b430-43989168fb1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:55:14.678653 [ 268 ] {7bdb27c1-2dc9-46fd-b430-43989168fb1d} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:14.678691 [ 268 ] {7bdb27c1-2dc9-46fd-b430-43989168fb1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:14.679019 [ 268 ] {7bdb27c1-2dc9-46fd-b430-43989168fb1d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:55:14.679237 [ 268 ] {7bdb27c1-2dc9-46fd-b430-43989168fb1d} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:14.679362 [ 268 ] {7bdb27c1-2dc9-46fd-b430-43989168fb1d} executeQuery: Read 148 rows, 8.62 KiB in 0.001234 sec., 119935.170178282 rows/sec., 6.82 MiB/sec. 2026.03.20 17:55:14.679363 [ 44 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 2026.03.20 17:55:14.679402 [ 268 ] {7bdb27c1-2dc9-46fd-b430-43989168fb1d} TCPHandler: Processed in 0.001401533 sec. 2026.03.20 17:55:14.679422 [ 44 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:14.679448 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:14.679517 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:14.679528 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::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.03.20 17:55:14.679617 [ 268 ] {0eba8002-23a4-4b32-af6b-24f99ca6e5b7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:14.679652 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:14.679661 [ 268 ] {0eba8002-23a4-4b32-af6b-24f99ca6e5b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:14.679691 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 160 rows starting from the beginning of the part 2026.03.20 17:55:14.679764 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 148 rows starting from the beginning of the part 2026.03.20 17:55:14.679815 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 148 rows starting from the beginning of the part 2026.03.20 17:55:14.679879 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 148 rows starting from the beginning of the part 2026.03.20 17:55:14.679924 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 148 rows starting from the beginning of the part 2026.03.20 17:55:14.679963 [ 196 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 148 rows starting from the beginning of the part 2026.03.20 17:55:14.680252 [ 268 ] {0eba8002-23a4-4b32-af6b-24f99ca6e5b7} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:14.680292 [ 268 ] {0eba8002-23a4-4b32-af6b-24f99ca6e5b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:14.680646 [ 268 ] {0eba8002-23a4-4b32-af6b-24f99ca6e5b7} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.20 17:55:14.680835 [ 200 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001343931 sec., 669677.2378939097 rows/sec., 40.81 MiB/sec. 2026.03.20 17:55:14.680859 [ 268 ] {0eba8002-23a4-4b32-af6b-24f99ca6e5b7} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:14.680979 [ 191 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2026.03.20 17:55:14.680992 [ 268 ] {0eba8002-23a4-4b32-af6b-24f99ca6e5b7} executeQuery: Read 490 rows, 35.18 KiB in 0.001394 sec., 351506.456241033 rows/sec., 24.64 MiB/sec. 2026.03.20 17:55:14.681029 [ 268 ] {0eba8002-23a4-4b32-af6b-24f99ca6e5b7} TCPHandler: Processed in 0.001559376 sec. 2026.03.20 17:55:14.681148 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:14.681240 [ 268 ] {9c770c42-b01e-4819-afa1-a398df7cd3fd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:55:14.681250 [ 191 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_28_6} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:14.681280 [ 268 ] {9c770c42-b01e-4819-afa1-a398df7cd3fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:55:14.681317 [ 191 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_28_6} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 2026.03.20 17:55:14.681410 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.20 17:55:14.681605 [ 268 ] {9c770c42-b01e-4819-afa1-a398df7cd3fd} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:14.681639 [ 268 ] {9c770c42-b01e-4819-afa1-a398df7cd3fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:14.681929 [ 268 ] {9c770c42-b01e-4819-afa1-a398df7cd3fd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:55:14.682136 [ 268 ] {9c770c42-b01e-4819-afa1-a398df7cd3fd} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:14.682256 [ 268 ] {9c770c42-b01e-4819-afa1-a398df7cd3fd} executeQuery: Read 6 rows, 321.00 B in 0.001034 sec., 5802.707930367505 rows/sec., 303.17 KiB/sec. 2026.03.20 17:55:14.682291 [ 268 ] {9c770c42-b01e-4819-afa1-a398df7cd3fd} TCPHandler: Processed in 0.001191788 sec. 2026.03.20 17:55:14.682398 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:14.682490 [ 268 ] {69e5a18c-5de3-48dc-a8da-bae2d89d0dd0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:14.682531 [ 268 ] {69e5a18c-5de3-48dc-a8da-bae2d89d0dd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:14.682925 [ 268 ] {69e5a18c-5de3-48dc-a8da-bae2d89d0dd0} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:14.682960 [ 268 ] {69e5a18c-5de3-48dc-a8da-bae2d89d0dd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:14.683306 [ 268 ] {69e5a18c-5de3-48dc-a8da-bae2d89d0dd0} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.20 17:55:14.683521 [ 268 ] {69e5a18c-5de3-48dc-a8da-bae2d89d0dd0} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:14.683643 [ 268 ] {69e5a18c-5de3-48dc-a8da-bae2d89d0dd0} executeQuery: Read 265 rows, 18.03 KiB in 0.00117 sec., 226495.7264957265 rows/sec., 15.05 MiB/sec. 2026.03.20 17:55:14.683677 [ 268 ] {69e5a18c-5de3-48dc-a8da-bae2d89d0dd0} TCPHandler: Processed in 0.001326671 sec. 2026.03.20 17:55:14.683783 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:14.683875 [ 268 ] {b6f77401-9de1-42b6-943d-80b45b82aeb2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:55:14.683915 [ 268 ] {b6f77401-9de1-42b6-943d-80b45b82aeb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:55:14.684217 [ 268 ] {b6f77401-9de1-42b6-943d-80b45b82aeb2} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:14.684251 [ 268 ] {b6f77401-9de1-42b6-943d-80b45b82aeb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:14.684530 [ 268 ] {b6f77401-9de1-42b6-943d-80b45b82aeb2} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:55:14.684732 [ 268 ] {b6f77401-9de1-42b6-943d-80b45b82aeb2} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:14.684854 [ 268 ] {b6f77401-9de1-42b6-943d-80b45b82aeb2} executeQuery: Read 1 rows, 69.00 B in 0.000997 sec., 1003.0090270812436 rows/sec., 67.59 KiB/sec. 2026.03.20 17:55:14.684889 [ 268 ] {b6f77401-9de1-42b6-943d-80b45b82aeb2} TCPHandler: Processed in 0.001152417 sec. 2026.03.20 17:55:14.684995 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:14.685086 [ 268 ] {b4c7fc34-22cf-468a-bde8-5c9dfa54867c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:14.685126 [ 268 ] {b4c7fc34-22cf-468a-bde8-5c9dfa54867c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:14.685435 [ 268 ] {b4c7fc34-22cf-468a-bde8-5c9dfa54867c} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:14.685470 [ 268 ] {b4c7fc34-22cf-468a-bde8-5c9dfa54867c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:14.685772 [ 268 ] {b4c7fc34-22cf-468a-bde8-5c9dfa54867c} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.20 17:55:14.685979 [ 268 ] {b4c7fc34-22cf-468a-bde8-5c9dfa54867c} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:14.686103 [ 268 ] {b4c7fc34-22cf-468a-bde8-5c9dfa54867c} executeQuery: Read 90 rows, 5.77 KiB in 0.001034 sec., 87040.61895551257 rows/sec., 5.45 MiB/sec. 2026.03.20 17:55:14.686137 [ 268 ] {b4c7fc34-22cf-468a-bde8-5c9dfa54867c} TCPHandler: Processed in 0.001188928 sec. 2026.03.20 17:55:16.198504 [ 43 ] {} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.03.20 17:55:16.198566 [ 43 ] {} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:16.198587 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:16.198734 [ 186 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::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.03.20 17:55:16.198887 [ 186 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:16.198923 [ 186 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part 2026.03.20 17:55:16.198997 [ 186 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.03.20 17:55:16.199042 [ 186 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2026.03.20 17:55:16.199089 [ 186 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2026.03.20 17:55:16.199129 [ 186 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2026.03.20 17:55:16.199838 [ 200 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001156897 sec., 32846.485037129496 rows/sec., 2.74 MiB/sec. 2026.03.20 17:55:16.200012 [ 194 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.03.20 17:55:16.200321 [ 194 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_14_3} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:16.200405 [ 194 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_14_3} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.03.20 17:55:16.200479 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.20 17:55:17.684561 [ 42 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:55:17.684619 [ 42 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:55:17.797188 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19237 2026.03.20 17:55:17.797666 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:17.797701 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:17.798185 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:55:17.798412 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:17.798548 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19237 2026.03.20 17:55:17.861381 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1192 2026.03.20 17:55:17.863751 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:17.863809 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:17.865062 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:55:17.865335 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:17.865712 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1192 2026.03.20 17:55:18.804619 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.03.20 17:55:18.821806 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:18.821866 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:18.828088 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:55:18.828794 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:18.831588 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.03.20 17:55:19.665782 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:19.665975 [ 268 ] {680b0c66-1a95-4351-9ae1-4d0bbf47f7b2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:19.666047 [ 268 ] {680b0c66-1a95-4351-9ae1-4d0bbf47f7b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:19.666725 [ 268 ] {680b0c66-1a95-4351-9ae1-4d0bbf47f7b2} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:19.666767 [ 268 ] {680b0c66-1a95-4351-9ae1-4d0bbf47f7b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:19.667162 [ 268 ] {680b0c66-1a95-4351-9ae1-4d0bbf47f7b2} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.20 17:55:19.667392 [ 268 ] {680b0c66-1a95-4351-9ae1-4d0bbf47f7b2} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:19.667538 [ 268 ] {680b0c66-1a95-4351-9ae1-4d0bbf47f7b2} executeQuery: Read 138 rows, 12.29 KiB in 0.001618 sec., 85290.48207663783 rows/sec., 7.42 MiB/sec. 2026.03.20 17:55:19.667579 [ 268 ] {680b0c66-1a95-4351-9ae1-4d0bbf47f7b2} TCPHandler: Processed in 0.001932265 sec. 2026.03.20 17:55:19.667694 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:19.667788 [ 268 ] {8932c53f-4199-424e-998f-2254959ffc0a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:55:19.667829 [ 268 ] {8932c53f-4199-424e-998f-2254959ffc0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:55:19.668234 [ 268 ] {8932c53f-4199-424e-998f-2254959ffc0a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:19.668269 [ 268 ] {8932c53f-4199-424e-998f-2254959ffc0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:19.668553 [ 268 ] {8932c53f-4199-424e-998f-2254959ffc0a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:55:19.668758 [ 268 ] {8932c53f-4199-424e-998f-2254959ffc0a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:19.668880 [ 268 ] {8932c53f-4199-424e-998f-2254959ffc0a} executeQuery: Read 41 rows, 3.08 KiB in 0.001109 sec., 36970.2434625789 rows/sec., 2.71 MiB/sec. 2026.03.20 17:55:19.668915 [ 268 ] {8932c53f-4199-424e-998f-2254959ffc0a} TCPHandler: Processed in 0.001269269 sec. 2026.03.20 17:55:19.669020 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:19.669112 [ 268 ] {6ec45c42-2b9f-427b-9e90-0f3acf4e6dbf} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:19.669150 [ 268 ] {6ec45c42-2b9f-427b-9e90-0f3acf4e6dbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:19.669582 [ 268 ] {6ec45c42-2b9f-427b-9e90-0f3acf4e6dbf} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:19.669617 [ 268 ] {6ec45c42-2b9f-427b-9e90-0f3acf4e6dbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:19.669907 [ 268 ] {6ec45c42-2b9f-427b-9e90-0f3acf4e6dbf} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.20 17:55:19.670110 [ 268 ] {6ec45c42-2b9f-427b-9e90-0f3acf4e6dbf} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:19.670234 [ 268 ] {6ec45c42-2b9f-427b-9e90-0f3acf4e6dbf} executeQuery: Read 105 rows, 8.40 KiB in 0.00114 sec., 92105.26315789475 rows/sec., 7.19 MiB/sec. 2026.03.20 17:55:19.670270 [ 268 ] {6ec45c42-2b9f-427b-9e90-0f3acf4e6dbf} TCPHandler: Processed in 0.001297361 sec. 2026.03.20 17:55:19.670376 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:19.670467 [ 268 ] {637094ba-4a12-4cd6-8405-9b644e2ee5ea} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:19.670509 [ 268 ] {637094ba-4a12-4cd6-8405-9b644e2ee5ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:19.670895 [ 268 ] {637094ba-4a12-4cd6-8405-9b644e2ee5ea} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:19.670930 [ 268 ] {637094ba-4a12-4cd6-8405-9b644e2ee5ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:19.671248 [ 268 ] {637094ba-4a12-4cd6-8405-9b644e2ee5ea} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.20 17:55:19.671461 [ 268 ] {637094ba-4a12-4cd6-8405-9b644e2ee5ea} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:19.671586 [ 268 ] {637094ba-4a12-4cd6-8405-9b644e2ee5ea} executeQuery: Read 160 rows, 11.41 KiB in 0.001136 sec., 140845.0704225352 rows/sec., 9.81 MiB/sec. 2026.03.20 17:55:19.671621 [ 268 ] {637094ba-4a12-4cd6-8405-9b644e2ee5ea} TCPHandler: Processed in 0.00129175 sec. 2026.03.20 17:55:19.671725 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:19.671817 [ 268 ] {1ca77543-a58b-4a0d-a7df-6252896f8b2d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:19.671870 [ 268 ] {1ca77543-a58b-4a0d-a7df-6252896f8b2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:55:19.672686 [ 268 ] {1ca77543-a58b-4a0d-a7df-6252896f8b2d} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:19.672722 [ 268 ] {1ca77543-a58b-4a0d-a7df-6252896f8b2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:19.673260 [ 268 ] {1ca77543-a58b-4a0d-a7df-6252896f8b2d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:55:19.673475 [ 268 ] {1ca77543-a58b-4a0d-a7df-6252896f8b2d} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:19.673604 [ 268 ] {1ca77543-a58b-4a0d-a7df-6252896f8b2d} executeQuery: Read 41 rows, 75.23 KiB in 0.001805 sec., 22714.681440443215 rows/sec., 40.70 MiB/sec. 2026.03.20 17:55:19.673654 [ 268 ] {1ca77543-a58b-4a0d-a7df-6252896f8b2d} TCPHandler: Processed in 0.001975966 sec. 2026.03.20 17:55:19.673763 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:19.673855 [ 268 ] {702047b7-7c08-4aca-bb5a-75c850be8db4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:19.673895 [ 268 ] {702047b7-7c08-4aca-bb5a-75c850be8db4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:19.674219 [ 268 ] {702047b7-7c08-4aca-bb5a-75c850be8db4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:19.674258 [ 268 ] {702047b7-7c08-4aca-bb5a-75c850be8db4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2026.03.20 17:55:19.674562 [ 268 ] {702047b7-7c08-4aca-bb5a-75c850be8db4} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.20 17:55:19.674764 [ 268 ] {702047b7-7c08-4aca-bb5a-75c850be8db4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:19.674887 [ 268 ] {702047b7-7c08-4aca-bb5a-75c850be8db4} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.03.20 17:55:19.674921 [ 268 ] {702047b7-7c08-4aca-bb5a-75c850be8db4} TCPHandler: Processed in 0.001205408 sec. 2026.03.20 17:55:22.162895 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49471 2026.03.20 17:55:22.163008 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.163036 [ 291 ] {} TCP-Session: c2c01882-2aca-4697-a9d7-97a3e5c56435 Authenticating user 'default' from [fd00:1122:3344:101::e]:49471 2026.03.20 17:55:22.163059 [ 291 ] {} TCP-Session: c2c01882-2aca-4697-a9d7-97a3e5c56435 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.163073 [ 291 ] {} TCP-Session: c2c01882-2aca-4697-a9d7-97a3e5c56435 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.163308 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37356 2026.03.20 17:55:22.163349 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42063 2026.03.20 17:55:22.163361 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52601 2026.03.20 17:55:22.163398 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45241 2026.03.20 17:55:22.163447 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.163465 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.163403 [ 291 ] {} TCP-Session: c2c01882-2aca-4697-a9d7-97a3e5c56435 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:22.163506 [ 293 ] {} TCP-Session: 0913e69e-d40a-40ca-b72d-7aa222b9435f Authenticating user 'default' from [fd00:1122:3344:101::e]:42063 2026.03.20 17:55:22.163499 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.163541 [ 293 ] {} TCP-Session: 0913e69e-d40a-40ca-b72d-7aa222b9435f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.163491 [ 292 ] {} TCP-Session: 5934adec-c8ff-4653-a25a-5597ba635e10 Authenticating user 'default' from [fd00:1122:3344:101::e]:37356 2026.03.20 17:55:22.163568 [ 293 ] {} TCP-Session: 0913e69e-d40a-40ca-b72d-7aa222b9435f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.163566 [ 267 ] {} TCP-Session: 3f4a49d5-a69f-4270-8298-597eaabcc474 Authenticating user 'default' from [fd00:1122:3344:101::e]:52601 2026.03.20 17:55:22.163611 [ 292 ] {} TCP-Session: 5934adec-c8ff-4653-a25a-5597ba635e10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.163392 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60129 2026.03.20 17:55:22.163640 [ 292 ] {} TCP-Session: 5934adec-c8ff-4653-a25a-5597ba635e10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.163639 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.163671 [ 291 ] {2e452e80-34fc-4ee5-9c0d-e08752380312} executeQuery: (from [fd00:1122:3344:101::e]:49471) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:55:22.163701 [ 290 ] {} TCP-Session: 26e46f8d-fb16-4b4b-b62b-1ecca683f519 Authenticating user 'default' from [fd00:1122:3344:101::e]:45241 2026.03.20 17:55:22.163635 [ 267 ] {} TCP-Session: 3f4a49d5-a69f-4270-8298-597eaabcc474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.163731 [ 290 ] {} TCP-Session: 26e46f8d-fb16-4b4b-b62b-1ecca683f519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.163743 [ 267 ] {} TCP-Session: 3f4a49d5-a69f-4270-8298-597eaabcc474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.163752 [ 290 ] {} TCP-Session: 26e46f8d-fb16-4b4b-b62b-1ecca683f519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.163381 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64119 2026.03.20 17:55:22.163356 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53368 2026.03.20 17:55:22.163369 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49821 2026.03.20 17:55:22.163897 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.163929 [ 289 ] {} TCP-Session: bb761edb-b2b2-49a4-8661-d129b5169970 Authenticating user 'default' from [fd00:1122:3344:101::e]:60129 2026.03.20 17:55:22.163946 [ 289 ] {} TCP-Session: bb761edb-b2b2-49a4-8661-d129b5169970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.163958 [ 289 ] {} TCP-Session: bb761edb-b2b2-49a4-8661-d129b5169970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.163980 [ 291 ] {2e452e80-34fc-4ee5-9c0d-e08752380312} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:55:22.164041 [ 291 ] {2e452e80-34fc-4ee5-9c0d-e08752380312} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:55:22.164257 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.164287 [ 288 ] {} TCP-Session: ff02aba3-9220-4af8-90af-bdb2d6660a88 Authenticating user 'default' from [fd00:1122:3344:101::e]:64119 2026.03.20 17:55:22.164304 [ 288 ] {} TCP-Session: ff02aba3-9220-4af8-90af-bdb2d6660a88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.164319 [ 288 ] {} TCP-Session: ff02aba3-9220-4af8-90af-bdb2d6660a88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.164332 [ 291 ] {2e452e80-34fc-4ee5-9c0d-e08752380312} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:55:22.164365 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.164398 [ 286 ] {} TCP-Session: 70fc025e-df73-4bf9-9c40-0b22625404a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:49821 2026.03.20 17:55:22.164418 [ 286 ] {} TCP-Session: 70fc025e-df73-4bf9-9c40-0b22625404a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.164430 [ 286 ] {} TCP-Session: 70fc025e-df73-4bf9-9c40-0b22625404a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.164514 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.164543 [ 294 ] {} TCP-Session: 041324fe-c8c8-4c45-8339-75fa91e33841 Authenticating user 'default' from [fd00:1122:3344:101::e]:53368 2026.03.20 17:55:22.164558 [ 294 ] {} TCP-Session: 041324fe-c8c8-4c45-8339-75fa91e33841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.164570 [ 294 ] {} TCP-Session: 041324fe-c8c8-4c45-8339-75fa91e33841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.165289 [ 347 ] {2e452e80-34fc-4ee5-9c0d-e08752380312} AggregatingTransform: Aggregating 2026.03.20 17:55:22.165325 [ 347 ] {2e452e80-34fc-4ee5-9c0d-e08752380312} Aggregator: Aggregation method: without_key 2026.03.20 17:55:22.165361 [ 347 ] {2e452e80-34fc-4ee5-9c0d-e08752380312} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000924811 sec. (1081.302 rows/sec., 42.24 KiB/sec.) 2026.03.20 17:55:22.165379 [ 347 ] {2e452e80-34fc-4ee5-9c0d-e08752380312} Aggregator: Merging aggregated data 2026.03.20 17:55:22.166974 [ 291 ] {2e452e80-34fc-4ee5-9c0d-e08752380312} executeQuery: Read 1 rows, 40.00 B in 0.003363 sec., 297.3535533749628 rows/sec., 11.62 KiB/sec. 2026.03.20 17:55:22.167110 [ 291 ] {2e452e80-34fc-4ee5-9c0d-e08752380312} TCPHandler: Processed in 0.003820149 sec. 2026.03.20 17:55:22.167213 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.167236 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.167258 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.167277 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.167297 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.167316 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.167336 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.167345 [ 286 ] {} TCP-Session: 70fc025e-df73-4bf9-9c40-0b22625404a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.167363 [ 267 ] {} TCP-Session: 3f4a49d5-a69f-4270-8298-597eaabcc474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.167362 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.167380 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.167423 [ 293 ] {} TCP-Session: 0913e69e-d40a-40ca-b72d-7aa222b9435f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.167328 [ 289 ] {} TCP-Session: bb761edb-b2b2-49a4-8661-d129b5169970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.167447 [ 288 ] {} TCP-Session: ff02aba3-9220-4af8-90af-bdb2d6660a88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.167306 [ 292 ] {} TCP-Session: 5934adec-c8ff-4653-a25a-5597ba635e10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.167287 [ 290 ] {} TCP-Session: 26e46f8d-fb16-4b4b-b62b-1ecca683f519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.167379 [ 294 ] {} TCP-Session: 041324fe-c8c8-4c45-8339-75fa91e33841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.167268 [ 291 ] {} TCP-Session: c2c01882-2aca-4697-a9d7-97a3e5c56435 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.187243 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43685 2026.03.20 17:55:22.187331 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.187355 [ 291 ] {} TCP-Session: 6199052f-a3e0-498b-902b-f6663ae71287 Authenticating user 'default' from [fd00:1122:3344:101::e]:43685 2026.03.20 17:55:22.187374 [ 291 ] {} TCP-Session: 6199052f-a3e0-498b-902b-f6663ae71287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.187387 [ 291 ] {} TCP-Session: 6199052f-a3e0-498b-902b-f6663ae71287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.187581 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34337 2026.03.20 17:55:22.187591 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43334 2026.03.20 17:55:22.187614 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50339 2026.03.20 17:55:22.187636 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40684 2026.03.20 17:55:22.187677 [ 291 ] {} TCP-Session: 6199052f-a3e0-498b-902b-f6663ae71287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:22.187679 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.187709 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.187728 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.187745 [ 293 ] {} TCP-Session: eb7cf861-b521-40bb-8c8e-a3daf84c426c Authenticating user 'default' from [fd00:1122:3344:101::e]:43334 2026.03.20 17:55:22.187767 [ 267 ] {} TCP-Session: 9fe6863a-4f47-4006-909f-a26855d7176c Authenticating user 'default' from [fd00:1122:3344:101::e]:50339 2026.03.20 17:55:22.187772 [ 288 ] {} TCP-Session: 3fa22611-8a1a-4142-bc38-1ca16b349124 Authenticating user 'default' from [fd00:1122:3344:101::e]:40684 2026.03.20 17:55:22.187787 [ 293 ] {} TCP-Session: eb7cf861-b521-40bb-8c8e-a3daf84c426c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.187800 [ 267 ] {} TCP-Session: 9fe6863a-4f47-4006-909f-a26855d7176c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.187828 [ 293 ] {} TCP-Session: eb7cf861-b521-40bb-8c8e-a3daf84c426c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.187846 [ 267 ] {} TCP-Session: 9fe6863a-4f47-4006-909f-a26855d7176c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.187814 [ 288 ] {} TCP-Session: 3fa22611-8a1a-4142-bc38-1ca16b349124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.187666 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35650 2026.03.20 17:55:22.187893 [ 288 ] {} TCP-Session: 3fa22611-8a1a-4142-bc38-1ca16b349124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.187667 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49855 2026.03.20 17:55:22.187949 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.187657 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.187988 [ 289 ] {} TCP-Session: bab5400c-e2d5-47d1-b355-617b1e5b64df Authenticating user 'default' from [fd00:1122:3344:101::e]:35650 2026.03.20 17:55:22.187998 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.188003 [ 292 ] {} TCP-Session: e3b6a7c2-8f4d-41e8-850a-fa2b6b72c25f Authenticating user 'default' from [fd00:1122:3344:101::e]:34337 2026.03.20 17:55:22.188017 [ 289 ] {} TCP-Session: bab5400c-e2d5-47d1-b355-617b1e5b64df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.188029 [ 290 ] {} TCP-Session: 4819cb24-2d11-4aef-89fb-5b1c089c6eb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49855 2026.03.20 17:55:22.188042 [ 292 ] {} TCP-Session: e3b6a7c2-8f4d-41e8-850a-fa2b6b72c25f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.188078 [ 290 ] {} TCP-Session: 4819cb24-2d11-4aef-89fb-5b1c089c6eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.188091 [ 292 ] {} TCP-Session: e3b6a7c2-8f4d-41e8-850a-fa2b6b72c25f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.188106 [ 290 ] {} TCP-Session: 4819cb24-2d11-4aef-89fb-5b1c089c6eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.188052 [ 289 ] {} TCP-Session: bab5400c-e2d5-47d1-b355-617b1e5b64df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.187625 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62703 2026.03.20 17:55:22.187595 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32862 2026.03.20 17:55:22.187826 [ 291 ] {da0977b9-18eb-4b41-973f-69ca5b10d792} executeQuery: (from [fd00:1122:3344:101::e]:43685) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:55:22.188222 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.188236 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:22.188259 [ 286 ] {} TCP-Session: a917b4e0-5956-4370-b397-92ba4f2ff8d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:62703 2026.03.20 17:55:22.188265 [ 294 ] {} TCP-Session: 0a8d46c0-fbbe-44f9-a893-c01c62e0fd99 Authenticating user 'default' from [fd00:1122:3344:101::e]:32862 2026.03.20 17:55:22.188276 [ 286 ] {} TCP-Session: a917b4e0-5956-4370-b397-92ba4f2ff8d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.188282 [ 294 ] {} TCP-Session: 0a8d46c0-fbbe-44f9-a893-c01c62e0fd99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.188289 [ 286 ] {} TCP-Session: a917b4e0-5956-4370-b397-92ba4f2ff8d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.188296 [ 294 ] {} TCP-Session: 0a8d46c0-fbbe-44f9-a893-c01c62e0fd99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.188434 [ 291 ] {da0977b9-18eb-4b41-973f-69ca5b10d792} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:55:22.188486 [ 291 ] {da0977b9-18eb-4b41-973f-69ca5b10d792} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:55:22.188742 [ 291 ] {da0977b9-18eb-4b41-973f-69ca5b10d792} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:55:22.189609 [ 331 ] {da0977b9-18eb-4b41-973f-69ca5b10d792} AggregatingTransform: Aggregating 2026.03.20 17:55:22.189653 [ 331 ] {da0977b9-18eb-4b41-973f-69ca5b10d792} Aggregator: Aggregation method: without_key 2026.03.20 17:55:22.189690 [ 331 ] {da0977b9-18eb-4b41-973f-69ca5b10d792} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00085493 sec. (1169.686 rows/sec., 45.69 KiB/sec.) 2026.03.20 17:55:22.189709 [ 331 ] {da0977b9-18eb-4b41-973f-69ca5b10d792} Aggregator: Merging aggregated data 2026.03.20 17:55:22.191041 [ 291 ] {da0977b9-18eb-4b41-973f-69ca5b10d792} executeQuery: Read 1 rows, 40.00 B in 0.003259 sec., 306.84258975145747 rows/sec., 11.99 KiB/sec. 2026.03.20 17:55:22.191204 [ 291 ] {da0977b9-18eb-4b41-973f-69ca5b10d792} TCPHandler: Processed in 0.003610964 sec. 2026.03.20 17:55:22.191322 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.191345 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.191348 [ 291 ] {} TCP-Session: 6199052f-a3e0-498b-902b-f6663ae71287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.191366 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.191389 [ 292 ] {} TCP-Session: e3b6a7c2-8f4d-41e8-850a-fa2b6b72c25f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.191397 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.191424 [ 293 ] {} TCP-Session: eb7cf861-b521-40bb-8c8e-a3daf84c426c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.191431 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.191454 [ 294 ] {} TCP-Session: 0a8d46c0-fbbe-44f9-a893-c01c62e0fd99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.191488 [ 286 ] {} TCP-Session: a917b4e0-5956-4370-b397-92ba4f2ff8d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.191464 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.191447 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.191539 [ 289 ] {} TCP-Session: bab5400c-e2d5-47d1-b355-617b1e5b64df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.191412 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.191564 [ 267 ] {} TCP-Session: 9fe6863a-4f47-4006-909f-a26855d7176c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.191384 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:22.191601 [ 290 ] {} TCP-Session: 4819cb24-2d11-4aef-89fb-5b1c089c6eb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:22.191643 [ 288 ] {} TCP-Session: 3fa22611-8a1a-4142-bc38-1ca16b349124 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455060 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56157 2026.03.20 17:55:23.455197 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:23.455224 [ 291 ] {} TCP-Session: 68bda7df-cc8d-466d-8f0e-f231f1afd8d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56157 2026.03.20 17:55:23.455246 [ 291 ] {} TCP-Session: 68bda7df-cc8d-466d-8f0e-f231f1afd8d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455258 [ 291 ] {} TCP-Session: 68bda7df-cc8d-466d-8f0e-f231f1afd8d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455470 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41101 2026.03.20 17:55:23.455502 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52450 2026.03.20 17:55:23.455544 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36346 2026.03.20 17:55:23.455539 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51160 2026.03.20 17:55:23.455611 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:23.455527 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34416 2026.03.20 17:55:23.455635 [ 291 ] {} TCP-Session: 68bda7df-cc8d-466d-8f0e-f231f1afd8d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:23.455667 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:23.455647 [ 292 ] {} TCP-Session: dffa366e-7256-40c6-ad98-b774b2fe37da Authenticating user 'default' from [fd00:1122:3344:101::e]:41101 2026.03.20 17:55:23.455715 [ 289 ] {} TCP-Session: 033376eb-3f2f-4df1-9917-124c77a1b552 Authenticating user 'default' from [fd00:1122:3344:101::e]:51160 2026.03.20 17:55:23.455717 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:23.455737 [ 292 ] {} TCP-Session: dffa366e-7256-40c6-ad98-b774b2fe37da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455748 [ 289 ] {} TCP-Session: 033376eb-3f2f-4df1-9917-124c77a1b552 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455771 [ 292 ] {} TCP-Session: dffa366e-7256-40c6-ad98-b774b2fe37da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455763 [ 288 ] {} TCP-Session: 558801ae-bf7f-4e18-85d2-ed8b9968e046 Authenticating user 'default' from [fd00:1122:3344:101::e]:34416 2026.03.20 17:55:23.455785 [ 289 ] {} TCP-Session: 033376eb-3f2f-4df1-9917-124c77a1b552 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455824 [ 288 ] {} TCP-Session: 558801ae-bf7f-4e18-85d2-ed8b9968e046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455828 [ 291 ] {cac571df-548e-4c18-9831-35aaf7ce723b} executeQuery: (from [fd00:1122:3344:101::e]:56157) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:55:23.455847 [ 288 ] {} TCP-Session: 558801ae-bf7f-4e18-85d2-ed8b9968e046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455633 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:23.455633 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:23.455516 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63508 2026.03.20 17:55:23.455922 [ 290 ] {} TCP-Session: e9ba9b35-cdc4-4827-9c67-fd03f1d7bf2f Authenticating user 'default' from [fd00:1122:3344:101::e]:36346 2026.03.20 17:55:23.455909 [ 294 ] {} TCP-Session: ad559597-7b95-491c-8385-cce81d4bc210 Authenticating user 'default' from [fd00:1122:3344:101::e]:52450 2026.03.20 17:55:23.455956 [ 290 ] {} TCP-Session: e9ba9b35-cdc4-4827-9c67-fd03f1d7bf2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455970 [ 294 ] {} TCP-Session: ad559597-7b95-491c-8385-cce81d4bc210 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455976 [ 290 ] {} TCP-Session: e9ba9b35-cdc4-4827-9c67-fd03f1d7bf2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455979 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:23.455985 [ 294 ] {} TCP-Session: ad559597-7b95-491c-8385-cce81d4bc210 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.455483 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65531 2026.03.20 17:55:23.456007 [ 286 ] {} TCP-Session: c3f921d4-3c24-4a2e-8cf9-2a8339624e84 Authenticating user 'default' from [fd00:1122:3344:101::e]:63508 2026.03.20 17:55:23.455505 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40665 2026.03.20 17:55:23.456077 [ 286 ] {} TCP-Session: c3f921d4-3c24-4a2e-8cf9-2a8339624e84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.456100 [ 291 ] {cac571df-548e-4c18-9831-35aaf7ce723b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:55:23.456105 [ 286 ] {} TCP-Session: c3f921d4-3c24-4a2e-8cf9-2a8339624e84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.456133 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:23.456143 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:55:23.456168 [ 291 ] {cac571df-548e-4c18-9831-35aaf7ce723b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:55:23.456177 [ 293 ] {} TCP-Session: 49565a5c-c9a6-467e-a0d1-703382425711 Authenticating user 'default' from [fd00:1122:3344:101::e]:65531 2026.03.20 17:55:23.456185 [ 267 ] {} TCP-Session: 4953bd15-9670-4c60-a5d7-e9a678029aa8 Authenticating user 'default' from [fd00:1122:3344:101::e]:40665 2026.03.20 17:55:23.456217 [ 293 ] {} TCP-Session: 49565a5c-c9a6-467e-a0d1-703382425711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.456221 [ 267 ] {} TCP-Session: 4953bd15-9670-4c60-a5d7-e9a678029aa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.456239 [ 293 ] {} TCP-Session: 49565a5c-c9a6-467e-a0d1-703382425711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.456252 [ 267 ] {} TCP-Session: 4953bd15-9670-4c60-a5d7-e9a678029aa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.456470 [ 291 ] {cac571df-548e-4c18-9831-35aaf7ce723b} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:55:23.457571 [ 300 ] {cac571df-548e-4c18-9831-35aaf7ce723b} AggregatingTransform: Aggregating 2026.03.20 17:55:23.457637 [ 300 ] {cac571df-548e-4c18-9831-35aaf7ce723b} Aggregator: Aggregation method: without_key 2026.03.20 17:55:23.457678 [ 300 ] {cac571df-548e-4c18-9831-35aaf7ce723b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001077705 sec. (927.898 rows/sec., 36.25 KiB/sec.) 2026.03.20 17:55:23.457698 [ 300 ] {cac571df-548e-4c18-9831-35aaf7ce723b} Aggregator: Merging aggregated data 2026.03.20 17:55:23.459211 [ 291 ] {cac571df-548e-4c18-9831-35aaf7ce723b} executeQuery: Read 1 rows, 40.00 B in 0.003431 sec., 291.4602156805596 rows/sec., 11.39 KiB/sec. 2026.03.20 17:55:23.459448 [ 291 ] {cac571df-548e-4c18-9831-35aaf7ce723b} TCPHandler: Processed in 0.003922381 sec. 2026.03.20 17:55:23.459573 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:23.459612 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:23.459641 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:23.459646 [ 292 ] {} TCP-Session: dffa366e-7256-40c6-ad98-b774b2fe37da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.459679 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:23.459695 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:23.459716 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:23.459750 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:23.459762 [ 286 ] {} TCP-Session: c3f921d4-3c24-4a2e-8cf9-2a8339624e84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.459779 [ 267 ] {} TCP-Session: 4953bd15-9670-4c60-a5d7-e9a678029aa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.459798 [ 291 ] {} TCP-Session: 68bda7df-cc8d-466d-8f0e-f231f1afd8d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.459696 [ 288 ] {} TCP-Session: 558801ae-bf7f-4e18-85d2-ed8b9968e046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.459673 [ 290 ] {} TCP-Session: e9ba9b35-cdc4-4827-9c67-fd03f1d7bf2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.459661 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:23.459735 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:55:23.459929 [ 294 ] {} TCP-Session: ad559597-7b95-491c-8385-cce81d4bc210 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.459745 [ 293 ] {} TCP-Session: 49565a5c-c9a6-467e-a0d1-703382425711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:23.459970 [ 289 ] {} TCP-Session: 033376eb-3f2f-4df1-9917-124c77a1b552 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:55:24.672254 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:24.672458 [ 268 ] {326fca89-259c-43f1-a31e-061634305011} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:55:24.672533 [ 268 ] {326fca89-259c-43f1-a31e-061634305011} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:55:24.673438 [ 268 ] {326fca89-259c-43f1-a31e-061634305011} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:24.673484 [ 268 ] {326fca89-259c-43f1-a31e-061634305011} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:24.673896 [ 268 ] {326fca89-259c-43f1-a31e-061634305011} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:55:24.674124 [ 268 ] {326fca89-259c-43f1-a31e-061634305011} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:24.674280 [ 268 ] {326fca89-259c-43f1-a31e-061634305011} executeQuery: Read 284 rows, 18.47 KiB in 0.001876 sec., 151385.92750533047 rows/sec., 9.62 MiB/sec. 2026.03.20 17:55:24.674325 [ 268 ] {326fca89-259c-43f1-a31e-061634305011} TCPHandler: Processed in 0.002215371 sec. 2026.03.20 17:55:24.674462 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:24.674565 [ 268 ] {01ee84b2-6cc8-4aef-869b-88207eddb57d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:55:24.674611 [ 268 ] {01ee84b2-6cc8-4aef-869b-88207eddb57d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:55:24.675007 [ 268 ] {01ee84b2-6cc8-4aef-869b-88207eddb57d} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:24.675045 [ 268 ] {01ee84b2-6cc8-4aef-869b-88207eddb57d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:24.675357 [ 268 ] {01ee84b2-6cc8-4aef-869b-88207eddb57d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:55:24.675566 [ 268 ] {01ee84b2-6cc8-4aef-869b-88207eddb57d} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:24.675692 [ 268 ] {01ee84b2-6cc8-4aef-869b-88207eddb57d} executeQuery: Read 2 rows, 167.00 B in 0.001146 sec., 1745.2006980802792 rows/sec., 142.31 KiB/sec. 2026.03.20 17:55:24.675729 [ 268 ] {01ee84b2-6cc8-4aef-869b-88207eddb57d} TCPHandler: Processed in 0.0013171 sec. 2026.03.20 17:55:24.675848 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:24.675942 [ 268 ] {19c342bc-fc6d-4de1-9422-0b317485473a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:24.675982 [ 268 ] {19c342bc-fc6d-4de1-9422-0b317485473a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:24.676770 [ 268 ] {19c342bc-fc6d-4de1-9422-0b317485473a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:24.676806 [ 268 ] {19c342bc-fc6d-4de1-9422-0b317485473a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:24.677174 [ 268 ] {19c342bc-fc6d-4de1-9422-0b317485473a} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.20 17:55:24.677383 [ 268 ] {19c342bc-fc6d-4de1-9422-0b317485473a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:24.677515 [ 268 ] {19c342bc-fc6d-4de1-9422-0b317485473a} executeQuery: Read 798 rows, 63.57 KiB in 0.001591 sec., 501571.3387806411 rows/sec., 39.02 MiB/sec. 2026.03.20 17:55:24.677554 [ 268 ] {19c342bc-fc6d-4de1-9422-0b317485473a} TCPHandler: Processed in 0.001755931 sec. 2026.03.20 17:55:24.677663 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:24.677760 [ 268 ] {bdf0a780-edaf-4425-b671-96bdfe5926d8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:55:24.677801 [ 268 ] {bdf0a780-edaf-4425-b671-96bdfe5926d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:55:24.678237 [ 268 ] {bdf0a780-edaf-4425-b671-96bdfe5926d8} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:24.678274 [ 268 ] {bdf0a780-edaf-4425-b671-96bdfe5926d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:24.678582 [ 268 ] {bdf0a780-edaf-4425-b671-96bdfe5926d8} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:55:24.678797 [ 268 ] {bdf0a780-edaf-4425-b671-96bdfe5926d8} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:24.678922 [ 268 ] {bdf0a780-edaf-4425-b671-96bdfe5926d8} executeQuery: Read 144 rows, 8.68 KiB in 0.001181 sec., 121930.56731583404 rows/sec., 7.18 MiB/sec. 2026.03.20 17:55:24.678960 [ 268 ] {bdf0a780-edaf-4425-b671-96bdfe5926d8} TCPHandler: Processed in 0.001347101 sec. 2026.03.20 17:55:24.679071 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:24.679165 [ 268 ] {2fb16290-ae6b-41d9-9408-466f87510f41} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:55:24.679205 [ 268 ] {2fb16290-ae6b-41d9-9408-466f87510f41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:55:24.679639 [ 268 ] {2fb16290-ae6b-41d9-9408-466f87510f41} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:24.679677 [ 268 ] {2fb16290-ae6b-41d9-9408-466f87510f41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:24.679990 [ 268 ] {2fb16290-ae6b-41d9-9408-466f87510f41} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:55:24.680200 [ 268 ] {2fb16290-ae6b-41d9-9408-466f87510f41} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:24.680326 [ 268 ] {2fb16290-ae6b-41d9-9408-466f87510f41} executeQuery: Read 149 rows, 9.86 KiB in 0.001178 sec., 126485.5687606112 rows/sec., 8.17 MiB/sec. 2026.03.20 17:55:24.680364 [ 268 ] {2fb16290-ae6b-41d9-9408-466f87510f41} TCPHandler: Processed in 0.001342891 sec. 2026.03.20 17:55:24.680472 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:24.680566 [ 268 ] {374c63fb-f664-4eae-b89d-bd1805108047} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:55:24.680607 [ 268 ] {374c63fb-f664-4eae-b89d-bd1805108047} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:55:24.681060 [ 268 ] {374c63fb-f664-4eae-b89d-bd1805108047} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:24.681097 [ 268 ] {374c63fb-f664-4eae-b89d-bd1805108047} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:24.681413 [ 268 ] {374c63fb-f664-4eae-b89d-bd1805108047} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:55:24.681624 [ 268 ] {374c63fb-f664-4eae-b89d-bd1805108047} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:24.681749 [ 268 ] {374c63fb-f664-4eae-b89d-bd1805108047} executeQuery: Read 148 rows, 8.62 KiB in 0.0012 sec., 123333.33333333334 rows/sec., 7.01 MiB/sec. 2026.03.20 17:55:24.681788 [ 268 ] {374c63fb-f664-4eae-b89d-bd1805108047} TCPHandler: Processed in 0.001364982 sec. 2026.03.20 17:55:24.681897 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:24.681992 [ 268 ] {294a7526-7c34-40cd-9cdf-3658049ecfdf} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:24.682031 [ 268 ] {294a7526-7c34-40cd-9cdf-3658049ecfdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:24.682680 [ 268 ] {294a7526-7c34-40cd-9cdf-3658049ecfdf} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:24.682717 [ 268 ] {294a7526-7c34-40cd-9cdf-3658049ecfdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:24.683053 [ 268 ] {294a7526-7c34-40cd-9cdf-3658049ecfdf} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.20 17:55:24.683271 [ 268 ] {294a7526-7c34-40cd-9cdf-3658049ecfdf} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:24.683404 [ 268 ] {294a7526-7c34-40cd-9cdf-3658049ecfdf} executeQuery: Read 492 rows, 35.34 KiB in 0.001431 sec., 343815.5136268344 rows/sec., 24.12 MiB/sec. 2026.03.20 17:55:24.683442 [ 268 ] {294a7526-7c34-40cd-9cdf-3658049ecfdf} TCPHandler: Processed in 0.001595187 sec. 2026.03.20 17:55:24.683548 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:24.683652 [ 268 ] {64144fc7-8bf1-4987-9fdb-d0218d5eebb5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:55:24.683696 [ 268 ] {64144fc7-8bf1-4987-9fdb-d0218d5eebb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:55:24.684032 [ 268 ] {64144fc7-8bf1-4987-9fdb-d0218d5eebb5} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:24.684066 [ 268 ] {64144fc7-8bf1-4987-9fdb-d0218d5eebb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:24.684374 [ 268 ] {64144fc7-8bf1-4987-9fdb-d0218d5eebb5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:55:24.684567 [ 268 ] {64144fc7-8bf1-4987-9fdb-d0218d5eebb5} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:24.684691 [ 268 ] {64144fc7-8bf1-4987-9fdb-d0218d5eebb5} executeQuery: Read 6 rows, 321.00 B in 0.001094 sec., 5484.460694698355 rows/sec., 286.54 KiB/sec. 2026.03.20 17:55:24.684724 [ 268 ] {64144fc7-8bf1-4987-9fdb-d0218d5eebb5} TCPHandler: Processed in 0.001267099 sec. 2026.03.20 17:55:24.684835 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:24.684950 [ 268 ] {af506c49-4866-44c9-a431-34307a185b52} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:24.685000 [ 268 ] {af506c49-4866-44c9-a431-34307a185b52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:24.685544 [ 268 ] {af506c49-4866-44c9-a431-34307a185b52} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:24.685582 [ 268 ] {af506c49-4866-44c9-a431-34307a185b52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:24.685929 [ 268 ] {af506c49-4866-44c9-a431-34307a185b52} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.20 17:55:24.686143 [ 268 ] {af506c49-4866-44c9-a431-34307a185b52} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:24.686276 [ 268 ] {af506c49-4866-44c9-a431-34307a185b52} executeQuery: Read 266 rows, 18.10 KiB in 0.001295 sec., 205405.4054054054 rows/sec., 13.65 MiB/sec. 2026.03.20 17:55:24.686315 [ 268 ] {af506c49-4866-44c9-a431-34307a185b52} TCPHandler: Processed in 0.001493705 sec. 2026.03.20 17:55:24.686430 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:24.686527 [ 268 ] {c7f0f4b6-3c0d-44ca-bd88-ab742779142c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:55:24.686571 [ 268 ] {c7f0f4b6-3c0d-44ca-bd88-ab742779142c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:55:24.686889 [ 268 ] {c7f0f4b6-3c0d-44ca-bd88-ab742779142c} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:24.686926 [ 268 ] {c7f0f4b6-3c0d-44ca-bd88-ab742779142c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:24.687219 [ 268 ] {c7f0f4b6-3c0d-44ca-bd88-ab742779142c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:55:24.687425 [ 268 ] {c7f0f4b6-3c0d-44ca-bd88-ab742779142c} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:24.687557 [ 268 ] {c7f0f4b6-3c0d-44ca-bd88-ab742779142c} executeQuery: Read 1 rows, 69.00 B in 0.001047 sec., 955.1098376313277 rows/sec., 64.36 KiB/sec. 2026.03.20 17:55:24.687593 [ 268 ] {c7f0f4b6-3c0d-44ca-bd88-ab742779142c} TCPHandler: Processed in 0.001212779 sec. 2026.03.20 17:55:24.687702 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:24.687801 [ 268 ] {a0f16381-931b-4b16-9b86-8be2a34f5a88} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:24.687843 [ 268 ] {a0f16381-931b-4b16-9b86-8be2a34f5a88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:24.688185 [ 268 ] {a0f16381-931b-4b16-9b86-8be2a34f5a88} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:24.688221 [ 268 ] {a0f16381-931b-4b16-9b86-8be2a34f5a88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:24.688546 [ 268 ] {a0f16381-931b-4b16-9b86-8be2a34f5a88} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.20 17:55:24.688764 [ 268 ] {a0f16381-931b-4b16-9b86-8be2a34f5a88} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:24.688893 [ 268 ] {a0f16381-931b-4b16-9b86-8be2a34f5a88} executeQuery: Read 90 rows, 5.77 KiB in 0.001111 sec., 81008.10081008101 rows/sec., 5.07 MiB/sec. 2026.03.20 17:55:24.688929 [ 268 ] {a0f16381-931b-4b16-9b86-8be2a34f5a88} TCPHandler: Processed in 0.00127783 sec. 2026.03.20 17:55:25.298692 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19749 2026.03.20 17:55:25.299565 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:25.299656 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:25.300185 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:55:25.300415 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:25.300545 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19749 2026.03.20 17:55:25.300579 [ 32 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.20 17:55:25.300688 [ 32 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:25.300724 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:25.300880 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.20 17:55:25.301059 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:25.301119 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17317 rows starting from the beginning of the part 2026.03.20 17:55:25.301221 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 512 rows starting from the beginning of the part 2026.03.20 17:55:25.301294 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 448 rows starting from the beginning of the part 2026.03.20 17:55:25.301362 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 512 rows starting from the beginning of the part 2026.03.20 17:55:25.301424 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 448 rows starting from the beginning of the part 2026.03.20 17:55:25.301461 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 512 rows starting from the beginning of the part 2026.03.20 17:55:25.303498 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19749 rows, containing 4 columns (4 merged, 0 gathered) in 0.002689472 sec., 7343077.005449397 rows/sec., 105.04 MiB/sec. 2026.03.20 17:55:25.303738 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.20 17:55:25.304001 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_41_8} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:25.304070 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_41_8} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.20 17:55:25.304161 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.63 MiB. 2026.03.20 17:55:26.331716 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.03.20 17:55:26.349355 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:26.349414 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:26.355594 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:55:26.356304 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:26.356631 [ 31 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.20 17:55:26.356703 [ 31 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:26.356726 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:26.356826 [ 193 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.20 17:55:26.359234 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.03.20 17:55:26.359836 [ 193 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:26.360597 [ 193 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:55:26.363941 [ 193 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:55:26.367374 [ 193 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:55:26.371373 [ 193 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:55:26.375669 [ 193 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:55:26.379402 [ 193 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:55:26.437123 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.080333334 sec., 3846.472997124705 rows/sec., 19.89 MiB/sec. 2026.03.20 17:55:26.439881 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.20 17:55:26.441983 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_41_8} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:26.442098 [ 200 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_41_8} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.20 17:55:26.444639 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.03.20 17:55:27.865915 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1232 2026.03.20 17:55:27.868495 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:27.868553 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:27.869818 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:55:27.870096 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:27.870276 [ 26 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.20 17:55:27.870344 [ 26 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:27.870365 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:27.870486 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1232 2026.03.20 17:55:27.870490 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.20 17:55:27.871073 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:27.871232 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1054 rows starting from the beginning of the part 2026.03.20 17:55:27.871626 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part 2026.03.20 17:55:27.872006 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part 2026.03.20 17:55:27.872374 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 50 rows starting from the beginning of the part 2026.03.20 17:55:27.872732 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 28 rows starting from the beginning of the part 2026.03.20 17:55:27.873087 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2026.03.20 17:55:27.880519 [ 200 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 72 columns (72 merged, 0 gathered) in 0.010082673 sec., 122189.82010028491 rows/sec., 99.81 MiB/sec. 2026.03.20 17:55:27.881949 [ 195 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.20 17:55:27.882531 [ 195 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_31_6} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:27.882605 [ 195 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_31_6} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.20 17:55:27.882923 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.82 MiB. 2026.03.20 17:55:29.665992 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:29.666177 [ 268 ] {78ce506e-4408-4892-93f6-4c8af010ac01} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:29.666241 [ 268 ] {78ce506e-4408-4892-93f6-4c8af010ac01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:29.666940 [ 268 ] {78ce506e-4408-4892-93f6-4c8af010ac01} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:29.666980 [ 268 ] {78ce506e-4408-4892-93f6-4c8af010ac01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:29.667379 [ 268 ] {78ce506e-4408-4892-93f6-4c8af010ac01} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.20 17:55:29.667600 [ 268 ] {78ce506e-4408-4892-93f6-4c8af010ac01} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:29.667763 [ 268 ] {78ce506e-4408-4892-93f6-4c8af010ac01} executeQuery: Read 138 rows, 12.29 KiB in 0.001634 sec., 84455.32435740514 rows/sec., 7.34 MiB/sec. 2026.03.20 17:55:29.667811 [ 268 ] {78ce506e-4408-4892-93f6-4c8af010ac01} TCPHandler: Processed in 0.001945745 sec. 2026.03.20 17:55:29.667923 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:29.668023 [ 268 ] {63bedc83-81e3-4c2a-9a3b-aadc3e5aacae} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:55:29.668065 [ 268 ] {63bedc83-81e3-4c2a-9a3b-aadc3e5aacae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:55:29.668480 [ 268 ] {63bedc83-81e3-4c2a-9a3b-aadc3e5aacae} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:29.668516 [ 268 ] {63bedc83-81e3-4c2a-9a3b-aadc3e5aacae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:29.668815 [ 268 ] {63bedc83-81e3-4c2a-9a3b-aadc3e5aacae} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:55:29.669019 [ 268 ] {63bedc83-81e3-4c2a-9a3b-aadc3e5aacae} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:29.669140 [ 25 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2026.03.20 17:55:29.669151 [ 268 ] {63bedc83-81e3-4c2a-9a3b-aadc3e5aacae} executeQuery: Read 41 rows, 3.08 KiB in 0.001152 sec., 35590.277777777774 rows/sec., 2.61 MiB/sec. 2026.03.20 17:55:29.669216 [ 25 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:29.669232 [ 268 ] {63bedc83-81e3-4c2a-9a3b-aadc3e5aacae} TCPHandler: Processed in 0.001358212 sec. 2026.03.20 17:55:29.669243 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:29.669342 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:29.669360 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2026.03.20 17:55:29.669439 [ 268 ] {45f79ede-214b-49d7-b205-1bfa0d03f4cb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:29.669483 [ 268 ] {45f79ede-214b-49d7-b205-1bfa0d03f4cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:29.669499 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:29.669540 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 224 rows starting from the beginning of the part 2026.03.20 17:55:29.669607 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 54 rows starting from the beginning of the part 2026.03.20 17:55:29.669652 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 142 rows starting from the beginning of the part 2026.03.20 17:55:29.669695 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part 2026.03.20 17:55:29.669732 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 144 rows starting from the beginning of the part 2026.03.20 17:55:29.669769 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part 2026.03.20 17:55:29.669924 [ 268 ] {45f79ede-214b-49d7-b205-1bfa0d03f4cb} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:29.669966 [ 268 ] {45f79ede-214b-49d7-b205-1bfa0d03f4cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:29.670295 [ 268 ] {45f79ede-214b-49d7-b205-1bfa0d03f4cb} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.20 17:55:29.670522 [ 268 ] {45f79ede-214b-49d7-b205-1bfa0d03f4cb} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:29.670655 [ 268 ] {45f79ede-214b-49d7-b205-1bfa0d03f4cb} executeQuery: Read 105 rows, 8.40 KiB in 0.001234 sec., 85089.14100486223 rows/sec., 6.65 MiB/sec. 2026.03.20 17:55:29.670655 [ 200 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 646 rows, containing 5 columns (5 merged, 0 gathered) in 0.001338191 sec., 482741.2529302618 rows/sec., 32.57 MiB/sec. 2026.03.20 17:55:29.670693 [ 268 ] {45f79ede-214b-49d7-b205-1bfa0d03f4cb} TCPHandler: Processed in 0.001397473 sec. 2026.03.20 17:55:29.670818 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:29.670895 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2026.03.20 17:55:29.670912 [ 268 ] {6051cf98-bb6e-4788-8efb-2eb8bc3f620b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:29.670975 [ 268 ] {6051cf98-bb6e-4788-8efb-2eb8bc3f620b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:29.671257 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_45_9} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:29.671357 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_45_9} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2026.03.20 17:55:29.671408 [ 268 ] {6051cf98-bb6e-4788-8efb-2eb8bc3f620b} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:29.671458 [ 268 ] {6051cf98-bb6e-4788-8efb-2eb8bc3f620b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:29.671464 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.20 17:55:29.671875 [ 268 ] {6051cf98-bb6e-4788-8efb-2eb8bc3f620b} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.20 17:55:29.672136 [ 268 ] {6051cf98-bb6e-4788-8efb-2eb8bc3f620b} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:29.672300 [ 268 ] {6051cf98-bb6e-4788-8efb-2eb8bc3f620b} executeQuery: Read 160 rows, 11.41 KiB in 0.001405 sec., 113879.00355871886 rows/sec., 7.93 MiB/sec. 2026.03.20 17:55:29.672346 [ 268 ] {6051cf98-bb6e-4788-8efb-2eb8bc3f620b} TCPHandler: Processed in 0.001574836 sec. 2026.03.20 17:55:29.672466 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:29.672571 [ 268 ] {3089b82f-9225-40fb-9177-b7d6ef67b209} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:29.672626 [ 268 ] {3089b82f-9225-40fb-9177-b7d6ef67b209} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:55:29.673485 [ 268 ] {3089b82f-9225-40fb-9177-b7d6ef67b209} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:29.673523 [ 268 ] {3089b82f-9225-40fb-9177-b7d6ef67b209} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:29.674109 [ 268 ] {3089b82f-9225-40fb-9177-b7d6ef67b209} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:55:29.674335 [ 268 ] {3089b82f-9225-40fb-9177-b7d6ef67b209} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:29.674474 [ 268 ] {3089b82f-9225-40fb-9177-b7d6ef67b209} executeQuery: Read 41 rows, 75.23 KiB in 0.001923 sec., 21320.852834113364 rows/sec., 38.21 MiB/sec. 2026.03.20 17:55:29.674540 [ 268 ] {3089b82f-9225-40fb-9177-b7d6ef67b209} TCPHandler: Processed in 0.002135049 sec. 2026.03.20 17:55:29.674656 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:29.674764 [ 268 ] {52e18f87-2c91-48f2-b800-8926f0519c5d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:29.674808 [ 268 ] {52e18f87-2c91-48f2-b800-8926f0519c5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:29.675136 [ 268 ] {52e18f87-2c91-48f2-b800-8926f0519c5d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:29.675172 [ 268 ] {52e18f87-2c91-48f2-b800-8926f0519c5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:29.675481 [ 268 ] {52e18f87-2c91-48f2-b800-8926f0519c5d} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.20 17:55:29.675703 [ 268 ] {52e18f87-2c91-48f2-b800-8926f0519c5d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:29.675835 [ 268 ] {52e18f87-2c91-48f2-b800-8926f0519c5d} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.03.20 17:55:29.675871 [ 268 ] {52e18f87-2c91-48f2-b800-8926f0519c5d} TCPHandler: Processed in 0.001265889 sec. 2026.03.20 17:55:32.684671 [ 23 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:55:32.684726 [ 23 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:55:32.800639 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20197 2026.03.20 17:55:32.801200 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:32.801253 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:32.801783 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:55:32.802020 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:32.802152 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20197 2026.03.20 17:55:33.859301 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.03.20 17:55:33.874498 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:33.874556 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:33.880488 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:55:33.881160 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:33.883762 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.03.20 17:55:34.671567 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.671752 [ 268 ] {82e256a5-e653-45a3-b839-0a7f1e825b00} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.671822 [ 268 ] {82e256a5-e653-45a3-b839-0a7f1e825b00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:55:34.672687 [ 268 ] {82e256a5-e653-45a3-b839-0a7f1e825b00} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.672738 [ 268 ] {82e256a5-e653-45a3-b839-0a7f1e825b00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.673140 [ 268 ] {82e256a5-e653-45a3-b839-0a7f1e825b00} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:55:34.673365 [ 268 ] {82e256a5-e653-45a3-b839-0a7f1e825b00} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.673517 [ 268 ] {82e256a5-e653-45a3-b839-0a7f1e825b00} executeQuery: Read 284 rows, 18.47 KiB in 0.001818 sec., 156215.62156215622 rows/sec., 9.92 MiB/sec. 2026.03.20 17:55:34.673563 [ 268 ] {82e256a5-e653-45a3-b839-0a7f1e825b00} TCPHandler: Processed in 0.002126439 sec. 2026.03.20 17:55:34.673693 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.673796 [ 268 ] {55d7a37e-6562-404a-aebf-48339ade5726} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:34.673845 [ 268 ] {55d7a37e-6562-404a-aebf-48339ade5726} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:34.674844 [ 268 ] {55d7a37e-6562-404a-aebf-48339ade5726} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.674882 [ 268 ] {55d7a37e-6562-404a-aebf-48339ade5726} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.675242 [ 268 ] {55d7a37e-6562-404a-aebf-48339ade5726} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.20 17:55:34.675452 [ 268 ] {55d7a37e-6562-404a-aebf-48339ade5726} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.675571 [ 116 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.20 17:55:34.675582 [ 268 ] {55d7a37e-6562-404a-aebf-48339ade5726} executeQuery: Read 797 rows, 63.50 KiB in 0.001811 sec., 440088.34897846496 rows/sec., 34.24 MiB/sec. 2026.03.20 17:55:34.675638 [ 116 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.675647 [ 268 ] {55d7a37e-6562-404a-aebf-48339ade5726} TCPHandler: Processed in 0.002005287 sec. 2026.03.20 17:55:34.675666 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.675772 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::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.03.20 17:55:34.675778 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.675891 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:34.675893 [ 268 ] {bb2842e0-85aa-4f71-a211-d209ed88f66b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.675931 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2894 rows starting from the beginning of the part 2026.03.20 17:55:34.675950 [ 268 ] {bb2842e0-85aa-4f71-a211-d209ed88f66b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:55:34.676004 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 797 rows starting from the beginning of the part 2026.03.20 17:55:34.676052 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 138 rows starting from the beginning of the part 2026.03.20 17:55:34.676093 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 798 rows starting from the beginning of the part 2026.03.20 17:55:34.676134 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 138 rows starting from the beginning of the part 2026.03.20 17:55:34.676177 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 797 rows starting from the beginning of the part 2026.03.20 17:55:34.676417 [ 268 ] {bb2842e0-85aa-4f71-a211-d209ed88f66b} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.676457 [ 268 ] {bb2842e0-85aa-4f71-a211-d209ed88f66b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.676776 [ 268 ] {bb2842e0-85aa-4f71-a211-d209ed88f66b} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:55:34.677005 [ 268 ] {bb2842e0-85aa-4f71-a211-d209ed88f66b} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.677134 [ 268 ] {bb2842e0-85aa-4f71-a211-d209ed88f66b} executeQuery: Read 142 rows, 8.54 KiB in 0.00126 sec., 112698.41269841269 rows/sec., 6.62 MiB/sec. 2026.03.20 17:55:34.677170 [ 268 ] {bb2842e0-85aa-4f71-a211-d209ed88f66b} TCPHandler: Processed in 0.001444393 sec. 2026.03.20 17:55:34.677279 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.677371 [ 268 ] {cd6349df-7ff5-4afe-8ce8-d3e74c943c7b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.677408 [ 268 ] {cd6349df-7ff5-4afe-8ce8-d3e74c943c7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:55:34.677855 [ 268 ] {cd6349df-7ff5-4afe-8ce8-d3e74c943c7b} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.677890 [ 268 ] {cd6349df-7ff5-4afe-8ce8-d3e74c943c7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.678179 [ 268 ] {cd6349df-7ff5-4afe-8ce8-d3e74c943c7b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:55:34.678189 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5562 rows, containing 5 columns (5 merged, 0 gathered) in 0.002455167 sec., 2265426.343706966 rows/sec., 185.20 MiB/sec. 2026.03.20 17:55:34.678399 [ 268 ] {cd6349df-7ff5-4afe-8ce8-d3e74c943c7b} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.678478 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.20 17:55:34.678531 [ 268 ] {cd6349df-7ff5-4afe-8ce8-d3e74c943c7b} executeQuery: Read 149 rows, 9.86 KiB in 0.001178 sec., 126485.5687606112 rows/sec., 8.17 MiB/sec. 2026.03.20 17:55:34.678572 [ 268 ] {cd6349df-7ff5-4afe-8ce8-d3e74c943c7b} TCPHandler: Processed in 0.001340341 sec. 2026.03.20 17:55:34.678681 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.678733 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_66_13} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.678803 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_66_13} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.20 17:55:34.678804 [ 268 ] {0a056feb-adf3-4a3a-8aeb-347c7855a409} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.678854 [ 268 ] {0a056feb-adf3-4a3a-8aeb-347c7855a409} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:55:34.678876 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.03.20 17:55:34.679296 [ 268 ] {0a056feb-adf3-4a3a-8aeb-347c7855a409} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.679335 [ 268 ] {0a056feb-adf3-4a3a-8aeb-347c7855a409} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.679652 [ 268 ] {0a056feb-adf3-4a3a-8aeb-347c7855a409} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:55:34.679853 [ 268 ] {0a056feb-adf3-4a3a-8aeb-347c7855a409} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.679974 [ 268 ] {0a056feb-adf3-4a3a-8aeb-347c7855a409} executeQuery: Read 148 rows, 8.62 KiB in 0.00119 sec., 124369.74789915966 rows/sec., 7.07 MiB/sec. 2026.03.20 17:55:34.680010 [ 268 ] {0a056feb-adf3-4a3a-8aeb-347c7855a409} TCPHandler: Processed in 0.001376482 sec. 2026.03.20 17:55:34.680114 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.680206 [ 268 ] {1ab373e2-e021-4f23-9cec-f3e9bcb5ecc2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:34.680243 [ 268 ] {1ab373e2-e021-4f23-9cec-f3e9bcb5ecc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:34.680857 [ 268 ] {1ab373e2-e021-4f23-9cec-f3e9bcb5ecc2} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.680891 [ 268 ] {1ab373e2-e021-4f23-9cec-f3e9bcb5ecc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.681220 [ 268 ] {1ab373e2-e021-4f23-9cec-f3e9bcb5ecc2} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.20 17:55:34.681428 [ 268 ] {1ab373e2-e021-4f23-9cec-f3e9bcb5ecc2} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.681534 [ 116 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.20 17:55:34.681553 [ 268 ] {1ab373e2-e021-4f23-9cec-f3e9bcb5ecc2} executeQuery: Read 490 rows, 35.18 KiB in 0.001365 sec., 358974.358974359 rows/sec., 25.17 MiB/sec. 2026.03.20 17:55:34.681574 [ 116 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.681594 [ 268 ] {1ab373e2-e021-4f23-9cec-f3e9bcb5ecc2} TCPHandler: Processed in 0.001526526 sec. 2026.03.20 17:55:34.681596 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.681708 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.681719 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::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.03.20 17:55:34.681804 [ 268 ] {1e8194cf-cf40-48e7-9186-2f8bdc15154f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:55:34.681835 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:34.681844 [ 268 ] {1e8194cf-cf40-48e7-9186-2f8bdc15154f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:55:34.681869 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1553 rows starting from the beginning of the part 2026.03.20 17:55:34.681940 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 490 rows starting from the beginning of the part 2026.03.20 17:55:34.681992 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 105 rows starting from the beginning of the part 2026.03.20 17:55:34.682042 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 492 rows starting from the beginning of the part 2026.03.20 17:55:34.682086 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 105 rows starting from the beginning of the part 2026.03.20 17:55:34.682135 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 490 rows starting from the beginning of the part 2026.03.20 17:55:34.682171 [ 268 ] {1e8194cf-cf40-48e7-9186-2f8bdc15154f} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.682208 [ 268 ] {1e8194cf-cf40-48e7-9186-2f8bdc15154f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.682505 [ 268 ] {1e8194cf-cf40-48e7-9186-2f8bdc15154f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:55:34.682706 [ 268 ] {1e8194cf-cf40-48e7-9186-2f8bdc15154f} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.682830 [ 268 ] {1e8194cf-cf40-48e7-9186-2f8bdc15154f} executeQuery: Read 6 rows, 321.00 B in 0.001043 sec., 5752.636625119846 rows/sec., 300.55 KiB/sec. 2026.03.20 17:55:34.682865 [ 268 ] {1e8194cf-cf40-48e7-9186-2f8bdc15154f} TCPHandler: Processed in 0.001203998 sec. 2026.03.20 17:55:34.682970 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.683062 [ 268 ] {13f851b8-c632-4ba9-b692-f5f40827cbbc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.683103 [ 268 ] {13f851b8-c632-4ba9-b692-f5f40827cbbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:34.683445 [ 198 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3235 rows, containing 5 columns (5 merged, 0 gathered) in 0.001772701 sec., 1824898.8408084612 rows/sec., 135.58 MiB/sec. 2026.03.20 17:55:34.683535 [ 268 ] {13f851b8-c632-4ba9-b692-f5f40827cbbc} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.683574 [ 268 ] {13f851b8-c632-4ba9-b692-f5f40827cbbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.683717 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.20 17:55:34.683940 [ 268 ] {13f851b8-c632-4ba9-b692-f5f40827cbbc} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.20 17:55:34.684047 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_66_13} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.684148 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_66_13} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.20 17:55:34.684187 [ 268 ] {13f851b8-c632-4ba9-b692-f5f40827cbbc} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.684245 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.20 17:55:34.684292 [ 116 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.20 17:55:34.684316 [ 116 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.684323 [ 268 ] {13f851b8-c632-4ba9-b692-f5f40827cbbc} executeQuery: Read 265 rows, 18.03 KiB in 0.001279 sec., 207193.1196247068 rows/sec., 13.77 MiB/sec. 2026.03.20 17:55:34.684334 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.684366 [ 268 ] {13f851b8-c632-4ba9-b692-f5f40827cbbc} TCPHandler: Processed in 0.001442443 sec. 2026.03.20 17:55:34.684418 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::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.03.20 17:55:34.684489 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.684509 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:34.684536 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 20758 rows starting from the beginning of the part 2026.03.20 17:55:34.684580 [ 268 ] {f5ca8ce7-ac81-45fd-9480-332e452c8731} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.684589 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 265 rows starting from the beginning of the part 2026.03.20 17:55:34.684620 [ 268 ] {f5ca8ce7-ac81-45fd-9480-332e452c8731} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:55:34.684635 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2026.03.20 17:55:34.684679 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 266 rows starting from the beginning of the part 2026.03.20 17:55:34.684719 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part 2026.03.20 17:55:34.684760 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 265 rows starting from the beginning of the part 2026.03.20 17:55:34.684936 [ 268 ] {f5ca8ce7-ac81-45fd-9480-332e452c8731} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.684970 [ 268 ] {f5ca8ce7-ac81-45fd-9480-332e452c8731} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.685262 [ 268 ] {f5ca8ce7-ac81-45fd-9480-332e452c8731} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.20 17:55:34.685470 [ 268 ] {f5ca8ce7-ac81-45fd-9480-332e452c8731} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.685596 [ 268 ] {f5ca8ce7-ac81-45fd-9480-332e452c8731} executeQuery: Read 1 rows, 69.00 B in 0.001035 sec., 966.1835748792272 rows/sec., 65.10 KiB/sec. 2026.03.20 17:55:34.685631 [ 268 ] {f5ca8ce7-ac81-45fd-9480-332e452c8731} TCPHandler: Processed in 0.001189177 sec. 2026.03.20 17:55:34.685743 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.685834 [ 268 ] {3eb72096-880d-4e3a-9447-7cf843630dc6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.685873 [ 268 ] {3eb72096-880d-4e3a-9447-7cf843630dc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:34.686195 [ 268 ] {3eb72096-880d-4e3a-9447-7cf843630dc6} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.686230 [ 268 ] {3eb72096-880d-4e3a-9447-7cf843630dc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.686557 [ 268 ] {3eb72096-880d-4e3a-9447-7cf843630dc6} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.20 17:55:34.686764 [ 268 ] {3eb72096-880d-4e3a-9447-7cf843630dc6} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.686860 [ 116 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.20 17:55:34.686887 [ 268 ] {3eb72096-880d-4e3a-9447-7cf843630dc6} executeQuery: Read 90 rows, 5.77 KiB in 0.001071 sec., 84033.61344537816 rows/sec., 5.26 MiB/sec. 2026.03.20 17:55:34.686890 [ 116 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.686925 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.686927 [ 268 ] {3eb72096-880d-4e3a-9447-7cf843630dc6} TCPHandler: Processed in 0.001231258 sec. 2026.03.20 17:55:34.686987 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:55:34.687071 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:34.687096 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3540 rows starting from the beginning of the part 2026.03.20 17:55:34.687142 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 90 rows starting from the beginning of the part 2026.03.20 17:55:34.687180 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2026.03.20 17:55:34.687215 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 90 rows starting from the beginning of the part 2026.03.20 17:55:34.687250 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2026.03.20 17:55:34.687284 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 90 rows starting from the beginning of the part 2026.03.20 17:55:34.688668 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3930 rows, containing 4 columns (4 merged, 0 gathered) in 0.00170664 sec., 2302770.355786809 rows/sec., 147.45 MiB/sec. 2026.03.20 17:55:34.689110 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.20 17:55:34.689405 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_66_13} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.689478 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_66_13} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.20 17:55:34.689542 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.20 17:55:34.693695 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 21874 rows, containing 5 columns (5 merged, 0 gathered) in 0.009312646 sec., 2348849.081131184 rows/sec., 155.00 MiB/sec. 2026.03.20 17:55:34.694187 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.20 17:55:34.694535 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_66_13} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.694634 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_66_13} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.20 17:55:34.694736 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.03.20 17:55:34.844518 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.844726 [ 268 ] {78c48c41-fbb8-4d8e-bc92-2e984cd542b2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.844793 [ 268 ] {78c48c41-fbb8-4d8e-bc92-2e984cd542b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:55:34.845435 [ 268 ] {78c48c41-fbb8-4d8e-bc92-2e984cd542b2} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.845484 [ 268 ] {78c48c41-fbb8-4d8e-bc92-2e984cd542b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.845896 [ 268 ] {78c48c41-fbb8-4d8e-bc92-2e984cd542b2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:55:34.846134 [ 268 ] {78c48c41-fbb8-4d8e-bc92-2e984cd542b2} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.846289 [ 268 ] {78c48c41-fbb8-4d8e-bc92-2e984cd542b2} executeQuery: Read 24 rows, 2.04 KiB in 0.001616 sec., 14851.485148514852 rows/sec., 1.23 MiB/sec. 2026.03.20 17:55:34.846331 [ 268 ] {78c48c41-fbb8-4d8e-bc92-2e984cd542b2} TCPHandler: Processed in 0.001956016 sec. 2026.03.20 17:55:34.846448 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.846544 [ 268 ] {04ad0c29-6231-4e6e-9730-89599fa7b336} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:55:34.846587 [ 268 ] {04ad0c29-6231-4e6e-9730-89599fa7b336} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:55:34.846987 [ 268 ] {04ad0c29-6231-4e6e-9730-89599fa7b336} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.847023 [ 268 ] {04ad0c29-6231-4e6e-9730-89599fa7b336} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.847341 [ 268 ] {04ad0c29-6231-4e6e-9730-89599fa7b336} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 17:55:34.847564 [ 268 ] {04ad0c29-6231-4e6e-9730-89599fa7b336} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.847691 [ 268 ] {04ad0c29-6231-4e6e-9730-89599fa7b336} executeQuery: Read 14 rows, 1.14 KiB in 0.001166 sec., 12006.861063464838 rows/sec., 979.08 KiB/sec. 2026.03.20 17:55:34.847728 [ 268 ] {04ad0c29-6231-4e6e-9730-89599fa7b336} TCPHandler: Processed in 0.001329671 sec. 2026.03.20 17:55:34.847835 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.847929 [ 268 ] {0fb508bb-aac9-403d-ab45-a702be4d7f35} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:34.847968 [ 268 ] {0fb508bb-aac9-403d-ab45-a702be4d7f35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:34.849938 [ 268 ] {0fb508bb-aac9-403d-ab45-a702be4d7f35} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.849974 [ 268 ] {0fb508bb-aac9-403d-ab45-a702be4d7f35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.850421 [ 268 ] {0fb508bb-aac9-403d-ab45-a702be4d7f35} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.20 17:55:34.850649 [ 268 ] {0fb508bb-aac9-403d-ab45-a702be4d7f35} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.850777 [ 268 ] {0fb508bb-aac9-403d-ab45-a702be4d7f35} executeQuery: Read 2149 rows, 169.34 KiB in 0.002866 sec., 749825.5408234473 rows/sec., 57.70 MiB/sec. 2026.03.20 17:55:34.850815 [ 268 ] {0fb508bb-aac9-403d-ab45-a702be4d7f35} TCPHandler: Processed in 0.003028441 sec. 2026.03.20 17:55:34.850927 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.851021 [ 268 ] {94dd3558-2b5c-498c-bb9c-a78c8f51ad4e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.851062 [ 268 ] {94dd3558-2b5c-498c-bb9c-a78c8f51ad4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:55:34.851496 [ 268 ] {94dd3558-2b5c-498c-bb9c-a78c8f51ad4e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.851532 [ 268 ] {94dd3558-2b5c-498c-bb9c-a78c8f51ad4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.851833 [ 268 ] {94dd3558-2b5c-498c-bb9c-a78c8f51ad4e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:55:34.852051 [ 268 ] {94dd3558-2b5c-498c-bb9c-a78c8f51ad4e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.852175 [ 268 ] {94dd3558-2b5c-498c-bb9c-a78c8f51ad4e} executeQuery: Read 78 rows, 5.85 KiB in 0.001172 sec., 66552.90102389078 rows/sec., 4.87 MiB/sec. 2026.03.20 17:55:34.852212 [ 268 ] {94dd3558-2b5c-498c-bb9c-a78c8f51ad4e} TCPHandler: Processed in 0.001334931 sec. 2026.03.20 17:55:34.852321 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.852414 [ 268 ] {c63b6d9f-0585-4e47-9922-d03842666099} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.852454 [ 268 ] {c63b6d9f-0585-4e47-9922-d03842666099} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:55:34.853194 [ 268 ] {c63b6d9f-0585-4e47-9922-d03842666099} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.853230 [ 268 ] {c63b6d9f-0585-4e47-9922-d03842666099} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.853563 [ 268 ] {c63b6d9f-0585-4e47-9922-d03842666099} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:55:34.853773 [ 268 ] {c63b6d9f-0585-4e47-9922-d03842666099} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.853902 [ 268 ] {c63b6d9f-0585-4e47-9922-d03842666099} executeQuery: Read 732 rows, 44.33 KiB in 0.001505 sec., 486378.73754152824 rows/sec., 28.77 MiB/sec. 2026.03.20 17:55:34.853901 [ 116 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2026.03.20 17:55:34.853940 [ 268 ] {c63b6d9f-0585-4e47-9922-d03842666099} TCPHandler: Processed in 0.001669599 sec. 2026.03.20 17:55:34.854002 [ 116 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.854049 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.854080 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.854181 [ 268 ] {c29d271a-6e48-412a-bfda-9a5ab5538ab4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.854209 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2026.03.20 17:55:34.854222 [ 268 ] {c29d271a-6e48-412a-bfda-9a5ab5538ab4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:55:34.854382 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:34.854426 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 882 rows starting from the beginning of the part 2026.03.20 17:55:34.854503 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 708 rows starting from the beginning of the part 2026.03.20 17:55:34.854558 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 149 rows starting from the beginning of the part 2026.03.20 17:55:34.854611 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 149 rows starting from the beginning of the part 2026.03.20 17:55:34.854645 [ 268 ] {c29d271a-6e48-412a-bfda-9a5ab5538ab4} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.854659 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 149 rows starting from the beginning of the part 2026.03.20 17:55:34.854691 [ 268 ] {c29d271a-6e48-412a-bfda-9a5ab5538ab4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.854720 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 732 rows starting from the beginning of the part 2026.03.20 17:55:34.855020 [ 268 ] {c29d271a-6e48-412a-bfda-9a5ab5538ab4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 17:55:34.855265 [ 268 ] {c29d271a-6e48-412a-bfda-9a5ab5538ab4} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.855398 [ 268 ] {c29d271a-6e48-412a-bfda-9a5ab5538ab4} executeQuery: Read 1 rows, 72.00 B in 0.001235 sec., 809.7165991902834 rows/sec., 56.93 KiB/sec. 2026.03.20 17:55:34.855436 [ 268 ] {c29d271a-6e48-412a-bfda-9a5ab5538ab4} TCPHandler: Processed in 0.001405983 sec. 2026.03.20 17:55:34.855540 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.855635 [ 268 ] {12594dd9-98bd-4704-b614-a5e9aec3c3c5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.855675 [ 268 ] {12594dd9-98bd-4704-b614-a5e9aec3c3c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:55:34.856011 [ 198 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 2769 rows, containing 5 columns (5 merged, 0 gathered) in 0.001872513 sec., 1478761.4291596373 rows/sec., 94.54 MiB/sec. 2026.03.20 17:55:34.856067 [ 268 ] {12594dd9-98bd-4704-b614-a5e9aec3c3c5} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.856108 [ 268 ] {12594dd9-98bd-4704-b614-a5e9aec3c3c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.856191 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2026.03.20 17:55:34.856453 [ 268 ] {12594dd9-98bd-4704-b614-a5e9aec3c3c5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:55:34.856503 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_35_7} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.856591 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_35_7} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2026.03.20 17:55:34.856663 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.03.20 17:55:34.856702 [ 268 ] {12594dd9-98bd-4704-b614-a5e9aec3c3c5} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.856845 [ 268 ] {12594dd9-98bd-4704-b614-a5e9aec3c3c5} executeQuery: Read 12 rows, 960.00 B in 0.001228 sec., 9771.98697068404 rows/sec., 763.44 KiB/sec. 2026.03.20 17:55:34.856883 [ 268 ] {12594dd9-98bd-4704-b614-a5e9aec3c3c5} TCPHandler: Processed in 0.001392313 sec. 2026.03.20 17:55:34.856983 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.857077 [ 268 ] {3446cd91-59a6-4436-89f8-e27bd975f4ab} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:34.857117 [ 268 ] {3446cd91-59a6-4436-89f8-e27bd975f4ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:34.858050 [ 268 ] {3446cd91-59a6-4436-89f8-e27bd975f4ab} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.858086 [ 268 ] {3446cd91-59a6-4436-89f8-e27bd975f4ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.858433 [ 268 ] {3446cd91-59a6-4436-89f8-e27bd975f4ab} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.20 17:55:34.858651 [ 268 ] {3446cd91-59a6-4436-89f8-e27bd975f4ab} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.858779 [ 268 ] {3446cd91-59a6-4436-89f8-e27bd975f4ab} executeQuery: Read 1102 rows, 78.91 KiB in 0.00172 sec., 640697.6744186047 rows/sec., 44.80 MiB/sec. 2026.03.20 17:55:34.858818 [ 268 ] {3446cd91-59a6-4436-89f8-e27bd975f4ab} TCPHandler: Processed in 0.001883753 sec. 2026.03.20 17:55:34.858925 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.859019 [ 268 ] {123f937d-3c65-4f53-ace8-55699d4f960e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.859063 [ 268 ] {123f937d-3c65-4f53-ace8-55699d4f960e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:34.859859 [ 268 ] {123f937d-3c65-4f53-ace8-55699d4f960e} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.859895 [ 268 ] {123f937d-3c65-4f53-ace8-55699d4f960e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.860320 [ 268 ] {123f937d-3c65-4f53-ace8-55699d4f960e} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.20 17:55:34.860544 [ 268 ] {123f937d-3c65-4f53-ace8-55699d4f960e} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.860671 [ 268 ] {123f937d-3c65-4f53-ace8-55699d4f960e} executeQuery: Read 1404 rows, 93.35 KiB in 0.001671 sec., 840215.4398563735 rows/sec., 54.56 MiB/sec. 2026.03.20 17:55:34.860708 [ 268 ] {123f937d-3c65-4f53-ace8-55699d4f960e} TCPHandler: Processed in 0.001832362 sec. 2026.03.20 17:55:34.860817 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.860911 [ 268 ] {e8ac290f-e659-472b-b940-99230eff292a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.860965 [ 268 ] {e8ac290f-e659-472b-b940-99230eff292a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:55:34.861847 [ 268 ] {e8ac290f-e659-472b-b940-99230eff292a} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.861883 [ 268 ] {e8ac290f-e659-472b-b940-99230eff292a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.862458 [ 268 ] {e8ac290f-e659-472b-b940-99230eff292a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:55:34.862685 [ 268 ] {e8ac290f-e659-472b-b940-99230eff292a} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.862790 [ 116 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.20 17:55:34.862816 [ 268 ] {e8ac290f-e659-472b-b940-99230eff292a} executeQuery: Read 52 rows, 95.42 KiB in 0.001923 sec., 27041.08164326573 rows/sec., 48.46 MiB/sec. 2026.03.20 17:55:34.862825 [ 116 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.862857 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.862876 [ 268 ] {e8ac290f-e659-472b-b940-99230eff292a} TCPHandler: Processed in 0.002109229 sec. 2026.03.20 17:55:34.862934 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.20 17:55:34.862991 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:34.863090 [ 268 ] {353d2ab7-c577-4d09-bf1e-b54e4e6e4a6c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:34.863132 [ 268 ] {353d2ab7-c577-4d09-bf1e-b54e4e6e4a6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:34.863136 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:34.863204 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1019 rows starting from the beginning of the part 2026.03.20 17:55:34.863325 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part 2026.03.20 17:55:34.863439 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 52 rows starting from the beginning of the part 2026.03.20 17:55:34.863447 [ 268 ] {353d2ab7-c577-4d09-bf1e-b54e4e6e4a6c} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:34.863490 [ 268 ] {353d2ab7-c577-4d09-bf1e-b54e4e6e4a6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:34.863546 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 41 rows starting from the beginning of the part 2026.03.20 17:55:34.863657 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part 2026.03.20 17:55:34.863758 [ 194 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 52 rows starting from the beginning of the part 2026.03.20 17:55:34.863813 [ 268 ] {353d2ab7-c577-4d09-bf1e-b54e4e6e4a6c} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.20 17:55:34.864038 [ 268 ] {353d2ab7-c577-4d09-bf1e-b54e4e6e4a6c} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.864175 [ 268 ] {353d2ab7-c577-4d09-bf1e-b54e4e6e4a6c} executeQuery: Read 12 rows, 848.00 B in 0.001104 sec., 10869.565217391304 rows/sec., 750.11 KiB/sec. 2026.03.20 17:55:34.864213 [ 268 ] {353d2ab7-c577-4d09-bf1e-b54e4e6e4a6c} TCPHandler: Processed in 0.001272619 sec. 2026.03.20 17:55:34.869999 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1246 rows, containing 19 columns (19 merged, 0 gathered) in 0.007091634 sec., 175699.98677314704 rows/sec., 314.85 MiB/sec. 2026.03.20 17:55:34.871393 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.20 17:55:34.871773 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_31_6} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:34.871858 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_31_6} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.20 17:55:34.872014 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB. 2026.03.20 17:55:35.000269 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 308.15 MiB, peak 319.62 MiB, free memory in arenas 0.00 B, will set to 312.93 MiB (RSS), difference: 4.79 MiB 2026.03.20 17:55:37.870704 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1286 2026.03.20 17:55:37.873646 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:37.873694 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:37.874919 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:55:37.875193 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:37.875560 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1286 2026.03.20 17:55:39.662354 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:39.662563 [ 268 ] {f0cabf2f-92c8-48d9-a27e-ca2ca18f43f1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:39.662637 [ 268 ] {f0cabf2f-92c8-48d9-a27e-ca2ca18f43f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:39.663294 [ 268 ] {f0cabf2f-92c8-48d9-a27e-ca2ca18f43f1} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:39.663335 [ 268 ] {f0cabf2f-92c8-48d9-a27e-ca2ca18f43f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:39.663734 [ 268 ] {f0cabf2f-92c8-48d9-a27e-ca2ca18f43f1} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.20 17:55:39.663968 [ 268 ] {f0cabf2f-92c8-48d9-a27e-ca2ca18f43f1} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:39.664139 [ 268 ] {f0cabf2f-92c8-48d9-a27e-ca2ca18f43f1} executeQuery: Read 56 rows, 4.41 KiB in 0.001628 sec., 34398.0343980344 rows/sec., 2.64 MiB/sec. 2026.03.20 17:55:39.664193 [ 268 ] {f0cabf2f-92c8-48d9-a27e-ca2ca18f43f1} TCPHandler: Processed in 0.001977575 sec. 2026.03.20 17:55:39.664310 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:39.664412 [ 268 ] {c3083276-2e06-49cc-8196-2ef74ba92f93} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:39.664456 [ 268 ] {c3083276-2e06-49cc-8196-2ef74ba92f93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:39.664883 [ 268 ] {c3083276-2e06-49cc-8196-2ef74ba92f93} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:39.664921 [ 268 ] {c3083276-2e06-49cc-8196-2ef74ba92f93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:39.665229 [ 268 ] {c3083276-2e06-49cc-8196-2ef74ba92f93} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.20 17:55:39.665444 [ 268 ] {c3083276-2e06-49cc-8196-2ef74ba92f93} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:39.665581 [ 268 ] {c3083276-2e06-49cc-8196-2ef74ba92f93} executeQuery: Read 64 rows, 5.12 KiB in 0.001192 sec., 53691.275167785236 rows/sec., 4.19 MiB/sec. 2026.03.20 17:55:39.665620 [ 268 ] {c3083276-2e06-49cc-8196-2ef74ba92f93} TCPHandler: Processed in 0.001363002 sec. 2026.03.20 17:55:39.665728 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:39.665824 [ 268 ] {4bb68f16-ae9c-4f0f-abb7-745313c9fe22} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:39.665869 [ 268 ] {4bb68f16-ae9c-4f0f-abb7-745313c9fe22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:39.666236 [ 268 ] {4bb68f16-ae9c-4f0f-abb7-745313c9fe22} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:39.666271 [ 268 ] {4bb68f16-ae9c-4f0f-abb7-745313c9fe22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:39.666601 [ 268 ] {4bb68f16-ae9c-4f0f-abb7-745313c9fe22} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.20 17:55:39.666807 [ 268 ] {4bb68f16-ae9c-4f0f-abb7-745313c9fe22} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:39.666941 [ 268 ] {4bb68f16-ae9c-4f0f-abb7-745313c9fe22} executeQuery: Read 128 rows, 9.13 KiB in 0.001136 sec., 112676.05633802817 rows/sec., 7.85 MiB/sec. 2026.03.20 17:55:39.666979 [ 268 ] {4bb68f16-ae9c-4f0f-abb7-745313c9fe22} TCPHandler: Processed in 0.00130136 sec. 2026.03.20 17:55:39.667087 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:39.667182 [ 268 ] {fb1ea109-56b7-4ac4-a8d2-89a89f38e558} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:39.667225 [ 268 ] {fb1ea109-56b7-4ac4-a8d2-89a89f38e558} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:39.667539 [ 268 ] {fb1ea109-56b7-4ac4-a8d2-89a89f38e558} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:39.667575 [ 268 ] {fb1ea109-56b7-4ac4-a8d2-89a89f38e558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:39.667885 [ 268 ] {fb1ea109-56b7-4ac4-a8d2-89a89f38e558} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.20 17:55:39.668097 [ 268 ] {fb1ea109-56b7-4ac4-a8d2-89a89f38e558} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:39.668227 [ 268 ] {fb1ea109-56b7-4ac4-a8d2-89a89f38e558} executeQuery: Read 48 rows, 3.31 KiB in 0.001063 sec., 45155.22107243651 rows/sec., 3.04 MiB/sec. 2026.03.20 17:55:39.668263 [ 268 ] {fb1ea109-56b7-4ac4-a8d2-89a89f38e558} TCPHandler: Processed in 0.001224978 sec. 2026.03.20 17:55:40.302296 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20709 2026.03.20 17:55:40.303046 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:40.303080 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:40.303550 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:55:40.303780 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:40.303915 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20709 2026.03.20 17:55:41.383864 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.03.20 17:55:41.400174 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:41.400249 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:41.406534 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:55:41.407243 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:41.410194 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.03.20 17:55:44.663364 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:44.663578 [ 268 ] {cbf9513e-77c3-429d-aa57-d55ec1efd738} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:44.663650 [ 268 ] {cbf9513e-77c3-429d-aa57-d55ec1efd738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:44.664324 [ 268 ] {cbf9513e-77c3-429d-aa57-d55ec1efd738} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:44.664370 [ 268 ] {cbf9513e-77c3-429d-aa57-d55ec1efd738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:44.664762 [ 268 ] {cbf9513e-77c3-429d-aa57-d55ec1efd738} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.20 17:55:44.664973 [ 268 ] {cbf9513e-77c3-429d-aa57-d55ec1efd738} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:44.665123 [ 268 ] {cbf9513e-77c3-429d-aa57-d55ec1efd738} executeQuery: Read 56 rows, 4.41 KiB in 0.0016 sec., 35000 rows/sec., 2.69 MiB/sec. 2026.03.20 17:55:44.665163 [ 268 ] {cbf9513e-77c3-429d-aa57-d55ec1efd738} TCPHandler: Processed in 0.001933365 sec. 2026.03.20 17:55:44.665289 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:44.665383 [ 268 ] {06baeb0d-b000-4e4e-9ad9-49dedd3c9fde} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:44.665423 [ 268 ] {06baeb0d-b000-4e4e-9ad9-49dedd3c9fde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:44.665832 [ 268 ] {06baeb0d-b000-4e4e-9ad9-49dedd3c9fde} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:44.665868 [ 268 ] {06baeb0d-b000-4e4e-9ad9-49dedd3c9fde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:44.666160 [ 268 ] {06baeb0d-b000-4e4e-9ad9-49dedd3c9fde} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.20 17:55:44.666375 [ 268 ] {06baeb0d-b000-4e4e-9ad9-49dedd3c9fde} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:44.666501 [ 268 ] {06baeb0d-b000-4e4e-9ad9-49dedd3c9fde} executeQuery: Read 64 rows, 5.12 KiB in 0.001136 sec., 56338.028169014084 rows/sec., 4.40 MiB/sec. 2026.03.20 17:55:44.666538 [ 268 ] {06baeb0d-b000-4e4e-9ad9-49dedd3c9fde} TCPHandler: Processed in 0.00129656 sec. 2026.03.20 17:55:44.666646 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:44.666739 [ 268 ] {dc87b2f4-245c-4998-acc8-4df93a108534} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:44.666781 [ 268 ] {dc87b2f4-245c-4998-acc8-4df93a108534} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:44.667174 [ 268 ] {dc87b2f4-245c-4998-acc8-4df93a108534} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:44.667209 [ 268 ] {dc87b2f4-245c-4998-acc8-4df93a108534} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:44.667526 [ 268 ] {dc87b2f4-245c-4998-acc8-4df93a108534} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.20 17:55:44.667726 [ 268 ] {dc87b2f4-245c-4998-acc8-4df93a108534} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:44.667850 [ 268 ] {dc87b2f4-245c-4998-acc8-4df93a108534} executeQuery: Read 160 rows, 11.41 KiB in 0.00113 sec., 141592.9203539823 rows/sec., 9.86 MiB/sec. 2026.03.20 17:55:44.667886 [ 268 ] {dc87b2f4-245c-4998-acc8-4df93a108534} TCPHandler: Processed in 0.001287949 sec. 2026.03.20 17:55:44.667990 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:44.668083 [ 268 ] {5e066ae4-09b8-4ec0-a4f6-9f2c8386ed02} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:44.668123 [ 268 ] {5e066ae4-09b8-4ec0-a4f6-9f2c8386ed02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:44.668445 [ 268 ] {5e066ae4-09b8-4ec0-a4f6-9f2c8386ed02} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:44.668481 [ 268 ] {5e066ae4-09b8-4ec0-a4f6-9f2c8386ed02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:44.668781 [ 268 ] {5e066ae4-09b8-4ec0-a4f6-9f2c8386ed02} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.20 17:55:44.668979 [ 268 ] {5e066ae4-09b8-4ec0-a4f6-9f2c8386ed02} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:44.669102 [ 268 ] {5e066ae4-09b8-4ec0-a4f6-9f2c8386ed02} executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. 2026.03.20 17:55:44.669137 [ 268 ] {5e066ae4-09b8-4ec0-a4f6-9f2c8386ed02} TCPHandler: Processed in 0.001193987 sec. 2026.03.20 17:55:45.185425 [ 145 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Selected 5 parts from all_1_25_5 to all_29_29_0 2026.03.20 17:55:45.185486 [ 145 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:45.185507 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:45.185627 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_29_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_5 to all_29_29_0 into Compact with storage Full 2026.03.20 17:55:45.185775 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_29_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:45.185809 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 26 rows starting from the beginning of the part 2026.03.20 17:55:45.185873 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2026.03.20 17:55:45.185917 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2026.03.20 17:55:45.185957 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2026.03.20 17:55:45.185996 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part 2026.03.20 17:55:45.186860 [ 193 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_29_6} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001287039 sec., 23309.316967084913 rows/sec., 1.53 MiB/sec. 2026.03.20 17:55:45.187065 [ 195 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_29_6} MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) 2026.03.20 17:55:45.187447 [ 195 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_29_6} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:45.187541 [ 195 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_29_6} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Merged 5 parts: [all_1_25_5, all_29_29_0] -> all_1_29_6 2026.03.20 17:55:45.187665 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.20 17:55:45.715866 [ 145 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Selected 5 parts from all_1_25_5 to all_29_29_0 2026.03.20 17:55:45.715934 [ 145 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:45.715954 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:45.716072 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_29_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_5 to all_29_29_0 into Compact with storage Full 2026.03.20 17:55:45.716223 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_29_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:45.716260 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part 2026.03.20 17:55:45.716325 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2026.03.20 17:55:45.716370 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2026.03.20 17:55:45.716413 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2026.03.20 17:55:45.716450 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2026.03.20 17:55:45.717190 [ 193 ] {05b673bd-1065-454a-b193-02561891577e::all_1_29_6} MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.001170127 sec., 148701.8075815702 rows/sec., 7.59 MiB/sec. 2026.03.20 17:55:45.717368 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_29_6} MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) 2026.03.20 17:55:45.717676 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_29_6} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:45.717752 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_29_6} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Merged 5 parts: [all_1_25_5, all_29_29_0] -> all_1_29_6 2026.03.20 17:55:45.717839 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.20 17:55:47.684773 [ 141 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:55:47.684831 [ 141 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:55:47.804014 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21157 2026.03.20 17:55:47.804509 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:47.804555 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:47.805030 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:55:47.805275 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:47.805410 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21157 2026.03.20 17:55:47.875851 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1302 2026.03.20 17:55:47.877931 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:47.877987 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:47.879180 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:55:47.879468 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:47.879851 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1302 2026.03.20 17:55:48.910269 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.03.20 17:55:48.926778 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:48.926836 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:48.933164 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:55:48.933912 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:48.936910 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.03.20 17:55:49.664967 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:49.665161 [ 268 ] {9ada6459-48b1-4489-b7bf-199384d55106} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:49.665235 [ 268 ] {9ada6459-48b1-4489-b7bf-199384d55106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:49.665964 [ 268 ] {9ada6459-48b1-4489-b7bf-199384d55106} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:49.666003 [ 268 ] {9ada6459-48b1-4489-b7bf-199384d55106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:49.666421 [ 268 ] {9ada6459-48b1-4489-b7bf-199384d55106} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.20 17:55:49.666657 [ 268 ] {9ada6459-48b1-4489-b7bf-199384d55106} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:49.666817 [ 268 ] {9ada6459-48b1-4489-b7bf-199384d55106} executeQuery: Read 138 rows, 12.29 KiB in 0.00171 sec., 80701.75438596492 rows/sec., 7.02 MiB/sec. 2026.03.20 17:55:49.666866 [ 268 ] {9ada6459-48b1-4489-b7bf-199384d55106} TCPHandler: Processed in 0.002035627 sec. 2026.03.20 17:55:49.666989 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:49.667092 [ 268 ] {b1e5e02a-af94-4686-9bc1-f4c890ec38b6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:55:49.667136 [ 268 ] {b1e5e02a-af94-4686-9bc1-f4c890ec38b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:55:49.667559 [ 268 ] {b1e5e02a-af94-4686-9bc1-f4c890ec38b6} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:49.667594 [ 268 ] {b1e5e02a-af94-4686-9bc1-f4c890ec38b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:49.667922 [ 268 ] {b1e5e02a-af94-4686-9bc1-f4c890ec38b6} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:55:49.668136 [ 268 ] {b1e5e02a-af94-4686-9bc1-f4c890ec38b6} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:49.668271 [ 268 ] {b1e5e02a-af94-4686-9bc1-f4c890ec38b6} executeQuery: Read 41 rows, 3.08 KiB in 0.001203 sec., 34081.46300914381 rows/sec., 2.50 MiB/sec. 2026.03.20 17:55:49.668311 [ 268 ] {b1e5e02a-af94-4686-9bc1-f4c890ec38b6} TCPHandler: Processed in 0.001375652 sec. 2026.03.20 17:55:49.668416 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:49.668512 [ 268 ] {0f4ba3c0-0491-451a-9b30-b037bc3eca6d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:49.668553 [ 268 ] {0f4ba3c0-0491-451a-9b30-b037bc3eca6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:49.668984 [ 268 ] {0f4ba3c0-0491-451a-9b30-b037bc3eca6d} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:49.669019 [ 268 ] {0f4ba3c0-0491-451a-9b30-b037bc3eca6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:49.669333 [ 268 ] {0f4ba3c0-0491-451a-9b30-b037bc3eca6d} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.20 17:55:49.669584 [ 268 ] {0f4ba3c0-0491-451a-9b30-b037bc3eca6d} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:49.669719 [ 268 ] {0f4ba3c0-0491-451a-9b30-b037bc3eca6d} executeQuery: Read 105 rows, 8.40 KiB in 0.001224 sec., 85784.3137254902 rows/sec., 6.70 MiB/sec. 2026.03.20 17:55:49.669757 [ 268 ] {0f4ba3c0-0491-451a-9b30-b037bc3eca6d} TCPHandler: Processed in 0.001390333 sec. 2026.03.20 17:55:49.669871 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:49.669965 [ 268 ] {9a2f3141-cd4f-4db3-acd1-e105754da808} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:49.670009 [ 268 ] {9a2f3141-cd4f-4db3-acd1-e105754da808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:49.670411 [ 268 ] {9a2f3141-cd4f-4db3-acd1-e105754da808} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:49.670448 [ 268 ] {9a2f3141-cd4f-4db3-acd1-e105754da808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:49.670787 [ 268 ] {9a2f3141-cd4f-4db3-acd1-e105754da808} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.20 17:55:49.670994 [ 268 ] {9a2f3141-cd4f-4db3-acd1-e105754da808} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:49.671124 [ 268 ] {9a2f3141-cd4f-4db3-acd1-e105754da808} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.03.20 17:55:49.671161 [ 268 ] {9a2f3141-cd4f-4db3-acd1-e105754da808} TCPHandler: Processed in 0.001340651 sec. 2026.03.20 17:55:49.671266 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:49.671360 [ 268 ] {d4e32881-0db8-4362-8d6a-5392b512a78d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:49.671416 [ 268 ] {d4e32881-0db8-4362-8d6a-5392b512a78d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:55:49.672273 [ 268 ] {d4e32881-0db8-4362-8d6a-5392b512a78d} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:49.672308 [ 268 ] {d4e32881-0db8-4362-8d6a-5392b512a78d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:49.672926 [ 268 ] {d4e32881-0db8-4362-8d6a-5392b512a78d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:55:49.673154 [ 268 ] {d4e32881-0db8-4362-8d6a-5392b512a78d} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:49.673293 [ 268 ] {d4e32881-0db8-4362-8d6a-5392b512a78d} executeQuery: Read 41 rows, 75.23 KiB in 0.00195 sec., 21025.641025641027 rows/sec., 37.68 MiB/sec. 2026.03.20 17:55:49.673357 [ 268 ] {d4e32881-0db8-4362-8d6a-5392b512a78d} TCPHandler: Processed in 0.00214052 sec. 2026.03.20 17:55:49.673467 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:49.673561 [ 268 ] {54847403-d303-4ede-ba40-5ed28d063285} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:49.673602 [ 268 ] {54847403-d303-4ede-ba40-5ed28d063285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:49.673929 [ 268 ] {54847403-d303-4ede-ba40-5ed28d063285} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:49.673966 [ 268 ] {54847403-d303-4ede-ba40-5ed28d063285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2026.03.20 17:55:49.674281 [ 268 ] {54847403-d303-4ede-ba40-5ed28d063285} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.20 17:55:49.674509 [ 268 ] {54847403-d303-4ede-ba40-5ed28d063285} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:49.674644 [ 268 ] {54847403-d303-4ede-ba40-5ed28d063285} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.03.20 17:55:49.674682 [ 268 ] {54847403-d303-4ede-ba40-5ed28d063285} TCPHandler: Processed in 0.00126581 sec. 2026.03.20 17:55:54.671986 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:54.672190 [ 268 ] {309dde84-494a-4810-b096-76c88b14fce5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:55:54.672262 [ 268 ] {309dde84-494a-4810-b096-76c88b14fce5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:55:54.673007 [ 268 ] {309dde84-494a-4810-b096-76c88b14fce5} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.673055 [ 268 ] {309dde84-494a-4810-b096-76c88b14fce5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.673472 [ 268 ] {309dde84-494a-4810-b096-76c88b14fce5} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:55:54.673710 [ 268 ] {309dde84-494a-4810-b096-76c88b14fce5} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.673863 [ 268 ] {309dde84-494a-4810-b096-76c88b14fce5} executeQuery: Read 284 rows, 18.47 KiB in 0.001723 sec., 164828.78699941962 rows/sec., 10.47 MiB/sec. 2026.03.20 17:55:54.673906 [ 268 ] {309dde84-494a-4810-b096-76c88b14fce5} TCPHandler: Processed in 0.002055107 sec. 2026.03.20 17:55:54.674026 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:54.674124 [ 268 ] {81a12733-fbda-43df-8f2d-aab067cf6f15} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:54.674166 [ 268 ] {81a12733-fbda-43df-8f2d-aab067cf6f15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:54.674960 [ 268 ] {81a12733-fbda-43df-8f2d-aab067cf6f15} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.674997 [ 268 ] {81a12733-fbda-43df-8f2d-aab067cf6f15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.675354 [ 268 ] {81a12733-fbda-43df-8f2d-aab067cf6f15} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.20 17:55:54.675566 [ 268 ] {81a12733-fbda-43df-8f2d-aab067cf6f15} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.675686 [ 136 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.20 17:55:54.675693 [ 268 ] {81a12733-fbda-43df-8f2d-aab067cf6f15} executeQuery: Read 797 rows, 63.50 KiB in 0.001589 sec., 501573.31655129016 rows/sec., 39.02 MiB/sec. 2026.03.20 17:55:54.675759 [ 136 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.675776 [ 268 ] {81a12733-fbda-43df-8f2d-aab067cf6f15} TCPHandler: Processed in 0.001798712 sec. 2026.03.20 17:55:54.675785 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.675885 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::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.03.20 17:55:54.675900 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:54.675978 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:54.676000 [ 268 ] {714c586c-6c09-4cdc-a45b-ace3edaa51ba} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:55:54.676006 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2894 rows starting from the beginning of the part 2026.03.20 17:55:54.676040 [ 268 ] {714c586c-6c09-4cdc-a45b-ace3edaa51ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:55:54.676067 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 2149 rows starting from the beginning of the part 2026.03.20 17:55:54.676112 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part 2026.03.20 17:55:54.676152 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part 2026.03.20 17:55:54.676192 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 138 rows starting from the beginning of the part 2026.03.20 17:55:54.676232 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 797 rows starting from the beginning of the part 2026.03.20 17:55:54.676466 [ 268 ] {714c586c-6c09-4cdc-a45b-ace3edaa51ba} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.676500 [ 268 ] {714c586c-6c09-4cdc-a45b-ace3edaa51ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.676801 [ 268 ] {714c586c-6c09-4cdc-a45b-ace3edaa51ba} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:55:54.677007 [ 268 ] {714c586c-6c09-4cdc-a45b-ace3edaa51ba} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.677133 [ 268 ] {714c586c-6c09-4cdc-a45b-ace3edaa51ba} executeQuery: Read 142 rows, 8.54 KiB in 0.00115 sec., 123478.26086956522 rows/sec., 7.25 MiB/sec. 2026.03.20 17:55:54.677170 [ 268 ] {714c586c-6c09-4cdc-a45b-ace3edaa51ba} TCPHandler: Processed in 0.001317601 sec. 2026.03.20 17:55:54.677280 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:54.677372 [ 268 ] {f3e3b3b5-32a3-48ce-8284-4dcf2dbc33a2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:55:54.677410 [ 268 ] {f3e3b3b5-32a3-48ce-8284-4dcf2dbc33a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:55:54.677824 [ 268 ] {f3e3b3b5-32a3-48ce-8284-4dcf2dbc33a2} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.677860 [ 268 ] {f3e3b3b5-32a3-48ce-8284-4dcf2dbc33a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.678180 [ 268 ] {f3e3b3b5-32a3-48ce-8284-4dcf2dbc33a2} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:55:54.678279 [ 193 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 6090 rows, containing 5 columns (5 merged, 0 gathered) in 0.002428086 sec., 2508148.393425933 rows/sec., 203.70 MiB/sec. 2026.03.20 17:55:54.678415 [ 268 ] {f3e3b3b5-32a3-48ce-8284-4dcf2dbc33a2} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.678553 [ 268 ] {f3e3b3b5-32a3-48ce-8284-4dcf2dbc33a2} executeQuery: Read 149 rows, 9.86 KiB in 0.001199 sec., 124270.22518765638 rows/sec., 8.03 MiB/sec. 2026.03.20 17:55:54.678579 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.20 17:55:54.678590 [ 268 ] {f3e3b3b5-32a3-48ce-8284-4dcf2dbc33a2} TCPHandler: Processed in 0.001358072 sec. 2026.03.20 17:55:54.678700 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:54.678793 [ 268 ] {50da3ba8-a54b-4b97-917f-ecc69f5ee9eb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:55:54.678820 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_71_14} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.678831 [ 268 ] {50da3ba8-a54b-4b97-917f-ecc69f5ee9eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:55:54.678888 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_71_14} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.20 17:55:54.678946 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.03.20 17:55:54.679250 [ 268 ] {50da3ba8-a54b-4b97-917f-ecc69f5ee9eb} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.679285 [ 268 ] {50da3ba8-a54b-4b97-917f-ecc69f5ee9eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.679580 [ 268 ] {50da3ba8-a54b-4b97-917f-ecc69f5ee9eb} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:55:54.679779 [ 268 ] {50da3ba8-a54b-4b97-917f-ecc69f5ee9eb} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.679906 [ 268 ] {50da3ba8-a54b-4b97-917f-ecc69f5ee9eb} executeQuery: Read 148 rows, 8.62 KiB in 0.00113 sec., 130973.45132743364 rows/sec., 7.45 MiB/sec. 2026.03.20 17:55:54.679942 [ 268 ] {50da3ba8-a54b-4b97-917f-ecc69f5ee9eb} TCPHandler: Processed in 0.00129015 sec. 2026.03.20 17:55:54.680051 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:54.680143 [ 268 ] {6ddabe06-9b1c-4f9b-a082-68f54dea94d9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:54.680181 [ 268 ] {6ddabe06-9b1c-4f9b-a082-68f54dea94d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:54.680760 [ 268 ] {6ddabe06-9b1c-4f9b-a082-68f54dea94d9} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.680796 [ 268 ] {6ddabe06-9b1c-4f9b-a082-68f54dea94d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.681150 [ 268 ] {6ddabe06-9b1c-4f9b-a082-68f54dea94d9} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.20 17:55:54.681363 [ 268 ] {6ddabe06-9b1c-4f9b-a082-68f54dea94d9} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.681474 [ 136 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.20 17:55:54.681493 [ 268 ] {6ddabe06-9b1c-4f9b-a082-68f54dea94d9} executeQuery: Read 490 rows, 35.18 KiB in 0.001367 sec., 358449.1587417703 rows/sec., 25.13 MiB/sec. 2026.03.20 17:55:54.681521 [ 136 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.681540 [ 268 ] {6ddabe06-9b1c-4f9b-a082-68f54dea94d9} TCPHandler: Processed in 0.001536545 sec. 2026.03.20 17:55:54.681546 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.681688 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::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.03.20 17:55:54.681697 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:54.681818 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:54.681824 [ 268 ] {a0463969-2b57-430d-bd6f-be7999cac1f7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:55:54.681862 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1553 rows starting from the beginning of the part 2026.03.20 17:55:54.681894 [ 268 ] {a0463969-2b57-430d-bd6f-be7999cac1f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:55:54.681931 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1102 rows starting from the beginning of the part 2026.03.20 17:55:54.681978 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part 2026.03.20 17:55:54.682016 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part 2026.03.20 17:55:54.682054 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 105 rows starting from the beginning of the part 2026.03.20 17:55:54.682091 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 490 rows starting from the beginning of the part 2026.03.20 17:55:54.682253 [ 268 ] {a0463969-2b57-430d-bd6f-be7999cac1f7} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.682297 [ 268 ] {a0463969-2b57-430d-bd6f-be7999cac1f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.682632 [ 268 ] {a0463969-2b57-430d-bd6f-be7999cac1f7} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:55:54.682859 [ 268 ] {a0463969-2b57-430d-bd6f-be7999cac1f7} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.682996 [ 268 ] {a0463969-2b57-430d-bd6f-be7999cac1f7} executeQuery: Read 6 rows, 321.00 B in 0.001191 sec., 5037.783375314862 rows/sec., 263.20 KiB/sec. 2026.03.20 17:55:54.683034 [ 268 ] {a0463969-2b57-430d-bd6f-be7999cac1f7} TCPHandler: Processed in 0.001390452 sec. 2026.03.20 17:55:54.683138 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:54.683232 [ 268 ] {bc20196a-bed7-46d4-ba4a-4f739cf8cebf} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:54.683273 [ 268 ] {bc20196a-bed7-46d4-ba4a-4f739cf8cebf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:54.683469 [ 195 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3378 rows, containing 5 columns (5 merged, 0 gathered) in 0.001827232 sec., 1848697.921227299 rows/sec., 137.30 MiB/sec. 2026.03.20 17:55:54.683673 [ 268 ] {bc20196a-bed7-46d4-ba4a-4f739cf8cebf} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.683711 [ 268 ] {bc20196a-bed7-46d4-ba4a-4f739cf8cebf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.683746 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.20 17:55:54.684064 [ 268 ] {bc20196a-bed7-46d4-ba4a-4f739cf8cebf} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.20 17:55:54.684127 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_71_14} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.684238 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_71_14} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.20 17:55:54.684314 [ 268 ] {bc20196a-bed7-46d4-ba4a-4f739cf8cebf} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.684363 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.03.20 17:55:54.684436 [ 133 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.20 17:55:54.684450 [ 268 ] {bc20196a-bed7-46d4-ba4a-4f739cf8cebf} executeQuery: Read 265 rows, 18.03 KiB in 0.001236 sec., 214401.2944983819 rows/sec., 14.25 MiB/sec. 2026.03.20 17:55:54.684488 [ 133 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.684502 [ 268 ] {bc20196a-bed7-46d4-ba4a-4f739cf8cebf} TCPHandler: Processed in 0.001412633 sec. 2026.03.20 17:55:54.684516 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.684601 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::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.03.20 17:55:54.684613 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:54.684706 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:54.684714 [ 268 ] {bed65588-1130-4be2-92c6-da0ddd891801} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:55:54.684745 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 21874 rows starting from the beginning of the part 2026.03.20 17:55:54.684766 [ 268 ] {bed65588-1130-4be2-92c6-da0ddd891801} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:55:54.684815 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1404 rows starting from the beginning of the part 2026.03.20 17:55:54.684864 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 128 rows starting from the beginning of the part 2026.03.20 17:55:54.684906 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2026.03.20 17:55:54.684945 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part 2026.03.20 17:55:54.684986 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 265 rows starting from the beginning of the part 2026.03.20 17:55:54.685078 [ 268 ] {bed65588-1130-4be2-92c6-da0ddd891801} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.685119 [ 268 ] {bed65588-1130-4be2-92c6-da0ddd891801} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.685424 [ 268 ] {bed65588-1130-4be2-92c6-da0ddd891801} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.20 17:55:54.685629 [ 268 ] {bed65588-1130-4be2-92c6-da0ddd891801} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.685755 [ 268 ] {bed65588-1130-4be2-92c6-da0ddd891801} executeQuery: Read 1 rows, 69.00 B in 0.001059 sec., 944.2870632672332 rows/sec., 63.63 KiB/sec. 2026.03.20 17:55:54.685790 [ 268 ] {bed65588-1130-4be2-92c6-da0ddd891801} TCPHandler: Processed in 0.001224819 sec. 2026.03.20 17:55:54.685891 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:54.685984 [ 268 ] {6b48e195-a639-41a7-8093-f53bb7d51143} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:54.686023 [ 268 ] {6b48e195-a639-41a7-8093-f53bb7d51143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:54.686345 [ 268 ] {6b48e195-a639-41a7-8093-f53bb7d51143} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.686381 [ 268 ] {6b48e195-a639-41a7-8093-f53bb7d51143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.686707 [ 268 ] {6b48e195-a639-41a7-8093-f53bb7d51143} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.20 17:55:54.686915 [ 268 ] {6b48e195-a639-41a7-8093-f53bb7d51143} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.687024 [ 133 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.20 17:55:54.687044 [ 268 ] {6b48e195-a639-41a7-8093-f53bb7d51143} executeQuery: Read 90 rows, 5.77 KiB in 0.001078 sec., 83487.94063079778 rows/sec., 5.22 MiB/sec. 2026.03.20 17:55:54.687056 [ 133 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:54.687083 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:54.687086 [ 268 ] {6b48e195-a639-41a7-8093-f53bb7d51143} TCPHandler: Processed in 0.001241479 sec. 2026.03.20 17:55:54.687166 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:55:54.687277 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:54.687303 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3930 rows starting from the beginning of the part 2026.03.20 17:55:54.687348 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 12 rows starting from the beginning of the part 2026.03.20 17:55:54.687386 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part 2026.03.20 17:55:54.687421 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2026.03.20 17:55:54.687457 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2026.03.20 17:55:54.687488 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 90 rows starting from the beginning of the part 2026.03.20 17:55:54.689376 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4200 rows, containing 4 columns (4 merged, 0 gathered) in 0.002249902 sec., 1866747.9739117527 rows/sec., 119.74 MiB/sec. 2026.03.20 17:55:54.689829 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.20 17:55:54.690171 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_71_14} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.690251 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_71_14} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.20 17:55:54.690344 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2026.03.20 17:55:54.691278 [ 201 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 23991 rows, containing 5 columns (5 merged, 0 gathered) in 0.006710696 sec., 3575039.0123468563 rows/sec., 235.96 MiB/sec. 2026.03.20 17:55:54.691724 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.20 17:55:54.692010 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_71_14} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:54.692105 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_71_14} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.20 17:55:54.692187 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.42 MiB. 2026.03.20 17:55:55.000539 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 314.20 MiB, peak 324.84 MiB, free memory in arenas 0.00 B, will set to 315.39 MiB (RSS), difference: 1.19 MiB 2026.03.20 17:55:55.305515 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21669 2026.03.20 17:55:55.306098 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:55.306151 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:55.306676 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:55:55.306901 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:55.307040 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21669 2026.03.20 17:55:56.437001 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.03.20 17:55:56.453730 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:56.453785 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:56.459922 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:55:56.460629 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:56.463543 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.03.20 17:55:57.879984 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1334 2026.03.20 17:55:57.882348 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:57.882399 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:57.883616 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:55:57.883898 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:57.884263 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1334 2026.03.20 17:55:59.665632 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:59.665826 [ 268 ] {ad78266a-b27e-4eb8-8106-4ccdb2c6f4b3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:55:59.665892 [ 268 ] {ad78266a-b27e-4eb8-8106-4ccdb2c6f4b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:55:59.666601 [ 268 ] {ad78266a-b27e-4eb8-8106-4ccdb2c6f4b3} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:59.666646 [ 268 ] {ad78266a-b27e-4eb8-8106-4ccdb2c6f4b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:59.667063 [ 268 ] {ad78266a-b27e-4eb8-8106-4ccdb2c6f4b3} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.20 17:55:59.667301 [ 268 ] {ad78266a-b27e-4eb8-8106-4ccdb2c6f4b3} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:59.667458 [ 268 ] {ad78266a-b27e-4eb8-8106-4ccdb2c6f4b3} executeQuery: Read 138 rows, 12.29 KiB in 0.001683 sec., 81996.43493761141 rows/sec., 7.13 MiB/sec. 2026.03.20 17:55:59.667501 [ 268 ] {ad78266a-b27e-4eb8-8106-4ccdb2c6f4b3} TCPHandler: Processed in 0.002000066 sec. 2026.03.20 17:55:59.667623 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:59.667720 [ 268 ] {02c2b41e-01b2-4a20-800e-796e32c463c3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:55:59.667762 [ 268 ] {02c2b41e-01b2-4a20-800e-796e32c463c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:55:59.668175 [ 268 ] {02c2b41e-01b2-4a20-800e-796e32c463c3} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:59.668213 [ 268 ] {02c2b41e-01b2-4a20-800e-796e32c463c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:59.668535 [ 268 ] {02c2b41e-01b2-4a20-800e-796e32c463c3} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:55:59.668747 [ 268 ] {02c2b41e-01b2-4a20-800e-796e32c463c3} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:59.668866 [ 129 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2026.03.20 17:55:59.668875 [ 268 ] {02c2b41e-01b2-4a20-800e-796e32c463c3} executeQuery: Read 41 rows, 3.08 KiB in 0.001173 sec., 34953.11167945439 rows/sec., 2.57 MiB/sec. 2026.03.20 17:55:59.668940 [ 129 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:59.668956 [ 268 ] {02c2b41e-01b2-4a20-800e-796e32c463c3} TCPHandler: Processed in 0.001383381 sec. 2026.03.20 17:55:59.668978 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:59.669083 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:59.669099 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2026.03.20 17:55:59.669183 [ 268 ] {ddd8891f-bd2f-4327-8469-9e629b577689} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:55:59.669227 [ 268 ] {ddd8891f-bd2f-4327-8469-9e629b577689} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:55:59.669242 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:55:59.669285 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 224 rows starting from the beginning of the part 2026.03.20 17:55:59.669360 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 142 rows starting from the beginning of the part 2026.03.20 17:55:59.669412 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 78 rows starting from the beginning of the part 2026.03.20 17:55:59.669462 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part 2026.03.20 17:55:59.669506 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 142 rows starting from the beginning of the part 2026.03.20 17:55:59.669553 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 41 rows starting from the beginning of the part 2026.03.20 17:55:59.669645 [ 268 ] {ddd8891f-bd2f-4327-8469-9e629b577689} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:59.669687 [ 268 ] {ddd8891f-bd2f-4327-8469-9e629b577689} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:59.670027 [ 268 ] {ddd8891f-bd2f-4327-8469-9e629b577689} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.20 17:55:59.670260 [ 268 ] {ddd8891f-bd2f-4327-8469-9e629b577689} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:59.670394 [ 268 ] {ddd8891f-bd2f-4327-8469-9e629b577689} executeQuery: Read 105 rows, 8.40 KiB in 0.001229 sec., 85435.3132628153 rows/sec., 6.67 MiB/sec. 2026.03.20 17:55:59.670433 [ 268 ] {ddd8891f-bd2f-4327-8469-9e629b577689} TCPHandler: Processed in 0.001400973 sec. 2026.03.20 17:55:59.670471 [ 188 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 668 rows, containing 5 columns (5 merged, 0 gathered) in 0.001422564 sec., 469574.6553406384 rows/sec., 31.84 MiB/sec. 2026.03.20 17:55:59.670543 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:59.670627 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2026.03.20 17:55:59.670642 [ 268 ] {97866216-1496-4304-b38a-1207de11175f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:59.670692 [ 268 ] {97866216-1496-4304-b38a-1207de11175f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:55:59.670882 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_50_10} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:59.670957 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_50_10} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2026.03.20 17:55:59.671027 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 17:55:59.671085 [ 268 ] {97866216-1496-4304-b38a-1207de11175f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:59.671127 [ 268 ] {97866216-1496-4304-b38a-1207de11175f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:59.671478 [ 268 ] {97866216-1496-4304-b38a-1207de11175f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.20 17:55:59.671701 [ 268 ] {97866216-1496-4304-b38a-1207de11175f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:59.671835 [ 268 ] {97866216-1496-4304-b38a-1207de11175f} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2026.03.20 17:55:59.671874 [ 268 ] {97866216-1496-4304-b38a-1207de11175f} TCPHandler: Processed in 0.001381272 sec. 2026.03.20 17:55:59.671985 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:59.672082 [ 268 ] {1f71dbd4-89e5-4240-8137-0fd4a11b5418} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:55:59.672138 [ 268 ] {1f71dbd4-89e5-4240-8137-0fd4a11b5418} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:55:59.672987 [ 268 ] {1f71dbd4-89e5-4240-8137-0fd4a11b5418} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:59.673024 [ 268 ] {1f71dbd4-89e5-4240-8137-0fd4a11b5418} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:59.673621 [ 268 ] {1f71dbd4-89e5-4240-8137-0fd4a11b5418} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:55:59.673850 [ 268 ] {1f71dbd4-89e5-4240-8137-0fd4a11b5418} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:59.673987 [ 268 ] {1f71dbd4-89e5-4240-8137-0fd4a11b5418} executeQuery: Read 41 rows, 75.23 KiB in 0.001924 sec., 21309.77130977131 rows/sec., 38.19 MiB/sec. 2026.03.20 17:55:59.674041 [ 268 ] {1f71dbd4-89e5-4240-8137-0fd4a11b5418} TCPHandler: Processed in 0.002106749 sec. 2026.03.20 17:55:59.674169 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:55:59.674267 [ 268 ] {6abd1765-0acf-4c47-a566-3b1198a10856} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:55:59.674310 [ 268 ] {6abd1765-0acf-4c47-a566-3b1198a10856} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:55:59.674656 [ 268 ] {6abd1765-0acf-4c47-a566-3b1198a10856} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:55:59.674695 [ 268 ] {6abd1765-0acf-4c47-a566-3b1198a10856} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:55:59.675015 [ 268 ] {6abd1765-0acf-4c47-a566-3b1198a10856} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.20 17:55:59.675232 [ 268 ] {6abd1765-0acf-4c47-a566-3b1198a10856} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:55:59.675360 [ 268 ] {6abd1765-0acf-4c47-a566-3b1198a10856} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2026.03.20 17:55:59.675397 [ 268 ] {6abd1765-0acf-4c47-a566-3b1198a10856} TCPHandler: Processed in 0.00127712 sec. 2026.03.20 17:56:02.684869 [ 127 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:56:02.684923 [ 127 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:56:02.807156 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22117 2026.03.20 17:56:02.807704 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:02.807755 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:02.808228 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:56:02.808460 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:02.808617 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22117 2026.03.20 17:56:02.808628 [ 94 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.20 17:56:02.808676 [ 94 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:02.808699 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:02.808798 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.20 17:56:02.808897 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:02.808934 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19749 rows starting from the beginning of the part 2026.03.20 17:56:02.808998 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 448 rows starting from the beginning of the part 2026.03.20 17:56:02.809052 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 512 rows starting from the beginning of the part 2026.03.20 17:56:02.809132 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 448 rows starting from the beginning of the part 2026.03.20 17:56:02.809181 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 512 rows starting from the beginning of the part 2026.03.20 17:56:02.809224 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 448 rows starting from the beginning of the part 2026.03.20 17:56:02.811304 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22117 rows, containing 4 columns (4 merged, 0 gathered) in 0.002544849 sec., 8690888.928969853 rows/sec., 124.32 MiB/sec. 2026.03.20 17:56:02.811749 [ 187 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.20 17:56:02.812070 [ 187 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_46_9} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:02.812156 [ 187 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_46_9} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.20 17:56:02.812261 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.68 MiB. 2026.03.20 17:56:03.963677 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.03.20 17:56:03.981181 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:03.981240 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:03.987407 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:56:03.988117 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:03.988427 [ 94 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.20 17:56:03.988491 [ 94 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:03.988512 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:03.988623 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.20 17:56:03.991398 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.03.20 17:56:03.992506 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:03.994170 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:56:03.998746 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:56:04.003480 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:56:04.008056 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:56:04.012671 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:56:04.016506 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:56:04.066613 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.07803841 sec., 4446.528318554927 rows/sec., 22.99 MiB/sec. 2026.03.20 17:56:04.069297 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.20 17:56:04.071252 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_46_9} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.071361 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_46_9} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.20 17:56:04.074186 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.03.20 17:56:04.671608 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.671795 [ 268 ] {522da27b-efde-4046-81dc-c9d16322afe6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.671863 [ 268 ] {522da27b-efde-4046-81dc-c9d16322afe6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:56:04.672650 [ 268 ] {522da27b-efde-4046-81dc-c9d16322afe6} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.672699 [ 268 ] {522da27b-efde-4046-81dc-c9d16322afe6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.673104 [ 268 ] {522da27b-efde-4046-81dc-c9d16322afe6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:56:04.673337 [ 268 ] {522da27b-efde-4046-81dc-c9d16322afe6} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.673479 [ 87 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 2026.03.20 17:56:04.673499 [ 268 ] {522da27b-efde-4046-81dc-c9d16322afe6} executeQuery: Read 284 rows, 18.47 KiB in 0.001754 sec., 161915.6214367161 rows/sec., 10.28 MiB/sec. 2026.03.20 17:56:04.673524 [ 87 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.673549 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.673550 [ 268 ] {522da27b-efde-4046-81dc-c9d16322afe6} TCPHandler: Processed in 0.002073289 sec. 2026.03.20 17:56:04.673685 [ 190 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_33_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full 2026.03.20 17:56:04.673689 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.673847 [ 268 ] {5504c897-9675-44d9-91ab-8a7f12eac2e7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:04.673850 [ 190 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_33_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:04.673897 [ 268 ] {5504c897-9675-44d9-91ab-8a7f12eac2e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:04.673901 [ 190 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 308 rows starting from the beginning of the part 2026.03.20 17:56:04.673990 [ 190 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 284 rows starting from the beginning of the part 2026.03.20 17:56:04.674037 [ 190 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 284 rows starting from the beginning of the part 2026.03.20 17:56:04.674083 [ 190 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2026.03.20 17:56:04.674129 [ 190 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 284 rows starting from the beginning of the part 2026.03.20 17:56:04.674179 [ 190 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 284 rows starting from the beginning of the part 2026.03.20 17:56:04.674751 [ 268 ] {5504c897-9675-44d9-91ab-8a7f12eac2e7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.674793 [ 268 ] {5504c897-9675-44d9-91ab-8a7f12eac2e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.675209 [ 199 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_33_7} MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001592167 sec., 922013.8339759585 rows/sec., 62.66 MiB/sec. 2026.03.20 17:56:04.675333 [ 268 ] {5504c897-9675-44d9-91ab-8a7f12eac2e7} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.20 17:56:04.675361 [ 190 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_33_7} MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) 2026.03.20 17:56:04.675613 [ 268 ] {5504c897-9675-44d9-91ab-8a7f12eac2e7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.675676 [ 190 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_33_7} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.675761 [ 190 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_33_7} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 2026.03.20 17:56:04.675762 [ 268 ] {5504c897-9675-44d9-91ab-8a7f12eac2e7} executeQuery: Read 797 rows, 63.50 KiB in 0.001939 sec., 411036.6168127901 rows/sec., 31.98 MiB/sec. 2026.03.20 17:56:04.675818 [ 268 ] {5504c897-9675-44d9-91ab-8a7f12eac2e7} TCPHandler: Processed in 0.00218074 sec. 2026.03.20 17:56:04.675847 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.03.20 17:56:04.675939 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.676041 [ 268 ] {a62e8ebb-ef61-4afa-bfcb-b70689d60fe5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.676084 [ 268 ] {a62e8ebb-ef61-4afa-bfcb-b70689d60fe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:56:04.676533 [ 268 ] {a62e8ebb-ef61-4afa-bfcb-b70689d60fe5} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.676569 [ 268 ] {a62e8ebb-ef61-4afa-bfcb-b70689d60fe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.676877 [ 268 ] {a62e8ebb-ef61-4afa-bfcb-b70689d60fe5} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:56:04.677087 [ 268 ] {a62e8ebb-ef61-4afa-bfcb-b70689d60fe5} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.677222 [ 268 ] {a62e8ebb-ef61-4afa-bfcb-b70689d60fe5} executeQuery: Read 142 rows, 8.54 KiB in 0.001201 sec., 118234.80432972523 rows/sec., 6.95 MiB/sec. 2026.03.20 17:56:04.677261 [ 268 ] {a62e8ebb-ef61-4afa-bfcb-b70689d60fe5} TCPHandler: Processed in 0.001372772 sec. 2026.03.20 17:56:04.677374 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.677468 [ 268 ] {96e38de5-8b6d-4212-8735-b2639210bc24} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.677508 [ 268 ] {96e38de5-8b6d-4212-8735-b2639210bc24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:56:04.677944 [ 268 ] {96e38de5-8b6d-4212-8735-b2639210bc24} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.677979 [ 268 ] {96e38de5-8b6d-4212-8735-b2639210bc24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.678279 [ 268 ] {96e38de5-8b6d-4212-8735-b2639210bc24} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:56:04.678498 [ 268 ] {96e38de5-8b6d-4212-8735-b2639210bc24} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.678630 [ 268 ] {96e38de5-8b6d-4212-8735-b2639210bc24} executeQuery: Read 149 rows, 9.86 KiB in 0.001178 sec., 126485.5687606112 rows/sec., 8.17 MiB/sec. 2026.03.20 17:56:04.678665 [ 268 ] {96e38de5-8b6d-4212-8735-b2639210bc24} TCPHandler: Processed in 0.001341831 sec. 2026.03.20 17:56:04.678774 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.678868 [ 268 ] {10ca0ddd-7ff0-4cbc-ac66-64c8883fdb13} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.678908 [ 268 ] {10ca0ddd-7ff0-4cbc-ac66-64c8883fdb13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:56:04.679337 [ 268 ] {10ca0ddd-7ff0-4cbc-ac66-64c8883fdb13} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.679371 [ 268 ] {10ca0ddd-7ff0-4cbc-ac66-64c8883fdb13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.679677 [ 268 ] {10ca0ddd-7ff0-4cbc-ac66-64c8883fdb13} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:56:04.679885 [ 268 ] {10ca0ddd-7ff0-4cbc-ac66-64c8883fdb13} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.679976 [ 87 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 2026.03.20 17:56:04.680005 [ 87 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.680008 [ 268 ] {10ca0ddd-7ff0-4cbc-ac66-64c8883fdb13} executeQuery: Read 148 rows, 8.62 KiB in 0.001158 sec., 127806.56303972367 rows/sec., 7.27 MiB/sec. 2026.03.20 17:56:04.680023 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.680049 [ 268 ] {10ca0ddd-7ff0-4cbc-ac66-64c8883fdb13} TCPHandler: Processed in 0.00132455 sec. 2026.03.20 17:56:04.680108 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_33_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full 2026.03.20 17:56:04.680159 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.680229 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_33_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:04.680257 [ 268 ] {c461fec4-e2b2-41e1-a847-839cc57857b9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:04.680266 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 160 rows starting from the beginning of the part 2026.03.20 17:56:04.680304 [ 268 ] {c461fec4-e2b2-41e1-a847-839cc57857b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:04.680340 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 148 rows starting from the beginning of the part 2026.03.20 17:56:04.680396 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 148 rows starting from the beginning of the part 2026.03.20 17:56:04.680443 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part 2026.03.20 17:56:04.680487 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 148 rows starting from the beginning of the part 2026.03.20 17:56:04.680529 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 148 rows starting from the beginning of the part 2026.03.20 17:56:04.680952 [ 268 ] {c461fec4-e2b2-41e1-a847-839cc57857b9} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.680993 [ 268 ] {c461fec4-e2b2-41e1-a847-839cc57857b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.681337 [ 268 ] {c461fec4-e2b2-41e1-a847-839cc57857b9} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.20 17:56:04.681356 [ 190 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_33_7} MergeTask::MergeProjectionsStage: Merge sorted 764 rows, containing 5 columns (5 merged, 0 gathered) in 0.00128801 sec., 593163.0965598093 rows/sec., 36.36 MiB/sec. 2026.03.20 17:56:04.681476 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_33_7} MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) 2026.03.20 17:56:04.681574 [ 268 ] {c461fec4-e2b2-41e1-a847-839cc57857b9} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.681718 [ 268 ] {c461fec4-e2b2-41e1-a847-839cc57857b9} executeQuery: Read 490 rows, 35.18 KiB in 0.001479 sec., 331304.9357674104 rows/sec., 23.23 MiB/sec. 2026.03.20 17:56:04.681733 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_33_7} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.681758 [ 268 ] {c461fec4-e2b2-41e1-a847-839cc57857b9} TCPHandler: Processed in 0.001647478 sec. 2026.03.20 17:56:04.681802 [ 198 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_33_7} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 2026.03.20 17:56:04.681867 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 17:56:04.681875 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.681974 [ 268 ] {8526a3ba-91af-408b-a041-37fe2f7e5b99} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:56:04.682015 [ 268 ] {8526a3ba-91af-408b-a041-37fe2f7e5b99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:56:04.682346 [ 268 ] {8526a3ba-91af-408b-a041-37fe2f7e5b99} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.682384 [ 268 ] {8526a3ba-91af-408b-a041-37fe2f7e5b99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.682692 [ 268 ] {8526a3ba-91af-408b-a041-37fe2f7e5b99} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:56:04.682909 [ 268 ] {8526a3ba-91af-408b-a041-37fe2f7e5b99} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.683041 [ 268 ] {8526a3ba-91af-408b-a041-37fe2f7e5b99} executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. 2026.03.20 17:56:04.683077 [ 268 ] {8526a3ba-91af-408b-a041-37fe2f7e5b99} TCPHandler: Processed in 0.00125212 sec. 2026.03.20 17:56:04.683187 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.683282 [ 268 ] {ac2c2b22-c470-4cc8-b3d8-1dd8da3359d0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.683327 [ 268 ] {ac2c2b22-c470-4cc8-b3d8-1dd8da3359d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:04.683747 [ 268 ] {ac2c2b22-c470-4cc8-b3d8-1dd8da3359d0} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.683785 [ 268 ] {ac2c2b22-c470-4cc8-b3d8-1dd8da3359d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.684127 [ 268 ] {ac2c2b22-c470-4cc8-b3d8-1dd8da3359d0} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.20 17:56:04.684358 [ 268 ] {ac2c2b22-c470-4cc8-b3d8-1dd8da3359d0} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.684488 [ 268 ] {ac2c2b22-c470-4cc8-b3d8-1dd8da3359d0} executeQuery: Read 265 rows, 18.03 KiB in 0.001223 sec., 216680.29435813575 rows/sec., 14.40 MiB/sec. 2026.03.20 17:56:04.684526 [ 268 ] {ac2c2b22-c470-4cc8-b3d8-1dd8da3359d0} TCPHandler: Processed in 0.001388572 sec. 2026.03.20 17:56:04.684635 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.684727 [ 268 ] {26b0da2c-b63e-466f-be3b-49ae520322bb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.684771 [ 268 ] {26b0da2c-b63e-466f-be3b-49ae520322bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:56:04.685073 [ 268 ] {26b0da2c-b63e-466f-be3b-49ae520322bb} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.685109 [ 268 ] {26b0da2c-b63e-466f-be3b-49ae520322bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.685410 [ 268 ] {26b0da2c-b63e-466f-be3b-49ae520322bb} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.20 17:56:04.685619 [ 268 ] {26b0da2c-b63e-466f-be3b-49ae520322bb} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.685747 [ 268 ] {26b0da2c-b63e-466f-be3b-49ae520322bb} executeQuery: Read 1 rows, 69.00 B in 0.001037 sec., 964.3201542912248 rows/sec., 64.98 KiB/sec. 2026.03.20 17:56:04.685783 [ 268 ] {26b0da2c-b63e-466f-be3b-49ae520322bb} TCPHandler: Processed in 0.001197687 sec. 2026.03.20 17:56:04.685891 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.685983 [ 268 ] {75cebca3-62e5-45eb-a102-1c5443905741} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.686025 [ 268 ] {75cebca3-62e5-45eb-a102-1c5443905741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:04.686350 [ 268 ] {75cebca3-62e5-45eb-a102-1c5443905741} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.686386 [ 268 ] {75cebca3-62e5-45eb-a102-1c5443905741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.686688 [ 268 ] {75cebca3-62e5-45eb-a102-1c5443905741} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.20 17:56:04.686893 [ 268 ] {75cebca3-62e5-45eb-a102-1c5443905741} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.687016 [ 268 ] {75cebca3-62e5-45eb-a102-1c5443905741} executeQuery: Read 90 rows, 5.77 KiB in 0.00105 sec., 85714.28571428572 rows/sec., 5.36 MiB/sec. 2026.03.20 17:56:04.687051 [ 268 ] {75cebca3-62e5-45eb-a102-1c5443905741} TCPHandler: Processed in 0.001209648 sec. 2026.03.20 17:56:04.834802 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.834944 [ 268 ] {5382ce71-be3b-4a07-b647-5219183f3b28} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:56:04.835005 [ 268 ] {5382ce71-be3b-4a07-b647-5219183f3b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:56:04.835634 [ 268 ] {5382ce71-be3b-4a07-b647-5219183f3b28} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.835691 [ 268 ] {5382ce71-be3b-4a07-b647-5219183f3b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.836055 [ 268 ] {5382ce71-be3b-4a07-b647-5219183f3b28} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 17:56:04.836275 [ 268 ] {5382ce71-be3b-4a07-b647-5219183f3b28} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.836415 [ 268 ] {5382ce71-be3b-4a07-b647-5219183f3b28} executeQuery: Read 2 rows, 167.00 B in 0.001504 sec., 1329.7872340425533 rows/sec., 108.43 KiB/sec. 2026.03.20 17:56:04.836454 [ 268 ] {5382ce71-be3b-4a07-b647-5219183f3b28} TCPHandler: Processed in 0.00171022 sec. 2026.03.20 17:56:04.836571 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.836666 [ 268 ] {cadee1cf-b0af-4fc0-820d-b39353b62f6c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:04.836704 [ 268 ] {cadee1cf-b0af-4fc0-820d-b39353b62f6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:04.838396 [ 268 ] {cadee1cf-b0af-4fc0-820d-b39353b62f6c} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.838432 [ 268 ] {cadee1cf-b0af-4fc0-820d-b39353b62f6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.838858 [ 268 ] {cadee1cf-b0af-4fc0-820d-b39353b62f6c} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.20 17:56:04.839069 [ 268 ] {cadee1cf-b0af-4fc0-820d-b39353b62f6c} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.839199 [ 268 ] {cadee1cf-b0af-4fc0-820d-b39353b62f6c} executeQuery: Read 2023 rows, 157.44 KiB in 0.00255 sec., 793333.3333333333 rows/sec., 60.29 MiB/sec. 2026.03.20 17:56:04.839237 [ 268 ] {cadee1cf-b0af-4fc0-820d-b39353b62f6c} TCPHandler: Processed in 0.002716103 sec. 2026.03.20 17:56:04.839351 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.839446 [ 268 ] {57405e88-6217-4c96-a21a-b1078ddf4ca9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.839484 [ 268 ] {57405e88-6217-4c96-a21a-b1078ddf4ca9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:56:04.839899 [ 268 ] {57405e88-6217-4c96-a21a-b1078ddf4ca9} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.839936 [ 268 ] {57405e88-6217-4c96-a21a-b1078ddf4ca9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.840224 [ 268 ] {57405e88-6217-4c96-a21a-b1078ddf4ca9} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:56:04.840432 [ 268 ] {57405e88-6217-4c96-a21a-b1078ddf4ca9} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.840558 [ 268 ] {57405e88-6217-4c96-a21a-b1078ddf4ca9} executeQuery: Read 54 rows, 4.05 KiB in 0.001129 sec., 47829.93799822852 rows/sec., 3.50 MiB/sec. 2026.03.20 17:56:04.840595 [ 268 ] {57405e88-6217-4c96-a21a-b1078ddf4ca9} TCPHandler: Processed in 0.0012983 sec. 2026.03.20 17:56:04.840704 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.840798 [ 268 ] {b122b997-432d-42d5-9a8c-12d0e60e8bae} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.840835 [ 268 ] {b122b997-432d-42d5-9a8c-12d0e60e8bae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:56:04.841613 [ 268 ] {b122b997-432d-42d5-9a8c-12d0e60e8bae} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.841652 [ 268 ] {b122b997-432d-42d5-9a8c-12d0e60e8bae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.841984 [ 268 ] {b122b997-432d-42d5-9a8c-12d0e60e8bae} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:56:04.842201 [ 268 ] {b122b997-432d-42d5-9a8c-12d0e60e8bae} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.842344 [ 268 ] {b122b997-432d-42d5-9a8c-12d0e60e8bae} executeQuery: Read 708 rows, 42.29 KiB in 0.001564 sec., 452685.4219948849 rows/sec., 26.41 MiB/sec. 2026.03.20 17:56:04.842383 [ 268 ] {b122b997-432d-42d5-9a8c-12d0e60e8bae} TCPHandler: Processed in 0.001728871 sec. 2026.03.20 17:56:04.842493 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.842588 [ 268 ] {c463c599-087b-4756-ab08-8f3258d63df7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.842627 [ 268 ] {c463c599-087b-4756-ab08-8f3258d63df7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:56:04.843002 [ 268 ] {c463c599-087b-4756-ab08-8f3258d63df7} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.843037 [ 268 ] {c463c599-087b-4756-ab08-8f3258d63df7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.843322 [ 268 ] {c463c599-087b-4756-ab08-8f3258d63df7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 17:56:04.843522 [ 268 ] {c463c599-087b-4756-ab08-8f3258d63df7} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.843648 [ 268 ] {c463c599-087b-4756-ab08-8f3258d63df7} executeQuery: Read 1 rows, 72.00 B in 0.001078 sec., 927.643784786642 rows/sec., 65.22 KiB/sec. 2026.03.20 17:56:04.843686 [ 268 ] {c463c599-087b-4756-ab08-8f3258d63df7} TCPHandler: Processed in 0.001243049 sec. 2026.03.20 17:56:04.843792 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.843885 [ 268 ] {e25f7645-553f-4f5d-92cc-07d90751deda} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:04.843922 [ 268 ] {e25f7645-553f-4f5d-92cc-07d90751deda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:04.844812 [ 268 ] {e25f7645-553f-4f5d-92cc-07d90751deda} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.844847 [ 268 ] {e25f7645-553f-4f5d-92cc-07d90751deda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.845171 [ 268 ] {e25f7645-553f-4f5d-92cc-07d90751deda} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.20 17:56:04.845383 [ 268 ] {e25f7645-553f-4f5d-92cc-07d90751deda} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.845511 [ 268 ] {e25f7645-553f-4f5d-92cc-07d90751deda} executeQuery: Read 1054 rows, 74.67 KiB in 0.001643 sec., 641509.4339622642 rows/sec., 44.38 MiB/sec. 2026.03.20 17:56:04.845549 [ 268 ] {e25f7645-553f-4f5d-92cc-07d90751deda} TCPHandler: Processed in 0.001805102 sec. 2026.03.20 17:56:04.845656 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.845750 [ 268 ] {6cca2731-2093-488d-9fb9-5b0586cdb988} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.845790 [ 268 ] {6cca2731-2093-488d-9fb9-5b0586cdb988} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:04.846544 [ 268 ] {6cca2731-2093-488d-9fb9-5b0586cdb988} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.846580 [ 268 ] {6cca2731-2093-488d-9fb9-5b0586cdb988} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.846963 [ 268 ] {6cca2731-2093-488d-9fb9-5b0586cdb988} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.20 17:56:04.847172 [ 268 ] {6cca2731-2093-488d-9fb9-5b0586cdb988} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.847300 [ 268 ] {6cca2731-2093-488d-9fb9-5b0586cdb988} executeQuery: Read 1218 rows, 77.99 KiB in 0.001569 sec., 776290.6309751434 rows/sec., 48.54 MiB/sec. 2026.03.20 17:56:04.847349 [ 268 ] {6cca2731-2093-488d-9fb9-5b0586cdb988} TCPHandler: Processed in 0.001741781 sec. 2026.03.20 17:56:04.847459 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.847553 [ 268 ] {d016e8a9-806f-442d-95b0-395878277077} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.847607 [ 268 ] {d016e8a9-806f-442d-95b0-395878277077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:56:04.848518 [ 268 ] {d016e8a9-806f-442d-95b0-395878277077} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.848554 [ 268 ] {d016e8a9-806f-442d-95b0-395878277077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.849129 [ 268 ] {d016e8a9-806f-442d-95b0-395878277077} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:56:04.849355 [ 268 ] {d016e8a9-806f-442d-95b0-395878277077} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.849496 [ 268 ] {d016e8a9-806f-442d-95b0-395878277077} executeQuery: Read 52 rows, 95.42 KiB in 0.00196 sec., 26530.61224489796 rows/sec., 47.54 MiB/sec. 2026.03.20 17:56:04.849549 [ 268 ] {d016e8a9-806f-442d-95b0-395878277077} TCPHandler: Processed in 0.00213854 sec. 2026.03.20 17:56:04.849657 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:04.849751 [ 268 ] {e962c728-87d6-49bc-94b5-4f317c1da4f6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:04.849791 [ 268 ] {e962c728-87d6-49bc-94b5-4f317c1da4f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:04.850105 [ 268 ] {e962c728-87d6-49bc-94b5-4f317c1da4f6} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:04.850141 [ 268 ] {e962c728-87d6-49bc-94b5-4f317c1da4f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:04.850441 [ 268 ] {e962c728-87d6-49bc-94b5-4f317c1da4f6} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.20 17:56:04.850646 [ 268 ] {e962c728-87d6-49bc-94b5-4f317c1da4f6} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:04.850773 [ 268 ] {e962c728-87d6-49bc-94b5-4f317c1da4f6} executeQuery: Read 12 rows, 848.00 B in 0.001041 sec., 11527.377521613833 rows/sec., 795.51 KiB/sec. 2026.03.20 17:56:04.850810 [ 268 ] {e962c728-87d6-49bc-94b5-4f317c1da4f6} TCPHandler: Processed in 0.001202078 sec. 2026.03.20 17:56:05.000261 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 317.44 MiB, peak 329.41 MiB, free memory in arenas 0.00 B, will set to 316.03 MiB (RSS), difference: -1.41 MiB 2026.03.20 17:56:07.884521 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1384 2026.03.20 17:56:07.887532 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:07.887576 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:07.888774 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:56:07.889033 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:07.889283 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1384 2026.03.20 17:56:09.661838 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:09.662030 [ 268 ] {2506141e-c6d8-41ec-9dea-9d4f0cb9fb64} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:09.662099 [ 268 ] {2506141e-c6d8-41ec-9dea-9d4f0cb9fb64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:09.662758 [ 268 ] {2506141e-c6d8-41ec-9dea-9d4f0cb9fb64} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:09.662810 [ 268 ] {2506141e-c6d8-41ec-9dea-9d4f0cb9fb64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:09.663198 [ 268 ] {2506141e-c6d8-41ec-9dea-9d4f0cb9fb64} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.20 17:56:09.663429 [ 268 ] {2506141e-c6d8-41ec-9dea-9d4f0cb9fb64} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:09.663586 [ 268 ] {2506141e-c6d8-41ec-9dea-9d4f0cb9fb64} executeQuery: Read 56 rows, 4.41 KiB in 0.001607 sec., 34847.542003733666 rows/sec., 2.68 MiB/sec. 2026.03.20 17:56:09.663632 [ 268 ] {2506141e-c6d8-41ec-9dea-9d4f0cb9fb64} TCPHandler: Processed in 0.001924905 sec. 2026.03.20 17:56:09.663767 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:09.663881 [ 268 ] {8751e4ad-6984-4919-9bdf-888b6be8ebdb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:09.663927 [ 268 ] {8751e4ad-6984-4919-9bdf-888b6be8ebdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:09.664578 [ 268 ] {8751e4ad-6984-4919-9bdf-888b6be8ebdb} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:09.664620 [ 268 ] {8751e4ad-6984-4919-9bdf-888b6be8ebdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:09.664965 [ 268 ] {8751e4ad-6984-4919-9bdf-888b6be8ebdb} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.20 17:56:09.665177 [ 268 ] {8751e4ad-6984-4919-9bdf-888b6be8ebdb} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:09.665314 [ 268 ] {8751e4ad-6984-4919-9bdf-888b6be8ebdb} executeQuery: Read 64 rows, 5.12 KiB in 0.001457 sec., 43925.87508579272 rows/sec., 3.43 MiB/sec. 2026.03.20 17:56:09.665363 [ 268 ] {8751e4ad-6984-4919-9bdf-888b6be8ebdb} TCPHandler: Processed in 0.001661359 sec. 2026.03.20 17:56:09.665477 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:09.665574 [ 268 ] {c0555a28-1ae6-4103-9ccf-585fbfa1a8b5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:09.665621 [ 268 ] {c0555a28-1ae6-4103-9ccf-585fbfa1a8b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:09.666008 [ 268 ] {c0555a28-1ae6-4103-9ccf-585fbfa1a8b5} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:09.666043 [ 268 ] {c0555a28-1ae6-4103-9ccf-585fbfa1a8b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:09.666389 [ 268 ] {c0555a28-1ae6-4103-9ccf-585fbfa1a8b5} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.20 17:56:09.666592 [ 268 ] {c0555a28-1ae6-4103-9ccf-585fbfa1a8b5} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:09.666724 [ 268 ] {c0555a28-1ae6-4103-9ccf-585fbfa1a8b5} executeQuery: Read 128 rows, 9.13 KiB in 0.001171 sec., 109308.28351836037 rows/sec., 7.61 MiB/sec. 2026.03.20 17:56:09.666763 [ 268 ] {c0555a28-1ae6-4103-9ccf-585fbfa1a8b5} TCPHandler: Processed in 0.001337261 sec. 2026.03.20 17:56:09.666873 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:09.666968 [ 268 ] {0c0811be-5451-44db-80f4-d9c0a3596156} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:09.667011 [ 268 ] {0c0811be-5451-44db-80f4-d9c0a3596156} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:09.667333 [ 268 ] {0c0811be-5451-44db-80f4-d9c0a3596156} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:09.667380 [ 268 ] {0c0811be-5451-44db-80f4-d9c0a3596156} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:09.667686 [ 268 ] {0c0811be-5451-44db-80f4-d9c0a3596156} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.20 17:56:09.667890 [ 268 ] {0c0811be-5451-44db-80f4-d9c0a3596156} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:09.668019 [ 268 ] {0c0811be-5451-44db-80f4-d9c0a3596156} executeQuery: Read 48 rows, 3.31 KiB in 0.001072 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. 2026.03.20 17:56:09.668056 [ 268 ] {0c0811be-5451-44db-80f4-d9c0a3596156} TCPHandler: Processed in 0.001233448 sec. 2026.03.20 17:56:10.308753 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22629 2026.03.20 17:56:10.309416 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:10.309461 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:10.309930 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:56:10.310175 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:10.310303 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22629 2026.03.20 17:56:11.491531 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.03.20 17:56:11.507650 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:11.507721 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2026.03.20 17:56:11.513133 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:56:11.513830 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:11.516908 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.03.20 17:56:14.671746 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:14.671935 [ 268 ] {72e0029f-37cb-4b74-900d-4cd612657fe8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:56:14.672001 [ 268 ] {72e0029f-37cb-4b74-900d-4cd612657fe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:56:14.672727 [ 268 ] {72e0029f-37cb-4b74-900d-4cd612657fe8} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.672772 [ 268 ] {72e0029f-37cb-4b74-900d-4cd612657fe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.673171 [ 268 ] {72e0029f-37cb-4b74-900d-4cd612657fe8} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:56:14.673404 [ 268 ] {72e0029f-37cb-4b74-900d-4cd612657fe8} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.673559 [ 268 ] {72e0029f-37cb-4b74-900d-4cd612657fe8} executeQuery: Read 284 rows, 18.47 KiB in 0.001673 sec., 169754.9312612074 rows/sec., 10.78 MiB/sec. 2026.03.20 17:56:14.673610 [ 268 ] {72e0029f-37cb-4b74-900d-4cd612657fe8} TCPHandler: Processed in 0.001987996 sec. 2026.03.20 17:56:14.673742 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:14.673843 [ 268 ] {84d3c75a-ddd1-4a9b-bb45-ddffa135f5f9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:14.673885 [ 268 ] {84d3c75a-ddd1-4a9b-bb45-ddffa135f5f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:14.674635 [ 268 ] {84d3c75a-ddd1-4a9b-bb45-ddffa135f5f9} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.674673 [ 268 ] {84d3c75a-ddd1-4a9b-bb45-ddffa135f5f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.675024 [ 268 ] {84d3c75a-ddd1-4a9b-bb45-ddffa135f5f9} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.20 17:56:14.675227 [ 268 ] {84d3c75a-ddd1-4a9b-bb45-ddffa135f5f9} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.675345 [ 113 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.20 17:56:14.675363 [ 268 ] {84d3c75a-ddd1-4a9b-bb45-ddffa135f5f9} executeQuery: Read 797 rows, 63.50 KiB in 0.001535 sec., 519218.2410423453 rows/sec., 40.40 MiB/sec. 2026.03.20 17:56:14.675415 [ 113 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.675430 [ 268 ] {84d3c75a-ddd1-4a9b-bb45-ddffa135f5f9} TCPHandler: Processed in 0.00174071 sec. 2026.03.20 17:56:14.675443 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.675561 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::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.03.20 17:56:14.675579 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:14.675693 [ 268 ] {37605968-bc93-4691-9186-0db1435b3f03} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:56:14.675696 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:14.675737 [ 268 ] {37605968-bc93-4691-9186-0db1435b3f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:56:14.675744 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2895 rows starting from the beginning of the part 2026.03.20 17:56:14.675822 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 138 rows starting from the beginning of the part 2026.03.20 17:56:14.675866 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 797 rows starting from the beginning of the part 2026.03.20 17:56:14.675910 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 2023 rows starting from the beginning of the part 2026.03.20 17:56:14.675957 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part 2026.03.20 17:56:14.676003 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 797 rows starting from the beginning of the part 2026.03.20 17:56:14.676200 [ 268 ] {37605968-bc93-4691-9186-0db1435b3f03} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.676240 [ 268 ] {37605968-bc93-4691-9186-0db1435b3f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.676580 [ 268 ] {37605968-bc93-4691-9186-0db1435b3f03} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:56:14.676796 [ 268 ] {37605968-bc93-4691-9186-0db1435b3f03} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.676930 [ 268 ] {37605968-bc93-4691-9186-0db1435b3f03} executeQuery: Read 142 rows, 8.54 KiB in 0.001257 sec., 112967.38265712012 rows/sec., 6.64 MiB/sec. 2026.03.20 17:56:14.676967 [ 268 ] {37605968-bc93-4691-9186-0db1435b3f03} TCPHandler: Processed in 0.001445914 sec. 2026.03.20 17:56:14.677084 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:14.677176 [ 268 ] {e0a26d3d-af25-4fab-a426-c4a6f0050ac2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:56:14.677214 [ 268 ] {e0a26d3d-af25-4fab-a426-c4a6f0050ac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:56:14.677637 [ 268 ] {e0a26d3d-af25-4fab-a426-c4a6f0050ac2} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.677672 [ 268 ] {e0a26d3d-af25-4fab-a426-c4a6f0050ac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.678108 [ 268 ] {e0a26d3d-af25-4fab-a426-c4a6f0050ac2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:56:14.678323 [ 268 ] {e0a26d3d-af25-4fab-a426-c4a6f0050ac2} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.678360 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 6706 rows, containing 5 columns (5 merged, 0 gathered) in 0.002851176 sec., 2352011.941739128 rows/sec., 190.48 MiB/sec. 2026.03.20 17:56:14.678462 [ 268 ] {e0a26d3d-af25-4fab-a426-c4a6f0050ac2} executeQuery: Read 149 rows, 9.86 KiB in 0.001304 sec., 114263.8036809816 rows/sec., 7.38 MiB/sec. 2026.03.20 17:56:14.678503 [ 268 ] {e0a26d3d-af25-4fab-a426-c4a6f0050ac2} TCPHandler: Processed in 0.001467015 sec. 2026.03.20 17:56:14.678611 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:14.678643 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.20 17:56:14.678702 [ 268 ] {41d44e16-b309-4b70-82e4-a4ea136781ed} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:56:14.678746 [ 268 ] {41d44e16-b309-4b70-82e4-a4ea136781ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:56:14.678910 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_76_15} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.678980 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_76_15} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.20 17:56:14.679050 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.20 17:56:14.679161 [ 268 ] {41d44e16-b309-4b70-82e4-a4ea136781ed} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.679200 [ 268 ] {41d44e16-b309-4b70-82e4-a4ea136781ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.679508 [ 268 ] {41d44e16-b309-4b70-82e4-a4ea136781ed} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:56:14.679711 [ 268 ] {41d44e16-b309-4b70-82e4-a4ea136781ed} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.679837 [ 268 ] {41d44e16-b309-4b70-82e4-a4ea136781ed} executeQuery: Read 148 rows, 8.62 KiB in 0.001152 sec., 128472.22222222222 rows/sec., 7.31 MiB/sec. 2026.03.20 17:56:14.679873 [ 268 ] {41d44e16-b309-4b70-82e4-a4ea136781ed} TCPHandler: Processed in 0.00130881 sec. 2026.03.20 17:56:14.679976 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:14.680068 [ 268 ] {110c8077-1036-4019-af91-837d3926d777} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:14.680105 [ 268 ] {110c8077-1036-4019-af91-837d3926d777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:14.680639 [ 268 ] {110c8077-1036-4019-af91-837d3926d777} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.680672 [ 268 ] {110c8077-1036-4019-af91-837d3926d777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.680994 [ 268 ] {110c8077-1036-4019-af91-837d3926d777} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.20 17:56:14.681195 [ 268 ] {110c8077-1036-4019-af91-837d3926d777} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.681318 [ 268 ] {110c8077-1036-4019-af91-837d3926d777} executeQuery: Read 490 rows, 35.18 KiB in 0.001268 sec., 386435.3312302839 rows/sec., 27.09 MiB/sec. 2026.03.20 17:56:14.681334 [ 120 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.20 17:56:14.681363 [ 268 ] {110c8077-1036-4019-af91-837d3926d777} TCPHandler: Processed in 0.001425733 sec. 2026.03.20 17:56:14.681403 [ 120 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.681428 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.681486 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:14.681548 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::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.03.20 17:56:14.681582 [ 268 ] {061a37a2-38d9-466b-b095-18a68ac1f008} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:56:14.681629 [ 268 ] {061a37a2-38d9-466b-b095-18a68ac1f008} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:56:14.681720 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:14.681778 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1555 rows starting from the beginning of the part 2026.03.20 17:56:14.681879 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 105 rows starting from the beginning of the part 2026.03.20 17:56:14.681950 [ 268 ] {061a37a2-38d9-466b-b095-18a68ac1f008} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.681954 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 490 rows starting from the beginning of the part 2026.03.20 17:56:14.681999 [ 268 ] {061a37a2-38d9-466b-b095-18a68ac1f008} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.682047 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1054 rows starting from the beginning of the part 2026.03.20 17:56:14.682117 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part 2026.03.20 17:56:14.682183 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 490 rows starting from the beginning of the part 2026.03.20 17:56:14.682332 [ 268 ] {061a37a2-38d9-466b-b095-18a68ac1f008} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:56:14.682612 [ 268 ] {061a37a2-38d9-466b-b095-18a68ac1f008} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.682744 [ 268 ] {061a37a2-38d9-466b-b095-18a68ac1f008} executeQuery: Read 6 rows, 321.00 B in 0.001179 sec., 5089.058524173029 rows/sec., 265.88 KiB/sec. 2026.03.20 17:56:14.682779 [ 268 ] {061a37a2-38d9-466b-b095-18a68ac1f008} TCPHandler: Processed in 0.001342991 sec. 2026.03.20 17:56:14.682877 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:14.682969 [ 268 ] {0b5a7e5f-d3e1-45a3-9729-17c78d743eff} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:14.683010 [ 268 ] {0b5a7e5f-d3e1-45a3-9729-17c78d743eff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:14.683398 [ 268 ] {0b5a7e5f-d3e1-45a3-9729-17c78d743eff} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.683433 [ 268 ] {0b5a7e5f-d3e1-45a3-9729-17c78d743eff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.683713 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3758 rows, containing 5 columns (5 merged, 0 gathered) in 0.002226292 sec., 1688008.5810846018 rows/sec., 124.74 MiB/sec. 2026.03.20 17:56:14.683758 [ 268 ] {0b5a7e5f-d3e1-45a3-9729-17c78d743eff} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.20 17:56:14.683962 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.20 17:56:14.683974 [ 268 ] {0b5a7e5f-d3e1-45a3-9729-17c78d743eff} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.684114 [ 268 ] {0b5a7e5f-d3e1-45a3-9729-17c78d743eff} executeQuery: Read 265 rows, 18.03 KiB in 0.001163 sec., 227858.98538263113 rows/sec., 15.14 MiB/sec. 2026.03.20 17:56:14.684125 [ 120 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.20 17:56:14.684154 [ 268 ] {0b5a7e5f-d3e1-45a3-9729-17c78d743eff} TCPHandler: Processed in 0.001323031 sec. 2026.03.20 17:56:14.684167 [ 120 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.684196 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.684264 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_76_15} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.684266 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:14.684292 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::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.03.20 17:56:14.684353 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_76_15} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.20 17:56:14.684390 [ 268 ] {12d71b94-e6ab-44fb-8f73-1110326ca228} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:56:14.684422 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:14.684435 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.20 17:56:14.684438 [ 268 ] {12d71b94-e6ab-44fb-8f73-1110326ca228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:56:14.684463 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 23991 rows starting from the beginning of the part 2026.03.20 17:56:14.684539 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::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.03.20 17:56:14.684585 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 265 rows starting from the beginning of the part 2026.03.20 17:56:14.684628 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1218 rows starting from the beginning of the part 2026.03.20 17:56:14.684667 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 128 rows starting from the beginning of the part 2026.03.20 17:56:14.684707 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 265 rows starting from the beginning of the part 2026.03.20 17:56:14.684759 [ 268 ] {12d71b94-e6ab-44fb-8f73-1110326ca228} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.684799 [ 268 ] {12d71b94-e6ab-44fb-8f73-1110326ca228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.685110 [ 268 ] {12d71b94-e6ab-44fb-8f73-1110326ca228} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.20 17:56:14.685313 [ 268 ] {12d71b94-e6ab-44fb-8f73-1110326ca228} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.685452 [ 268 ] {12d71b94-e6ab-44fb-8f73-1110326ca228} executeQuery: Read 1 rows, 69.00 B in 0.001093 sec., 914.9130832570905 rows/sec., 61.65 KiB/sec. 2026.03.20 17:56:14.685486 [ 268 ] {12d71b94-e6ab-44fb-8f73-1110326ca228} TCPHandler: Processed in 0.001267869 sec. 2026.03.20 17:56:14.685602 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:14.685722 [ 268 ] {37062acc-c200-4c1c-908c-75a8427abb16} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:14.685771 [ 268 ] {37062acc-c200-4c1c-908c-75a8427abb16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:14.686156 [ 268 ] {37062acc-c200-4c1c-908c-75a8427abb16} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.686198 [ 268 ] {37062acc-c200-4c1c-908c-75a8427abb16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.686748 [ 268 ] {37062acc-c200-4c1c-908c-75a8427abb16} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.20 17:56:14.686978 [ 268 ] {37062acc-c200-4c1c-908c-75a8427abb16} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.687109 [ 268 ] {37062acc-c200-4c1c-908c-75a8427abb16} executeQuery: Read 90 rows, 5.77 KiB in 0.001411 sec., 63784.54996456414 rows/sec., 3.99 MiB/sec. 2026.03.20 17:56:14.687114 [ 120 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.20 17:56:14.687148 [ 268 ] {37062acc-c200-4c1c-908c-75a8427abb16} TCPHandler: Processed in 0.001605407 sec. 2026.03.20 17:56:14.687159 [ 120 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:14.687183 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:14.687281 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:56:14.687439 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:14.687485 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4200 rows starting from the beginning of the part 2026.03.20 17:56:14.687563 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:56:14.687624 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 90 rows starting from the beginning of the part 2026.03.20 17:56:14.687679 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 12 rows starting from the beginning of the part 2026.03.20 17:56:14.687732 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 48 rows starting from the beginning of the part 2026.03.20 17:56:14.687789 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 90 rows starting from the beginning of the part 2026.03.20 17:56:14.690432 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4500 rows, containing 4 columns (4 merged, 0 gathered) in 0.003198844 sec., 1406758.191396642 rows/sec., 90.27 MiB/sec. 2026.03.20 17:56:14.690904 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.20 17:56:14.691157 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_76_15} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.691223 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_76_15} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.20 17:56:14.691299 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.03.20 17:56:14.697823 [ 195 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 26027 rows, containing 5 columns (5 merged, 0 gathered) in 0.013576486 sec., 1917064.5482196203 rows/sec., 126.31 MiB/sec. 2026.03.20 17:56:14.698068 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.20 17:56:14.698353 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_76_15} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:14.698429 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_76_15} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.20 17:56:14.698517 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.03.20 17:56:15.000264 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 317.25 MiB, peak 329.41 MiB, free memory in arenas 0.00 B, will set to 319.27 MiB (RSS), difference: 2.02 MiB 2026.03.20 17:56:17.684985 [ 119 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:56:17.685037 [ 119 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:56:17.810397 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23077 2026.03.20 17:56:17.810935 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:17.810981 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:17.811488 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:56:17.811719 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:17.811845 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23077 2026.03.20 17:56:17.889554 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1412 2026.03.20 17:56:17.891864 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:17.891903 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:17.893065 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:56:17.893323 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:17.893455 [ 119 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.20 17:56:17.893500 [ 119 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:17.893521 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:17.893582 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1412 2026.03.20 17:56:17.893687 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.20 17:56:17.894567 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:17.894722 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1232 rows starting from the beginning of the part 2026.03.20 17:56:17.895085 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 54 rows starting from the beginning of the part 2026.03.20 17:56:17.895437 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part 2026.03.20 17:56:17.895754 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part 2026.03.20 17:56:17.896058 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 50 rows starting from the beginning of the part 2026.03.20 17:56:17.896372 [ 197 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part 2026.03.20 17:56:17.903309 [ 200 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1412 rows, containing 72 columns (72 merged, 0 gathered) in 0.009701325 sec., 145547.12887157165 rows/sec., 116.84 MiB/sec. 2026.03.20 17:56:17.904864 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.20 17:56:17.905404 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_36_7} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:17.905483 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_36_7} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.20 17:56:17.905679 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2026.03.20 17:56:18.001294 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000826299 sec. 2026.03.20 17:56:19.016977 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.03.20 17:56:19.033874 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:19.033931 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:19.039754 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:56:19.040427 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:19.043316 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.03.20 17:56:19.665864 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:19.666047 [ 268 ] {20bade52-8c6f-4467-81df-d0351179dca1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:19.666115 [ 268 ] {20bade52-8c6f-4467-81df-d0351179dca1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:19.666832 [ 268 ] {20bade52-8c6f-4467-81df-d0351179dca1} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:19.666877 [ 268 ] {20bade52-8c6f-4467-81df-d0351179dca1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:19.667276 [ 268 ] {20bade52-8c6f-4467-81df-d0351179dca1} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.20 17:56:19.667508 [ 268 ] {20bade52-8c6f-4467-81df-d0351179dca1} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:19.667669 [ 268 ] {20bade52-8c6f-4467-81df-d0351179dca1} executeQuery: Read 138 rows, 12.29 KiB in 0.001671 sec., 82585.27827648116 rows/sec., 7.18 MiB/sec. 2026.03.20 17:56:19.667723 [ 268 ] {20bade52-8c6f-4467-81df-d0351179dca1} TCPHandler: Processed in 0.001986137 sec. 2026.03.20 17:56:19.667848 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:19.667951 [ 268 ] {a42449b2-9921-4ac1-9a12-a49e8a1f6840} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:56:19.667995 [ 268 ] {a42449b2-9921-4ac1-9a12-a49e8a1f6840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:56:19.668422 [ 268 ] {a42449b2-9921-4ac1-9a12-a49e8a1f6840} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:19.668459 [ 268 ] {a42449b2-9921-4ac1-9a12-a49e8a1f6840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:19.668806 [ 268 ] {a42449b2-9921-4ac1-9a12-a49e8a1f6840} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.20 17:56:19.669015 [ 268 ] {a42449b2-9921-4ac1-9a12-a49e8a1f6840} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:19.669145 [ 268 ] {a42449b2-9921-4ac1-9a12-a49e8a1f6840} executeQuery: Read 41 rows, 3.08 KiB in 0.001216 sec., 33717.10526315789 rows/sec., 2.48 MiB/sec. 2026.03.20 17:56:19.669185 [ 268 ] {a42449b2-9921-4ac1-9a12-a49e8a1f6840} TCPHandler: Processed in 0.001389842 sec. 2026.03.20 17:56:19.669293 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:19.669392 [ 268 ] {dc3a488a-f51f-4c17-ad7c-aadb86e9732e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:19.669433 [ 268 ] {dc3a488a-f51f-4c17-ad7c-aadb86e9732e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:19.669864 [ 268 ] {dc3a488a-f51f-4c17-ad7c-aadb86e9732e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:19.669901 [ 268 ] {dc3a488a-f51f-4c17-ad7c-aadb86e9732e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:19.670227 [ 268 ] {dc3a488a-f51f-4c17-ad7c-aadb86e9732e} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.20 17:56:19.670438 [ 268 ] {dc3a488a-f51f-4c17-ad7c-aadb86e9732e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:19.670568 [ 268 ] {dc3a488a-f51f-4c17-ad7c-aadb86e9732e} executeQuery: Read 105 rows, 8.40 KiB in 0.001196 sec., 87792.64214046823 rows/sec., 6.86 MiB/sec. 2026.03.20 17:56:19.670607 [ 268 ] {dc3a488a-f51f-4c17-ad7c-aadb86e9732e} TCPHandler: Processed in 0.001363552 sec. 2026.03.20 17:56:19.670726 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:19.670822 [ 268 ] {c4d1bb0c-2884-4758-88f6-492e54135209} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:19.670867 [ 268 ] {c4d1bb0c-2884-4758-88f6-492e54135209} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:19.671282 [ 268 ] {c4d1bb0c-2884-4758-88f6-492e54135209} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:19.671318 [ 268 ] {c4d1bb0c-2884-4758-88f6-492e54135209} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:19.671650 [ 268 ] {c4d1bb0c-2884-4758-88f6-492e54135209} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.20 17:56:19.671861 [ 268 ] {c4d1bb0c-2884-4758-88f6-492e54135209} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:19.671990 [ 268 ] {c4d1bb0c-2884-4758-88f6-492e54135209} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.03.20 17:56:19.672026 [ 268 ] {c4d1bb0c-2884-4758-88f6-492e54135209} TCPHandler: Processed in 0.001349611 sec. 2026.03.20 17:56:19.672251 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:19.672447 [ 268 ] {0874610e-a2f4-4e62-ad93-bdf27b1e7e93} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:19.672538 [ 268 ] {0874610e-a2f4-4e62-ad93-bdf27b1e7e93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:56:19.673622 [ 268 ] {0874610e-a2f4-4e62-ad93-bdf27b1e7e93} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:19.673663 [ 268 ] {0874610e-a2f4-4e62-ad93-bdf27b1e7e93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:19.674254 [ 268 ] {0874610e-a2f4-4e62-ad93-bdf27b1e7e93} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:56:19.674539 [ 268 ] {0874610e-a2f4-4e62-ad93-bdf27b1e7e93} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:19.674692 [ 268 ] {0874610e-a2f4-4e62-ad93-bdf27b1e7e93} executeQuery: Read 41 rows, 75.23 KiB in 0.002299 sec., 17833.840800347978 rows/sec., 31.96 MiB/sec. 2026.03.20 17:56:19.674806 [ 268 ] {0874610e-a2f4-4e62-ad93-bdf27b1e7e93} TCPHandler: Processed in 0.002683312 sec. 2026.03.20 17:56:19.674923 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:19.675020 [ 268 ] {8d4ae993-cb82-4f83-bf93-ff0109f48cf4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:19.675062 [ 268 ] {8d4ae993-cb82-4f83-bf93-ff0109f48cf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:19.675416 [ 268 ] {8d4ae993-cb82-4f83-bf93-ff0109f48cf4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:19.675451 [ 268 ] {8d4ae993-cb82-4f83-bf93-ff0109f48cf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:19.675759 [ 268 ] {8d4ae993-cb82-4f83-bf93-ff0109f48cf4} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.20 17:56:19.675965 [ 268 ] {8d4ae993-cb82-4f83-bf93-ff0109f48cf4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:19.676093 [ 268 ] {8d4ae993-cb82-4f83-bf93-ff0109f48cf4} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.03.20 17:56:19.676129 [ 268 ] {8d4ae993-cb82-4f83-bf93-ff0109f48cf4} TCPHandler: Processed in 0.00125756 sec. 2026.03.20 17:56:21.928320 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59325 2026.03.20 17:56:21.928439 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:21.928467 [ 291 ] {} TCP-Session: ffe1cc0e-83b1-4000-bbb7-238f0c0fff68 Authenticating user 'default' from [fd00:1122:3344:101::e]:59325 2026.03.20 17:56:21.928489 [ 291 ] {} TCP-Session: ffe1cc0e-83b1-4000-bbb7-238f0c0fff68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.928502 [ 291 ] {} TCP-Session: ffe1cc0e-83b1-4000-bbb7-238f0c0fff68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.928675 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51675 2026.03.20 17:56:21.928716 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52991 2026.03.20 17:56:21.928727 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55214 2026.03.20 17:56:21.928772 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36645 2026.03.20 17:56:21.928797 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:21.928767 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59342 2026.03.20 17:56:21.928834 [ 292 ] {} TCP-Session: 0b537313-68a9-4b47-838b-e7c1528ff6f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:51675 2026.03.20 17:56:21.928834 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:21.928855 [ 291 ] {} TCP-Session: ffe1cc0e-83b1-4000-bbb7-238f0c0fff68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:21.928867 [ 292 ] {} TCP-Session: 0b537313-68a9-4b47-838b-e7c1528ff6f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.928895 [ 293 ] {} TCP-Session: 95d64926-a0ba-4e7e-99e6-3ded8b07064d Authenticating user 'default' from [fd00:1122:3344:101::e]:52991 2026.03.20 17:56:21.928910 [ 292 ] {} TCP-Session: 0b537313-68a9-4b47-838b-e7c1528ff6f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.928932 [ 293 ] {} TCP-Session: 95d64926-a0ba-4e7e-99e6-3ded8b07064d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.928756 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51047 2026.03.20 17:56:21.928962 [ 293 ] {} TCP-Session: 95d64926-a0ba-4e7e-99e6-3ded8b07064d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.928993 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:21.928743 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35775 2026.03.20 17:56:21.929033 [ 290 ] {} TCP-Session: 4b97e5d5-54f4-4425-a56a-89c0e99808bf Authenticating user 'default' from [fd00:1122:3344:101::e]:36645 2026.03.20 17:56:21.929044 [ 291 ] {409ac4fd-93d4-45f2-9852-0c4e6273dc75} executeQuery: (from [fd00:1122:3344:101::e]:59325) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:56:21.929071 [ 290 ] {} TCP-Session: 4b97e5d5-54f4-4425-a56a-89c0e99808bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.928733 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53784 2026.03.20 17:56:21.929106 [ 290 ] {} TCP-Session: 4b97e5d5-54f4-4425-a56a-89c0e99808bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.929349 [ 291 ] {409ac4fd-93d4-45f2-9852-0c4e6273dc75} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:56:21.929411 [ 291 ] {409ac4fd-93d4-45f2-9852-0c4e6273dc75} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:56:21.929442 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:21.929475 [ 286 ] {} TCP-Session: 9aaa8dea-cc2b-4f4c-8925-2424a48ecb35 Authenticating user 'default' from [fd00:1122:3344:101::e]:35775 2026.03.20 17:56:21.929495 [ 286 ] {} TCP-Session: 9aaa8dea-cc2b-4f4c-8925-2424a48ecb35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.929508 [ 286 ] {} TCP-Session: 9aaa8dea-cc2b-4f4c-8925-2424a48ecb35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.929528 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:21.929556 [ 267 ] {} TCP-Session: c0083432-54dd-46c4-b23c-717542710713 Authenticating user 'default' from [fd00:1122:3344:101::e]:53784 2026.03.20 17:56:21.929572 [ 267 ] {} TCP-Session: c0083432-54dd-46c4-b23c-717542710713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.929584 [ 267 ] {} TCP-Session: c0083432-54dd-46c4-b23c-717542710713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.929645 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:21.929681 [ 289 ] {} TCP-Session: 91bb0944-f18f-444e-a173-b5207952012c Authenticating user 'default' from [fd00:1122:3344:101::e]:59342 2026.03.20 17:56:21.929699 [ 289 ] {} TCP-Session: 91bb0944-f18f-444e-a173-b5207952012c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.929708 [ 291 ] {409ac4fd-93d4-45f2-9852-0c4e6273dc75} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:56:21.929712 [ 289 ] {} TCP-Session: 91bb0944-f18f-444e-a173-b5207952012c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.929905 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:21.929939 [ 294 ] {} TCP-Session: c4e005f2-d5a5-4b63-bfe2-a807543026f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:55214 2026.03.20 17:56:21.929959 [ 294 ] {} TCP-Session: c4e005f2-d5a5-4b63-bfe2-a807543026f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.929978 [ 294 ] {} TCP-Session: c4e005f2-d5a5-4b63-bfe2-a807543026f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.930013 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:21.930047 [ 288 ] {} TCP-Session: 706150bf-36bf-49a8-b6f4-719afa85dc37 Authenticating user 'default' from [fd00:1122:3344:101::e]:51047 2026.03.20 17:56:21.930064 [ 288 ] {} TCP-Session: 706150bf-36bf-49a8-b6f4-719afa85dc37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.930076 [ 288 ] {} TCP-Session: 706150bf-36bf-49a8-b6f4-719afa85dc37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.930671 [ 324 ] {409ac4fd-93d4-45f2-9852-0c4e6273dc75} AggregatingTransform: Aggregating 2026.03.20 17:56:21.930724 [ 324 ] {409ac4fd-93d4-45f2-9852-0c4e6273dc75} Aggregator: Aggregation method: without_key 2026.03.20 17:56:21.930775 [ 324 ] {409ac4fd-93d4-45f2-9852-0c4e6273dc75} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000941162 sec. (1062.516 rows/sec., 41.50 KiB/sec.) 2026.03.20 17:56:21.930809 [ 324 ] {409ac4fd-93d4-45f2-9852-0c4e6273dc75} Aggregator: Merging aggregated data 2026.03.20 17:56:21.932013 [ 291 ] {409ac4fd-93d4-45f2-9852-0c4e6273dc75} executeQuery: Read 1 rows, 40.00 B in 0.003025 sec., 330.57851239669424 rows/sec., 12.91 KiB/sec. 2026.03.20 17:56:21.932142 [ 291 ] {409ac4fd-93d4-45f2-9852-0c4e6273dc75} TCPHandler: Processed in 0.003398759 sec. 2026.03.20 17:56:21.932256 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:21.932286 [ 291 ] {} TCP-Session: ffe1cc0e-83b1-4000-bbb7-238f0c0fff68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.932295 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:21.932334 [ 290 ] {} TCP-Session: 4b97e5d5-54f4-4425-a56a-89c0e99808bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.932340 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:21.932343 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:21.932370 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:21.932409 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:21.932414 [ 294 ] {} TCP-Session: c4e005f2-d5a5-4b63-bfe2-a807543026f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.932435 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:21.932451 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:21.932446 [ 267 ] {} TCP-Session: c0083432-54dd-46c4-b23c-717542710713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.932478 [ 293 ] {} TCP-Session: 95d64926-a0ba-4e7e-99e6-3ded8b07064d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.932488 [ 289 ] {} TCP-Session: 91bb0944-f18f-444e-a173-b5207952012c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.932385 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:21.932435 [ 286 ] {} TCP-Session: 9aaa8dea-cc2b-4f4c-8925-2424a48ecb35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.932558 [ 288 ] {} TCP-Session: 706150bf-36bf-49a8-b6f4-719afa85dc37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:21.932397 [ 292 ] {} TCP-Session: 0b537313-68a9-4b47-838b-e7c1528ff6f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.222995 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37936 2026.03.20 17:56:22.223110 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:22.223137 [ 291 ] {} TCP-Session: 94abe6d5-41d4-4987-9a73-5886bf91a859 Authenticating user 'default' from [fd00:1122:3344:101::e]:37936 2026.03.20 17:56:22.223158 [ 291 ] {} TCP-Session: 94abe6d5-41d4-4987-9a73-5886bf91a859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.223171 [ 291 ] {} TCP-Session: 94abe6d5-41d4-4987-9a73-5886bf91a859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.223372 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65481 2026.03.20 17:56:22.223421 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56428 2026.03.20 17:56:22.223429 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57393 2026.03.20 17:56:22.223477 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44509 2026.03.20 17:56:22.223487 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:22.223483 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48980 2026.03.20 17:56:22.223534 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:22.223551 [ 291 ] {} TCP-Session: 94abe6d5-41d4-4987-9a73-5886bf91a859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:22.223561 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:22.223577 [ 293 ] {} TCP-Session: 85cb779e-dac6-4528-a630-be14e4ed235f Authenticating user 'default' from [fd00:1122:3344:101::e]:56428 2026.03.20 17:56:22.223596 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:22.223607 [ 289 ] {} TCP-Session: f0fd8fe4-5445-4982-9828-092186a516c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:44509 2026.03.20 17:56:22.223624 [ 293 ] {} TCP-Session: 85cb779e-dac6-4528-a630-be14e4ed235f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.223637 [ 290 ] {} TCP-Session: ca78d04d-679e-4687-bd13-1a6febd4ed3d Authenticating user 'default' from [fd00:1122:3344:101::e]:48980 2026.03.20 17:56:22.223653 [ 289 ] {} TCP-Session: f0fd8fe4-5445-4982-9828-092186a516c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.223656 [ 293 ] {} TCP-Session: 85cb779e-dac6-4528-a630-be14e4ed235f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.223678 [ 290 ] {} TCP-Session: ca78d04d-679e-4687-bd13-1a6febd4ed3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.223682 [ 289 ] {} TCP-Session: f0fd8fe4-5445-4982-9828-092186a516c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.223725 [ 291 ] {2643a49e-eaa7-4668-b3b7-cc96f38e28dc} executeQuery: (from [fd00:1122:3344:101::e]:37936) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:56:22.223713 [ 290 ] {} TCP-Session: ca78d04d-679e-4687-bd13-1a6febd4ed3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.223533 [ 292 ] {} TCP-Session: a9455f6e-42a4-4d58-bd37-7b2f8d306dd1 Authenticating user 'default' from [fd00:1122:3344:101::e]:65481 2026.03.20 17:56:22.223465 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58304 2026.03.20 17:56:22.223813 [ 292 ] {} TCP-Session: a9455f6e-42a4-4d58-bd37-7b2f8d306dd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.223455 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58404 2026.03.20 17:56:22.223846 [ 292 ] {} TCP-Session: a9455f6e-42a4-4d58-bd37-7b2f8d306dd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.223878 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:22.223424 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53473 2026.03.20 17:56:22.223912 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:22.223914 [ 288 ] {} TCP-Session: 2eb2ca4a-18c3-4f3d-8905-8de54265e9c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:58304 2026.03.20 17:56:22.223950 [ 286 ] {} TCP-Session: 5d677e9c-329a-45e9-9aa3-6f98e072c78c Authenticating user 'default' from [fd00:1122:3344:101::e]:58404 2026.03.20 17:56:22.223967 [ 288 ] {} TCP-Session: 2eb2ca4a-18c3-4f3d-8905-8de54265e9c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.223973 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:22.223981 [ 286 ] {} TCP-Session: 5d677e9c-329a-45e9-9aa3-6f98e072c78c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.223991 [ 288 ] {} TCP-Session: 2eb2ca4a-18c3-4f3d-8905-8de54265e9c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.224005 [ 291 ] {2643a49e-eaa7-4668-b3b7-cc96f38e28dc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:56:22.224013 [ 286 ] {} TCP-Session: 5d677e9c-329a-45e9-9aa3-6f98e072c78c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.224010 [ 294 ] {} TCP-Session: eaebf806-77e5-4d26-b129-fe1e7a523300 Authenticating user 'default' from [fd00:1122:3344:101::e]:53473 2026.03.20 17:56:22.223560 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:22.224080 [ 294 ] {} TCP-Session: eaebf806-77e5-4d26-b129-fe1e7a523300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.224079 [ 291 ] {2643a49e-eaa7-4668-b3b7-cc96f38e28dc} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:56:22.224102 [ 294 ] {} TCP-Session: eaebf806-77e5-4d26-b129-fe1e7a523300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.224100 [ 267 ] {} TCP-Session: db518fba-3d5b-4a99-995d-3a74f21c8e5a Authenticating user 'default' from [fd00:1122:3344:101::e]:57393 2026.03.20 17:56:22.224147 [ 267 ] {} TCP-Session: db518fba-3d5b-4a99-995d-3a74f21c8e5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.224160 [ 267 ] {} TCP-Session: db518fba-3d5b-4a99-995d-3a74f21c8e5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.224377 [ 291 ] {2643a49e-eaa7-4668-b3b7-cc96f38e28dc} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:56:22.225278 [ 332 ] {2643a49e-eaa7-4668-b3b7-cc96f38e28dc} AggregatingTransform: Aggregating 2026.03.20 17:56:22.225315 [ 332 ] {2643a49e-eaa7-4668-b3b7-cc96f38e28dc} Aggregator: Aggregation method: without_key 2026.03.20 17:56:22.225350 [ 332 ] {2643a49e-eaa7-4668-b3b7-cc96f38e28dc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00087145 sec. (1147.513 rows/sec., 44.82 KiB/sec.) 2026.03.20 17:56:22.225368 [ 332 ] {2643a49e-eaa7-4668-b3b7-cc96f38e28dc} Aggregator: Merging aggregated data 2026.03.20 17:56:22.226657 [ 291 ] {2643a49e-eaa7-4668-b3b7-cc96f38e28dc} executeQuery: Read 1 rows, 40.00 B in 0.002985 sec., 335.00837520938023 rows/sec., 13.09 KiB/sec. 2026.03.20 17:56:22.226819 [ 291 ] {2643a49e-eaa7-4668-b3b7-cc96f38e28dc} TCPHandler: Processed in 0.003377018 sec. 2026.03.20 17:56:22.226935 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:22.226964 [ 291 ] {} TCP-Session: 94abe6d5-41d4-4987-9a73-5886bf91a859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.226965 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:22.226982 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:22.226996 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:22.227018 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:22.227039 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:22.227062 [ 292 ] {} TCP-Session: a9455f6e-42a4-4d58-bd37-7b2f8d306dd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.227078 [ 267 ] {} TCP-Session: db518fba-3d5b-4a99-995d-3a74f21c8e5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.227080 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:22.227110 [ 293 ] {} TCP-Session: 85cb779e-dac6-4528-a630-be14e4ed235f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.227066 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:22.227149 [ 289 ] {} TCP-Session: f0fd8fe4-5445-4982-9828-092186a516c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.227052 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:22.227187 [ 290 ] {} TCP-Session: ca78d04d-679e-4687-bd13-1a6febd4ed3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.227041 [ 288 ] {} TCP-Session: 2eb2ca4a-18c3-4f3d-8905-8de54265e9c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.227223 [ 294 ] {} TCP-Session: eaebf806-77e5-4d26-b129-fe1e7a523300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:22.227013 [ 286 ] {} TCP-Session: 5d677e9c-329a-45e9-9aa3-6f98e072c78c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.386709 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44774 2026.03.20 17:56:23.386827 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:23.386853 [ 286 ] {} TCP-Session: f67aa10d-8130-4ec7-b322-42869bf02fa6 Authenticating user 'default' from [fd00:1122:3344:101::e]:44774 2026.03.20 17:56:23.386874 [ 286 ] {} TCP-Session: f67aa10d-8130-4ec7-b322-42869bf02fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.386887 [ 286 ] {} TCP-Session: f67aa10d-8130-4ec7-b322-42869bf02fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.387094 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42830 2026.03.20 17:56:23.387106 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64427 2026.03.20 17:56:23.387152 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60424 2026.03.20 17:56:23.387177 [ 286 ] {} TCP-Session: f67aa10d-8130-4ec7-b322-42869bf02fa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:23.387185 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44850 2026.03.20 17:56:23.387219 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:23.387243 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:23.387268 [ 288 ] {} TCP-Session: 7ea95671-150d-43c9-b87e-7e5f90da3d72 Authenticating user 'default' from [fd00:1122:3344:101::e]:42830 2026.03.20 17:56:23.387285 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:23.387299 [ 289 ] {} TCP-Session: a83e4d72-e1fe-4aec-aed8-fd2fef0e75c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:64427 2026.03.20 17:56:23.387308 [ 288 ] {} TCP-Session: 7ea95671-150d-43c9-b87e-7e5f90da3d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.387323 [ 267 ] {} TCP-Session: 1abfcd17-bd6b-478e-a30d-ac42667427ba Authenticating user 'default' from [fd00:1122:3344:101::e]:44850 2026.03.20 17:56:23.387348 [ 289 ] {} TCP-Session: a83e4d72-e1fe-4aec-aed8-fd2fef0e75c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.387355 [ 286 ] {770b04ec-fb5d-4923-b3ca-e1b925aeda0b} executeQuery: (from [fd00:1122:3344:101::e]:44774) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:56:23.387365 [ 267 ] {} TCP-Session: 1abfcd17-bd6b-478e-a30d-ac42667427ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.387385 [ 289 ] {} TCP-Session: a83e4d72-e1fe-4aec-aed8-fd2fef0e75c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.387405 [ 267 ] {} TCP-Session: 1abfcd17-bd6b-478e-a30d-ac42667427ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.387347 [ 288 ] {} TCP-Session: 7ea95671-150d-43c9-b87e-7e5f90da3d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.387244 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:23.387177 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45624 2026.03.20 17:56:23.387494 [ 292 ] {} TCP-Session: 1e443c4f-e8d8-4be2-b8c9-c0ccaab4470f Authenticating user 'default' from [fd00:1122:3344:101::e]:60424 2026.03.20 17:56:23.387170 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40015 2026.03.20 17:56:23.387533 [ 292 ] {} TCP-Session: 1e443c4f-e8d8-4be2-b8c9-c0ccaab4470f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.387136 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59170 2026.03.20 17:56:23.387586 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:23.387608 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:23.387121 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63377 2026.03.20 17:56:23.387650 [ 286 ] {770b04ec-fb5d-4923-b3ca-e1b925aeda0b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:56:23.387712 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:23.387645 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:56:23.387794 [ 290 ] {} TCP-Session: 93f8e03a-4ac6-405f-a967-25cd3f739971 Authenticating user 'default' from [fd00:1122:3344:101::e]:63377 2026.03.20 17:56:23.387805 [ 286 ] {770b04ec-fb5d-4923-b3ca-e1b925aeda0b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:56:23.387820 [ 291 ] {} TCP-Session: 2f8936e6-68db-4afe-97cd-9c375928c6ae Authenticating user 'default' from [fd00:1122:3344:101::e]:59170 2026.03.20 17:56:23.387825 [ 290 ] {} TCP-Session: 93f8e03a-4ac6-405f-a967-25cd3f739971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.387850 [ 291 ] {} TCP-Session: 2f8936e6-68db-4afe-97cd-9c375928c6ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.387863 [ 290 ] {} TCP-Session: 93f8e03a-4ac6-405f-a967-25cd3f739971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.387879 [ 291 ] {} TCP-Session: 2f8936e6-68db-4afe-97cd-9c375928c6ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.387640 [ 294 ] {} TCP-Session: 497d3b8e-cfc9-4439-97e0-8378964bc20f Authenticating user 'default' from [fd00:1122:3344:101::e]:40015 2026.03.20 17:56:23.387630 [ 293 ] {} TCP-Session: a0bdd099-b1f9-4e8a-8c13-db51cdec3575 Authenticating user 'default' from [fd00:1122:3344:101::e]:45624 2026.03.20 17:56:23.387573 [ 292 ] {} TCP-Session: 1e443c4f-e8d8-4be2-b8c9-c0ccaab4470f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.388023 [ 294 ] {} TCP-Session: 497d3b8e-cfc9-4439-97e0-8378964bc20f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.388047 [ 294 ] {} TCP-Session: 497d3b8e-cfc9-4439-97e0-8378964bc20f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.388072 [ 293 ] {} TCP-Session: a0bdd099-b1f9-4e8a-8c13-db51cdec3575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.388092 [ 293 ] {} TCP-Session: a0bdd099-b1f9-4e8a-8c13-db51cdec3575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.388099 [ 286 ] {770b04ec-fb5d-4923-b3ca-e1b925aeda0b} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:56:23.389047 [ 336 ] {770b04ec-fb5d-4923-b3ca-e1b925aeda0b} AggregatingTransform: Aggregating 2026.03.20 17:56:23.389102 [ 336 ] {770b04ec-fb5d-4923-b3ca-e1b925aeda0b} Aggregator: Aggregation method: without_key 2026.03.20 17:56:23.389137 [ 336 ] {770b04ec-fb5d-4923-b3ca-e1b925aeda0b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000931481 sec. (1073.559 rows/sec., 41.94 KiB/sec.) 2026.03.20 17:56:23.389156 [ 336 ] {770b04ec-fb5d-4923-b3ca-e1b925aeda0b} Aggregator: Merging aggregated data 2026.03.20 17:56:23.390434 [ 286 ] {770b04ec-fb5d-4923-b3ca-e1b925aeda0b} executeQuery: Read 1 rows, 40.00 B in 0.003125 sec., 320 rows/sec., 12.50 KiB/sec. 2026.03.20 17:56:23.390560 [ 286 ] {770b04ec-fb5d-4923-b3ca-e1b925aeda0b} TCPHandler: Processed in 0.003489841 sec. 2026.03.20 17:56:23.390643 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:23.390672 [ 286 ] {} TCP-Session: f67aa10d-8130-4ec7-b322-42869bf02fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.390674 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:23.390726 [ 288 ] {} TCP-Session: 7ea95671-150d-43c9-b87e-7e5f90da3d72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.390727 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:23.390738 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:23.390755 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:23.390771 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:23.390788 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:23.390833 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:23.390841 [ 290 ] {} TCP-Session: 93f8e03a-4ac6-405f-a967-25cd3f739971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.390863 [ 293 ] {} TCP-Session: a0bdd099-b1f9-4e8a-8c13-db51cdec3575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.390877 [ 294 ] {} TCP-Session: 497d3b8e-cfc9-4439-97e0-8378964bc20f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.390807 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:56:23.390794 [ 292 ] {} TCP-Session: 1e443c4f-e8d8-4be2-b8c9-c0ccaab4470f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.390942 [ 291 ] {} TCP-Session: 2f8936e6-68db-4afe-97cd-9c375928c6ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.390769 [ 267 ] {} TCP-Session: 1abfcd17-bd6b-478e-a30d-ac42667427ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:23.390816 [ 289 ] {} TCP-Session: a83e4d72-e1fe-4aec-aed8-fd2fef0e75c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:56:24.672371 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:24.672572 [ 268 ] {9075431b-93e4-4022-80e7-4ad2eae9e4f0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:56:24.672644 [ 268 ] {9075431b-93e4-4022-80e7-4ad2eae9e4f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:56:24.673433 [ 268 ] {9075431b-93e4-4022-80e7-4ad2eae9e4f0} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.673489 [ 268 ] {9075431b-93e4-4022-80e7-4ad2eae9e4f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.673923 [ 268 ] {9075431b-93e4-4022-80e7-4ad2eae9e4f0} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:56:24.674163 [ 268 ] {9075431b-93e4-4022-80e7-4ad2eae9e4f0} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.674334 [ 268 ] {9075431b-93e4-4022-80e7-4ad2eae9e4f0} executeQuery: Read 284 rows, 18.47 KiB in 0.001812 sec., 156732.89183222956 rows/sec., 9.95 MiB/sec. 2026.03.20 17:56:24.674394 [ 268 ] {9075431b-93e4-4022-80e7-4ad2eae9e4f0} TCPHandler: Processed in 0.00215844 sec. 2026.03.20 17:56:24.674544 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:24.674666 [ 268 ] {fbcf6d44-ccac-47f1-8e43-0cd0a39aa28a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:56:24.674714 [ 268 ] {fbcf6d44-ccac-47f1-8e43-0cd0a39aa28a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:56:24.675144 [ 268 ] {fbcf6d44-ccac-47f1-8e43-0cd0a39aa28a} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.675184 [ 268 ] {fbcf6d44-ccac-47f1-8e43-0cd0a39aa28a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.675521 [ 268 ] {fbcf6d44-ccac-47f1-8e43-0cd0a39aa28a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 17:56:24.675749 [ 268 ] {fbcf6d44-ccac-47f1-8e43-0cd0a39aa28a} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.675905 [ 268 ] {fbcf6d44-ccac-47f1-8e43-0cd0a39aa28a} executeQuery: Read 2 rows, 167.00 B in 0.001265 sec., 1581.0276679841897 rows/sec., 128.92 KiB/sec. 2026.03.20 17:56:24.675947 [ 268 ] {fbcf6d44-ccac-47f1-8e43-0cd0a39aa28a} TCPHandler: Processed in 0.001464854 sec. 2026.03.20 17:56:24.676069 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:24.676168 [ 268 ] {cca176fb-c183-4c23-ae4a-f7cc6ce7c1ef} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:24.676211 [ 268 ] {cca176fb-c183-4c23-ae4a-f7cc6ce7c1ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:24.677039 [ 268 ] {cca176fb-c183-4c23-ae4a-f7cc6ce7c1ef} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.677075 [ 268 ] {cca176fb-c183-4c23-ae4a-f7cc6ce7c1ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.677488 [ 268 ] {cca176fb-c183-4c23-ae4a-f7cc6ce7c1ef} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.20 17:56:24.677708 [ 268 ] {cca176fb-c183-4c23-ae4a-f7cc6ce7c1ef} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.677864 [ 268 ] {cca176fb-c183-4c23-ae4a-f7cc6ce7c1ef} executeQuery: Read 798 rows, 63.57 KiB in 0.001717 sec., 464764.12347117066 rows/sec., 36.16 MiB/sec. 2026.03.20 17:56:24.677903 [ 268 ] {cca176fb-c183-4c23-ae4a-f7cc6ce7c1ef} TCPHandler: Processed in 0.001885094 sec. 2026.03.20 17:56:24.678016 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:24.678112 [ 268 ] {38628cf1-f738-4392-89c5-552e3e1d8e6b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:56:24.678153 [ 268 ] {38628cf1-f738-4392-89c5-552e3e1d8e6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:56:24.678648 [ 268 ] {38628cf1-f738-4392-89c5-552e3e1d8e6b} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.678690 [ 268 ] {38628cf1-f738-4392-89c5-552e3e1d8e6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.679049 [ 268 ] {38628cf1-f738-4392-89c5-552e3e1d8e6b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.20 17:56:24.679306 [ 268 ] {38628cf1-f738-4392-89c5-552e3e1d8e6b} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.679435 [ 86 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2026.03.20 17:56:24.679445 [ 268 ] {38628cf1-f738-4392-89c5-552e3e1d8e6b} executeQuery: Read 144 rows, 8.68 KiB in 0.001351 sec., 106587.71280532939 rows/sec., 6.28 MiB/sec. 2026.03.20 17:56:24.679513 [ 86 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.679529 [ 268 ] {38628cf1-f738-4392-89c5-552e3e1d8e6b} TCPHandler: Processed in 0.001562976 sec. 2026.03.20 17:56:24.679542 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.679649 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2026.03.20 17:56:24.679660 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:24.679767 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:24.679772 [ 268 ] {d26455ef-c5a8-456b-b241-b6a2c0ef68c6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:56:24.679807 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 226 rows starting from the beginning of the part 2026.03.20 17:56:24.679827 [ 268 ] {d26455ef-c5a8-456b-b241-b6a2c0ef68c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:56:24.679880 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 142 rows starting from the beginning of the part 2026.03.20 17:56:24.679934 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 54 rows starting from the beginning of the part 2026.03.20 17:56:24.679977 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 142 rows starting from the beginning of the part 2026.03.20 17:56:24.680017 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 41 rows starting from the beginning of the part 2026.03.20 17:56:24.680059 [ 186 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 144 rows starting from the beginning of the part 2026.03.20 17:56:24.680290 [ 268 ] {d26455ef-c5a8-456b-b241-b6a2c0ef68c6} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.680333 [ 268 ] {d26455ef-c5a8-456b-b241-b6a2c0ef68c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.680667 [ 268 ] {d26455ef-c5a8-456b-b241-b6a2c0ef68c6} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:56:24.680901 [ 268 ] {d26455ef-c5a8-456b-b241-b6a2c0ef68c6} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.681023 [ 86 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2026.03.20 17:56:24.681035 [ 268 ] {d26455ef-c5a8-456b-b241-b6a2c0ef68c6} executeQuery: Read 149 rows, 9.86 KiB in 0.001283 sec., 116134.06079501168 rows/sec., 7.50 MiB/sec. 2026.03.20 17:56:24.681066 [ 86 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.681088 [ 268 ] {d26455ef-c5a8-456b-b241-b6a2c0ef68c6} TCPHandler: Processed in 0.001477735 sec. 2026.03.20 17:56:24.681091 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.681084 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 749 rows, containing 5 columns (5 merged, 0 gathered) in 0.001475854 sec., 507502.7746647026 rows/sec., 33.50 MiB/sec. 2026.03.20 17:56:24.681216 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:24.681222 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2026.03.20 17:56:24.681307 [ 194 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2026.03.20 17:56:24.681317 [ 268 ] {a871b498-67ed-435b-a82d-ecc249287fec} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:56:24.681369 [ 268 ] {a871b498-67ed-435b-a82d-ecc249287fec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:56:24.681378 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:24.681422 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 882 rows starting from the beginning of the part 2026.03.20 17:56:24.681505 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 149 rows starting from the beginning of the part 2026.03.20 17:56:24.681559 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 149 rows starting from the beginning of the part 2026.03.20 17:56:24.681606 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 708 rows starting from the beginning of the part 2026.03.20 17:56:24.681653 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 149 rows starting from the beginning of the part 2026.03.20 17:56:24.681657 [ 194 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_55_11} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.681699 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 149 rows starting from the beginning of the part 2026.03.20 17:56:24.681768 [ 194 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_55_11} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2026.03.20 17:56:24.681824 [ 268 ] {a871b498-67ed-435b-a82d-ecc249287fec} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.681861 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.20 17:56:24.681868 [ 268 ] {a871b498-67ed-435b-a82d-ecc249287fec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.682223 [ 268 ] {a871b498-67ed-435b-a82d-ecc249287fec} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:56:24.682454 [ 268 ] {a871b498-67ed-435b-a82d-ecc249287fec} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.682592 [ 268 ] {a871b498-67ed-435b-a82d-ecc249287fec} executeQuery: Read 148 rows, 8.62 KiB in 0.001294 sec., 114374.03400309119 rows/sec., 6.50 MiB/sec. 2026.03.20 17:56:24.682631 [ 268 ] {a871b498-67ed-435b-a82d-ecc249287fec} TCPHandler: Processed in 0.001469804 sec. 2026.03.20 17:56:24.682742 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:24.682836 [ 268 ] {573dc866-e738-4885-8175-44ce1a0d83ff} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:24.682878 [ 268 ] {573dc866-e738-4885-8175-44ce1a0d83ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:24.682925 [ 201 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 2186 rows, containing 5 columns (5 merged, 0 gathered) in 0.001761571 sec., 1240937.7765642146 rows/sec., 80.12 MiB/sec. 2026.03.20 17:56:24.683100 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2026.03.20 17:56:24.683357 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_40_8} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.683430 [ 194 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_40_8} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2026.03.20 17:56:24.683475 [ 268 ] {573dc866-e738-4885-8175-44ce1a0d83ff} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.683511 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.20 17:56:24.683517 [ 268 ] {573dc866-e738-4885-8175-44ce1a0d83ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.683888 [ 268 ] {573dc866-e738-4885-8175-44ce1a0d83ff} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.20 17:56:24.684105 [ 268 ] {573dc866-e738-4885-8175-44ce1a0d83ff} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.684253 [ 268 ] {573dc866-e738-4885-8175-44ce1a0d83ff} executeQuery: Read 492 rows, 35.34 KiB in 0.001434 sec., 343096.2343096234 rows/sec., 24.07 MiB/sec. 2026.03.20 17:56:24.684290 [ 268 ] {573dc866-e738-4885-8175-44ce1a0d83ff} TCPHandler: Processed in 0.001598987 sec. 2026.03.20 17:56:24.684400 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:24.684493 [ 268 ] {2029a1b5-1af9-447e-b21d-5f920d596425} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:56:24.684534 [ 268 ] {2029a1b5-1af9-447e-b21d-5f920d596425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:56:24.684860 [ 268 ] {2029a1b5-1af9-447e-b21d-5f920d596425} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.684896 [ 268 ] {2029a1b5-1af9-447e-b21d-5f920d596425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.685217 [ 268 ] {2029a1b5-1af9-447e-b21d-5f920d596425} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:56:24.685427 [ 268 ] {2029a1b5-1af9-447e-b21d-5f920d596425} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.685561 [ 268 ] {2029a1b5-1af9-447e-b21d-5f920d596425} executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. 2026.03.20 17:56:24.685596 [ 268 ] {2029a1b5-1af9-447e-b21d-5f920d596425} TCPHandler: Processed in 0.001246429 sec. 2026.03.20 17:56:24.685703 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:24.685795 [ 268 ] {725148be-f5b5-47f4-866a-141c40adf9c6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:24.685837 [ 268 ] {725148be-f5b5-47f4-866a-141c40adf9c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:24.686229 [ 268 ] {725148be-f5b5-47f4-866a-141c40adf9c6} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.686263 [ 268 ] {725148be-f5b5-47f4-866a-141c40adf9c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.686598 [ 268 ] {725148be-f5b5-47f4-866a-141c40adf9c6} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.20 17:56:24.686813 [ 268 ] {725148be-f5b5-47f4-866a-141c40adf9c6} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.686957 [ 268 ] {725148be-f5b5-47f4-866a-141c40adf9c6} executeQuery: Read 266 rows, 18.10 KiB in 0.001179 sec., 225614.92790500427 rows/sec., 14.99 MiB/sec. 2026.03.20 17:56:24.686993 [ 268 ] {725148be-f5b5-47f4-866a-141c40adf9c6} TCPHandler: Processed in 0.001340032 sec. 2026.03.20 17:56:24.687104 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:24.687196 [ 268 ] {5c5bb72c-6a73-4984-a6ca-362ad8405111} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:56:24.687237 [ 268 ] {5c5bb72c-6a73-4984-a6ca-362ad8405111} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:56:24.687540 [ 268 ] {5c5bb72c-6a73-4984-a6ca-362ad8405111} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.687575 [ 268 ] {5c5bb72c-6a73-4984-a6ca-362ad8405111} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.687871 [ 268 ] {5c5bb72c-6a73-4984-a6ca-362ad8405111} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.20 17:56:24.688079 [ 268 ] {5c5bb72c-6a73-4984-a6ca-362ad8405111} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.688207 [ 268 ] {5c5bb72c-6a73-4984-a6ca-362ad8405111} executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. 2026.03.20 17:56:24.688243 [ 268 ] {5c5bb72c-6a73-4984-a6ca-362ad8405111} TCPHandler: Processed in 0.001189648 sec. 2026.03.20 17:56:24.688351 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:24.688450 [ 268 ] {6b6cd9a2-19e1-4710-8473-2241e114ec00} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:24.688492 [ 268 ] {6b6cd9a2-19e1-4710-8473-2241e114ec00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:24.688821 [ 268 ] {6b6cd9a2-19e1-4710-8473-2241e114ec00} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:24.688856 [ 268 ] {6b6cd9a2-19e1-4710-8473-2241e114ec00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:24.689191 [ 268 ] {6b6cd9a2-19e1-4710-8473-2241e114ec00} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.20 17:56:24.689403 [ 268 ] {6b6cd9a2-19e1-4710-8473-2241e114ec00} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:24.689546 [ 268 ] {6b6cd9a2-19e1-4710-8473-2241e114ec00} executeQuery: Read 90 rows, 5.77 KiB in 0.001117 sec., 80572.96329453895 rows/sec., 5.04 MiB/sec. 2026.03.20 17:56:24.689581 [ 268 ] {6b6cd9a2-19e1-4710-8473-2241e114ec00} TCPHandler: Processed in 0.00127965 sec. 2026.03.20 17:56:25.311972 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23589 2026.03.20 17:56:25.312856 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:25.312952 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:25.313492 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:56:25.313754 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:25.313913 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23589 2026.03.20 17:56:26.543411 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.03.20 17:56:26.559856 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:26.559921 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:26.566460 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:56:26.567313 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:26.571088 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.03.20 17:56:27.893779 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1452 2026.03.20 17:56:27.896419 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:27.896488 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2026.03.20 17:56:27.897867 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:56:27.898161 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:27.898581 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1452 2026.03.20 17:56:29.665939 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:29.666151 [ 268 ] {4153ae7e-7ca9-4f92-9766-ac3b16dc41bb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:29.666223 [ 268 ] {4153ae7e-7ca9-4f92-9766-ac3b16dc41bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:29.667026 [ 268 ] {4153ae7e-7ca9-4f92-9766-ac3b16dc41bb} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:29.667063 [ 268 ] {4153ae7e-7ca9-4f92-9766-ac3b16dc41bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:29.667496 [ 268 ] {4153ae7e-7ca9-4f92-9766-ac3b16dc41bb} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.20 17:56:29.667724 [ 268 ] {4153ae7e-7ca9-4f92-9766-ac3b16dc41bb} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:29.667875 [ 268 ] {4153ae7e-7ca9-4f92-9766-ac3b16dc41bb} executeQuery: Read 138 rows, 12.29 KiB in 0.001777 sec., 77658.97580191334 rows/sec., 6.75 MiB/sec. 2026.03.20 17:56:29.667916 [ 268 ] {4153ae7e-7ca9-4f92-9766-ac3b16dc41bb} TCPHandler: Processed in 0.002116979 sec. 2026.03.20 17:56:29.668037 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:29.668131 [ 268 ] {99933c37-9674-4675-bfa2-00d2326edbfe} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:56:29.668171 [ 268 ] {99933c37-9674-4675-bfa2-00d2326edbfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:56:29.668596 [ 268 ] {99933c37-9674-4675-bfa2-00d2326edbfe} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:29.668630 [ 268 ] {99933c37-9674-4675-bfa2-00d2326edbfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:29.668943 [ 268 ] {99933c37-9674-4675-bfa2-00d2326edbfe} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.20 17:56:29.669165 [ 268 ] {99933c37-9674-4675-bfa2-00d2326edbfe} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:29.669292 [ 268 ] {99933c37-9674-4675-bfa2-00d2326edbfe} executeQuery: Read 41 rows, 3.08 KiB in 0.001179 sec., 34775.233248515695 rows/sec., 2.55 MiB/sec. 2026.03.20 17:56:29.669328 [ 268 ] {99933c37-9674-4675-bfa2-00d2326edbfe} TCPHandler: Processed in 0.001341702 sec. 2026.03.20 17:56:29.669437 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:29.669531 [ 268 ] {3f297c01-7a6c-414f-b9bd-9cc02114b382} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:29.669571 [ 268 ] {3f297c01-7a6c-414f-b9bd-9cc02114b382} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:29.669987 [ 268 ] {3f297c01-7a6c-414f-b9bd-9cc02114b382} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:29.670021 [ 268 ] {3f297c01-7a6c-414f-b9bd-9cc02114b382} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:29.670321 [ 268 ] {3f297c01-7a6c-414f-b9bd-9cc02114b382} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.20 17:56:29.670527 [ 268 ] {3f297c01-7a6c-414f-b9bd-9cc02114b382} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:29.670650 [ 268 ] {3f297c01-7a6c-414f-b9bd-9cc02114b382} executeQuery: Read 105 rows, 8.40 KiB in 0.001137 sec., 92348.28496042217 rows/sec., 7.21 MiB/sec. 2026.03.20 17:56:29.670686 [ 268 ] {3f297c01-7a6c-414f-b9bd-9cc02114b382} TCPHandler: Processed in 0.00129923 sec. 2026.03.20 17:56:29.670794 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:29.670888 [ 268 ] {7dbcfe87-3d37-4111-8df3-b2300c6ba3b7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:29.670931 [ 268 ] {7dbcfe87-3d37-4111-8df3-b2300c6ba3b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:29.671322 [ 268 ] {7dbcfe87-3d37-4111-8df3-b2300c6ba3b7} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:29.671355 [ 268 ] {7dbcfe87-3d37-4111-8df3-b2300c6ba3b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:29.671701 [ 268 ] {7dbcfe87-3d37-4111-8df3-b2300c6ba3b7} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.20 17:56:29.671904 [ 268 ] {7dbcfe87-3d37-4111-8df3-b2300c6ba3b7} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:29.672033 [ 268 ] {7dbcfe87-3d37-4111-8df3-b2300c6ba3b7} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.03.20 17:56:29.672069 [ 268 ] {7dbcfe87-3d37-4111-8df3-b2300c6ba3b7} TCPHandler: Processed in 0.001325401 sec. 2026.03.20 17:56:29.672167 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:29.672260 [ 268 ] {7317020a-23f3-4878-9ecd-f53dda015c7f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:29.672314 [ 268 ] {7317020a-23f3-4878-9ecd-f53dda015c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:56:29.673158 [ 268 ] {7317020a-23f3-4878-9ecd-f53dda015c7f} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:29.673194 [ 268 ] {7317020a-23f3-4878-9ecd-f53dda015c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:29.673786 [ 268 ] {7317020a-23f3-4878-9ecd-f53dda015c7f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:56:29.674012 [ 268 ] {7317020a-23f3-4878-9ecd-f53dda015c7f} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:29.674133 [ 101 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.20 17:56:29.674148 [ 268 ] {7317020a-23f3-4878-9ecd-f53dda015c7f} executeQuery: Read 41 rows, 75.23 KiB in 0.001905 sec., 21522.30971128609 rows/sec., 38.57 MiB/sec. 2026.03.20 17:56:29.674215 [ 101 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:29.674245 [ 268 ] {7317020a-23f3-4878-9ecd-f53dda015c7f} TCPHandler: Processed in 0.00212637 sec. 2026.03.20 17:56:29.674248 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:29.674374 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:29.674379 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.20 17:56:29.674476 [ 268 ] {a7d7965f-82c0-42ab-b290-0f94495bf0dc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:29.674524 [ 268 ] {a7d7965f-82c0-42ab-b290-0f94495bf0dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:29.674652 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:29.674731 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1246 rows starting from the beginning of the part 2026.03.20 17:56:29.674856 [ 268 ] {a7d7965f-82c0-42ab-b290-0f94495bf0dc} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:29.674882 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part 2026.03.20 17:56:29.674898 [ 268 ] {a7d7965f-82c0-42ab-b290-0f94495bf0dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:29.675005 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part 2026.03.20 17:56:29.675126 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 52 rows starting from the beginning of the part 2026.03.20 17:56:29.675234 [ 268 ] {a7d7965f-82c0-42ab-b290-0f94495bf0dc} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.20 17:56:29.675238 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part 2026.03.20 17:56:29.675363 [ 189 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part 2026.03.20 17:56:29.675468 [ 268 ] {a7d7965f-82c0-42ab-b290-0f94495bf0dc} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:29.675607 [ 268 ] {a7d7965f-82c0-42ab-b290-0f94495bf0dc} executeQuery: Read 60 rows, 4.14 KiB in 0.001149 sec., 52219.32114882506 rows/sec., 3.52 MiB/sec. 2026.03.20 17:56:29.675645 [ 268 ] {a7d7965f-82c0-42ab-b290-0f94495bf0dc} TCPHandler: Processed in 0.001320931 sec. 2026.03.20 17:56:29.682909 [ 199 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1462 rows, containing 19 columns (19 merged, 0 gathered) in 0.008584009 sec., 170316.69002210972 rows/sec., 305.20 MiB/sec. 2026.03.20 17:56:29.684424 [ 188 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.20 17:56:29.684815 [ 188 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_36_7} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:29.684895 [ 188 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_36_7} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.20 17:56:29.685067 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.72 MiB. 2026.03.20 17:56:30.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 320.52 MiB, peak 332.21 MiB, free memory in arenas 0.00 B, will set to 324.94 MiB (RSS), difference: 4.42 MiB 2026.03.20 17:56:32.685279 [ 97 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:56:32.685333 [ 97 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:56:32.814048 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24037 2026.03.20 17:56:32.814611 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:32.814662 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:32.815182 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:56:32.815405 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:32.815532 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24037 2026.03.20 17:56:34.071185 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.03.20 17:56:34.088302 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.088350 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.094477 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:56:34.095139 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.098076 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.03.20 17:56:34.672602 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.672786 [ 268 ] {bdb62c47-44af-46c4-8650-14fc7271d055} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.672860 [ 268 ] {bdb62c47-44af-46c4-8650-14fc7271d055} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:56:34.673629 [ 268 ] {bdb62c47-44af-46c4-8650-14fc7271d055} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.673665 [ 268 ] {bdb62c47-44af-46c4-8650-14fc7271d055} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.674062 [ 268 ] {bdb62c47-44af-46c4-8650-14fc7271d055} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:56:34.674296 [ 268 ] {bdb62c47-44af-46c4-8650-14fc7271d055} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.674440 [ 268 ] {bdb62c47-44af-46c4-8650-14fc7271d055} executeQuery: Read 284 rows, 18.47 KiB in 0.001703 sec., 166764.53317674692 rows/sec., 10.59 MiB/sec. 2026.03.20 17:56:34.674479 [ 268 ] {bdb62c47-44af-46c4-8650-14fc7271d055} TCPHandler: Processed in 0.002015787 sec. 2026.03.20 17:56:34.674592 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.674686 [ 268 ] {f504e87f-529a-4a5e-83ae-28c9a61dd21c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:34.674725 [ 268 ] {f504e87f-529a-4a5e-83ae-28c9a61dd21c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:34.675503 [ 268 ] {f504e87f-529a-4a5e-83ae-28c9a61dd21c} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.675536 [ 268 ] {f504e87f-529a-4a5e-83ae-28c9a61dd21c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.675873 [ 268 ] {f504e87f-529a-4a5e-83ae-28c9a61dd21c} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.20 17:56:34.676092 [ 268 ] {f504e87f-529a-4a5e-83ae-28c9a61dd21c} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.676215 [ 268 ] {f504e87f-529a-4a5e-83ae-28c9a61dd21c} executeQuery: Read 797 rows, 63.50 KiB in 0.001547 sec., 515190.6916612799 rows/sec., 40.08 MiB/sec. 2026.03.20 17:56:34.676250 [ 268 ] {f504e87f-529a-4a5e-83ae-28c9a61dd21c} TCPHandler: Processed in 0.001704859 sec. 2026.03.20 17:56:34.676366 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.676458 [ 268 ] {221efb1e-a528-4662-9eed-347840121445} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.676496 [ 268 ] {221efb1e-a528-4662-9eed-347840121445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:56:34.676922 [ 268 ] {221efb1e-a528-4662-9eed-347840121445} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.676955 [ 268 ] {221efb1e-a528-4662-9eed-347840121445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.677252 [ 268 ] {221efb1e-a528-4662-9eed-347840121445} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.20 17:56:34.677451 [ 268 ] {221efb1e-a528-4662-9eed-347840121445} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.677571 [ 268 ] {221efb1e-a528-4662-9eed-347840121445} executeQuery: Read 142 rows, 8.54 KiB in 0.00113 sec., 125663.7168141593 rows/sec., 7.38 MiB/sec. 2026.03.20 17:56:34.677606 [ 268 ] {221efb1e-a528-4662-9eed-347840121445} TCPHandler: Processed in 0.00128676 sec. 2026.03.20 17:56:34.677714 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.677805 [ 268 ] {c50810d9-b872-4e60-b7bc-7591fc1fcd8f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.677843 [ 268 ] {c50810d9-b872-4e60-b7bc-7591fc1fcd8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:56:34.678258 [ 268 ] {c50810d9-b872-4e60-b7bc-7591fc1fcd8f} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.678292 [ 268 ] {c50810d9-b872-4e60-b7bc-7591fc1fcd8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.678610 [ 268 ] {c50810d9-b872-4e60-b7bc-7591fc1fcd8f} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:56:34.678819 [ 268 ] {c50810d9-b872-4e60-b7bc-7591fc1fcd8f} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.678939 [ 268 ] {c50810d9-b872-4e60-b7bc-7591fc1fcd8f} executeQuery: Read 149 rows, 9.86 KiB in 0.001151 sec., 129452.64986967856 rows/sec., 8.36 MiB/sec. 2026.03.20 17:56:34.678974 [ 268 ] {c50810d9-b872-4e60-b7bc-7591fc1fcd8f} TCPHandler: Processed in 0.001307851 sec. 2026.03.20 17:56:34.679075 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.679167 [ 268 ] {415530ad-32a1-4aa0-9f02-4b455b15e665} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.679205 [ 268 ] {415530ad-32a1-4aa0-9f02-4b455b15e665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:56:34.679617 [ 268 ] {415530ad-32a1-4aa0-9f02-4b455b15e665} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.679650 [ 268 ] {415530ad-32a1-4aa0-9f02-4b455b15e665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.679941 [ 268 ] {415530ad-32a1-4aa0-9f02-4b455b15e665} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:56:34.680144 [ 268 ] {415530ad-32a1-4aa0-9f02-4b455b15e665} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.680265 [ 268 ] {415530ad-32a1-4aa0-9f02-4b455b15e665} executeQuery: Read 148 rows, 8.62 KiB in 0.001116 sec., 132616.48745519714 rows/sec., 7.54 MiB/sec. 2026.03.20 17:56:34.680300 [ 268 ] {415530ad-32a1-4aa0-9f02-4b455b15e665} TCPHandler: Processed in 0.001271489 sec. 2026.03.20 17:56:34.680399 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.680490 [ 268 ] {39246730-bce8-4412-a1af-271a101946e0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:34.680528 [ 268 ] {39246730-bce8-4412-a1af-271a101946e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:34.681082 [ 268 ] {39246730-bce8-4412-a1af-271a101946e0} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.681116 [ 268 ] {39246730-bce8-4412-a1af-271a101946e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.681435 [ 268 ] {39246730-bce8-4412-a1af-271a101946e0} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.20 17:56:34.681638 [ 268 ] {39246730-bce8-4412-a1af-271a101946e0} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.681760 [ 268 ] {39246730-bce8-4412-a1af-271a101946e0} executeQuery: Read 490 rows, 35.18 KiB in 0.001287 sec., 380730.38073038077 rows/sec., 26.69 MiB/sec. 2026.03.20 17:56:34.681795 [ 268 ] {39246730-bce8-4412-a1af-271a101946e0} TCPHandler: Processed in 0.001442734 sec. 2026.03.20 17:56:34.681896 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.681987 [ 268 ] {ebae0fcf-9bc1-444e-9aa4-2bda4609ca3f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:56:34.682026 [ 268 ] {ebae0fcf-9bc1-444e-9aa4-2bda4609ca3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:56:34.682338 [ 268 ] {ebae0fcf-9bc1-444e-9aa4-2bda4609ca3f} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.682371 [ 268 ] {ebae0fcf-9bc1-444e-9aa4-2bda4609ca3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.682663 [ 268 ] {ebae0fcf-9bc1-444e-9aa4-2bda4609ca3f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:56:34.682860 [ 268 ] {ebae0fcf-9bc1-444e-9aa4-2bda4609ca3f} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.682951 [ 95 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 2026.03.20 17:56:34.682980 [ 268 ] {ebae0fcf-9bc1-444e-9aa4-2bda4609ca3f} executeQuery: Read 6 rows, 321.00 B in 0.00101 sec., 5940.59405940594 rows/sec., 310.37 KiB/sec. 2026.03.20 17:56:34.682996 [ 95 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.683014 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.683015 [ 268 ] {ebae0fcf-9bc1-444e-9aa4-2bda4609ca3f} TCPHandler: Processed in 0.001166487 sec. 2026.03.20 17:56:34.683124 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.683132 [ 201 ] {05b673bd-1065-454a-b193-02561891577e::all_1_34_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full 2026.03.20 17:56:34.683216 [ 268 ] {e2073e47-f708-46c2-9934-06f5337b58c0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.683261 [ 268 ] {e2073e47-f708-46c2-9934-06f5337b58c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:34.683288 [ 201 ] {05b673bd-1065-454a-b193-02561891577e::all_1_34_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:34.683328 [ 201 ] {05b673bd-1065-454a-b193-02561891577e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part 2026.03.20 17:56:34.683391 [ 201 ] {05b673bd-1065-454a-b193-02561891577e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2026.03.20 17:56:34.683434 [ 201 ] {05b673bd-1065-454a-b193-02561891577e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part 2026.03.20 17:56:34.683484 [ 201 ] {05b673bd-1065-454a-b193-02561891577e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part 2026.03.20 17:56:34.683523 [ 201 ] {05b673bd-1065-454a-b193-02561891577e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part 2026.03.20 17:56:34.683562 [ 201 ] {05b673bd-1065-454a-b193-02561891577e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part 2026.03.20 17:56:34.683653 [ 268 ] {e2073e47-f708-46c2-9934-06f5337b58c0} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.683693 [ 268 ] {e2073e47-f708-46c2-9934-06f5337b58c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.684036 [ 268 ] {e2073e47-f708-46c2-9934-06f5337b58c0} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.20 17:56:34.684260 [ 268 ] {e2073e47-f708-46c2-9934-06f5337b58c0} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.684393 [ 268 ] {e2073e47-f708-46c2-9934-06f5337b58c0} executeQuery: Read 265 rows, 18.03 KiB in 0.001195 sec., 221757.3221757322 rows/sec., 14.74 MiB/sec. 2026.03.20 17:56:34.684420 [ 188 ] {05b673bd-1065-454a-b193-02561891577e::all_1_34_7} MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 4 columns (4 merged, 0 gathered) in 0.001337741 sec., 152495.8867224672 rows/sec., 7.78 MiB/sec. 2026.03.20 17:56:34.684428 [ 268 ] {e2073e47-f708-46c2-9934-06f5337b58c0} TCPHandler: Processed in 0.001351451 sec. 2026.03.20 17:56:34.684576 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.684599 [ 191 ] {05b673bd-1065-454a-b193-02561891577e::all_1_34_7} MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) 2026.03.20 17:56:34.684667 [ 268 ] {3c4e6168-c16a-4c94-a29b-a87b39578870} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.684707 [ 268 ] {3c4e6168-c16a-4c94-a29b-a87b39578870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:56:34.684860 [ 191 ] {05b673bd-1065-454a-b193-02561891577e::all_1_34_7} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.684927 [ 191 ] {05b673bd-1065-454a-b193-02561891577e::all_1_34_7} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 2026.03.20 17:56:34.685004 [ 268 ] {3c4e6168-c16a-4c94-a29b-a87b39578870} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.685017 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.20 17:56:34.685037 [ 268 ] {3c4e6168-c16a-4c94-a29b-a87b39578870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.685332 [ 268 ] {3c4e6168-c16a-4c94-a29b-a87b39578870} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.20 17:56:34.685531 [ 268 ] {3c4e6168-c16a-4c94-a29b-a87b39578870} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.685653 [ 268 ] {3c4e6168-c16a-4c94-a29b-a87b39578870} executeQuery: Read 1 rows, 69.00 B in 0.001004 sec., 996.0159362549801 rows/sec., 67.11 KiB/sec. 2026.03.20 17:56:34.685660 [ 92 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 2026.03.20 17:56:34.685688 [ 268 ] {3c4e6168-c16a-4c94-a29b-a87b39578870} TCPHandler: Processed in 0.001159937 sec. 2026.03.20 17:56:34.685711 [ 92 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.685736 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.685795 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.685845 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_34_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full 2026.03.20 17:56:34.685890 [ 268 ] {58d53f81-f14d-4173-8448-11eb524abeab} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.685934 [ 268 ] {58d53f81-f14d-4173-8448-11eb524abeab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:34.685986 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_34_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:34.686026 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 30 rows starting from the beginning of the part 2026.03.20 17:56:34.686095 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2026.03.20 17:56:34.686146 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part 2026.03.20 17:56:34.686189 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part 2026.03.20 17:56:34.686227 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part 2026.03.20 17:56:34.686252 [ 268 ] {58d53f81-f14d-4173-8448-11eb524abeab} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.686262 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part 2026.03.20 17:56:34.686294 [ 268 ] {58d53f81-f14d-4173-8448-11eb524abeab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.686617 [ 268 ] {58d53f81-f14d-4173-8448-11eb524abeab} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.20 17:56:34.686841 [ 268 ] {58d53f81-f14d-4173-8448-11eb524abeab} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.686972 [ 268 ] {58d53f81-f14d-4173-8448-11eb524abeab} executeQuery: Read 90 rows, 5.77 KiB in 0.0011 sec., 81818.18181818181 rows/sec., 5.12 MiB/sec. 2026.03.20 17:56:34.687006 [ 268 ] {58d53f81-f14d-4173-8448-11eb524abeab} TCPHandler: Processed in 0.001258989 sec. 2026.03.20 17:56:34.687110 [ 193 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_34_7} MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.001316621 sec., 26583.200480624266 rows/sec., 1.75 MiB/sec. 2026.03.20 17:56:34.687241 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_34_7} MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) 2026.03.20 17:56:34.687501 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_34_7} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.687573 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_34_7} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 2026.03.20 17:56:34.687644 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.20 17:56:34.840820 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.841027 [ 268 ] {b77e4545-971e-4a7d-8b2e-5da97cdfde3e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:56:34.841097 [ 268 ] {b77e4545-971e-4a7d-8b2e-5da97cdfde3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:56:34.841730 [ 268 ] {b77e4545-971e-4a7d-8b2e-5da97cdfde3e} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.841781 [ 268 ] {b77e4545-971e-4a7d-8b2e-5da97cdfde3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.842179 [ 268 ] {b77e4545-971e-4a7d-8b2e-5da97cdfde3e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 17:56:34.842415 [ 268 ] {b77e4545-971e-4a7d-8b2e-5da97cdfde3e} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.842557 [ 92 ] {} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.03.20 17:56:34.842575 [ 268 ] {b77e4545-971e-4a7d-8b2e-5da97cdfde3e} executeQuery: Read 14 rows, 1.14 KiB in 0.001599 sec., 8755.472170106317 rows/sec., 713.95 KiB/sec. 2026.03.20 17:56:34.842633 [ 92 ] {} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.842654 [ 268 ] {b77e4545-971e-4a7d-8b2e-5da97cdfde3e} TCPHandler: Processed in 0.001977386 sec. 2026.03.20 17:56:34.842677 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.842789 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.842829 [ 192 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::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.03.20 17:56:34.842901 [ 268 ] {2b2fdb1a-bb12-48ce-8a1d-f1107562e0a5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:34.842952 [ 268 ] {2b2fdb1a-bb12-48ce-8a1d-f1107562e0a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:34.843007 [ 192 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:34.843057 [ 192 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 18 rows starting from the beginning of the part 2026.03.20 17:56:34.843133 [ 192 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2026.03.20 17:56:34.843184 [ 192 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part 2026.03.20 17:56:34.843231 [ 192 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2026.03.20 17:56:34.843277 [ 192 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2026.03.20 17:56:34.843322 [ 192 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2026.03.20 17:56:34.844185 [ 198 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.001418723 sec., 36652.679910031766 rows/sec., 3.06 MiB/sec. 2026.03.20 17:56:34.844392 [ 193 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.03.20 17:56:34.844477 [ 268 ] {2b2fdb1a-bb12-48ce-8a1d-f1107562e0a5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.844528 [ 268 ] {2b2fdb1a-bb12-48ce-8a1d-f1107562e0a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.844741 [ 193 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_19_4} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.844831 [ 193 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_19_4} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.03.20 17:56:34.844940 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.20 17:56:34.845004 [ 268 ] {2b2fdb1a-bb12-48ce-8a1d-f1107562e0a5} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.20 17:56:34.845241 [ 268 ] {2b2fdb1a-bb12-48ce-8a1d-f1107562e0a5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.845366 [ 92 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.20 17:56:34.845382 [ 268 ] {2b2fdb1a-bb12-48ce-8a1d-f1107562e0a5} executeQuery: Read 2029 rows, 157.88 KiB in 0.002505 sec., 809980.0399201597 rows/sec., 61.55 MiB/sec. 2026.03.20 17:56:34.845402 [ 92 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.845424 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.845428 [ 268 ] {2b2fdb1a-bb12-48ce-8a1d-f1107562e0a5} TCPHandler: Processed in 0.002691812 sec. 2026.03.20 17:56:34.845516 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::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.03.20 17:56:34.845558 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.845638 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:34.845661 [ 268 ] {cebab845-3fb8-4fce-9235-322a5589f11c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.845676 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2895 rows starting from the beginning of the part 2026.03.20 17:56:34.845712 [ 268 ] {cebab845-3fb8-4fce-9235-322a5589f11c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:56:34.845753 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 138 rows starting from the beginning of the part 2026.03.20 17:56:34.845804 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 798 rows starting from the beginning of the part 2026.03.20 17:56:34.845845 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 138 rows starting from the beginning of the part 2026.03.20 17:56:34.845885 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 797 rows starting from the beginning of the part 2026.03.20 17:56:34.845930 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 2029 rows starting from the beginning of the part 2026.03.20 17:56:34.846158 [ 268 ] {cebab845-3fb8-4fce-9235-322a5589f11c} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.846201 [ 268 ] {cebab845-3fb8-4fce-9235-322a5589f11c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.846529 [ 268 ] {cebab845-3fb8-4fce-9235-322a5589f11c} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.20 17:56:34.846754 [ 268 ] {cebab845-3fb8-4fce-9235-322a5589f11c} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.846896 [ 268 ] {cebab845-3fb8-4fce-9235-322a5589f11c} executeQuery: Read 66 rows, 4.89 KiB in 0.001255 sec., 52589.64143426294 rows/sec., 3.80 MiB/sec. 2026.03.20 17:56:34.846935 [ 268 ] {cebab845-3fb8-4fce-9235-322a5589f11c} TCPHandler: Processed in 0.001428613 sec. 2026.03.20 17:56:34.847047 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.847143 [ 268 ] {b4f31a0e-fc19-47d1-9c1b-c72e75e683ed} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.847182 [ 268 ] {b4f31a0e-fc19-47d1-9c1b-c72e75e683ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:56:34.847829 [ 268 ] {b4f31a0e-fc19-47d1-9c1b-c72e75e683ed} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.847866 [ 268 ] {b4f31a0e-fc19-47d1-9c1b-c72e75e683ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.848198 [ 268 ] {b4f31a0e-fc19-47d1-9c1b-c72e75e683ed} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:56:34.848258 [ 196 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 6795 rows, containing 5 columns (5 merged, 0 gathered) in 0.002783785 sec., 2440921.263675176 rows/sec., 198.16 MiB/sec. 2026.03.20 17:56:34.848409 [ 268 ] {b4f31a0e-fc19-47d1-9c1b-c72e75e683ed} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.848549 [ 268 ] {b4f31a0e-fc19-47d1-9c1b-c72e75e683ed} executeQuery: Read 708 rows, 42.29 KiB in 0.001424 sec., 497191.0112359551 rows/sec., 29.00 MiB/sec. 2026.03.20 17:56:34.848587 [ 268 ] {b4f31a0e-fc19-47d1-9c1b-c72e75e683ed} TCPHandler: Processed in 0.001589366 sec. 2026.03.20 17:56:34.848591 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.20 17:56:34.848696 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.848789 [ 268 ] {595514cc-b513-40f6-a2b0-c8b4392bf97e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.848828 [ 268 ] {595514cc-b513-40f6-a2b0-c8b4392bf97e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:56:34.848899 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_81_16} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.848982 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_81_16} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.20 17:56:34.849076 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2026.03.20 17:56:34.849198 [ 268 ] {595514cc-b513-40f6-a2b0-c8b4392bf97e} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.849233 [ 268 ] {595514cc-b513-40f6-a2b0-c8b4392bf97e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.849521 [ 268 ] {595514cc-b513-40f6-a2b0-c8b4392bf97e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 17:56:34.849730 [ 268 ] {595514cc-b513-40f6-a2b0-c8b4392bf97e} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.849824 [ 92 ] {} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.20 17:56:34.849854 [ 92 ] {} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.849856 [ 268 ] {595514cc-b513-40f6-a2b0-c8b4392bf97e} executeQuery: Read 1 rows, 72.00 B in 0.001085 sec., 921.6589861751152 rows/sec., 64.80 KiB/sec. 2026.03.20 17:56:34.849871 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.849905 [ 268 ] {595514cc-b513-40f6-a2b0-c8b4392bf97e} TCPHandler: Processed in 0.001259209 sec. 2026.03.20 17:56:34.849956 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.20 17:56:34.850033 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.850064 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:34.850098 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 1 rows starting from the beginning of the part 2026.03.20 17:56:34.850158 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.03.20 17:56:34.850163 [ 268 ] {6a3b39cd-1faa-4fd9-969e-498ad7385e5e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:34.850210 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.03.20 17:56:34.850224 [ 268 ] {6a3b39cd-1faa-4fd9-969e-498ad7385e5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:34.850261 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.03.20 17:56:34.850315 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.03.20 17:56:34.850962 [ 197 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001036995 sec., 4821.624019402215 rows/sec., 357.85 KiB/sec. 2026.03.20 17:56:34.851083 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.20 17:56:34.851138 [ 268 ] {6a3b39cd-1faa-4fd9-969e-498ad7385e5e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.851183 [ 268 ] {6a3b39cd-1faa-4fd9-969e-498ad7385e5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.851352 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_9_2} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.851433 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_9_2} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.20 17:56:34.851502 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.20 17:56:34.851577 [ 268 ] {6a3b39cd-1faa-4fd9-969e-498ad7385e5e} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.20 17:56:34.851796 [ 268 ] {6a3b39cd-1faa-4fd9-969e-498ad7385e5e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.851910 [ 92 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.20 17:56:34.851930 [ 268 ] {6a3b39cd-1faa-4fd9-969e-498ad7385e5e} executeQuery: Read 1066 rows, 75.65 KiB in 0.001793 sec., 594534.3000557724 rows/sec., 41.20 MiB/sec. 2026.03.20 17:56:34.851938 [ 92 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.851969 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.851976 [ 268 ] {6a3b39cd-1faa-4fd9-969e-498ad7385e5e} TCPHandler: Processed in 0.002006876 sec. 2026.03.20 17:56:34.852032 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::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.03.20 17:56:34.852093 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.852121 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:34.852152 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1555 rows starting from the beginning of the part 2026.03.20 17:56:34.852195 [ 268 ] {4c5d60dd-867c-4d37-88a4-0cf8e78e8eec} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.852204 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 105 rows starting from the beginning of the part 2026.03.20 17:56:34.852248 [ 268 ] {4c5d60dd-867c-4d37-88a4-0cf8e78e8eec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:34.852261 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 492 rows starting from the beginning of the part 2026.03.20 17:56:34.852305 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 105 rows starting from the beginning of the part 2026.03.20 17:56:34.852345 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 490 rows starting from the beginning of the part 2026.03.20 17:56:34.852388 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1066 rows starting from the beginning of the part 2026.03.20 17:56:34.852879 [ 268 ] {4c5d60dd-867c-4d37-88a4-0cf8e78e8eec} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.852920 [ 268 ] {4c5d60dd-867c-4d37-88a4-0cf8e78e8eec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.853346 [ 268 ] {4c5d60dd-867c-4d37-88a4-0cf8e78e8eec} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.20 17:56:34.853558 [ 268 ] {4c5d60dd-867c-4d37-88a4-0cf8e78e8eec} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.853683 [ 92 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.20 17:56:34.853688 [ 268 ] {4c5d60dd-867c-4d37-88a4-0cf8e78e8eec} executeQuery: Read 1224 rows, 78.41 KiB in 0.001513 sec., 808988.7640449438 rows/sec., 50.61 MiB/sec. 2026.03.20 17:56:34.853723 [ 92 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.853691 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3813 rows, containing 5 columns (5 merged, 0 gathered) in 0.001688639 sec., 2258031.4679454872 rows/sec., 167.14 MiB/sec. 2026.03.20 17:56:34.853750 [ 268 ] {4c5d60dd-867c-4d37-88a4-0cf8e78e8eec} TCPHandler: Processed in 0.001707639 sec. 2026.03.20 17:56:34.853752 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.853857 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::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.03.20 17:56:34.853879 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.853927 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.20 17:56:34.853958 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:34.853977 [ 268 ] {04fc5e87-8c15-4410-b9ec-ef2bff59c3b3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.853994 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_81_16} MergeTreeSequentialSource: Reading 5 marks from part all_1_76_15, total 26027 rows starting from the beginning of the part 2026.03.20 17:56:34.854035 [ 268 ] {04fc5e87-8c15-4410-b9ec-ef2bff59c3b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:56:34.854066 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part 2026.03.20 17:56:34.854120 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 266 rows starting from the beginning of the part 2026.03.20 17:56:34.854169 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2026.03.20 17:56:34.854192 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_81_16} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.854217 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 265 rows starting from the beginning of the part 2026.03.20 17:56:34.854267 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1224 rows starting from the beginning of the part 2026.03.20 17:56:34.854269 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_81_16} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.20 17:56:34.854352 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.20 17:56:34.854937 [ 268 ] {04fc5e87-8c15-4410-b9ec-ef2bff59c3b3} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.854977 [ 268 ] {04fc5e87-8c15-4410-b9ec-ef2bff59c3b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.855593 [ 268 ] {04fc5e87-8c15-4410-b9ec-ef2bff59c3b3} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:56:34.855811 [ 268 ] {04fc5e87-8c15-4410-b9ec-ef2bff59c3b3} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.855945 [ 268 ] {04fc5e87-8c15-4410-b9ec-ef2bff59c3b3} executeQuery: Read 52 rows, 95.42 KiB in 0.001987 sec., 26170.105686965275 rows/sec., 46.90 MiB/sec. 2026.03.20 17:56:34.856000 [ 268 ] {04fc5e87-8c15-4410-b9ec-ef2bff59c3b3} TCPHandler: Processed in 0.002171071 sec. 2026.03.20 17:56:34.856178 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:34.856274 [ 268 ] {4154b33d-119d-4eca-b492-b416243c1435} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:34.856316 [ 268 ] {4154b33d-119d-4eca-b492-b416243c1435} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:34.856632 [ 268 ] {4154b33d-119d-4eca-b492-b416243c1435} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.856667 [ 268 ] {4154b33d-119d-4eca-b492-b416243c1435} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.856970 [ 268 ] {4154b33d-119d-4eca-b492-b416243c1435} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.20 17:56:34.857174 [ 268 ] {4154b33d-119d-4eca-b492-b416243c1435} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.857284 [ 92 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.20 17:56:34.857302 [ 268 ] {4154b33d-119d-4eca-b492-b416243c1435} executeQuery: Read 12 rows, 848.00 B in 0.001046 sec., 11472.27533460803 rows/sec., 791.71 KiB/sec. 2026.03.20 17:56:34.857312 [ 92 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:34.857341 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:34.857343 [ 268 ] {4154b33d-119d-4eca-b492-b416243c1435} TCPHandler: Processed in 0.001216248 sec. 2026.03.20 17:56:34.857411 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::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.03.20 17:56:34.857504 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:34.857531 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4500 rows starting from the beginning of the part 2026.03.20 17:56:34.857578 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2026.03.20 17:56:34.857622 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 90 rows starting from the beginning of the part 2026.03.20 17:56:34.857658 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2026.03.20 17:56:34.857697 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 90 rows starting from the beginning of the part 2026.03.20 17:56:34.857735 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 12 rows starting from the beginning of the part 2026.03.20 17:56:34.859912 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4812 rows, containing 4 columns (4 merged, 0 gathered) in 0.002529769 sec., 1902149.9591464677 rows/sec., 122.11 MiB/sec. 2026.03.20 17:56:34.860302 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.20 17:56:34.860553 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_81_16} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.860620 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_81_16} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.20 17:56:34.860690 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.03.20 17:56:34.866436 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 28102 rows, containing 5 columns (5 merged, 0 gathered) in 0.012612932 sec., 2228030.7227534405 rows/sec., 146.60 MiB/sec. 2026.03.20 17:56:34.866988 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.20 17:56:34.867265 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_81_16} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:34.867335 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_81_16} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.20 17:56:34.867417 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.03.20 17:56:37.898845 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1502 2026.03.20 17:56:37.901736 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:37.901791 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:37.903014 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:56:37.903289 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:37.903679 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1502 2026.03.20 17:56:38.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 323.32 MiB, peak 334.34 MiB, free memory in arenas 0.00 B, will set to 327.33 MiB (RSS), difference: 4.01 MiB 2026.03.20 17:56:39.662685 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:39.662881 [ 268 ] {8987ea07-0404-44b4-b90d-c57ced76f40a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:39.662948 [ 268 ] {8987ea07-0404-44b4-b90d-c57ced76f40a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:39.663630 [ 268 ] {8987ea07-0404-44b4-b90d-c57ced76f40a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:39.663671 [ 268 ] {8987ea07-0404-44b4-b90d-c57ced76f40a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:39.664067 [ 268 ] {8987ea07-0404-44b4-b90d-c57ced76f40a} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.20 17:56:39.664292 [ 268 ] {8987ea07-0404-44b4-b90d-c57ced76f40a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:39.664457 [ 268 ] {8987ea07-0404-44b4-b90d-c57ced76f40a} executeQuery: Read 56 rows, 4.41 KiB in 0.001626 sec., 34440.34440344403 rows/sec., 2.65 MiB/sec. 2026.03.20 17:56:39.664504 [ 268 ] {8987ea07-0404-44b4-b90d-c57ced76f40a} TCPHandler: Processed in 0.001950996 sec. 2026.03.20 17:56:39.664632 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:39.664739 [ 268 ] {36e364a5-e515-43bc-870f-ac8e8a547e51} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:39.664784 [ 268 ] {36e364a5-e515-43bc-870f-ac8e8a547e51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:39.665216 [ 268 ] {36e364a5-e515-43bc-870f-ac8e8a547e51} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:39.665252 [ 268 ] {36e364a5-e515-43bc-870f-ac8e8a547e51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:39.665575 [ 268 ] {36e364a5-e515-43bc-870f-ac8e8a547e51} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.20 17:56:39.665787 [ 268 ] {36e364a5-e515-43bc-870f-ac8e8a547e51} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:39.665922 [ 268 ] {36e364a5-e515-43bc-870f-ac8e8a547e51} executeQuery: Read 64 rows, 5.12 KiB in 0.001208 sec., 52980.13245033112 rows/sec., 4.14 MiB/sec. 2026.03.20 17:56:39.665960 [ 268 ] {36e364a5-e515-43bc-870f-ac8e8a547e51} TCPHandler: Processed in 0.001381612 sec. 2026.03.20 17:56:39.666070 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:39.666168 [ 268 ] {e55ff587-1ce9-4bab-b389-8ba2f4c78787} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:39.666215 [ 268 ] {e55ff587-1ce9-4bab-b389-8ba2f4c78787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:39.666596 [ 268 ] {e55ff587-1ce9-4bab-b389-8ba2f4c78787} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:39.666631 [ 268 ] {e55ff587-1ce9-4bab-b389-8ba2f4c78787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:39.666971 [ 268 ] {e55ff587-1ce9-4bab-b389-8ba2f4c78787} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.20 17:56:39.667184 [ 268 ] {e55ff587-1ce9-4bab-b389-8ba2f4c78787} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:39.667324 [ 268 ] {e55ff587-1ce9-4bab-b389-8ba2f4c78787} executeQuery: Read 128 rows, 9.13 KiB in 0.001176 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. 2026.03.20 17:56:39.667360 [ 268 ] {e55ff587-1ce9-4bab-b389-8ba2f4c78787} TCPHandler: Processed in 0.001341201 sec. 2026.03.20 17:56:39.667466 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:39.667563 [ 268 ] {362e38b5-0259-432c-aceb-bae453cb2646} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:39.667604 [ 268 ] {362e38b5-0259-432c-aceb-bae453cb2646} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:39.667922 [ 268 ] {362e38b5-0259-432c-aceb-bae453cb2646} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:39.667957 [ 268 ] {362e38b5-0259-432c-aceb-bae453cb2646} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:39.668253 [ 268 ] {362e38b5-0259-432c-aceb-bae453cb2646} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.20 17:56:39.668460 [ 268 ] {362e38b5-0259-432c-aceb-bae453cb2646} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:39.668593 [ 268 ] {362e38b5-0259-432c-aceb-bae453cb2646} executeQuery: Read 48 rows, 3.31 KiB in 0.001048 sec., 45801.526717557244 rows/sec., 3.09 MiB/sec. 2026.03.20 17:56:39.668629 [ 268 ] {362e38b5-0259-432c-aceb-bae453cb2646} TCPHandler: Processed in 0.001212798 sec. 2026.03.20 17:56:40.315696 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24549 2026.03.20 17:56:40.316575 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:40.316615 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:40.317102 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:56:40.317346 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:40.317478 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24549 2026.03.20 17:56:40.317528 [ 81 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.20 17:56:40.317630 [ 81 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:40.317670 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:40.317856 [ 196 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::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.03.20 17:56:40.318070 [ 196 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:40.318133 [ 196 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22117 rows starting from the beginning of the part 2026.03.20 17:56:40.318239 [ 196 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 512 rows starting from the beginning of the part 2026.03.20 17:56:40.318301 [ 196 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 448 rows starting from the beginning of the part 2026.03.20 17:56:40.318343 [ 196 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 512 rows starting from the beginning of the part 2026.03.20 17:56:40.318380 [ 196 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 448 rows starting from the beginning of the part 2026.03.20 17:56:40.318419 [ 196 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 512 rows starting from the beginning of the part 2026.03.20 17:56:40.320437 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24549 rows, containing 4 columns (4 merged, 0 gathered) in 0.002669942 sec., 9194581.754959472 rows/sec., 131.53 MiB/sec. 2026.03.20 17:56:40.320715 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.20 17:56:40.320974 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_51_10} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:40.321052 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_51_10} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.20 17:56:40.321150 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.03.20 17:56:41.598170 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.03.20 17:56:41.615832 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:41.615889 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:41.622076 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:56:41.622797 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:41.623115 [ 79 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.20 17:56:41.623187 [ 79 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:41.623212 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2026.03.20 17:56:41.623324 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:56:41.625798 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.03.20 17:56:41.626320 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:41.627048 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2026.03.20 17:56:41.630251 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2026.03.20 17:56:41.633534 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2026.03.20 17:56:41.637285 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2026.03.20 17:56:41.641276 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2026.03.20 17:56:41.644981 [ 189 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2026.03.20 17:56:41.694004 [ 194 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.07071722 sec., 5430.077709502721 rows/sec., 28.08 MiB/sec. 2026.03.20 17:56:41.697002 [ 194 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.20 17:56:41.699291 [ 194 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_51_10} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:41.699409 [ 194 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_51_10} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.20 17:56:41.701861 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.03.20 17:56:44.671866 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:44.672088 [ 268 ] {00ea42db-207c-4aaf-8ae6-324f1613ffd7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:56:44.672164 [ 268 ] {00ea42db-207c-4aaf-8ae6-324f1613ffd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:56:44.672954 [ 268 ] {00ea42db-207c-4aaf-8ae6-324f1613ffd7} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:44.673002 [ 268 ] {00ea42db-207c-4aaf-8ae6-324f1613ffd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:44.673416 [ 268 ] {00ea42db-207c-4aaf-8ae6-324f1613ffd7} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:56:44.673657 [ 268 ] {00ea42db-207c-4aaf-8ae6-324f1613ffd7} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:44.673812 [ 268 ] {00ea42db-207c-4aaf-8ae6-324f1613ffd7} executeQuery: Read 284 rows, 18.47 KiB in 0.00178 sec., 159550.56179775283 rows/sec., 10.13 MiB/sec. 2026.03.20 17:56:44.673857 [ 268 ] {00ea42db-207c-4aaf-8ae6-324f1613ffd7} TCPHandler: Processed in 0.00213825 sec. 2026.03.20 17:56:44.673982 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:44.674080 [ 268 ] {6319fdd1-19f1-40d8-bace-0143b3aa8a4e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:44.674122 [ 268 ] {6319fdd1-19f1-40d8-bace-0143b3aa8a4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:44.674930 [ 268 ] {6319fdd1-19f1-40d8-bace-0143b3aa8a4e} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:44.674969 [ 268 ] {6319fdd1-19f1-40d8-bace-0143b3aa8a4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:44.675331 [ 268 ] {6319fdd1-19f1-40d8-bace-0143b3aa8a4e} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.20 17:56:44.675550 [ 268 ] {6319fdd1-19f1-40d8-bace-0143b3aa8a4e} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:44.675686 [ 268 ] {6319fdd1-19f1-40d8-bace-0143b3aa8a4e} executeQuery: Read 797 rows, 63.50 KiB in 0.001625 sec., 490461.5384615385 rows/sec., 38.16 MiB/sec. 2026.03.20 17:56:44.675723 [ 268 ] {6319fdd1-19f1-40d8-bace-0143b3aa8a4e} TCPHandler: Processed in 0.001793612 sec. 2026.03.20 17:56:44.675839 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:44.675935 [ 268 ] {b9a9faf1-4a89-446b-a02e-9ab4c18bb3ef} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:56:44.675974 [ 268 ] {b9a9faf1-4a89-446b-a02e-9ab4c18bb3ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:56:44.676410 [ 268 ] {b9a9faf1-4a89-446b-a02e-9ab4c18bb3ef} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:44.676444 [ 268 ] {b9a9faf1-4a89-446b-a02e-9ab4c18bb3ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:44.676756 [ 268 ] {b9a9faf1-4a89-446b-a02e-9ab4c18bb3ef} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.20 17:56:44.676968 [ 268 ] {b9a9faf1-4a89-446b-a02e-9ab4c18bb3ef} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:44.677096 [ 268 ] {b9a9faf1-4a89-446b-a02e-9ab4c18bb3ef} executeQuery: Read 142 rows, 8.54 KiB in 0.001179 sec., 120441.05173876167 rows/sec., 7.08 MiB/sec. 2026.03.20 17:56:44.677132 [ 268 ] {b9a9faf1-4a89-446b-a02e-9ab4c18bb3ef} TCPHandler: Processed in 0.001343831 sec. 2026.03.20 17:56:44.677242 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:44.677338 [ 268 ] {23232978-c282-49f7-98bc-454005dbdc18} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:56:44.677378 [ 268 ] {23232978-c282-49f7-98bc-454005dbdc18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:56:44.677920 [ 268 ] {23232978-c282-49f7-98bc-454005dbdc18} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:44.677955 [ 268 ] {23232978-c282-49f7-98bc-454005dbdc18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:44.678267 [ 268 ] {23232978-c282-49f7-98bc-454005dbdc18} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:56:44.678501 [ 268 ] {23232978-c282-49f7-98bc-454005dbdc18} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:44.678632 [ 268 ] {23232978-c282-49f7-98bc-454005dbdc18} executeQuery: Read 149 rows, 9.86 KiB in 0.001313 sec., 113480.57882711348 rows/sec., 7.33 MiB/sec. 2026.03.20 17:56:44.678669 [ 268 ] {23232978-c282-49f7-98bc-454005dbdc18} TCPHandler: Processed in 0.001477584 sec. 2026.03.20 17:56:44.678780 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:44.678876 [ 268 ] {66e08c1a-4a3e-40dd-bf1d-c6c1be4c5f88} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:56:44.678915 [ 268 ] {66e08c1a-4a3e-40dd-bf1d-c6c1be4c5f88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:56:44.679446 [ 268 ] {66e08c1a-4a3e-40dd-bf1d-c6c1be4c5f88} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:44.679481 [ 268 ] {66e08c1a-4a3e-40dd-bf1d-c6c1be4c5f88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:44.679795 [ 268 ] {66e08c1a-4a3e-40dd-bf1d-c6c1be4c5f88} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:56:44.680008 [ 268 ] {66e08c1a-4a3e-40dd-bf1d-c6c1be4c5f88} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:44.680134 [ 268 ] {66e08c1a-4a3e-40dd-bf1d-c6c1be4c5f88} executeQuery: Read 148 rows, 8.62 KiB in 0.001277 sec., 115896.6327329679 rows/sec., 6.59 MiB/sec. 2026.03.20 17:56:44.680171 [ 268 ] {66e08c1a-4a3e-40dd-bf1d-c6c1be4c5f88} TCPHandler: Processed in 0.001441933 sec. 2026.03.20 17:56:44.680280 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:44.680376 [ 268 ] {b931a549-6958-4dcf-91a6-1ea13e99f664} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:44.680415 [ 268 ] {b931a549-6958-4dcf-91a6-1ea13e99f664} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:44.680985 [ 268 ] {b931a549-6958-4dcf-91a6-1ea13e99f664} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:44.681019 [ 268 ] {b931a549-6958-4dcf-91a6-1ea13e99f664} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:44.681334 [ 268 ] {b931a549-6958-4dcf-91a6-1ea13e99f664} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.20 17:56:44.681563 [ 268 ] {b931a549-6958-4dcf-91a6-1ea13e99f664} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:44.681746 [ 268 ] {b931a549-6958-4dcf-91a6-1ea13e99f664} executeQuery: Read 490 rows, 35.18 KiB in 0.001388 sec., 353025.93659942364 rows/sec., 24.75 MiB/sec. 2026.03.20 17:56:44.681792 [ 268 ] {b931a549-6958-4dcf-91a6-1ea13e99f664} TCPHandler: Processed in 0.001561916 sec. 2026.03.20 17:56:44.681910 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:44.682025 [ 268 ] {95845b85-42cf-43bc-971b-1cc7939a2fd8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:56:44.682074 [ 268 ] {95845b85-42cf-43bc-971b-1cc7939a2fd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:56:44.682450 [ 268 ] {95845b85-42cf-43bc-971b-1cc7939a2fd8} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:44.682485 [ 268 ] {95845b85-42cf-43bc-971b-1cc7939a2fd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:44.682795 [ 268 ] {95845b85-42cf-43bc-971b-1cc7939a2fd8} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:56:44.683001 [ 268 ] {95845b85-42cf-43bc-971b-1cc7939a2fd8} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:44.683127 [ 268 ] {95845b85-42cf-43bc-971b-1cc7939a2fd8} executeQuery: Read 6 rows, 321.00 B in 0.001126 sec., 5328.596802841918 rows/sec., 278.40 KiB/sec. 2026.03.20 17:56:44.683162 [ 268 ] {95845b85-42cf-43bc-971b-1cc7939a2fd8} TCPHandler: Processed in 0.00131242 sec. 2026.03.20 17:56:44.683268 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:44.683363 [ 268 ] {483af738-5200-4bfd-9f47-e5d02f079e4c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:44.683404 [ 268 ] {483af738-5200-4bfd-9f47-e5d02f079e4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:44.683803 [ 268 ] {483af738-5200-4bfd-9f47-e5d02f079e4c} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:44.683836 [ 268 ] {483af738-5200-4bfd-9f47-e5d02f079e4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:44.684162 [ 268 ] {483af738-5200-4bfd-9f47-e5d02f079e4c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.20 17:56:44.684367 [ 268 ] {483af738-5200-4bfd-9f47-e5d02f079e4c} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:44.684493 [ 268 ] {483af738-5200-4bfd-9f47-e5d02f079e4c} executeQuery: Read 265 rows, 18.03 KiB in 0.001149 sec., 230635.33507397736 rows/sec., 15.33 MiB/sec. 2026.03.20 17:56:44.684529 [ 268 ] {483af738-5200-4bfd-9f47-e5d02f079e4c} TCPHandler: Processed in 0.00131074 sec. 2026.03.20 17:56:44.684638 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:44.684731 [ 268 ] {6ab4f0ce-9407-4c58-bd81-d3addec57bde} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:56:44.684773 [ 268 ] {6ab4f0ce-9407-4c58-bd81-d3addec57bde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:56:44.685072 [ 268 ] {6ab4f0ce-9407-4c58-bd81-d3addec57bde} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:44.685106 [ 268 ] {6ab4f0ce-9407-4c58-bd81-d3addec57bde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:44.685405 [ 268 ] {6ab4f0ce-9407-4c58-bd81-d3addec57bde} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.20 17:56:44.685613 [ 268 ] {6ab4f0ce-9407-4c58-bd81-d3addec57bde} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:44.685736 [ 268 ] {6ab4f0ce-9407-4c58-bd81-d3addec57bde} executeQuery: Read 1 rows, 69.00 B in 0.001023 sec., 977.5171065493646 rows/sec., 65.87 KiB/sec. 2026.03.20 17:56:44.685771 [ 268 ] {6ab4f0ce-9407-4c58-bd81-d3addec57bde} TCPHandler: Processed in 0.001183247 sec. 2026.03.20 17:56:44.685877 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:44.685970 [ 268 ] {df2dcb66-3c84-4eba-9e65-de14b358bc6c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:44.686010 [ 268 ] {df2dcb66-3c84-4eba-9e65-de14b358bc6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:44.686324 [ 268 ] {df2dcb66-3c84-4eba-9e65-de14b358bc6c} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:44.686357 [ 268 ] {df2dcb66-3c84-4eba-9e65-de14b358bc6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:44.686657 [ 268 ] {df2dcb66-3c84-4eba-9e65-de14b358bc6c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.20 17:56:44.686864 [ 268 ] {df2dcb66-3c84-4eba-9e65-de14b358bc6c} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:44.686985 [ 268 ] {df2dcb66-3c84-4eba-9e65-de14b358bc6c} executeQuery: Read 90 rows, 5.77 KiB in 0.001033 sec., 87124.87899322361 rows/sec., 5.45 MiB/sec. 2026.03.20 17:56:44.687020 [ 268 ] {df2dcb66-3c84-4eba-9e65-de14b358bc6c} TCPHandler: Processed in 0.001192078 sec. 2026.03.20 17:56:47.685623 [ 36 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:56:47.685698 [ 36 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:56:47.817644 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24997 2026.03.20 17:56:47.818205 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:47.818254 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:47.818791 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:56:47.819016 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:47.819144 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24997 2026.03.20 17:56:47.903956 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1530 2026.03.20 17:56:47.906275 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:47.906317 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:47.907492 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:56:47.907787 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:47.908046 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1530 2026.03.20 17:56:49.125920 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.03.20 17:56:49.140933 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:49.140977 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:49.147211 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:56:49.147898 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:49.150687 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.03.20 17:56:49.666379 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:49.666563 [ 268 ] {a93ec8b2-243c-410b-915d-c6f6c93491e7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:49.666630 [ 268 ] {a93ec8b2-243c-410b-915d-c6f6c93491e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:49.667343 [ 268 ] {a93ec8b2-243c-410b-915d-c6f6c93491e7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:49.667387 [ 268 ] {a93ec8b2-243c-410b-915d-c6f6c93491e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:49.667798 [ 268 ] {a93ec8b2-243c-410b-915d-c6f6c93491e7} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.20 17:56:49.668033 [ 268 ] {a93ec8b2-243c-410b-915d-c6f6c93491e7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:49.668191 [ 268 ] {a93ec8b2-243c-410b-915d-c6f6c93491e7} executeQuery: Read 138 rows, 12.29 KiB in 0.001679 sec., 82191.78082191781 rows/sec., 7.15 MiB/sec. 2026.03.20 17:56:49.668234 [ 268 ] {a93ec8b2-243c-410b-915d-c6f6c93491e7} TCPHandler: Processed in 0.001984266 sec. 2026.03.20 17:56:49.668358 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:49.668457 [ 268 ] {a848b530-d280-4732-bc37-ebb57e3e9db0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:56:49.668499 [ 268 ] {a848b530-d280-4732-bc37-ebb57e3e9db0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:56:49.668914 [ 268 ] {a848b530-d280-4732-bc37-ebb57e3e9db0} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:49.668951 [ 268 ] {a848b530-d280-4732-bc37-ebb57e3e9db0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:49.669281 [ 268 ] {a848b530-d280-4732-bc37-ebb57e3e9db0} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.20 17:56:49.669500 [ 268 ] {a848b530-d280-4732-bc37-ebb57e3e9db0} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:49.669616 [ 49 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2026.03.20 17:56:49.669630 [ 268 ] {a848b530-d280-4732-bc37-ebb57e3e9db0} executeQuery: Read 41 rows, 3.08 KiB in 0.001191 sec., 34424.85306465155 rows/sec., 2.53 MiB/sec. 2026.03.20 17:56:49.669681 [ 49 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:49.669694 [ 268 ] {a848b530-d280-4732-bc37-ebb57e3e9db0} TCPHandler: Processed in 0.001387183 sec. 2026.03.20 17:56:49.669710 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:49.669814 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:49.669836 [ 200 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2026.03.20 17:56:49.669916 [ 268 ] {21b588f0-1486-4408-982e-bf589d37bfa3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:49.669962 [ 268 ] {21b588f0-1486-4408-982e-bf589d37bfa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:49.669980 [ 200 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:49.670021 [ 200 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 226 rows starting from the beginning of the part 2026.03.20 17:56:49.670090 [ 200 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 41 rows starting from the beginning of the part 2026.03.20 17:56:49.670138 [ 200 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 142 rows starting from the beginning of the part 2026.03.20 17:56:49.670181 [ 200 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 66 rows starting from the beginning of the part 2026.03.20 17:56:49.670221 [ 200 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 142 rows starting from the beginning of the part 2026.03.20 17:56:49.670261 [ 200 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 41 rows starting from the beginning of the part 2026.03.20 17:56:49.670390 [ 268 ] {21b588f0-1486-4408-982e-bf589d37bfa3} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:49.670433 [ 268 ] {21b588f0-1486-4408-982e-bf589d37bfa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:49.670772 [ 268 ] {21b588f0-1486-4408-982e-bf589d37bfa3} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.20 17:56:49.671005 [ 268 ] {21b588f0-1486-4408-982e-bf589d37bfa3} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:49.671136 [ 268 ] {21b588f0-1486-4408-982e-bf589d37bfa3} executeQuery: Read 105 rows, 8.40 KiB in 0.001238 sec., 84814.21647819063 rows/sec., 6.62 MiB/sec. 2026.03.20 17:56:49.671175 [ 268 ] {21b588f0-1486-4408-982e-bf589d37bfa3} TCPHandler: Processed in 0.001410863 sec. 2026.03.20 17:56:49.671191 [ 191 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 5 columns (5 merged, 0 gathered) in 0.001415922 sec., 464714.8642368718 rows/sec., 31.39 MiB/sec. 2026.03.20 17:56:49.671311 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:49.671344 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2026.03.20 17:56:49.671411 [ 268 ] {df3110b1-6a81-4804-8fec-0fe8d7020a33} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:49.671461 [ 268 ] {df3110b1-6a81-4804-8fec-0fe8d7020a33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:49.671615 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_60_12} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:49.671693 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_60_12} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2026.03.20 17:56:49.671770 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.20 17:56:49.671878 [ 268 ] {df3110b1-6a81-4804-8fec-0fe8d7020a33} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:49.671920 [ 268 ] {df3110b1-6a81-4804-8fec-0fe8d7020a33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:49.672258 [ 268 ] {df3110b1-6a81-4804-8fec-0fe8d7020a33} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.20 17:56:49.672488 [ 268 ] {df3110b1-6a81-4804-8fec-0fe8d7020a33} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:49.672619 [ 268 ] {df3110b1-6a81-4804-8fec-0fe8d7020a33} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2026.03.20 17:56:49.672657 [ 268 ] {df3110b1-6a81-4804-8fec-0fe8d7020a33} TCPHandler: Processed in 0.001396922 sec. 2026.03.20 17:56:49.672765 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:49.672861 [ 268 ] {6c93ba68-7c7e-4c29-8188-bd69eb493cb0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:49.672917 [ 268 ] {6c93ba68-7c7e-4c29-8188-bd69eb493cb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:56:49.673762 [ 268 ] {6c93ba68-7c7e-4c29-8188-bd69eb493cb0} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:49.673798 [ 268 ] {6c93ba68-7c7e-4c29-8188-bd69eb493cb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:49.674378 [ 268 ] {6c93ba68-7c7e-4c29-8188-bd69eb493cb0} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:56:49.674635 [ 268 ] {6c93ba68-7c7e-4c29-8188-bd69eb493cb0} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:49.674778 [ 268 ] {6c93ba68-7c7e-4c29-8188-bd69eb493cb0} executeQuery: Read 41 rows, 75.23 KiB in 0.001934 sec., 21199.586349534642 rows/sec., 37.99 MiB/sec. 2026.03.20 17:56:49.674834 [ 268 ] {6c93ba68-7c7e-4c29-8188-bd69eb493cb0} TCPHandler: Processed in 0.002119679 sec. 2026.03.20 17:56:49.674946 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:49.675043 [ 268 ] {92140b24-520b-42b1-9b70-7a9e6e39a513} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:49.675085 [ 268 ] {92140b24-520b-42b1-9b70-7a9e6e39a513} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:49.675414 [ 268 ] {92140b24-520b-42b1-9b70-7a9e6e39a513} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:49.675451 [ 268 ] {92140b24-520b-42b1-9b70-7a9e6e39a513} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:49.675765 [ 268 ] {92140b24-520b-42b1-9b70-7a9e6e39a513} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.20 17:56:49.675978 [ 268 ] {92140b24-520b-42b1-9b70-7a9e6e39a513} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:49.676111 [ 268 ] {92140b24-520b-42b1-9b70-7a9e6e39a513} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.03.20 17:56:49.676148 [ 268 ] {92140b24-520b-42b1-9b70-7a9e6e39a513} TCPHandler: Processed in 0.00125518 sec. 2026.03.20 17:56:54.672221 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:54.672442 [ 268 ] {e98b41be-86a0-4175-9e3d-242f05e2fe55} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:56:54.672520 [ 268 ] {e98b41be-86a0-4175-9e3d-242f05e2fe55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:56:54.673326 [ 268 ] {e98b41be-86a0-4175-9e3d-242f05e2fe55} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:54.673375 [ 268 ] {e98b41be-86a0-4175-9e3d-242f05e2fe55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:54.673814 [ 268 ] {e98b41be-86a0-4175-9e3d-242f05e2fe55} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:56:54.674070 [ 268 ] {e98b41be-86a0-4175-9e3d-242f05e2fe55} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:54.674233 [ 29 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 2026.03.20 17:56:54.674240 [ 268 ] {e98b41be-86a0-4175-9e3d-242f05e2fe55} executeQuery: Read 284 rows, 18.47 KiB in 0.001853 sec., 153264.97571505667 rows/sec., 9.73 MiB/sec. 2026.03.20 17:56:54.674317 [ 29 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:54.674339 [ 268 ] {e98b41be-86a0-4175-9e3d-242f05e2fe55} TCPHandler: Processed in 0.002264263 sec. 2026.03.20 17:56:54.674347 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:54.674455 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_38_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full 2026.03.20 17:56:54.674489 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:54.674550 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_38_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:54.674590 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 308 rows starting from the beginning of the part 2026.03.20 17:56:54.674591 [ 268 ] {4a7379d3-faa4-4b10-b4fe-b317d7e270f5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:54.674643 [ 268 ] {4a7379d3-faa4-4b10-b4fe-b317d7e270f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:54.674652 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 284 rows starting from the beginning of the part 2026.03.20 17:56:54.674700 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 284 rows starting from the beginning of the part 2026.03.20 17:56:54.674747 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 284 rows starting from the beginning of the part 2026.03.20 17:56:54.674790 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 284 rows starting from the beginning of the part 2026.03.20 17:56:54.674832 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 284 rows starting from the beginning of the part 2026.03.20 17:56:54.675477 [ 268 ] {4a7379d3-faa4-4b10-b4fe-b317d7e270f5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:54.675515 [ 268 ] {4a7379d3-faa4-4b10-b4fe-b317d7e270f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:54.675822 [ 197 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_38_8} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.001407233 sec., 1227941.641504996 rows/sec., 83.01 MiB/sec. 2026.03.20 17:56:54.675898 [ 268 ] {4a7379d3-faa4-4b10-b4fe-b317d7e270f5} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.20 17:56:54.675947 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_38_8} MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) 2026.03.20 17:56:54.676138 [ 268 ] {4a7379d3-faa4-4b10-b4fe-b317d7e270f5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:54.676177 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_38_8} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:54.676239 [ 191 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_38_8} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 2026.03.20 17:56:54.676281 [ 268 ] {4a7379d3-faa4-4b10-b4fe-b317d7e270f5} executeQuery: Read 797 rows, 63.50 KiB in 0.001709 sec., 466354.5933294324 rows/sec., 36.28 MiB/sec. 2026.03.20 17:56:54.676304 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.03.20 17:56:54.676322 [ 268 ] {4a7379d3-faa4-4b10-b4fe-b317d7e270f5} TCPHandler: Processed in 0.001883904 sec. 2026.03.20 17:56:54.676438 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:54.676537 [ 268 ] {0c4a7f41-8371-4f55-8e9e-fafa705ac572} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:56:54.676578 [ 268 ] {0c4a7f41-8371-4f55-8e9e-fafa705ac572} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:56:54.677023 [ 268 ] {0c4a7f41-8371-4f55-8e9e-fafa705ac572} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:54.677062 [ 268 ] {0c4a7f41-8371-4f55-8e9e-fafa705ac572} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:54.677391 [ 268 ] {0c4a7f41-8371-4f55-8e9e-fafa705ac572} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.20 17:56:54.677620 [ 268 ] {0c4a7f41-8371-4f55-8e9e-fafa705ac572} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:54.677754 [ 268 ] {0c4a7f41-8371-4f55-8e9e-fafa705ac572} executeQuery: Read 142 rows, 8.54 KiB in 0.001235 sec., 114979.75708502025 rows/sec., 6.75 MiB/sec. 2026.03.20 17:56:54.677794 [ 268 ] {0c4a7f41-8371-4f55-8e9e-fafa705ac572} TCPHandler: Processed in 0.001407023 sec. 2026.03.20 17:56:54.677905 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:54.678002 [ 268 ] {04e9e5ef-09b9-4aba-804a-5677b272a11d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:56:54.678043 [ 268 ] {04e9e5ef-09b9-4aba-804a-5677b272a11d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:56:54.678475 [ 268 ] {04e9e5ef-09b9-4aba-804a-5677b272a11d} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:54.678514 [ 268 ] {04e9e5ef-09b9-4aba-804a-5677b272a11d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:54.678832 [ 268 ] {04e9e5ef-09b9-4aba-804a-5677b272a11d} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:56:54.679062 [ 268 ] {04e9e5ef-09b9-4aba-804a-5677b272a11d} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:54.679191 [ 268 ] {04e9e5ef-09b9-4aba-804a-5677b272a11d} executeQuery: Read 149 rows, 9.86 KiB in 0.001207 sec., 123446.56172328087 rows/sec., 7.98 MiB/sec. 2026.03.20 17:56:54.679229 [ 268 ] {04e9e5ef-09b9-4aba-804a-5677b272a11d} TCPHandler: Processed in 0.001376182 sec. 2026.03.20 17:56:54.679340 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:54.679437 [ 268 ] {2e261090-fe3c-4c15-9769-dd5b400d427b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:56:54.679479 [ 268 ] {2e261090-fe3c-4c15-9769-dd5b400d427b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:56:54.679914 [ 268 ] {2e261090-fe3c-4c15-9769-dd5b400d427b} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:54.679952 [ 268 ] {2e261090-fe3c-4c15-9769-dd5b400d427b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:54.680294 [ 268 ] {2e261090-fe3c-4c15-9769-dd5b400d427b} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:56:54.680523 [ 268 ] {2e261090-fe3c-4c15-9769-dd5b400d427b} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:54.680643 [ 48 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 2026.03.20 17:56:54.680661 [ 268 ] {2e261090-fe3c-4c15-9769-dd5b400d427b} executeQuery: Read 148 rows, 8.62 KiB in 0.001242 sec., 119162.64090177133 rows/sec., 6.78 MiB/sec. 2026.03.20 17:56:54.680709 [ 48 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:54.680720 [ 268 ] {2e261090-fe3c-4c15-9769-dd5b400d427b} TCPHandler: Processed in 0.001431923 sec. 2026.03.20 17:56:54.680738 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:54.680823 [ 195 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_38_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full 2026.03.20 17:56:54.680838 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:54.680917 [ 195 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_38_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:54.680943 [ 195 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 160 rows starting from the beginning of the part 2026.03.20 17:56:54.680951 [ 268 ] {b72a33fa-8aa2-44ab-a8a4-2adeb399ac13} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:54.680993 [ 268 ] {b72a33fa-8aa2-44ab-a8a4-2adeb399ac13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:54.680995 [ 195 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 148 rows starting from the beginning of the part 2026.03.20 17:56:54.681050 [ 195 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 148 rows starting from the beginning of the part 2026.03.20 17:56:54.681091 [ 195 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 148 rows starting from the beginning of the part 2026.03.20 17:56:54.681131 [ 195 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 148 rows starting from the beginning of the part 2026.03.20 17:56:54.681169 [ 195 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 148 rows starting from the beginning of the part 2026.03.20 17:56:54.681584 [ 268 ] {b72a33fa-8aa2-44ab-a8a4-2adeb399ac13} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:54.681622 [ 268 ] {b72a33fa-8aa2-44ab-a8a4-2adeb399ac13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:54.681978 [ 268 ] {b72a33fa-8aa2-44ab-a8a4-2adeb399ac13} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.20 17:56:54.682026 [ 190 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_38_8} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001229389 sec., 732070.9718404834 rows/sec., 44.62 MiB/sec. 2026.03.20 17:56:54.682222 [ 268 ] {b72a33fa-8aa2-44ab-a8a4-2adeb399ac13} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:54.682262 [ 190 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_38_8} MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) 2026.03.20 17:56:54.682367 [ 268 ] {b72a33fa-8aa2-44ab-a8a4-2adeb399ac13} executeQuery: Read 490 rows, 35.18 KiB in 0.001433 sec., 341939.98604326585 rows/sec., 23.97 MiB/sec. 2026.03.20 17:56:54.682412 [ 268 ] {b72a33fa-8aa2-44ab-a8a4-2adeb399ac13} TCPHandler: Processed in 0.001624668 sec. 2026.03.20 17:56:54.682523 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:54.682629 [ 268 ] {e80eac75-684f-413e-a881-1791e52a4174} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:56:54.682635 [ 190 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_38_8} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:54.682678 [ 268 ] {e80eac75-684f-413e-a881-1791e52a4174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:56:54.682750 [ 190 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_38_8} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 2026.03.20 17:56:54.682853 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.20 17:56:54.683022 [ 268 ] {e80eac75-684f-413e-a881-1791e52a4174} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:54.683065 [ 268 ] {e80eac75-684f-413e-a881-1791e52a4174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:54.683407 [ 268 ] {e80eac75-684f-413e-a881-1791e52a4174} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:56:54.683643 [ 268 ] {e80eac75-684f-413e-a881-1791e52a4174} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:54.683775 [ 268 ] {e80eac75-684f-413e-a881-1791e52a4174} executeQuery: Read 6 rows, 321.00 B in 0.001165 sec., 5150.214592274678 rows/sec., 269.08 KiB/sec. 2026.03.20 17:56:54.683814 [ 268 ] {e80eac75-684f-413e-a881-1791e52a4174} TCPHandler: Processed in 0.001341761 sec. 2026.03.20 17:56:54.683914 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:54.684008 [ 268 ] {dc08e2da-365f-4208-96d8-cb32c9e35519} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:54.684051 [ 268 ] {dc08e2da-365f-4208-96d8-cb32c9e35519} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:54.684450 [ 268 ] {dc08e2da-365f-4208-96d8-cb32c9e35519} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:54.684486 [ 268 ] {dc08e2da-365f-4208-96d8-cb32c9e35519} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:54.684813 [ 268 ] {dc08e2da-365f-4208-96d8-cb32c9e35519} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.20 17:56:54.685016 [ 268 ] {dc08e2da-365f-4208-96d8-cb32c9e35519} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:54.685147 [ 268 ] {dc08e2da-365f-4208-96d8-cb32c9e35519} executeQuery: Read 265 rows, 18.03 KiB in 0.001156 sec., 229238.75432525954 rows/sec., 15.23 MiB/sec. 2026.03.20 17:56:54.685184 [ 268 ] {dc08e2da-365f-4208-96d8-cb32c9e35519} TCPHandler: Processed in 0.001319941 sec. 2026.03.20 17:56:54.685290 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:54.685386 [ 268 ] {718306cc-4e49-419b-abed-8ae70c3f41a1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:56:54.685427 [ 268 ] {718306cc-4e49-419b-abed-8ae70c3f41a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:56:54.685730 [ 268 ] {718306cc-4e49-419b-abed-8ae70c3f41a1} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:54.685765 [ 268 ] {718306cc-4e49-419b-abed-8ae70c3f41a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:54.686078 [ 268 ] {718306cc-4e49-419b-abed-8ae70c3f41a1} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.20 17:56:54.686278 [ 268 ] {718306cc-4e49-419b-abed-8ae70c3f41a1} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:54.686403 [ 268 ] {718306cc-4e49-419b-abed-8ae70c3f41a1} executeQuery: Read 1 rows, 69.00 B in 0.001035 sec., 966.1835748792272 rows/sec., 65.10 KiB/sec. 2026.03.20 17:56:54.686440 [ 268 ] {718306cc-4e49-419b-abed-8ae70c3f41a1} TCPHandler: Processed in 0.001199837 sec. 2026.03.20 17:56:54.686544 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:54.686640 [ 268 ] {ef8c0bab-bcfa-4303-8f8f-aacdc33a688d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:54.686679 [ 268 ] {ef8c0bab-bcfa-4303-8f8f-aacdc33a688d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:54.686995 [ 268 ] {ef8c0bab-bcfa-4303-8f8f-aacdc33a688d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:54.687031 [ 268 ] {ef8c0bab-bcfa-4303-8f8f-aacdc33a688d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:54.687335 [ 268 ] {ef8c0bab-bcfa-4303-8f8f-aacdc33a688d} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.20 17:56:54.687555 [ 268 ] {ef8c0bab-bcfa-4303-8f8f-aacdc33a688d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:54.687684 [ 268 ] {ef8c0bab-bcfa-4303-8f8f-aacdc33a688d} executeQuery: Read 90 rows, 5.77 KiB in 0.001063 sec., 84666.03951081845 rows/sec., 5.30 MiB/sec. 2026.03.20 17:56:54.687720 [ 268 ] {ef8c0bab-bcfa-4303-8f8f-aacdc33a688d} TCPHandler: Processed in 0.001226388 sec. 2026.03.20 17:56:55.319295 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25509 2026.03.20 17:56:55.319813 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:55.319855 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:55.320346 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:56:55.320571 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:55.320719 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25509 2026.03.20 17:56:56.650790 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2026.03.20 17:56:56.667437 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:56.667505 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:56.673871 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:56:56.674559 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:56.677514 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2026.03.20 17:56:57.908233 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1562 2026.03.20 17:56:57.910632 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:57.910675 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:57.911847 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:56:57.912110 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:57.912376 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1562 2026.03.20 17:56:59.665853 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:59.666066 [ 268 ] {fca77c5d-ea3f-4eff-b0de-56273003d0fd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:56:59.666139 [ 268 ] {fca77c5d-ea3f-4eff-b0de-56273003d0fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:56:59.666908 [ 268 ] {fca77c5d-ea3f-4eff-b0de-56273003d0fd} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:59.666956 [ 268 ] {fca77c5d-ea3f-4eff-b0de-56273003d0fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:59.667417 [ 268 ] {fca77c5d-ea3f-4eff-b0de-56273003d0fd} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.20 17:56:59.667703 [ 268 ] {fca77c5d-ea3f-4eff-b0de-56273003d0fd} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:59.667869 [ 73 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.20 17:56:59.667886 [ 268 ] {fca77c5d-ea3f-4eff-b0de-56273003d0fd} executeQuery: Read 138 rows, 12.29 KiB in 0.001872 sec., 73717.94871794872 rows/sec., 6.41 MiB/sec. 2026.03.20 17:56:59.667936 [ 73 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:59.667955 [ 268 ] {fca77c5d-ea3f-4eff-b0de-56273003d0fd} TCPHandler: Processed in 0.002240352 sec. 2026.03.20 17:56:59.667962 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:59.668082 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.20 17:56:59.668086 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:59.668223 [ 268 ] {3cadb35e-a41c-4b30-813b-9e54b06f87f9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:56:59.668227 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:59.668267 [ 268 ] {3cadb35e-a41c-4b30-813b-9e54b06f87f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:56:59.668280 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2895 rows starting from the beginning of the part 2026.03.20 17:56:59.668350 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 56 rows starting from the beginning of the part 2026.03.20 17:56:59.668399 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 797 rows starting from the beginning of the part 2026.03.20 17:56:59.668442 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 138 rows starting from the beginning of the part 2026.03.20 17:56:59.668483 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 797 rows starting from the beginning of the part 2026.03.20 17:56:59.668522 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 138 rows starting from the beginning of the part 2026.03.20 17:56:59.668691 [ 268 ] {3cadb35e-a41c-4b30-813b-9e54b06f87f9} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:59.668738 [ 268 ] {3cadb35e-a41c-4b30-813b-9e54b06f87f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:59.669069 [ 268 ] {3cadb35e-a41c-4b30-813b-9e54b06f87f9} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.20 17:56:59.669297 [ 268 ] {3cadb35e-a41c-4b30-813b-9e54b06f87f9} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:59.669429 [ 268 ] {3cadb35e-a41c-4b30-813b-9e54b06f87f9} executeQuery: Read 41 rows, 3.08 KiB in 0.001224 sec., 33496.73202614379 rows/sec., 2.46 MiB/sec. 2026.03.20 17:56:59.669468 [ 268 ] {3cadb35e-a41c-4b30-813b-9e54b06f87f9} TCPHandler: Processed in 0.001434574 sec. 2026.03.20 17:56:59.669585 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:59.669680 [ 268 ] {4f256421-84d2-475d-8f99-c60b35920321} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:56:59.669721 [ 268 ] {4f256421-84d2-475d-8f99-c60b35920321} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:56:59.670136 [ 268 ] {4f256421-84d2-475d-8f99-c60b35920321} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:59.670170 [ 268 ] {4f256421-84d2-475d-8f99-c60b35920321} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:59.670338 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4821 rows, containing 5 columns (5 merged, 0 gathered) in 0.002306784 sec., 2089922.5935328144 rows/sec., 170.87 MiB/sec. 2026.03.20 17:56:59.670496 [ 268 ] {4f256421-84d2-475d-8f99-c60b35920321} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.20 17:56:59.670606 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.20 17:56:59.670739 [ 268 ] {4f256421-84d2-475d-8f99-c60b35920321} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:59.670884 [ 268 ] {4f256421-84d2-475d-8f99-c60b35920321} executeQuery: Read 105 rows, 8.40 KiB in 0.001222 sec., 85924.71358428805 rows/sec., 6.71 MiB/sec. 2026.03.20 17:56:59.670885 [ 63 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.20 17:56:59.670885 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_86_17} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:59.670925 [ 268 ] {4f256421-84d2-475d-8f99-c60b35920321} TCPHandler: Processed in 0.001396992 sec. 2026.03.20 17:56:59.670936 [ 63 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:59.670971 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:59.671007 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_86_17} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.20 17:56:59.671047 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.20 17:56:59.671055 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:59.671082 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.03.20 17:56:59.671140 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:59.671166 [ 268 ] {42d88b45-b45d-4b01-96a1-7235b4b812ba} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:59.671173 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1555 rows starting from the beginning of the part 2026.03.20 17:56:59.671210 [ 268 ] {42d88b45-b45d-4b01-96a1-7235b4b812ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:56:59.671236 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 64 rows starting from the beginning of the part 2026.03.20 17:56:59.671280 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 490 rows starting from the beginning of the part 2026.03.20 17:56:59.671321 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 105 rows starting from the beginning of the part 2026.03.20 17:56:59.671361 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 490 rows starting from the beginning of the part 2026.03.20 17:56:59.671409 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 105 rows starting from the beginning of the part 2026.03.20 17:56:59.671610 [ 268 ] {42d88b45-b45d-4b01-96a1-7235b4b812ba} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:59.671644 [ 268 ] {42d88b45-b45d-4b01-96a1-7235b4b812ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:59.671978 [ 268 ] {42d88b45-b45d-4b01-96a1-7235b4b812ba} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.20 17:56:59.672198 [ 268 ] {42d88b45-b45d-4b01-96a1-7235b4b812ba} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:59.672303 [ 63 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.20 17:56:59.672327 [ 63 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:59.672327 [ 268 ] {42d88b45-b45d-4b01-96a1-7235b4b812ba} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2026.03.20 17:56:59.672343 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:59.672371 [ 268 ] {42d88b45-b45d-4b01-96a1-7235b4b812ba} TCPHandler: Processed in 0.001366582 sec. 2026.03.20 17:56:59.672418 [ 195 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.20 17:56:59.672481 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:59.672510 [ 195 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:59.672539 [ 195 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_86_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 28102 rows starting from the beginning of the part 2026.03.20 17:56:59.672574 [ 268 ] {84ec4361-b988-46c2-b0eb-153d8e1707a9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:56:59.672594 [ 195 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 128 rows starting from the beginning of the part 2026.03.20 17:56:59.672631 [ 268 ] {84ec4361-b988-46c2-b0eb-153d8e1707a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:56:59.672648 [ 195 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 265 rows starting from the beginning of the part 2026.03.20 17:56:59.672694 [ 195 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2026.03.20 17:56:59.672708 [ 198 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 2809 rows, containing 5 columns (5 merged, 0 gathered) in 0.001688819 sec., 1663292.513881002 rows/sec., 123.97 MiB/sec. 2026.03.20 17:56:59.672734 [ 195 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 265 rows starting from the beginning of the part 2026.03.20 17:56:59.672791 [ 195 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part 2026.03.20 17:56:59.672910 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.20 17:56:59.673168 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_86_17} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:59.673231 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_86_17} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.20 17:56:59.673299 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.03.20 17:56:59.673426 [ 268 ] {84ec4361-b988-46c2-b0eb-153d8e1707a9} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:59.673461 [ 268 ] {84ec4361-b988-46c2-b0eb-153d8e1707a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:59.674153 [ 268 ] {84ec4361-b988-46c2-b0eb-153d8e1707a9} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:56:59.674397 [ 268 ] {84ec4361-b988-46c2-b0eb-153d8e1707a9} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:59.674541 [ 268 ] {84ec4361-b988-46c2-b0eb-153d8e1707a9} executeQuery: Read 41 rows, 75.23 KiB in 0.001983 sec., 20675.743822491175 rows/sec., 37.05 MiB/sec. 2026.03.20 17:56:59.674598 [ 268 ] {84ec4361-b988-46c2-b0eb-153d8e1707a9} TCPHandler: Processed in 0.002166311 sec. 2026.03.20 17:56:59.674715 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:56:59.674810 [ 268 ] {351333eb-34aa-4a4d-a0d4-79d0e76f15b9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:56:59.674852 [ 268 ] {351333eb-34aa-4a4d-a0d4-79d0e76f15b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:56:59.675181 [ 268 ] {351333eb-34aa-4a4d-a0d4-79d0e76f15b9} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:59.675214 [ 268 ] {351333eb-34aa-4a4d-a0d4-79d0e76f15b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:59.675635 [ 268 ] {351333eb-34aa-4a4d-a0d4-79d0e76f15b9} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.20 17:56:59.675858 [ 268 ] {351333eb-34aa-4a4d-a0d4-79d0e76f15b9} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:59.675959 [ 63 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.20 17:56:59.675985 [ 268 ] {351333eb-34aa-4a4d-a0d4-79d0e76f15b9} executeQuery: Read 60 rows, 4.14 KiB in 0.001193 sec., 50293.37803855826 rows/sec., 3.39 MiB/sec. 2026.03.20 17:56:59.675987 [ 63 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:56:59.676015 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:56:59.676021 [ 268 ] {351333eb-34aa-4a4d-a0d4-79d0e76f15b9} TCPHandler: Processed in 0.001356871 sec. 2026.03.20 17:56:59.676101 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.20 17:56:59.676224 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:56:59.676257 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4812 rows starting from the beginning of the part 2026.03.20 17:56:59.676317 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 48 rows starting from the beginning of the part 2026.03.20 17:56:59.676358 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 90 rows starting from the beginning of the part 2026.03.20 17:56:59.676396 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2026.03.20 17:56:59.676437 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 90 rows starting from the beginning of the part 2026.03.20 17:56:59.676474 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2026.03.20 17:56:59.679116 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5160 rows, containing 4 columns (4 merged, 0 gathered) in 0.0030518 sec., 1690805.4263057867 rows/sec., 108.62 MiB/sec. 2026.03.20 17:56:59.679653 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.20 17:56:59.679936 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_86_17} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:59.680009 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_86_17} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.20 17:56:59.680103 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.03.20 17:56:59.681351 [ 193 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 29080 rows, containing 5 columns (5 merged, 0 gathered) in 0.008960968 sec., 3245185.1183934594 rows/sec., 213.76 MiB/sec. 2026.03.20 17:56:59.681758 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.20 17:56:59.682050 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_86_17} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:56:59.682123 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_86_17} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.20 17:56:59.682208 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2026.03.20 17:57:00.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 329.86 MiB, peak 341.82 MiB, free memory in arenas 0.00 B, will set to 332.75 MiB (RSS), difference: 2.89 MiB 2026.03.20 17:57:02.685752 [ 70 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:57:02.685803 [ 70 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:57:02.820877 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25957 2026.03.20 17:57:02.821390 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:02.821432 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2026.03.20 17:57:02.821930 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.20 17:57:02.822156 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:02.822287 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25957 2026.03.20 17:57:04.177610 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2026.03.20 17:57:04.194578 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.194636 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.200769 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.20 17:57:04.201446 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.204420 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.03.20 17:57:04.671757 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.671958 [ 268 ] {f8ec0040-9507-48f7-a879-fa0692f44079} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.672027 [ 268 ] {f8ec0040-9507-48f7-a879-fa0692f44079} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:57:04.672861 [ 268 ] {f8ec0040-9507-48f7-a879-fa0692f44079} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.672897 [ 268 ] {f8ec0040-9507-48f7-a879-fa0692f44079} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.673312 [ 268 ] {f8ec0040-9507-48f7-a879-fa0692f44079} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:57:04.673541 [ 268 ] {f8ec0040-9507-48f7-a879-fa0692f44079} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.673688 [ 268 ] {f8ec0040-9507-48f7-a879-fa0692f44079} executeQuery: Read 284 rows, 18.47 KiB in 0.001785 sec., 159103.64145658264 rows/sec., 10.11 MiB/sec. 2026.03.20 17:57:04.673729 [ 268 ] {f8ec0040-9507-48f7-a879-fa0692f44079} TCPHandler: Processed in 0.002110279 sec. 2026.03.20 17:57:04.673851 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.673954 [ 268 ] {8e053edf-6882-4e12-95ae-14f44a88be61} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:04.673993 [ 268 ] {8e053edf-6882-4e12-95ae-14f44a88be61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:04.674857 [ 268 ] {8e053edf-6882-4e12-95ae-14f44a88be61} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.674893 [ 268 ] {8e053edf-6882-4e12-95ae-14f44a88be61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.675258 [ 268 ] {8e053edf-6882-4e12-95ae-14f44a88be61} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.20 17:57:04.675468 [ 268 ] {8e053edf-6882-4e12-95ae-14f44a88be61} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.675593 [ 268 ] {8e053edf-6882-4e12-95ae-14f44a88be61} executeQuery: Read 797 rows, 63.50 KiB in 0.001657 sec., 480989.74049487023 rows/sec., 37.42 MiB/sec. 2026.03.20 17:57:04.675629 [ 268 ] {8e053edf-6882-4e12-95ae-14f44a88be61} TCPHandler: Processed in 0.001825052 sec. 2026.03.20 17:57:04.675746 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.675838 [ 268 ] {a44e81d0-f878-46f6-94fb-9af343bf141a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.675877 [ 268 ] {a44e81d0-f878-46f6-94fb-9af343bf141a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:57:04.676319 [ 268 ] {a44e81d0-f878-46f6-94fb-9af343bf141a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.676353 [ 268 ] {a44e81d0-f878-46f6-94fb-9af343bf141a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.676659 [ 268 ] {a44e81d0-f878-46f6-94fb-9af343bf141a} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.20 17:57:04.676870 [ 268 ] {a44e81d0-f878-46f6-94fb-9af343bf141a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.676990 [ 268 ] {a44e81d0-f878-46f6-94fb-9af343bf141a} executeQuery: Read 142 rows, 8.54 KiB in 0.001171 sec., 121263.87702818104 rows/sec., 7.12 MiB/sec. 2026.03.20 17:57:04.677025 [ 268 ] {a44e81d0-f878-46f6-94fb-9af343bf141a} TCPHandler: Processed in 0.001326661 sec. 2026.03.20 17:57:04.677135 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.677227 [ 268 ] {4183bfe6-8f33-4568-8149-ef0860f6f6c4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.677264 [ 268 ] {4183bfe6-8f33-4568-8149-ef0860f6f6c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:57:04.677682 [ 268 ] {4183bfe6-8f33-4568-8149-ef0860f6f6c4} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.677715 [ 268 ] {4183bfe6-8f33-4568-8149-ef0860f6f6c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.678012 [ 268 ] {4183bfe6-8f33-4568-8149-ef0860f6f6c4} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:57:04.678233 [ 268 ] {4183bfe6-8f33-4568-8149-ef0860f6f6c4} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.678327 [ 67 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2026.03.20 17:57:04.678358 [ 268 ] {4183bfe6-8f33-4568-8149-ef0860f6f6c4} executeQuery: Read 149 rows, 9.86 KiB in 0.001149 sec., 129677.98085291557 rows/sec., 8.38 MiB/sec. 2026.03.20 17:57:04.678377 [ 67 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.678394 [ 268 ] {4183bfe6-8f33-4568-8149-ef0860f6f6c4} TCPHandler: Processed in 0.001306341 sec. 2026.03.20 17:57:04.678400 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.678502 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.678530 [ 188 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2026.03.20 17:57:04.678596 [ 268 ] {591571e6-843e-4576-91c5-2c83bf9feb37} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.678638 [ 268 ] {591571e6-843e-4576-91c5-2c83bf9feb37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:57:04.678685 [ 188 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:04.678727 [ 188 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 882 rows starting from the beginning of the part 2026.03.20 17:57:04.678802 [ 188 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 149 rows starting from the beginning of the part 2026.03.20 17:57:04.678854 [ 188 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 708 rows starting from the beginning of the part 2026.03.20 17:57:04.678902 [ 188 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 149 rows starting from the beginning of the part 2026.03.20 17:57:04.678946 [ 188 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 149 rows starting from the beginning of the part 2026.03.20 17:57:04.678990 [ 188 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 149 rows starting from the beginning of the part 2026.03.20 17:57:04.679066 [ 268 ] {591571e6-843e-4576-91c5-2c83bf9feb37} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.679105 [ 268 ] {591571e6-843e-4576-91c5-2c83bf9feb37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.679435 [ 268 ] {591571e6-843e-4576-91c5-2c83bf9feb37} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:57:04.679666 [ 268 ] {591571e6-843e-4576-91c5-2c83bf9feb37} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.679794 [ 268 ] {591571e6-843e-4576-91c5-2c83bf9feb37} executeQuery: Read 148 rows, 8.62 KiB in 0.001218 sec., 121510.67323481117 rows/sec., 6.91 MiB/sec. 2026.03.20 17:57:04.679831 [ 268 ] {591571e6-843e-4576-91c5-2c83bf9feb37} TCPHandler: Processed in 0.001375502 sec. 2026.03.20 17:57:04.679935 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.680027 [ 268 ] {c32d7c27-1a7f-4057-ae91-4832c053985a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:04.680065 [ 268 ] {c32d7c27-1a7f-4057-ae91-4832c053985a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:04.680116 [ 188 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 2186 rows, containing 5 columns (5 merged, 0 gathered) in 0.001650818 sec., 1324192.0066294407 rows/sec., 85.49 MiB/sec. 2026.03.20 17:57:04.680328 [ 193 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2026.03.20 17:57:04.680661 [ 268 ] {c32d7c27-1a7f-4057-ae91-4832c053985a} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.680662 [ 193 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_45_9} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.680703 [ 268 ] {c32d7c27-1a7f-4057-ae91-4832c053985a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.680767 [ 193 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_45_9} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2026.03.20 17:57:04.680887 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.20 17:57:04.681047 [ 268 ] {c32d7c27-1a7f-4057-ae91-4832c053985a} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.20 17:57:04.681269 [ 268 ] {c32d7c27-1a7f-4057-ae91-4832c053985a} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.681395 [ 268 ] {c32d7c27-1a7f-4057-ae91-4832c053985a} executeQuery: Read 490 rows, 35.18 KiB in 0.001387 sec., 353280.46142754145 rows/sec., 24.77 MiB/sec. 2026.03.20 17:57:04.681432 [ 268 ] {c32d7c27-1a7f-4057-ae91-4832c053985a} TCPHandler: Processed in 0.001543756 sec. 2026.03.20 17:57:04.681542 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.681634 [ 268 ] {e5c4ddd6-7236-4cbd-a526-01cad415c1a7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:57:04.681673 [ 268 ] {e5c4ddd6-7236-4cbd-a526-01cad415c1a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:57:04.682010 [ 268 ] {e5c4ddd6-7236-4cbd-a526-01cad415c1a7} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.682043 [ 268 ] {e5c4ddd6-7236-4cbd-a526-01cad415c1a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.682338 [ 268 ] {e5c4ddd6-7236-4cbd-a526-01cad415c1a7} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:57:04.682544 [ 268 ] {e5c4ddd6-7236-4cbd-a526-01cad415c1a7} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.682670 [ 268 ] {e5c4ddd6-7236-4cbd-a526-01cad415c1a7} executeQuery: Read 6 rows, 321.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 297.13 KiB/sec. 2026.03.20 17:57:04.682705 [ 268 ] {e5c4ddd6-7236-4cbd-a526-01cad415c1a7} TCPHandler: Processed in 0.001210419 sec. 2026.03.20 17:57:04.682815 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.682906 [ 268 ] {1f77c116-ff5e-48cd-9b7e-70b7a92ececd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.682946 [ 268 ] {1f77c116-ff5e-48cd-9b7e-70b7a92ececd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:04.683354 [ 268 ] {1f77c116-ff5e-48cd-9b7e-70b7a92ececd} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.683387 [ 268 ] {1f77c116-ff5e-48cd-9b7e-70b7a92ececd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.683715 [ 268 ] {1f77c116-ff5e-48cd-9b7e-70b7a92ececd} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.20 17:57:04.683929 [ 268 ] {1f77c116-ff5e-48cd-9b7e-70b7a92ececd} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.684052 [ 268 ] {1f77c116-ff5e-48cd-9b7e-70b7a92ececd} executeQuery: Read 265 rows, 18.03 KiB in 0.001164 sec., 227663.2302405498 rows/sec., 15.13 MiB/sec. 2026.03.20 17:57:04.684087 [ 268 ] {1f77c116-ff5e-48cd-9b7e-70b7a92ececd} TCPHandler: Processed in 0.0013191 sec. 2026.03.20 17:57:04.684198 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.684288 [ 268 ] {2befce1c-4b1a-45c7-9199-90815e0afc8d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.684328 [ 268 ] {2befce1c-4b1a-45c7-9199-90815e0afc8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:57:04.684626 [ 268 ] {2befce1c-4b1a-45c7-9199-90815e0afc8d} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.684659 [ 268 ] {2befce1c-4b1a-45c7-9199-90815e0afc8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.684947 [ 268 ] {2befce1c-4b1a-45c7-9199-90815e0afc8d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.20 17:57:04.685150 [ 268 ] {2befce1c-4b1a-45c7-9199-90815e0afc8d} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.685272 [ 268 ] {2befce1c-4b1a-45c7-9199-90815e0afc8d} executeQuery: Read 1 rows, 69.00 B in 0.001001 sec., 999.0009990009991 rows/sec., 67.32 KiB/sec. 2026.03.20 17:57:04.685306 [ 268 ] {2befce1c-4b1a-45c7-9199-90815e0afc8d} TCPHandler: Processed in 0.001155237 sec. 2026.03.20 17:57:04.685408 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.685500 [ 268 ] {061ee150-4158-4c88-bcfb-deb37b03d102} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.685540 [ 268 ] {061ee150-4158-4c88-bcfb-deb37b03d102} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:04.685850 [ 268 ] {061ee150-4158-4c88-bcfb-deb37b03d102} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.685884 [ 268 ] {061ee150-4158-4c88-bcfb-deb37b03d102} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.686182 [ 268 ] {061ee150-4158-4c88-bcfb-deb37b03d102} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.20 17:57:04.686385 [ 268 ] {061ee150-4158-4c88-bcfb-deb37b03d102} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.686506 [ 268 ] {061ee150-4158-4c88-bcfb-deb37b03d102} executeQuery: Read 90 rows, 5.77 KiB in 0.001024 sec., 87890.625 rows/sec., 5.50 MiB/sec. 2026.03.20 17:57:04.686540 [ 268 ] {061ee150-4158-4c88-bcfb-deb37b03d102} TCPHandler: Processed in 0.001178267 sec. 2026.03.20 17:57:04.834242 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.834444 [ 268 ] {5ad59f78-beae-4d3a-a0fb-94f289909751} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:57:04.834518 [ 268 ] {5ad59f78-beae-4d3a-a0fb-94f289909751} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:57:04.835181 [ 268 ] {5ad59f78-beae-4d3a-a0fb-94f289909751} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.835232 [ 268 ] {5ad59f78-beae-4d3a-a0fb-94f289909751} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.835635 [ 268 ] {5ad59f78-beae-4d3a-a0fb-94f289909751} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 17:57:04.835878 [ 268 ] {5ad59f78-beae-4d3a-a0fb-94f289909751} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.836034 [ 268 ] {5ad59f78-beae-4d3a-a0fb-94f289909751} executeQuery: Read 2 rows, 167.00 B in 0.00164 sec., 1219.5121951219512 rows/sec., 99.44 KiB/sec. 2026.03.20 17:57:04.836084 [ 268 ] {5ad59f78-beae-4d3a-a0fb-94f289909751} TCPHandler: Processed in 0.001974446 sec. 2026.03.20 17:57:04.836200 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.836301 [ 268 ] {b9d20b6c-2561-43a3-a355-c227b9780937} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:04.836341 [ 268 ] {b9d20b6c-2561-43a3-a355-c227b9780937} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:04.837750 [ 268 ] {b9d20b6c-2561-43a3-a355-c227b9780937} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.837789 [ 268 ] {b9d20b6c-2561-43a3-a355-c227b9780937} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.838230 [ 268 ] {b9d20b6c-2561-43a3-a355-c227b9780937} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.20 17:57:04.838445 [ 268 ] {b9d20b6c-2561-43a3-a355-c227b9780937} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.838579 [ 268 ] {b9d20b6c-2561-43a3-a355-c227b9780937} executeQuery: Read 2023 rows, 157.44 KiB in 0.002301 sec., 879182.9639287266 rows/sec., 66.82 MiB/sec. 2026.03.20 17:57:04.838618 [ 268 ] {b9d20b6c-2561-43a3-a355-c227b9780937} TCPHandler: Processed in 0.002467937 sec. 2026.03.20 17:57:04.838728 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.838822 [ 268 ] {87eedf7f-6f7c-4ca6-b68b-e3c390f8f5a2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.838862 [ 268 ] {87eedf7f-6f7c-4ca6-b68b-e3c390f8f5a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:57:04.839275 [ 268 ] {87eedf7f-6f7c-4ca6-b68b-e3c390f8f5a2} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.839312 [ 268 ] {87eedf7f-6f7c-4ca6-b68b-e3c390f8f5a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.839609 [ 268 ] {87eedf7f-6f7c-4ca6-b68b-e3c390f8f5a2} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.20 17:57:04.839822 [ 268 ] {87eedf7f-6f7c-4ca6-b68b-e3c390f8f5a2} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.839952 [ 268 ] {87eedf7f-6f7c-4ca6-b68b-e3c390f8f5a2} executeQuery: Read 54 rows, 4.05 KiB in 0.00115 sec., 46956.52173913043 rows/sec., 3.44 MiB/sec. 2026.03.20 17:57:04.839990 [ 268 ] {87eedf7f-6f7c-4ca6-b68b-e3c390f8f5a2} TCPHandler: Processed in 0.00131055 sec. 2026.03.20 17:57:04.840090 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.840183 [ 268 ] {0e015e9a-ebce-4904-81d3-ccd84d22ad3e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.840221 [ 268 ] {0e015e9a-ebce-4904-81d3-ccd84d22ad3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:57:04.840835 [ 268 ] {0e015e9a-ebce-4904-81d3-ccd84d22ad3e} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.840871 [ 268 ] {0e015e9a-ebce-4904-81d3-ccd84d22ad3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.841202 [ 268 ] {0e015e9a-ebce-4904-81d3-ccd84d22ad3e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:57:04.841424 [ 268 ] {0e015e9a-ebce-4904-81d3-ccd84d22ad3e} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.841549 [ 268 ] {0e015e9a-ebce-4904-81d3-ccd84d22ad3e} executeQuery: Read 708 rows, 42.29 KiB in 0.001384 sec., 511560.6936416185 rows/sec., 29.84 MiB/sec. 2026.03.20 17:57:04.841586 [ 268 ] {0e015e9a-ebce-4904-81d3-ccd84d22ad3e} TCPHandler: Processed in 0.001543856 sec. 2026.03.20 17:57:04.841693 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.841785 [ 268 ] {3ada2877-e297-41db-9e7b-35f305346aa7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.841824 [ 268 ] {3ada2877-e297-41db-9e7b-35f305346aa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:57:04.842189 [ 268 ] {3ada2877-e297-41db-9e7b-35f305346aa7} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.842226 [ 268 ] {3ada2877-e297-41db-9e7b-35f305346aa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.842517 [ 268 ] {3ada2877-e297-41db-9e7b-35f305346aa7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 17:57:04.842725 [ 268 ] {3ada2877-e297-41db-9e7b-35f305346aa7} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.842849 [ 268 ] {3ada2877-e297-41db-9e7b-35f305346aa7} executeQuery: Read 1 rows, 72.00 B in 0.001082 sec., 924.2144177449168 rows/sec., 64.98 KiB/sec. 2026.03.20 17:57:04.842885 [ 268 ] {3ada2877-e297-41db-9e7b-35f305346aa7} TCPHandler: Processed in 0.001240279 sec. 2026.03.20 17:57:04.842989 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.843080 [ 268 ] {04b79dfb-7646-49ac-bb4c-87f620852bbc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:04.843118 [ 268 ] {04b79dfb-7646-49ac-bb4c-87f620852bbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:04.843865 [ 268 ] {04b79dfb-7646-49ac-bb4c-87f620852bbc} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.843902 [ 268 ] {04b79dfb-7646-49ac-bb4c-87f620852bbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.844247 [ 268 ] {04b79dfb-7646-49ac-bb4c-87f620852bbc} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.20 17:57:04.844454 [ 268 ] {04b79dfb-7646-49ac-bb4c-87f620852bbc} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.844582 [ 268 ] {04b79dfb-7646-49ac-bb4c-87f620852bbc} executeQuery: Read 1054 rows, 74.67 KiB in 0.00152 sec., 693421.0526315789 rows/sec., 47.97 MiB/sec. 2026.03.20 17:57:04.844619 [ 268 ] {04b79dfb-7646-49ac-bb4c-87f620852bbc} TCPHandler: Processed in 0.001677149 sec. 2026.03.20 17:57:04.844725 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.844816 [ 268 ] {294cf2a0-1a6d-4632-aced-62bec6c29736} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.844860 [ 268 ] {294cf2a0-1a6d-4632-aced-62bec6c29736} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:04.845460 [ 268 ] {294cf2a0-1a6d-4632-aced-62bec6c29736} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.845496 [ 268 ] {294cf2a0-1a6d-4632-aced-62bec6c29736} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.845899 [ 268 ] {294cf2a0-1a6d-4632-aced-62bec6c29736} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.20 17:57:04.846107 [ 268 ] {294cf2a0-1a6d-4632-aced-62bec6c29736} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.846233 [ 268 ] {294cf2a0-1a6d-4632-aced-62bec6c29736} executeQuery: Read 1218 rows, 77.99 KiB in 0.001435 sec., 848780.487804878 rows/sec., 53.07 MiB/sec. 2026.03.20 17:57:04.846269 [ 268 ] {294cf2a0-1a6d-4632-aced-62bec6c29736} TCPHandler: Processed in 0.001591897 sec. 2026.03.20 17:57:04.846382 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.846474 [ 268 ] {87e14ace-02d0-43c1-8656-de7362e6f222} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.846527 [ 268 ] {87e14ace-02d0-43c1-8656-de7362e6f222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:57:04.847385 [ 268 ] {87e14ace-02d0-43c1-8656-de7362e6f222} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.847421 [ 268 ] {87e14ace-02d0-43c1-8656-de7362e6f222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.848021 [ 268 ] {87e14ace-02d0-43c1-8656-de7362e6f222} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:57:04.848244 [ 268 ] {87e14ace-02d0-43c1-8656-de7362e6f222} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.848380 [ 268 ] {87e14ace-02d0-43c1-8656-de7362e6f222} executeQuery: Read 52 rows, 95.42 KiB in 0.001924 sec., 27027.027027027027 rows/sec., 48.43 MiB/sec. 2026.03.20 17:57:04.848441 [ 268 ] {87e14ace-02d0-43c1-8656-de7362e6f222} TCPHandler: Processed in 0.002106809 sec. 2026.03.20 17:57:04.848557 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:04.848650 [ 268 ] {92c07ce0-8ba1-48c1-a375-da5ab2803d44} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:04.848691 [ 268 ] {92c07ce0-8ba1-48c1-a375-da5ab2803d44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:04.849003 [ 268 ] {92c07ce0-8ba1-48c1-a375-da5ab2803d44} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:04.849038 [ 268 ] {92c07ce0-8ba1-48c1-a375-da5ab2803d44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:04.849333 [ 268 ] {92c07ce0-8ba1-48c1-a375-da5ab2803d44} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.20 17:57:04.849534 [ 268 ] {92c07ce0-8ba1-48c1-a375-da5ab2803d44} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:04.849660 [ 268 ] {92c07ce0-8ba1-48c1-a375-da5ab2803d44} executeQuery: Read 12 rows, 848.00 B in 0.001029 sec., 11661.807580174927 rows/sec., 804.79 KiB/sec. 2026.03.20 17:57:04.849696 [ 268 ] {92c07ce0-8ba1-48c1-a375-da5ab2803d44} TCPHandler: Processed in 0.001186348 sec. 2026.03.20 17:57:05.000280 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 334.68 MiB, peak 341.82 MiB, free memory in arenas 0.00 B, will set to 332.75 MiB (RSS), difference: -1.92 MiB 2026.03.20 17:57:07.912597 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1612 2026.03.20 17:57:07.915470 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:07.915532 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:07.916799 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:57:07.917083 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:07.917251 [ 60 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.20 17:57:07.917325 [ 60 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:07.917350 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:07.917464 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1612 2026.03.20 17:57:07.917475 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.20 17:57:07.918148 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:07.918301 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1412 rows starting from the beginning of the part 2026.03.20 17:57:07.918656 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part 2026.03.20 17:57:07.918976 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 50 rows starting from the beginning of the part 2026.03.20 17:57:07.919285 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part 2026.03.20 17:57:07.919583 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part 2026.03.20 17:57:07.919883 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 50 rows starting from the beginning of the part 2026.03.20 17:57:07.926097 [ 188 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1612 rows, containing 72 columns (72 merged, 0 gathered) in 0.008679651 sec., 185721.75309813724 rows/sec., 146.97 MiB/sec. 2026.03.20 17:57:07.927975 [ 196 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.20 17:57:07.928626 [ 196 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_41_8} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:07.928713 [ 196 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_41_8} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.20 17:57:07.929109 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB. 2026.03.20 17:57:09.663392 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:09.663597 [ 268 ] {b75bfdf4-0e7b-4b94-bb8b-70f95a2f440b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:09.663668 [ 268 ] {b75bfdf4-0e7b-4b94-bb8b-70f95a2f440b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:09.664356 [ 268 ] {b75bfdf4-0e7b-4b94-bb8b-70f95a2f440b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:09.664409 [ 268 ] {b75bfdf4-0e7b-4b94-bb8b-70f95a2f440b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:09.664821 [ 268 ] {b75bfdf4-0e7b-4b94-bb8b-70f95a2f440b} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.20 17:57:09.665064 [ 268 ] {b75bfdf4-0e7b-4b94-bb8b-70f95a2f440b} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:09.665229 [ 268 ] {b75bfdf4-0e7b-4b94-bb8b-70f95a2f440b} executeQuery: Read 56 rows, 4.41 KiB in 0.001691 sec., 33116.499112950914 rows/sec., 2.54 MiB/sec. 2026.03.20 17:57:09.665281 [ 268 ] {b75bfdf4-0e7b-4b94-bb8b-70f95a2f440b} TCPHandler: Processed in 0.002027847 sec. 2026.03.20 17:57:09.665405 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:09.665510 [ 268 ] {b1aa0281-0dc1-408f-86e7-cb13820795c5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:09.665554 [ 268 ] {b1aa0281-0dc1-408f-86e7-cb13820795c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:09.666000 [ 268 ] {b1aa0281-0dc1-408f-86e7-cb13820795c5} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:09.666039 [ 268 ] {b1aa0281-0dc1-408f-86e7-cb13820795c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:09.666424 [ 268 ] {b1aa0281-0dc1-408f-86e7-cb13820795c5} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.20 17:57:09.666658 [ 268 ] {b1aa0281-0dc1-408f-86e7-cb13820795c5} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:09.666804 [ 268 ] {b1aa0281-0dc1-408f-86e7-cb13820795c5} executeQuery: Read 64 rows, 5.12 KiB in 0.001317 sec., 48595.292331055425 rows/sec., 3.79 MiB/sec. 2026.03.20 17:57:09.666845 [ 268 ] {b1aa0281-0dc1-408f-86e7-cb13820795c5} TCPHandler: Processed in 0.001492885 sec. 2026.03.20 17:57:09.666967 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:09.667066 [ 268 ] {266373e7-f8b6-46ab-902b-e46a60ee5cc8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:09.667113 [ 268 ] {266373e7-f8b6-46ab-902b-e46a60ee5cc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:09.667554 [ 268 ] {266373e7-f8b6-46ab-902b-e46a60ee5cc8} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:09.667593 [ 268 ] {266373e7-f8b6-46ab-902b-e46a60ee5cc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:09.667959 [ 268 ] {266373e7-f8b6-46ab-902b-e46a60ee5cc8} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.20 17:57:09.668181 [ 268 ] {266373e7-f8b6-46ab-902b-e46a60ee5cc8} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:09.668316 [ 268 ] {266373e7-f8b6-46ab-902b-e46a60ee5cc8} executeQuery: Read 128 rows, 9.13 KiB in 0.00127 sec., 100787.40157480314 rows/sec., 7.02 MiB/sec. 2026.03.20 17:57:09.668356 [ 268 ] {266373e7-f8b6-46ab-902b-e46a60ee5cc8} TCPHandler: Processed in 0.001439623 sec. 2026.03.20 17:57:09.668480 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:09.668576 [ 268 ] {67031398-1fae-4378-9b23-653178516538} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:09.668621 [ 268 ] {67031398-1fae-4378-9b23-653178516538} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:09.669036 [ 268 ] {67031398-1fae-4378-9b23-653178516538} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:09.669081 [ 268 ] {67031398-1fae-4378-9b23-653178516538} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:09.669521 [ 268 ] {67031398-1fae-4378-9b23-653178516538} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.20 17:57:09.669791 [ 268 ] {67031398-1fae-4378-9b23-653178516538} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:09.669969 [ 268 ] {67031398-1fae-4378-9b23-653178516538} executeQuery: Read 48 rows, 3.31 KiB in 0.00141 sec., 34042.55319148936 rows/sec., 2.29 MiB/sec. 2026.03.20 17:57:09.670023 [ 268 ] {67031398-1fae-4378-9b23-653178516538} TCPHandler: Processed in 0.001592577 sec. 2026.03.20 17:57:10.322450 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26469 2026.03.20 17:57:10.322982 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:10.323026 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:10.323497 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.20 17:57:10.323721 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:10.323845 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26469 2026.03.20 17:57:11.704524 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 414 2026.03.20 17:57:11.722032 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:11.722076 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:11.728286 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.20 17:57:11.729002 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:11.731906 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 414 2026.03.20 17:57:14.672008 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:14.672207 [ 268 ] {d22f729a-50da-46dc-8807-eebe06b92e7d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:57:14.672273 [ 268 ] {d22f729a-50da-46dc-8807-eebe06b92e7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:57:14.673011 [ 268 ] {d22f729a-50da-46dc-8807-eebe06b92e7d} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:14.673084 [ 268 ] {d22f729a-50da-46dc-8807-eebe06b92e7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:14.673492 [ 268 ] {d22f729a-50da-46dc-8807-eebe06b92e7d} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:57:14.673727 [ 268 ] {d22f729a-50da-46dc-8807-eebe06b92e7d} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:14.673877 [ 268 ] {d22f729a-50da-46dc-8807-eebe06b92e7d} executeQuery: Read 284 rows, 18.47 KiB in 0.001719 sec., 165212.33275159975 rows/sec., 10.49 MiB/sec. 2026.03.20 17:57:14.673921 [ 268 ] {d22f729a-50da-46dc-8807-eebe06b92e7d} TCPHandler: Processed in 0.002046118 sec. 2026.03.20 17:57:14.674052 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:14.674164 [ 268 ] {9dd26963-27d6-4b4f-a30f-fb231adf2f24} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:14.674219 [ 268 ] {9dd26963-27d6-4b4f-a30f-fb231adf2f24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:14.675109 [ 268 ] {9dd26963-27d6-4b4f-a30f-fb231adf2f24} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:14.675175 [ 268 ] {9dd26963-27d6-4b4f-a30f-fb231adf2f24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:14.675533 [ 268 ] {9dd26963-27d6-4b4f-a30f-fb231adf2f24} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.20 17:57:14.675739 [ 268 ] {9dd26963-27d6-4b4f-a30f-fb231adf2f24} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:14.675868 [ 268 ] {9dd26963-27d6-4b4f-a30f-fb231adf2f24} executeQuery: Read 797 rows, 63.50 KiB in 0.00173 sec., 460693.6416184971 rows/sec., 35.84 MiB/sec. 2026.03.20 17:57:14.675908 [ 268 ] {9dd26963-27d6-4b4f-a30f-fb231adf2f24} TCPHandler: Processed in 0.001907594 sec. 2026.03.20 17:57:14.676025 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:14.676119 [ 268 ] {29386e30-7dda-4ec8-b939-343d161faba8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:57:14.676160 [ 268 ] {29386e30-7dda-4ec8-b939-343d161faba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:57:14.676609 [ 268 ] {29386e30-7dda-4ec8-b939-343d161faba8} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:14.676645 [ 268 ] {29386e30-7dda-4ec8-b939-343d161faba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:14.676940 [ 268 ] {29386e30-7dda-4ec8-b939-343d161faba8} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.20 17:57:14.677138 [ 268 ] {29386e30-7dda-4ec8-b939-343d161faba8} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:14.677247 [ 50 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2026.03.20 17:57:14.677266 [ 268 ] {29386e30-7dda-4ec8-b939-343d161faba8} executeQuery: Read 142 rows, 8.54 KiB in 0.001165 sec., 121888.41201716739 rows/sec., 7.16 MiB/sec. 2026.03.20 17:57:14.677313 [ 50 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:14.677324 [ 268 ] {29386e30-7dda-4ec8-b939-343d161faba8} TCPHandler: Processed in 0.001347901 sec. 2026.03.20 17:57:14.677342 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:14.677443 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2026.03.20 17:57:14.677453 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:14.677528 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:14.677556 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 226 rows starting from the beginning of the part 2026.03.20 17:57:14.677558 [ 268 ] {b5fed5c6-734a-4b35-9018-9467c7aff7e1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:57:14.677603 [ 268 ] {b5fed5c6-734a-4b35-9018-9467c7aff7e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:57:14.677613 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 142 rows starting from the beginning of the part 2026.03.20 17:57:14.677658 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 41 rows starting from the beginning of the part 2026.03.20 17:57:14.677699 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 142 rows starting from the beginning of the part 2026.03.20 17:57:14.677745 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 54 rows starting from the beginning of the part 2026.03.20 17:57:14.677784 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 142 rows starting from the beginning of the part 2026.03.20 17:57:14.678074 [ 268 ] {b5fed5c6-734a-4b35-9018-9467c7aff7e1} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:14.678110 [ 268 ] {b5fed5c6-734a-4b35-9018-9467c7aff7e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:14.678426 [ 268 ] {b5fed5c6-734a-4b35-9018-9467c7aff7e1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:57:14.678557 [ 188 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 747 rows, containing 5 columns (5 merged, 0 gathered) in 0.001145826 sec., 651931.4450885213 rows/sec., 43.03 MiB/sec. 2026.03.20 17:57:14.678651 [ 268 ] {b5fed5c6-734a-4b35-9018-9467c7aff7e1} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:14.678771 [ 189 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2026.03.20 17:57:14.678833 [ 268 ] {b5fed5c6-734a-4b35-9018-9467c7aff7e1} executeQuery: Read 149 rows, 9.86 KiB in 0.001293 sec., 115235.88553750966 rows/sec., 7.45 MiB/sec. 2026.03.20 17:57:14.678881 [ 268 ] {b5fed5c6-734a-4b35-9018-9467c7aff7e1} TCPHandler: Processed in 0.001480754 sec. 2026.03.20 17:57:14.678994 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:14.679091 [ 268 ] {cf32d2e7-d257-4c61-af53-b007ff4d7b22} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:57:14.679097 [ 189 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_65_13} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:14.679134 [ 268 ] {cf32d2e7-d257-4c61-af53-b007ff4d7b22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:57:14.679199 [ 189 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_65_13} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2026.03.20 17:57:14.679312 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.20 17:57:14.679581 [ 268 ] {cf32d2e7-d257-4c61-af53-b007ff4d7b22} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:14.679622 [ 268 ] {cf32d2e7-d257-4c61-af53-b007ff4d7b22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:14.679933 [ 268 ] {cf32d2e7-d257-4c61-af53-b007ff4d7b22} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:57:14.680139 [ 268 ] {cf32d2e7-d257-4c61-af53-b007ff4d7b22} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:14.680263 [ 268 ] {cf32d2e7-d257-4c61-af53-b007ff4d7b22} executeQuery: Read 148 rows, 8.62 KiB in 0.00119 sec., 124369.74789915966 rows/sec., 7.07 MiB/sec. 2026.03.20 17:57:14.680299 [ 268 ] {cf32d2e7-d257-4c61-af53-b007ff4d7b22} TCPHandler: Processed in 0.001353741 sec. 2026.03.20 17:57:14.680407 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:14.680501 [ 268 ] {75f3891d-7e67-4daa-9cad-3fe69d7e8a3c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:14.680540 [ 268 ] {75f3891d-7e67-4daa-9cad-3fe69d7e8a3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:14.681121 [ 268 ] {75f3891d-7e67-4daa-9cad-3fe69d7e8a3c} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:14.681157 [ 268 ] {75f3891d-7e67-4daa-9cad-3fe69d7e8a3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:14.681475 [ 268 ] {75f3891d-7e67-4daa-9cad-3fe69d7e8a3c} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.20 17:57:14.681681 [ 268 ] {75f3891d-7e67-4daa-9cad-3fe69d7e8a3c} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:14.681806 [ 268 ] {75f3891d-7e67-4daa-9cad-3fe69d7e8a3c} executeQuery: Read 490 rows, 35.18 KiB in 0.001323 sec., 370370.3703703704 rows/sec., 25.97 MiB/sec. 2026.03.20 17:57:14.681843 [ 268 ] {75f3891d-7e67-4daa-9cad-3fe69d7e8a3c} TCPHandler: Processed in 0.001483815 sec. 2026.03.20 17:57:14.681954 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:14.682047 [ 268 ] {ff66aced-9fe3-4552-bb01-da113edbf7de} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:57:14.682087 [ 268 ] {ff66aced-9fe3-4552-bb01-da113edbf7de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:57:14.682411 [ 268 ] {ff66aced-9fe3-4552-bb01-da113edbf7de} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:14.682446 [ 268 ] {ff66aced-9fe3-4552-bb01-da113edbf7de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:14.682755 [ 268 ] {ff66aced-9fe3-4552-bb01-da113edbf7de} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:57:14.682949 [ 268 ] {ff66aced-9fe3-4552-bb01-da113edbf7de} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:14.683078 [ 268 ] {ff66aced-9fe3-4552-bb01-da113edbf7de} executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. 2026.03.20 17:57:14.683114 [ 268 ] {ff66aced-9fe3-4552-bb01-da113edbf7de} TCPHandler: Processed in 0.001208078 sec. 2026.03.20 17:57:14.683222 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:14.683315 [ 268 ] {7463b1d4-e40f-4a39-a311-ac35af806b2f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:14.683356 [ 268 ] {7463b1d4-e40f-4a39-a311-ac35af806b2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:14.683752 [ 268 ] {7463b1d4-e40f-4a39-a311-ac35af806b2f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:14.683787 [ 268 ] {7463b1d4-e40f-4a39-a311-ac35af806b2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:14.684097 [ 268 ] {7463b1d4-e40f-4a39-a311-ac35af806b2f} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.20 17:57:14.684296 [ 268 ] {7463b1d4-e40f-4a39-a311-ac35af806b2f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:14.684420 [ 268 ] {7463b1d4-e40f-4a39-a311-ac35af806b2f} executeQuery: Read 265 rows, 18.03 KiB in 0.001123 sec., 235975.06678539625 rows/sec., 15.68 MiB/sec. 2026.03.20 17:57:14.684457 [ 268 ] {7463b1d4-e40f-4a39-a311-ac35af806b2f} TCPHandler: Processed in 0.001281699 sec. 2026.03.20 17:57:14.684567 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:14.684659 [ 268 ] {5efebec9-a597-4f46-98b3-eb6648c5fd0c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:57:14.684699 [ 268 ] {5efebec9-a597-4f46-98b3-eb6648c5fd0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:57:14.685004 [ 268 ] {5efebec9-a597-4f46-98b3-eb6648c5fd0c} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:14.685039 [ 268 ] {5efebec9-a597-4f46-98b3-eb6648c5fd0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:14.685333 [ 268 ] {5efebec9-a597-4f46-98b3-eb6648c5fd0c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.20 17:57:14.685531 [ 268 ] {5efebec9-a597-4f46-98b3-eb6648c5fd0c} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:14.685657 [ 268 ] {5efebec9-a597-4f46-98b3-eb6648c5fd0c} executeQuery: Read 1 rows, 69.00 B in 0.001016 sec., 984.2519685039371 rows/sec., 66.32 KiB/sec. 2026.03.20 17:57:14.685698 [ 268 ] {5efebec9-a597-4f46-98b3-eb6648c5fd0c} TCPHandler: Processed in 0.001178317 sec. 2026.03.20 17:57:14.685821 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:14.685914 [ 268 ] {4a238624-599d-4d1e-8bbf-01cbf17d80e6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:14.685953 [ 268 ] {4a238624-599d-4d1e-8bbf-01cbf17d80e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:14.686271 [ 268 ] {4a238624-599d-4d1e-8bbf-01cbf17d80e6} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:14.686306 [ 268 ] {4a238624-599d-4d1e-8bbf-01cbf17d80e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:14.686594 [ 268 ] {4a238624-599d-4d1e-8bbf-01cbf17d80e6} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.20 17:57:14.686797 [ 268 ] {4a238624-599d-4d1e-8bbf-01cbf17d80e6} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:14.686920 [ 268 ] {4a238624-599d-4d1e-8bbf-01cbf17d80e6} executeQuery: Read 90 rows, 5.77 KiB in 0.001024 sec., 87890.625 rows/sec., 5.50 MiB/sec. 2026.03.20 17:57:14.686954 [ 268 ] {4a238624-599d-4d1e-8bbf-01cbf17d80e6} TCPHandler: Processed in 0.001181377 sec. 2026.03.20 17:57:17.685854 [ 43 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:57:17.685913 [ 43 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:57:17.824076 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26917 2026.03.20 17:57:17.824808 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:17.824847 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:17.825334 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.20 17:57:17.825566 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:17.825698 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26917 2026.03.20 17:57:17.825725 [ 43 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.20 17:57:17.825790 [ 43 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:17.825814 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:17.825950 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::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.03.20 17:57:17.826113 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:17.826158 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24549 rows starting from the beginning of the part 2026.03.20 17:57:17.826231 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 448 rows starting from the beginning of the part 2026.03.20 17:57:17.826284 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 512 rows starting from the beginning of the part 2026.03.20 17:57:17.826332 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 448 rows starting from the beginning of the part 2026.03.20 17:57:17.826376 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 512 rows starting from the beginning of the part 2026.03.20 17:57:17.826421 [ 200 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 448 rows starting from the beginning of the part 2026.03.20 17:57:17.828733 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26917 rows, containing 4 columns (4 merged, 0 gathered) in 0.002846716 sec., 9455456.743840974 rows/sec., 135.26 MiB/sec. 2026.03.20 17:57:17.828998 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.20 17:57:17.829303 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_56_11} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:17.829391 [ 192 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_56_11} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.20 17:57:17.829487 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.03.20 17:57:17.917811 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1640 2026.03.20 17:57:17.920085 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:17.920121 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:17.921285 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:57:17.921538 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:17.921785 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1640 2026.03.20 17:57:19.232024 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 422 2026.03.20 17:57:19.249472 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.249529 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:19.255216 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.20 17:57:19.255920 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.256247 [ 42 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.20 17:57:19.256310 [ 42 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.256330 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:19.256457 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:57:19.259189 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.03.20 17:57:19.260347 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:19.262010 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2026.03.20 17:57:19.266749 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2026.03.20 17:57:19.271255 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part 2026.03.20 17:57:19.275927 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part 2026.03.20 17:57:19.280361 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 7 rows starting from the beginning of the part 2026.03.20 17:57:19.284214 [ 191 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part 2026.03.20 17:57:19.342087 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.085685787 sec., 4924.970812253846 rows/sec., 25.47 MiB/sec. 2026.03.20 17:57:19.345186 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.20 17:57:19.347331 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_56_11} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.347451 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_56_11} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.20 17:57:19.350112 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.03.20 17:57:19.666243 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:19.666431 [ 268 ] {6b92d869-c136-4dc2-ad44-99397a04ea9d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:19.666500 [ 268 ] {6b92d869-c136-4dc2-ad44-99397a04ea9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:19.667213 [ 268 ] {6b92d869-c136-4dc2-ad44-99397a04ea9d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.667264 [ 268 ] {6b92d869-c136-4dc2-ad44-99397a04ea9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:19.667682 [ 268 ] {6b92d869-c136-4dc2-ad44-99397a04ea9d} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.20 17:57:19.667918 [ 268 ] {6b92d869-c136-4dc2-ad44-99397a04ea9d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.668088 [ 268 ] {6b92d869-c136-4dc2-ad44-99397a04ea9d} executeQuery: Read 138 rows, 12.29 KiB in 0.001707 sec., 80843.58523725835 rows/sec., 7.03 MiB/sec. 2026.03.20 17:57:19.668088 [ 40 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.20 17:57:19.668141 [ 268 ] {6b92d869-c136-4dc2-ad44-99397a04ea9d} TCPHandler: Processed in 0.002031577 sec. 2026.03.20 17:57:19.668162 [ 40 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.668189 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:19.668270 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:19.668301 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.20 17:57:19.668380 [ 268 ] {f2cd92aa-18d4-478b-9aa5-ffea2b47df93} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:57:19.668432 [ 268 ] {f2cd92aa-18d4-478b-9aa5-ffea2b47df93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:57:19.668436 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:19.668481 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2895 rows starting from the beginning of the part 2026.03.20 17:57:19.668548 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 797 rows starting from the beginning of the part 2026.03.20 17:57:19.668594 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 2023 rows starting from the beginning of the part 2026.03.20 17:57:19.668638 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part 2026.03.20 17:57:19.668688 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 797 rows starting from the beginning of the part 2026.03.20 17:57:19.668736 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 138 rows starting from the beginning of the part 2026.03.20 17:57:19.668875 [ 268 ] {f2cd92aa-18d4-478b-9aa5-ffea2b47df93} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.668922 [ 268 ] {f2cd92aa-18d4-478b-9aa5-ffea2b47df93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:19.669426 [ 268 ] {f2cd92aa-18d4-478b-9aa5-ffea2b47df93} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.20 17:57:19.669675 [ 268 ] {f2cd92aa-18d4-478b-9aa5-ffea2b47df93} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.669826 [ 268 ] {f2cd92aa-18d4-478b-9aa5-ffea2b47df93} executeQuery: Read 41 rows, 3.08 KiB in 0.001469 sec., 27910.14295439074 rows/sec., 2.05 MiB/sec. 2026.03.20 17:57:19.669868 [ 268 ] {f2cd92aa-18d4-478b-9aa5-ffea2b47df93} TCPHandler: Processed in 0.001652778 sec. 2026.03.20 17:57:19.669988 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:19.670089 [ 268 ] {40a208d9-4f94-41df-af60-c9c3b4f189a6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:19.670132 [ 268 ] {40a208d9-4f94-41df-af60-c9c3b4f189a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:19.670569 [ 268 ] {40a208d9-4f94-41df-af60-c9c3b4f189a6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.670607 [ 268 ] {40a208d9-4f94-41df-af60-c9c3b4f189a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:19.670928 [ 268 ] {40a208d9-4f94-41df-af60-c9c3b4f189a6} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.20 17:57:19.671055 [ 188 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 6706 rows, containing 5 columns (5 merged, 0 gathered) in 0.002804765 sec., 2390931.147529294 rows/sec., 193.64 MiB/sec. 2026.03.20 17:57:19.671146 [ 268 ] {40a208d9-4f94-41df-af60-c9c3b4f189a6} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.671285 [ 268 ] {40a208d9-4f94-41df-af60-c9c3b4f189a6} executeQuery: Read 105 rows, 8.40 KiB in 0.001216 sec., 86348.6842105263 rows/sec., 6.74 MiB/sec. 2026.03.20 17:57:19.671285 [ 40 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.20 17:57:19.671327 [ 268 ] {40a208d9-4f94-41df-af60-c9c3b4f189a6} TCPHandler: Processed in 0.001392172 sec. 2026.03.20 17:57:19.671341 [ 40 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.671370 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:19.671370 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.20 17:57:19.671443 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:19.671459 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.20 17:57:19.671547 [ 268 ] {2ae209c7-f7dc-4928-aeb4-c3da7d9b94b1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:19.671555 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:19.671592 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1555 rows starting from the beginning of the part 2026.03.20 17:57:19.671596 [ 268 ] {2ae209c7-f7dc-4928-aeb4-c3da7d9b94b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:19.671656 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 490 rows starting from the beginning of the part 2026.03.20 17:57:19.671676 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_91_18} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.671704 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1054 rows starting from the beginning of the part 2026.03.20 17:57:19.671751 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part 2026.03.20 17:57:19.671797 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_91_18} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.20 17:57:19.671799 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 490 rows starting from the beginning of the part 2026.03.20 17:57:19.671865 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 105 rows starting from the beginning of the part 2026.03.20 17:57:19.671894 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.20 17:57:19.672025 [ 268 ] {2ae209c7-f7dc-4928-aeb4-c3da7d9b94b1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.672065 [ 268 ] {2ae209c7-f7dc-4928-aeb4-c3da7d9b94b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:19.672415 [ 268 ] {2ae209c7-f7dc-4928-aeb4-c3da7d9b94b1} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.20 17:57:19.672632 [ 268 ] {2ae209c7-f7dc-4928-aeb4-c3da7d9b94b1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.672755 [ 40 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 5 parts from all_1_86_17 to all_90_90_0 2026.03.20 17:57:19.672769 [ 268 ] {2ae209c7-f7dc-4928-aeb4-c3da7d9b94b1} executeQuery: Read 160 rows, 11.41 KiB in 0.001241 sec., 128928.28364222402 rows/sec., 8.98 MiB/sec. 2026.03.20 17:57:19.672794 [ 40 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.672818 [ 268 ] {2ae209c7-f7dc-4928-aeb4-c3da7d9b94b1} TCPHandler: Processed in 0.001426623 sec. 2026.03.20 17:57:19.672820 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:19.672915 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_90_18} MergeTask::PrepareStage: Merging 5 parts: from all_1_86_17 to all_90_90_0 into Compact with storage Full 2026.03.20 17:57:19.672933 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:19.673032 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_90_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:19.673036 [ 268 ] {726b5ef3-c0a3-422a-bcbe-2d63f915df78} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:19.673074 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_90_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 29080 rows starting from the beginning of the part 2026.03.20 17:57:19.673107 [ 268 ] {726b5ef3-c0a3-422a-bcbe-2d63f915df78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:57:19.673145 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 265 rows starting from the beginning of the part 2026.03.20 17:57:19.673195 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1218 rows starting from the beginning of the part 2026.03.20 17:57:19.673238 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 128 rows starting from the beginning of the part 2026.03.20 17:57:19.673278 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 265 rows starting from the beginning of the part 2026.03.20 17:57:19.673352 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 3758 rows, containing 5 columns (5 merged, 0 gathered) in 0.001933175 sec., 1943952.3064388894 rows/sec., 143.65 MiB/sec. 2026.03.20 17:57:19.673543 [ 195 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.20 17:57:19.673812 [ 195 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_91_18} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.673888 [ 195 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_91_18} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.20 17:57:19.673959 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.20 17:57:19.673989 [ 268 ] {726b5ef3-c0a3-422a-bcbe-2d63f915df78} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.674026 [ 268 ] {726b5ef3-c0a3-422a-bcbe-2d63f915df78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:19.674621 [ 268 ] {726b5ef3-c0a3-422a-bcbe-2d63f915df78} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:57:19.674864 [ 268 ] {726b5ef3-c0a3-422a-bcbe-2d63f915df78} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.675005 [ 40 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.20 17:57:19.675023 [ 268 ] {726b5ef3-c0a3-422a-bcbe-2d63f915df78} executeQuery: Read 41 rows, 75.23 KiB in 0.002005 sec., 20448.877805486285 rows/sec., 36.64 MiB/sec. 2026.03.20 17:57:19.675057 [ 40 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.675089 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2026.03.20 17:57:19.675109 [ 268 ] {726b5ef3-c0a3-422a-bcbe-2d63f915df78} TCPHandler: Processed in 0.002226952 sec. 2026.03.20 17:57:19.675171 [ 186 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.20 17:57:19.675231 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:19.675336 [ 268 ] {c1f77e83-3ce2-4574-b460-09f1dcbe6564} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:19.675358 [ 186 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:19.675382 [ 268 ] {c1f77e83-3ce2-4574-b460-09f1dcbe6564} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:19.675418 [ 186 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1462 rows starting from the beginning of the part 2026.03.20 17:57:19.675552 [ 186 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 52 rows starting from the beginning of the part 2026.03.20 17:57:19.675667 [ 186 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part 2026.03.20 17:57:19.675728 [ 268 ] {c1f77e83-3ce2-4574-b460-09f1dcbe6564} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.675771 [ 268 ] {c1f77e83-3ce2-4574-b460-09f1dcbe6564} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:19.675772 [ 186 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part 2026.03.20 17:57:19.675885 [ 186 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 52 rows starting from the beginning of the part 2026.03.20 17:57:19.675990 [ 186 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part 2026.03.20 17:57:19.676255 [ 268 ] {c1f77e83-3ce2-4574-b460-09f1dcbe6564} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.20 17:57:19.676519 [ 268 ] {c1f77e83-3ce2-4574-b460-09f1dcbe6564} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.676648 [ 40 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.20 17:57:19.676664 [ 268 ] {c1f77e83-3ce2-4574-b460-09f1dcbe6564} executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec. 2026.03.20 17:57:19.676681 [ 40 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:19.676707 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:19.676709 [ 268 ] {c1f77e83-3ce2-4574-b460-09f1dcbe6564} TCPHandler: Processed in 0.001528536 sec. 2026.03.20 17:57:19.676790 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.20 17:57:19.676938 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:19.676975 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5160 rows starting from the beginning of the part 2026.03.20 17:57:19.677037 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 90 rows starting from the beginning of the part 2026.03.20 17:57:19.677078 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 12 rows starting from the beginning of the part 2026.03.20 17:57:19.677116 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 48 rows starting from the beginning of the part 2026.03.20 17:57:19.677151 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 90 rows starting from the beginning of the part 2026.03.20 17:57:19.677190 [ 193 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2026.03.20 17:57:19.680803 [ 196 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5460 rows, containing 4 columns (4 merged, 0 gathered) in 0.004051704 sec., 1347581.1658502202 rows/sec., 86.59 MiB/sec. 2026.03.20 17:57:19.681414 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.20 17:57:19.681675 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_91_18} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.681753 [ 195 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_91_18} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.20 17:57:19.681827 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.03.20 17:57:19.683551 [ 195 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_90_18} MergeTask::MergeProjectionsStage: Merge sorted 30956 rows, containing 5 columns (5 merged, 0 gathered) in 0.010670398 sec., 2901110.155403763 rows/sec., 190.79 MiB/sec. 2026.03.20 17:57:19.684035 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_90_18} MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) 2026.03.20 17:57:19.684330 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_90_18} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.684417 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_90_18} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 5 parts: [all_1_86_17, all_90_90_0] -> all_1_90_18 2026.03.20 17:57:19.684503 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.03.20 17:57:19.687731 [ 196 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1689 rows, containing 19 columns (19 merged, 0 gathered) in 0.012592533 sec., 134127.10532503668 rows/sec., 240.35 MiB/sec. 2026.03.20 17:57:19.690242 [ 199 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.20 17:57:19.690600 [ 199 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_41_8} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:19.690671 [ 199 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_41_8} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.20 17:57:19.690788 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.88 MiB. 2026.03.20 17:57:20.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 334.41 MiB, peak 349.09 MiB, free memory in arenas 0.00 B, will set to 346.44 MiB (RSS), difference: 12.03 MiB 2026.03.20 17:57:21.931263 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64747 2026.03.20 17:57:21.931364 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:21.931392 [ 286 ] {} TCP-Session: b1731f62-1150-4607-aaa8-96d62c906372 Authenticating user 'default' from [fd00:1122:3344:101::e]:64747 2026.03.20 17:57:21.931414 [ 286 ] {} TCP-Session: b1731f62-1150-4607-aaa8-96d62c906372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.931427 [ 286 ] {} TCP-Session: b1731f62-1150-4607-aaa8-96d62c906372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.931639 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46066 2026.03.20 17:57:21.931661 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65386 2026.03.20 17:57:21.931681 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48960 2026.03.20 17:57:21.931701 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65266 2026.03.20 17:57:21.931737 [ 286 ] {} TCP-Session: b1731f62-1150-4607-aaa8-96d62c906372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:21.931760 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:21.931759 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:21.931802 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:21.931810 [ 291 ] {} TCP-Session: e46b36e8-c589-4ab5-9169-e3a864168584 Authenticating user 'default' from [fd00:1122:3344:101::e]:65386 2026.03.20 17:57:21.931823 [ 288 ] {} TCP-Session: e32339bc-40f0-4660-84ed-eb18ada49a1e Authenticating user 'default' from [fd00:1122:3344:101::e]:46066 2026.03.20 17:57:21.931840 [ 292 ] {} TCP-Session: 575411ff-5b71-40fb-af07-ea64b06396be Authenticating user 'default' from [fd00:1122:3344:101::e]:48960 2026.03.20 17:57:21.931855 [ 288 ] {} TCP-Session: e32339bc-40f0-4660-84ed-eb18ada49a1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.931851 [ 291 ] {} TCP-Session: e46b36e8-c589-4ab5-9169-e3a864168584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.931876 [ 292 ] {} TCP-Session: 575411ff-5b71-40fb-af07-ea64b06396be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.931877 [ 288 ] {} TCP-Session: e32339bc-40f0-4660-84ed-eb18ada49a1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.931895 [ 291 ] {} TCP-Session: e46b36e8-c589-4ab5-9169-e3a864168584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.931904 [ 292 ] {} TCP-Session: 575411ff-5b71-40fb-af07-ea64b06396be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.931922 [ 286 ] {32f40001-92b1-41cd-8ca4-9298ee3b9fb4} executeQuery: (from [fd00:1122:3344:101::e]:64747) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:57:21.931828 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:21.931702 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33714 2026.03.20 17:57:21.931995 [ 293 ] {} TCP-Session: 0a4ee634-b712-4bb2-b601-7ea92ae062e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:65266 2026.03.20 17:57:21.931649 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49688 2026.03.20 17:57:21.932034 [ 293 ] {} TCP-Session: 0a4ee634-b712-4bb2-b601-7ea92ae062e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.931646 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57606 2026.03.20 17:57:21.932062 [ 293 ] {} TCP-Session: 0a4ee634-b712-4bb2-b601-7ea92ae062e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.931710 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52567 2026.03.20 17:57:21.932177 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:21.932201 [ 286 ] {32f40001-92b1-41cd-8ca4-9298ee3b9fb4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:57:21.932202 [ 294 ] {} TCP-Session: 02ecea91-85f4-447c-ba0b-841d064c740f Authenticating user 'default' from [fd00:1122:3344:101::e]:33714 2026.03.20 17:57:21.932240 [ 294 ] {} TCP-Session: 02ecea91-85f4-447c-ba0b-841d064c740f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.932253 [ 294 ] {} TCP-Session: 02ecea91-85f4-447c-ba0b-841d064c740f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.932259 [ 286 ] {32f40001-92b1-41cd-8ca4-9298ee3b9fb4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:57:21.932416 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:21.932445 [ 267 ] {} TCP-Session: 355ca32a-f48a-45bb-b835-1a50f0c38ba8 Authenticating user 'default' from [fd00:1122:3344:101::e]:52567 2026.03.20 17:57:21.932465 [ 267 ] {} TCP-Session: 355ca32a-f48a-45bb-b835-1a50f0c38ba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.932477 [ 267 ] {} TCP-Session: 355ca32a-f48a-45bb-b835-1a50f0c38ba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.932490 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:21.932519 [ 290 ] {} TCP-Session: 36596d3a-cb88-42bb-bbeb-d49843f167bd Authenticating user 'default' from [fd00:1122:3344:101::e]:57606 2026.03.20 17:57:21.932536 [ 290 ] {} TCP-Session: 36596d3a-cb88-42bb-bbeb-d49843f167bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.932549 [ 290 ] {} TCP-Session: 36596d3a-cb88-42bb-bbeb-d49843f167bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.932557 [ 286 ] {32f40001-92b1-41cd-8ca4-9298ee3b9fb4} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:57:21.932687 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:21.932718 [ 289 ] {} TCP-Session: 748f4f70-e776-4f0c-ab30-bf5034202e09 Authenticating user 'default' from [fd00:1122:3344:101::e]:49688 2026.03.20 17:57:21.932735 [ 289 ] {} TCP-Session: 748f4f70-e776-4f0c-ab30-bf5034202e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.932746 [ 289 ] {} TCP-Session: 748f4f70-e776-4f0c-ab30-bf5034202e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.933417 [ 346 ] {32f40001-92b1-41cd-8ca4-9298ee3b9fb4} AggregatingTransform: Aggregating 2026.03.20 17:57:21.933469 [ 346 ] {32f40001-92b1-41cd-8ca4-9298ee3b9fb4} Aggregator: Aggregation method: without_key 2026.03.20 17:57:21.933507 [ 346 ] {32f40001-92b1-41cd-8ca4-9298ee3b9fb4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00084569 sec. (1182.466 rows/sec., 46.19 KiB/sec.) 2026.03.20 17:57:21.933526 [ 346 ] {32f40001-92b1-41cd-8ca4-9298ee3b9fb4} Aggregator: Merging aggregated data 2026.03.20 17:57:21.934679 [ 286 ] {32f40001-92b1-41cd-8ca4-9298ee3b9fb4} executeQuery: Read 1 rows, 40.00 B in 0.002809 sec., 355.998576005696 rows/sec., 13.91 KiB/sec. 2026.03.20 17:57:21.934812 [ 286 ] {32f40001-92b1-41cd-8ca4-9298ee3b9fb4} TCPHandler: Processed in 0.003191484 sec. 2026.03.20 17:57:21.934940 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:21.934969 [ 286 ] {} TCP-Session: b1731f62-1150-4607-aaa8-96d62c906372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.934972 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:21.934993 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:21.935013 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:21.935021 [ 289 ] {} TCP-Session: 748f4f70-e776-4f0c-ab30-bf5034202e09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.935035 [ 292 ] {} TCP-Session: 575411ff-5b71-40fb-af07-ea64b06396be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.935032 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:21.935073 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:21.935103 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:21.935103 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:21.935128 [ 293 ] {} TCP-Session: 0a4ee634-b712-4bb2-b601-7ea92ae062e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.935139 [ 290 ] {} TCP-Session: 36596d3a-cb88-42bb-bbeb-d49843f167bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.935155 [ 294 ] {} TCP-Session: 02ecea91-85f4-447c-ba0b-841d064c740f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.935108 [ 288 ] {} TCP-Session: e32339bc-40f0-4660-84ed-eb18ada49a1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.935061 [ 267 ] {} TCP-Session: 355ca32a-f48a-45bb-b835-1a50f0c38ba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:21.935053 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:21.935255 [ 291 ] {} TCP-Session: e46b36e8-c589-4ab5-9169-e3a864168584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.071963 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46560 2026.03.20 17:57:22.072071 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:22.072099 [ 286 ] {} TCP-Session: f2ce0919-dd97-4ed8-aa68-62b12f8a19a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:46560 2026.03.20 17:57:22.072122 [ 286 ] {} TCP-Session: f2ce0919-dd97-4ed8-aa68-62b12f8a19a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072134 [ 286 ] {} TCP-Session: f2ce0919-dd97-4ed8-aa68-62b12f8a19a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072332 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32899 2026.03.20 17:57:22.072363 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53028 2026.03.20 17:57:22.072383 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60705 2026.03.20 17:57:22.072408 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36845 2026.03.20 17:57:22.072413 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57944 2026.03.20 17:57:22.072455 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:22.072498 [ 286 ] {} TCP-Session: f2ce0919-dd97-4ed8-aa68-62b12f8a19a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:22.072502 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:22.072535 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:22.072542 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:22.072560 [ 292 ] {} TCP-Session: edf0324f-78ec-4589-8732-f469cb1054ec Authenticating user 'default' from [fd00:1122:3344:101::e]:60705 2026.03.20 17:57:22.072578 [ 293 ] {} TCP-Session: b11d1cc5-dc61-4bd2-947e-da5ac275ac81 Authenticating user 'default' from [fd00:1122:3344:101::e]:36845 2026.03.20 17:57:22.072585 [ 267 ] {} TCP-Session: 2e21115c-d899-42e5-b51e-904fca36c1f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:57944 2026.03.20 17:57:22.072603 [ 292 ] {} TCP-Session: edf0324f-78ec-4589-8732-f469cb1054ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072629 [ 293 ] {} TCP-Session: b11d1cc5-dc61-4bd2-947e-da5ac275ac81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072665 [ 292 ] {} TCP-Session: edf0324f-78ec-4589-8732-f469cb1054ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072674 [ 293 ] {} TCP-Session: b11d1cc5-dc61-4bd2-947e-da5ac275ac81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072671 [ 286 ] {dc5c3929-8baf-4f59-aa3d-b1161ce6620c} executeQuery: (from [fd00:1122:3344:101::e]:46560) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:57:22.072634 [ 267 ] {} TCP-Session: 2e21115c-d899-42e5-b51e-904fca36c1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072526 [ 291 ] {} TCP-Session: 45eba3ca-ad43-401d-8829-5178ca5c9e29 Authenticating user 'default' from [fd00:1122:3344:101::e]:53028 2026.03.20 17:57:22.072738 [ 267 ] {} TCP-Session: 2e21115c-d899-42e5-b51e-904fca36c1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072455 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:22.072767 [ 291 ] {} TCP-Session: 45eba3ca-ad43-401d-8829-5178ca5c9e29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072406 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47987 2026.03.20 17:57:22.072806 [ 291 ] {} TCP-Session: 45eba3ca-ad43-401d-8829-5178ca5c9e29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072351 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60986 2026.03.20 17:57:22.072886 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:22.072346 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34814 2026.03.20 17:57:22.072917 [ 294 ] {} TCP-Session: 6d0cc98e-b8cd-414f-8aab-6505ad3353f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:47987 2026.03.20 17:57:22.072804 [ 288 ] {} TCP-Session: 134030c9-1483-42bc-8852-535c8f51ba70 Authenticating user 'default' from [fd00:1122:3344:101::e]:32899 2026.03.20 17:57:22.072942 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:22.072971 [ 288 ] {} TCP-Session: 134030c9-1483-42bc-8852-535c8f51ba70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072984 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:22.072993 [ 289 ] {} TCP-Session: 5c058e11-70d5-4ecf-85be-3981577c9baa Authenticating user 'default' from [fd00:1122:3344:101::e]:60986 2026.03.20 17:57:22.073010 [ 286 ] {dc5c3929-8baf-4f59-aa3d-b1161ce6620c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:57:22.073025 [ 290 ] {} TCP-Session: 0b64adbe-a3fc-4a2d-b4c2-2d54474b4b4c Authenticating user 'default' from [fd00:1122:3344:101::e]:34814 2026.03.20 17:57:22.073033 [ 289 ] {} TCP-Session: 5c058e11-70d5-4ecf-85be-3981577c9baa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.073062 [ 290 ] {} TCP-Session: 0b64adbe-a3fc-4a2d-b4c2-2d54474b4b4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.073074 [ 289 ] {} TCP-Session: 5c058e11-70d5-4ecf-85be-3981577c9baa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.073087 [ 286 ] {dc5c3929-8baf-4f59-aa3d-b1161ce6620c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:57:22.073092 [ 290 ] {} TCP-Session: 0b64adbe-a3fc-4a2d-b4c2-2d54474b4b4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072998 [ 288 ] {} TCP-Session: 134030c9-1483-42bc-8852-535c8f51ba70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.072947 [ 294 ] {} TCP-Session: 6d0cc98e-b8cd-414f-8aab-6505ad3353f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.073162 [ 294 ] {} TCP-Session: 6d0cc98e-b8cd-414f-8aab-6505ad3353f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.073397 [ 286 ] {dc5c3929-8baf-4f59-aa3d-b1161ce6620c} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:57:22.074355 [ 313 ] {dc5c3929-8baf-4f59-aa3d-b1161ce6620c} AggregatingTransform: Aggregating 2026.03.20 17:57:22.074408 [ 313 ] {dc5c3929-8baf-4f59-aa3d-b1161ce6620c} Aggregator: Aggregation method: without_key 2026.03.20 17:57:22.074449 [ 313 ] {dc5c3929-8baf-4f59-aa3d-b1161ce6620c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000948831 sec. (1053.928 rows/sec., 41.17 KiB/sec.) 2026.03.20 17:57:22.074470 [ 313 ] {dc5c3929-8baf-4f59-aa3d-b1161ce6620c} Aggregator: Merging aggregated data 2026.03.20 17:57:22.075679 [ 286 ] {dc5c3929-8baf-4f59-aa3d-b1161ce6620c} executeQuery: Read 1 rows, 40.00 B in 0.003061 sec., 326.6906239790918 rows/sec., 12.76 KiB/sec. 2026.03.20 17:57:22.075828 [ 286 ] {dc5c3929-8baf-4f59-aa3d-b1161ce6620c} TCPHandler: Processed in 0.00343963 sec. 2026.03.20 17:57:22.075934 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:22.075963 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:22.075983 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:22.076002 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:22.076020 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:22.076047 [ 267 ] {} TCP-Session: 2e21115c-d899-42e5-b51e-904fca36c1f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.076048 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:22.076072 [ 290 ] {} TCP-Session: 0b64adbe-a3fc-4a2d-b4c2-2d54474b4b4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.076076 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:22.076100 [ 292 ] {} TCP-Session: edf0324f-78ec-4589-8732-f469cb1054ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.076112 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:22.076144 [ 293 ] {} TCP-Session: b11d1cc5-dc61-4bd2-947e-da5ac275ac81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.076096 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:22.076194 [ 286 ] {} TCP-Session: f2ce0919-dd97-4ed8-aa68-62b12f8a19a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.076022 [ 291 ] {} TCP-Session: 45eba3ca-ad43-401d-8829-5178ca5c9e29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.076218 [ 294 ] {} TCP-Session: 6d0cc98e-b8cd-414f-8aab-6505ad3353f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.076015 [ 288 ] {} TCP-Session: 134030c9-1483-42bc-8852-535c8f51ba70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:22.075977 [ 289 ] {} TCP-Session: 5c058e11-70d5-4ecf-85be-3981577c9baa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.151530 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34805 2026.03.20 17:57:23.151657 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:23.151688 [ 286 ] {} TCP-Session: 8ab6e940-43c7-4866-8197-d6ffd6880868 Authenticating user 'default' from [fd00:1122:3344:101::e]:34805 2026.03.20 17:57:23.151714 [ 286 ] {} TCP-Session: 8ab6e940-43c7-4866-8197-d6ffd6880868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.151729 [ 286 ] {} TCP-Session: 8ab6e940-43c7-4866-8197-d6ffd6880868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.151964 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52800 2026.03.20 17:57:23.152000 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48721 2026.03.20 17:57:23.152006 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51542 2026.03.20 17:57:23.152062 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48287 2026.03.20 17:57:23.152104 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:23.152061 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38831 2026.03.20 17:57:23.152145 [ 286 ] {} TCP-Session: 8ab6e940-43c7-4866-8197-d6ffd6880868 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:23.152162 [ 289 ] {} TCP-Session: 7a69cbc6-17ac-4b74-9c36-195691185238 Authenticating user 'default' from [fd00:1122:3344:101::e]:52800 2026.03.20 17:57:23.152191 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:23.152220 [ 289 ] {} TCP-Session: 7a69cbc6-17ac-4b74-9c36-195691185238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152230 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:23.152243 [ 293 ] {} TCP-Session: 60b03c82-f479-450b-8fa2-7890771641be Authenticating user 'default' from [fd00:1122:3344:101::e]:48287 2026.03.20 17:57:23.152243 [ 289 ] {} TCP-Session: 7a69cbc6-17ac-4b74-9c36-195691185238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152268 [ 294 ] {} TCP-Session: 34fb3531-57be-4a89-934f-ff987f6383ce Authenticating user 'default' from [fd00:1122:3344:101::e]:38831 2026.03.20 17:57:23.152282 [ 293 ] {} TCP-Session: 60b03c82-f479-450b-8fa2-7890771641be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152308 [ 294 ] {} TCP-Session: 34fb3531-57be-4a89-934f-ff987f6383ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152321 [ 293 ] {} TCP-Session: 60b03c82-f479-450b-8fa2-7890771641be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152335 [ 294 ] {} TCP-Session: 34fb3531-57be-4a89-934f-ff987f6383ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152331 [ 286 ] {f8644205-cb8f-47cf-9224-8d044d736fb1} executeQuery: (from [fd00:1122:3344:101::e]:34805) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:57:23.152146 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:23.152062 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54823 2026.03.20 17:57:23.152408 [ 292 ] {} TCP-Session: 12a6e73b-27f3-4676-b9b3-464592645773 Authenticating user 'default' from [fd00:1122:3344:101::e]:51542 2026.03.20 17:57:23.151974 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53041 2026.03.20 17:57:23.152448 [ 292 ] {} TCP-Session: 12a6e73b-27f3-4676-b9b3-464592645773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.151963 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61499 2026.03.20 17:57:23.152490 [ 292 ] {} TCP-Session: 12a6e73b-27f3-4676-b9b3-464592645773 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152523 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:23.152486 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:23.152562 [ 290 ] {} TCP-Session: 5aa34be8-6123-4415-8bf5-8a0bba2cf222 Authenticating user 'default' from [fd00:1122:3344:101::e]:53041 2026.03.20 17:57:23.152566 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:23.152587 [ 267 ] {} TCP-Session: 56e76974-b333-4870-a28d-40903ab94115 Authenticating user 'default' from [fd00:1122:3344:101::e]:54823 2026.03.20 17:57:23.152595 [ 290 ] {} TCP-Session: 5aa34be8-6123-4415-8bf5-8a0bba2cf222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152615 [ 288 ] {} TCP-Session: ff18819a-96a6-4451-abcf-8234aa9f9532 Authenticating user 'default' from [fd00:1122:3344:101::e]:61499 2026.03.20 17:57:23.152633 [ 290 ] {} TCP-Session: 5aa34be8-6123-4415-8bf5-8a0bba2cf222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152654 [ 288 ] {} TCP-Session: ff18819a-96a6-4451-abcf-8234aa9f9532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152662 [ 286 ] {f8644205-cb8f-47cf-9224-8d044d736fb1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:57:23.152677 [ 288 ] {} TCP-Session: ff18819a-96a6-4451-abcf-8234aa9f9532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152620 [ 267 ] {} TCP-Session: 56e76974-b333-4870-a28d-40903ab94115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152146 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:57:23.152731 [ 267 ] {} TCP-Session: 56e76974-b333-4870-a28d-40903ab94115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152743 [ 286 ] {f8644205-cb8f-47cf-9224-8d044d736fb1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:57:23.152765 [ 291 ] {} TCP-Session: f69f00bd-6eae-4e1b-904d-00fbabe67729 Authenticating user 'default' from [fd00:1122:3344:101::e]:48721 2026.03.20 17:57:23.152792 [ 291 ] {} TCP-Session: f69f00bd-6eae-4e1b-904d-00fbabe67729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.152807 [ 291 ] {} TCP-Session: f69f00bd-6eae-4e1b-904d-00fbabe67729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.153048 [ 286 ] {f8644205-cb8f-47cf-9224-8d044d736fb1} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:57:23.153902 [ 336 ] {f8644205-cb8f-47cf-9224-8d044d736fb1} AggregatingTransform: Aggregating 2026.03.20 17:57:23.153942 [ 336 ] {f8644205-cb8f-47cf-9224-8d044d736fb1} Aggregator: Aggregation method: without_key 2026.03.20 17:57:23.153980 [ 336 ] {f8644205-cb8f-47cf-9224-8d044d736fb1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000826599 sec. (1209.776 rows/sec., 47.26 KiB/sec.) 2026.03.20 17:57:23.154003 [ 336 ] {f8644205-cb8f-47cf-9224-8d044d736fb1} Aggregator: Merging aggregated data 2026.03.20 17:57:23.155402 [ 286 ] {f8644205-cb8f-47cf-9224-8d044d736fb1} executeQuery: Read 1 rows, 40.00 B in 0.003126 sec., 319.8976327575176 rows/sec., 12.50 KiB/sec. 2026.03.20 17:57:23.155535 [ 286 ] {f8644205-cb8f-47cf-9224-8d044d736fb1} TCPHandler: Processed in 0.003500291 sec. 2026.03.20 17:57:23.155630 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:23.155657 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:23.155675 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:23.155694 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:23.155708 [ 294 ] {} TCP-Session: 34fb3531-57be-4a89-934f-ff987f6383ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.155727 [ 289 ] {} TCP-Session: 7a69cbc6-17ac-4b74-9c36-195691185238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.155740 [ 292 ] {} TCP-Session: 12a6e73b-27f3-4676-b9b3-464592645773 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.155748 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:23.155770 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:23.155798 [ 267 ] {} TCP-Session: 56e76974-b333-4870-a28d-40903ab94115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.155794 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:23.155828 [ 293 ] {} TCP-Session: 60b03c82-f479-450b-8fa2-7890771641be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.155732 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:23.155854 [ 286 ] {} TCP-Session: 8ab6e940-43c7-4866-8197-d6ffd6880868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.155711 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:57:23.155890 [ 290 ] {} TCP-Session: 5aa34be8-6123-4415-8bf5-8a0bba2cf222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.155670 [ 288 ] {} TCP-Session: ff18819a-96a6-4451-abcf-8234aa9f9532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:23.155948 [ 291 ] {} TCP-Session: f69f00bd-6eae-4e1b-904d-00fbabe67729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:57:24.672101 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:24.672304 [ 268 ] {c315e925-da63-4841-8dcc-6e4cc3e475bd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:57:24.672377 [ 268 ] {c315e925-da63-4841-8dcc-6e4cc3e475bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:57:24.673185 [ 268 ] {c315e925-da63-4841-8dcc-6e4cc3e475bd} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.673226 [ 268 ] {c315e925-da63-4841-8dcc-6e4cc3e475bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.673631 [ 268 ] {c315e925-da63-4841-8dcc-6e4cc3e475bd} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:57:24.673875 [ 268 ] {c315e925-da63-4841-8dcc-6e4cc3e475bd} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.674032 [ 268 ] {c315e925-da63-4841-8dcc-6e4cc3e475bd} executeQuery: Read 284 rows, 18.47 KiB in 0.001784 sec., 159192.82511210762 rows/sec., 10.11 MiB/sec. 2026.03.20 17:57:24.674075 [ 268 ] {c315e925-da63-4841-8dcc-6e4cc3e475bd} TCPHandler: Processed in 0.002112099 sec. 2026.03.20 17:57:24.674203 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:24.674300 [ 268 ] {37dbcb26-d743-41e2-a3c9-f01b28c03010} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:57:24.674344 [ 268 ] {37dbcb26-d743-41e2-a3c9-f01b28c03010} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:57:24.674732 [ 268 ] {37dbcb26-d743-41e2-a3c9-f01b28c03010} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.674768 [ 268 ] {37dbcb26-d743-41e2-a3c9-f01b28c03010} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.675080 [ 268 ] {37dbcb26-d743-41e2-a3c9-f01b28c03010} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 17:57:24.675328 [ 268 ] {37dbcb26-d743-41e2-a3c9-f01b28c03010} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.675457 [ 268 ] {37dbcb26-d743-41e2-a3c9-f01b28c03010} executeQuery: Read 2 rows, 167.00 B in 0.001175 sec., 1702.127659574468 rows/sec., 138.80 KiB/sec. 2026.03.20 17:57:24.675496 [ 268 ] {37dbcb26-d743-41e2-a3c9-f01b28c03010} TCPHandler: Processed in 0.001345621 sec. 2026.03.20 17:57:24.675609 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:24.675706 [ 268 ] {9359c942-9e03-44e4-a7d8-2a5ea38c71d1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:24.675746 [ 268 ] {9359c942-9e03-44e4-a7d8-2a5ea38c71d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:24.676522 [ 268 ] {9359c942-9e03-44e4-a7d8-2a5ea38c71d1} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.676558 [ 268 ] {9359c942-9e03-44e4-a7d8-2a5ea38c71d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.676907 [ 268 ] {9359c942-9e03-44e4-a7d8-2a5ea38c71d1} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.20 17:57:24.677119 [ 268 ] {9359c942-9e03-44e4-a7d8-2a5ea38c71d1} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.677252 [ 268 ] {9359c942-9e03-44e4-a7d8-2a5ea38c71d1} executeQuery: Read 798 rows, 63.57 KiB in 0.001564 sec., 510230.179028133 rows/sec., 39.69 MiB/sec. 2026.03.20 17:57:24.677291 [ 268 ] {9359c942-9e03-44e4-a7d8-2a5ea38c71d1} TCPHandler: Processed in 0.00173259 sec. 2026.03.20 17:57:24.677394 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:24.677491 [ 268 ] {a2dffeac-fa3e-498a-8ca1-eeb14e6ceca1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:57:24.677531 [ 268 ] {a2dffeac-fa3e-498a-8ca1-eeb14e6ceca1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:57:24.677960 [ 268 ] {a2dffeac-fa3e-498a-8ca1-eeb14e6ceca1} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.677998 [ 268 ] {a2dffeac-fa3e-498a-8ca1-eeb14e6ceca1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.678308 [ 268 ] {a2dffeac-fa3e-498a-8ca1-eeb14e6ceca1} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.20 17:57:24.678521 [ 268 ] {a2dffeac-fa3e-498a-8ca1-eeb14e6ceca1} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.678648 [ 268 ] {a2dffeac-fa3e-498a-8ca1-eeb14e6ceca1} executeQuery: Read 144 rows, 8.68 KiB in 0.001176 sec., 122448.97959183675 rows/sec., 7.21 MiB/sec. 2026.03.20 17:57:24.678685 [ 268 ] {a2dffeac-fa3e-498a-8ca1-eeb14e6ceca1} TCPHandler: Processed in 0.001342351 sec. 2026.03.20 17:57:24.678796 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:24.678892 [ 268 ] {d367c437-6d84-43f9-b00f-c2c720ea26d8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:57:24.678931 [ 268 ] {d367c437-6d84-43f9-b00f-c2c720ea26d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:57:24.679358 [ 268 ] {d367c437-6d84-43f9-b00f-c2c720ea26d8} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.679395 [ 268 ] {d367c437-6d84-43f9-b00f-c2c720ea26d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.679701 [ 268 ] {d367c437-6d84-43f9-b00f-c2c720ea26d8} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:57:24.679911 [ 268 ] {d367c437-6d84-43f9-b00f-c2c720ea26d8} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.680037 [ 268 ] {d367c437-6d84-43f9-b00f-c2c720ea26d8} executeQuery: Read 149 rows, 9.86 KiB in 0.001163 sec., 128116.93895098883 rows/sec., 8.28 MiB/sec. 2026.03.20 17:57:24.680076 [ 268 ] {d367c437-6d84-43f9-b00f-c2c720ea26d8} TCPHandler: Processed in 0.001330881 sec. 2026.03.20 17:57:24.680184 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:24.680280 [ 268 ] {6d36b8f8-2f95-4058-bc1e-f76c61beefd4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:57:24.680321 [ 268 ] {6d36b8f8-2f95-4058-bc1e-f76c61beefd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:57:24.680750 [ 268 ] {6d36b8f8-2f95-4058-bc1e-f76c61beefd4} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.680787 [ 268 ] {6d36b8f8-2f95-4058-bc1e-f76c61beefd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.681094 [ 268 ] {6d36b8f8-2f95-4058-bc1e-f76c61beefd4} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:57:24.681303 [ 268 ] {6d36b8f8-2f95-4058-bc1e-f76c61beefd4} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.681432 [ 268 ] {6d36b8f8-2f95-4058-bc1e-f76c61beefd4} executeQuery: Read 148 rows, 8.62 KiB in 0.00117 sec., 126495.72649572649 rows/sec., 7.19 MiB/sec. 2026.03.20 17:57:24.681470 [ 268 ] {6d36b8f8-2f95-4058-bc1e-f76c61beefd4} TCPHandler: Processed in 0.001336991 sec. 2026.03.20 17:57:24.681581 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:24.681677 [ 268 ] {00e69a98-722d-4998-88fc-81c20fe2d495} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:24.681716 [ 268 ] {00e69a98-722d-4998-88fc-81c20fe2d495} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:24.682274 [ 268 ] {00e69a98-722d-4998-88fc-81c20fe2d495} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.682311 [ 268 ] {00e69a98-722d-4998-88fc-81c20fe2d495} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.682629 [ 268 ] {00e69a98-722d-4998-88fc-81c20fe2d495} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.20 17:57:24.682850 [ 268 ] {00e69a98-722d-4998-88fc-81c20fe2d495} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.682982 [ 268 ] {00e69a98-722d-4998-88fc-81c20fe2d495} executeQuery: Read 492 rows, 35.34 KiB in 0.001323 sec., 371882.0861678005 rows/sec., 26.09 MiB/sec. 2026.03.20 17:57:24.683022 [ 268 ] {00e69a98-722d-4998-88fc-81c20fe2d495} TCPHandler: Processed in 0.001492544 sec. 2026.03.20 17:57:24.683123 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:24.683218 [ 268 ] {599ea1e1-5347-4de1-b7b6-8f3021100022} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:57:24.683260 [ 268 ] {599ea1e1-5347-4de1-b7b6-8f3021100022} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:57:24.683587 [ 268 ] {599ea1e1-5347-4de1-b7b6-8f3021100022} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.683624 [ 268 ] {599ea1e1-5347-4de1-b7b6-8f3021100022} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.683935 [ 268 ] {599ea1e1-5347-4de1-b7b6-8f3021100022} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:57:24.684146 [ 268 ] {599ea1e1-5347-4de1-b7b6-8f3021100022} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.684257 [ 33 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 2026.03.20 17:57:24.684273 [ 268 ] {599ea1e1-5347-4de1-b7b6-8f3021100022} executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. 2026.03.20 17:57:24.684325 [ 33 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.684333 [ 268 ] {599ea1e1-5347-4de1-b7b6-8f3021100022} TCPHandler: Processed in 0.001259699 sec. 2026.03.20 17:57:24.684354 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.684448 [ 195 ] {05b673bd-1065-454a-b193-02561891577e::all_1_39_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full 2026.03.20 17:57:24.684450 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:24.684553 [ 195 ] {05b673bd-1065-454a-b193-02561891577e::all_1_39_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:24.684576 [ 268 ] {a63e3b67-3ada-4469-8c1d-49a240f50234} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:24.684583 [ 195 ] {05b673bd-1065-454a-b193-02561891577e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 204 rows starting from the beginning of the part 2026.03.20 17:57:24.684621 [ 268 ] {a63e3b67-3ada-4469-8c1d-49a240f50234} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:24.684646 [ 195 ] {05b673bd-1065-454a-b193-02561891577e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part 2026.03.20 17:57:24.684692 [ 195 ] {05b673bd-1065-454a-b193-02561891577e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part 2026.03.20 17:57:24.684732 [ 195 ] {05b673bd-1065-454a-b193-02561891577e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part 2026.03.20 17:57:24.684771 [ 195 ] {05b673bd-1065-454a-b193-02561891577e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part 2026.03.20 17:57:24.684817 [ 195 ] {05b673bd-1065-454a-b193-02561891577e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part 2026.03.20 17:57:24.685036 [ 268 ] {a63e3b67-3ada-4469-8c1d-49a240f50234} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.685072 [ 268 ] {a63e3b67-3ada-4469-8c1d-49a240f50234} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.685432 [ 268 ] {a63e3b67-3ada-4469-8c1d-49a240f50234} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.20 17:57:24.685514 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_39_8} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 4 columns (4 merged, 0 gathered) in 0.001104936 sec., 211776.9716979083 rows/sec., 10.81 MiB/sec. 2026.03.20 17:57:24.685646 [ 268 ] {a63e3b67-3ada-4469-8c1d-49a240f50234} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.685688 [ 196 ] {05b673bd-1065-454a-b193-02561891577e::all_1_39_8} MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) 2026.03.20 17:57:24.685780 [ 268 ] {a63e3b67-3ada-4469-8c1d-49a240f50234} executeQuery: Read 266 rows, 18.10 KiB in 0.001221 sec., 217854.21785421783 rows/sec., 14.48 MiB/sec. 2026.03.20 17:57:24.685822 [ 268 ] {a63e3b67-3ada-4469-8c1d-49a240f50234} TCPHandler: Processed in 0.001422973 sec. 2026.03.20 17:57:24.685936 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:24.686017 [ 196 ] {05b673bd-1065-454a-b193-02561891577e::all_1_39_8} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.686034 [ 268 ] {de4b2058-1d50-4ab2-a8b8-e075fb936df3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:57:24.686082 [ 268 ] {de4b2058-1d50-4ab2-a8b8-e075fb936df3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:57:24.686103 [ 196 ] {05b673bd-1065-454a-b193-02561891577e::all_1_39_8} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 2026.03.20 17:57:24.686221 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.20 17:57:24.686393 [ 268 ] {de4b2058-1d50-4ab2-a8b8-e075fb936df3} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.686434 [ 268 ] {de4b2058-1d50-4ab2-a8b8-e075fb936df3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.686740 [ 268 ] {de4b2058-1d50-4ab2-a8b8-e075fb936df3} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.20 17:57:24.686947 [ 268 ] {de4b2058-1d50-4ab2-a8b8-e075fb936df3} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.687056 [ 33 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 2026.03.20 17:57:24.687076 [ 268 ] {de4b2058-1d50-4ab2-a8b8-e075fb936df3} executeQuery: Read 1 rows, 69.00 B in 0.001061 sec., 942.507068803016 rows/sec., 63.51 KiB/sec. 2026.03.20 17:57:24.687100 [ 33 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.687122 [ 268 ] {de4b2058-1d50-4ab2-a8b8-e075fb936df3} TCPHandler: Processed in 0.001236618 sec. 2026.03.20 17:57:24.687123 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.687230 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:24.687256 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_39_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full 2026.03.20 17:57:24.687330 [ 268 ] {e7fc4809-88a6-4125-a8ba-4645bd6c19db} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:24.687374 [ 268 ] {e7fc4809-88a6-4125-a8ba-4645bd6c19db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:24.687388 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_39_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:24.687431 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 35 rows starting from the beginning of the part 2026.03.20 17:57:24.687501 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part 2026.03.20 17:57:24.687549 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part 2026.03.20 17:57:24.687592 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part 2026.03.20 17:57:24.687634 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part 2026.03.20 17:57:24.687679 [ 189 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part 2026.03.20 17:57:24.687721 [ 268 ] {e7fc4809-88a6-4125-a8ba-4645bd6c19db} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:24.687763 [ 268 ] {e7fc4809-88a6-4125-a8ba-4645bd6c19db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:24.688130 [ 268 ] {e7fc4809-88a6-4125-a8ba-4645bd6c19db} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.20 17:57:24.688364 [ 268 ] {e7fc4809-88a6-4125-a8ba-4645bd6c19db} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.688498 [ 268 ] {e7fc4809-88a6-4125-a8ba-4645bd6c19db} executeQuery: Read 90 rows, 5.77 KiB in 0.001186 sec., 75885.32883642496 rows/sec., 4.75 MiB/sec. 2026.03.20 17:57:24.688535 [ 268 ] {e7fc4809-88a6-4125-a8ba-4645bd6c19db} TCPHandler: Processed in 0.001355181 sec. 2026.03.20 17:57:24.688542 [ 200 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_39_8} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.001338901 sec., 29875.24843136274 rows/sec., 1.96 MiB/sec. 2026.03.20 17:57:24.688675 [ 199 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_39_8} MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) 2026.03.20 17:57:24.688933 [ 199 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_39_8} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:24.688997 [ 199 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_39_8} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 2026.03.20 17:57:24.689071 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.20 17:57:25.325882 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27429 2026.03.20 17:57:25.326736 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:25.326800 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:25.327546 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.20 17:57:25.327770 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:25.327900 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27429 2026.03.20 17:57:26.759337 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.03.20 17:57:26.774598 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:26.774650 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:26.780146 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.20 17:57:26.780818 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:26.783448 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.03.20 17:57:27.921997 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1680 2026.03.20 17:57:27.924494 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:27.924544 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:27.925781 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:57:27.926052 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:27.926417 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1680 2026.03.20 17:57:29.666060 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:29.666280 [ 268 ] {4a3e2de9-8970-4750-99e8-7aee3ce06955} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:29.666358 [ 268 ] {4a3e2de9-8970-4750-99e8-7aee3ce06955} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:29.667176 [ 268 ] {4a3e2de9-8970-4750-99e8-7aee3ce06955} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:29.667224 [ 268 ] {4a3e2de9-8970-4750-99e8-7aee3ce06955} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:29.667650 [ 268 ] {4a3e2de9-8970-4750-99e8-7aee3ce06955} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.20 17:57:29.667891 [ 268 ] {4a3e2de9-8970-4750-99e8-7aee3ce06955} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:29.668049 [ 268 ] {4a3e2de9-8970-4750-99e8-7aee3ce06955} executeQuery: Read 138 rows, 12.29 KiB in 0.001824 sec., 75657.8947368421 rows/sec., 6.58 MiB/sec. 2026.03.20 17:57:29.668094 [ 268 ] {4a3e2de9-8970-4750-99e8-7aee3ce06955} TCPHandler: Processed in 0.0021778 sec. 2026.03.20 17:57:29.668223 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:29.668321 [ 268 ] {0bc739d4-0f2d-49c4-b42f-05ba68fe04e3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:57:29.668365 [ 268 ] {0bc739d4-0f2d-49c4-b42f-05ba68fe04e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:57:29.668788 [ 268 ] {0bc739d4-0f2d-49c4-b42f-05ba68fe04e3} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:29.668828 [ 268 ] {0bc739d4-0f2d-49c4-b42f-05ba68fe04e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:29.669138 [ 268 ] {0bc739d4-0f2d-49c4-b42f-05ba68fe04e3} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.20 17:57:29.669350 [ 268 ] {0bc739d4-0f2d-49c4-b42f-05ba68fe04e3} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:29.669480 [ 268 ] {0bc739d4-0f2d-49c4-b42f-05ba68fe04e3} executeQuery: Read 41 rows, 3.08 KiB in 0.001176 sec., 34863.945578231294 rows/sec., 2.56 MiB/sec. 2026.03.20 17:57:29.669518 [ 268 ] {0bc739d4-0f2d-49c4-b42f-05ba68fe04e3} TCPHandler: Processed in 0.001347291 sec. 2026.03.20 17:57:29.669631 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:29.669728 [ 268 ] {56b951c8-ad99-4301-a74a-fea5233629a8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:29.669769 [ 268 ] {56b951c8-ad99-4301-a74a-fea5233629a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:29.670196 [ 268 ] {56b951c8-ad99-4301-a74a-fea5233629a8} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:29.670233 [ 268 ] {56b951c8-ad99-4301-a74a-fea5233629a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:29.670587 [ 268 ] {56b951c8-ad99-4301-a74a-fea5233629a8} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.20 17:57:29.670806 [ 268 ] {56b951c8-ad99-4301-a74a-fea5233629a8} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:29.670937 [ 268 ] {56b951c8-ad99-4301-a74a-fea5233629a8} executeQuery: Read 105 rows, 8.40 KiB in 0.001226 sec., 85644.37194127243 rows/sec., 6.69 MiB/sec. 2026.03.20 17:57:29.670975 [ 268 ] {56b951c8-ad99-4301-a74a-fea5233629a8} TCPHandler: Processed in 0.001393672 sec. 2026.03.20 17:57:29.671085 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:29.671183 [ 268 ] {66872448-dbeb-4781-8643-751735f90c0b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:29.671227 [ 268 ] {66872448-dbeb-4781-8643-751735f90c0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:29.671634 [ 268 ] {66872448-dbeb-4781-8643-751735f90c0b} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:29.671672 [ 268 ] {66872448-dbeb-4781-8643-751735f90c0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:29.672012 [ 268 ] {66872448-dbeb-4781-8643-751735f90c0b} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.20 17:57:29.672231 [ 268 ] {66872448-dbeb-4781-8643-751735f90c0b} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:29.672361 [ 268 ] {66872448-dbeb-4781-8643-751735f90c0b} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2026.03.20 17:57:29.672399 [ 268 ] {66872448-dbeb-4781-8643-751735f90c0b} TCPHandler: Processed in 0.001362891 sec. 2026.03.20 17:57:29.672509 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:29.672605 [ 268 ] {27295437-4628-495a-8539-005e6d226923} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:29.672663 [ 268 ] {27295437-4628-495a-8539-005e6d226923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:57:29.673514 [ 268 ] {27295437-4628-495a-8539-005e6d226923} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:29.673552 [ 268 ] {27295437-4628-495a-8539-005e6d226923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:29.674147 [ 268 ] {27295437-4628-495a-8539-005e6d226923} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:57:29.674375 [ 268 ] {27295437-4628-495a-8539-005e6d226923} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:29.674512 [ 268 ] {27295437-4628-495a-8539-005e6d226923} executeQuery: Read 41 rows, 75.23 KiB in 0.001924 sec., 21309.77130977131 rows/sec., 38.19 MiB/sec. 2026.03.20 17:57:29.674564 [ 268 ] {27295437-4628-495a-8539-005e6d226923} TCPHandler: Processed in 0.002106189 sec. 2026.03.20 17:57:29.674678 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:29.674776 [ 268 ] {3917346e-fe02-4582-8236-28fca7c4cbb9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:29.674819 [ 268 ] {3917346e-fe02-4582-8236-28fca7c4cbb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:29.675157 [ 268 ] {3917346e-fe02-4582-8236-28fca7c4cbb9} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:29.675197 [ 268 ] {3917346e-fe02-4582-8236-28fca7c4cbb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:29.675507 [ 268 ] {3917346e-fe02-4582-8236-28fca7c4cbb9} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.20 17:57:29.675722 [ 268 ] {3917346e-fe02-4582-8236-28fca7c4cbb9} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:29.675852 [ 268 ] {3917346e-fe02-4582-8236-28fca7c4cbb9} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.03.20 17:57:29.675888 [ 268 ] {3917346e-fe02-4582-8236-28fca7c4cbb9} TCPHandler: Processed in 0.001260309 sec. 2026.03.20 17:57:32.686162 [ 45 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:57:32.686222 [ 45 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:57:32.828057 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27877 2026.03.20 17:57:32.828781 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:32.828892 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:32.829564 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.20 17:57:32.829788 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:32.829935 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27877 2026.03.20 17:57:34.283522 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.03.20 17:57:34.299771 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.299826 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.305711 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.20 17:57:34.306377 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.309131 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.03.20 17:57:34.671877 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.672076 [ 268 ] {2e020ed5-30c8-4eb2-ba92-333f99a79062} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.672150 [ 268 ] {2e020ed5-30c8-4eb2-ba92-333f99a79062} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:57:34.672906 [ 268 ] {2e020ed5-30c8-4eb2-ba92-333f99a79062} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.672945 [ 268 ] {2e020ed5-30c8-4eb2-ba92-333f99a79062} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.673351 [ 268 ] {2e020ed5-30c8-4eb2-ba92-333f99a79062} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:57:34.673586 [ 268 ] {2e020ed5-30c8-4eb2-ba92-333f99a79062} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.673733 [ 268 ] {2e020ed5-30c8-4eb2-ba92-333f99a79062} executeQuery: Read 284 rows, 18.47 KiB in 0.001713 sec., 165791.00992410976 rows/sec., 10.53 MiB/sec. 2026.03.20 17:57:34.673775 [ 268 ] {2e020ed5-30c8-4eb2-ba92-333f99a79062} TCPHandler: Processed in 0.002044677 sec. 2026.03.20 17:57:34.673903 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.674029 [ 268 ] {f90037a9-68e6-4449-801e-9977d2ac10d9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:34.674071 [ 268 ] {f90037a9-68e6-4449-801e-9977d2ac10d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:34.674886 [ 268 ] {f90037a9-68e6-4449-801e-9977d2ac10d9} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.674922 [ 268 ] {f90037a9-68e6-4449-801e-9977d2ac10d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.675278 [ 268 ] {f90037a9-68e6-4449-801e-9977d2ac10d9} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.20 17:57:34.675489 [ 268 ] {f90037a9-68e6-4449-801e-9977d2ac10d9} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.675617 [ 268 ] {f90037a9-68e6-4449-801e-9977d2ac10d9} executeQuery: Read 797 rows, 63.50 KiB in 0.001607 sec., 495955.1960174238 rows/sec., 38.59 MiB/sec. 2026.03.20 17:57:34.675654 [ 268 ] {f90037a9-68e6-4449-801e-9977d2ac10d9} TCPHandler: Processed in 0.001803972 sec. 2026.03.20 17:57:34.675796 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.675894 [ 268 ] {16e4b809-1e7f-4a0c-802d-a9906029db73} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.675935 [ 268 ] {16e4b809-1e7f-4a0c-802d-a9906029db73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:57:34.676363 [ 268 ] {16e4b809-1e7f-4a0c-802d-a9906029db73} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.676398 [ 268 ] {16e4b809-1e7f-4a0c-802d-a9906029db73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.676704 [ 268 ] {16e4b809-1e7f-4a0c-802d-a9906029db73} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.20 17:57:34.676911 [ 268 ] {16e4b809-1e7f-4a0c-802d-a9906029db73} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.677036 [ 268 ] {16e4b809-1e7f-4a0c-802d-a9906029db73} executeQuery: Read 142 rows, 8.54 KiB in 0.001162 sec., 122203.09810671255 rows/sec., 7.18 MiB/sec. 2026.03.20 17:57:34.677074 [ 268 ] {16e4b809-1e7f-4a0c-802d-a9906029db73} TCPHandler: Processed in 0.001329401 sec. 2026.03.20 17:57:34.677181 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.677278 [ 268 ] {90836054-8d2f-44f4-ba42-7f1566519cec} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.677317 [ 268 ] {90836054-8d2f-44f4-ba42-7f1566519cec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:57:34.677740 [ 268 ] {90836054-8d2f-44f4-ba42-7f1566519cec} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.677775 [ 268 ] {90836054-8d2f-44f4-ba42-7f1566519cec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.678075 [ 268 ] {90836054-8d2f-44f4-ba42-7f1566519cec} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:57:34.678285 [ 268 ] {90836054-8d2f-44f4-ba42-7f1566519cec} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.678408 [ 268 ] {90836054-8d2f-44f4-ba42-7f1566519cec} executeQuery: Read 149 rows, 9.86 KiB in 0.001149 sec., 129677.98085291557 rows/sec., 8.38 MiB/sec. 2026.03.20 17:57:34.678445 [ 268 ] {90836054-8d2f-44f4-ba42-7f1566519cec} TCPHandler: Processed in 0.00131373 sec. 2026.03.20 17:57:34.678555 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.678652 [ 268 ] {b28e4b8c-98e8-46a4-865c-ea94e21fcfc2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.678692 [ 268 ] {b28e4b8c-98e8-46a4-865c-ea94e21fcfc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:57:34.679117 [ 268 ] {b28e4b8c-98e8-46a4-865c-ea94e21fcfc2} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.679152 [ 268 ] {b28e4b8c-98e8-46a4-865c-ea94e21fcfc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.679458 [ 268 ] {b28e4b8c-98e8-46a4-865c-ea94e21fcfc2} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:57:34.679668 [ 268 ] {b28e4b8c-98e8-46a4-865c-ea94e21fcfc2} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.679793 [ 268 ] {b28e4b8c-98e8-46a4-865c-ea94e21fcfc2} executeQuery: Read 148 rows, 8.62 KiB in 0.001159 sec., 127696.28990509058 rows/sec., 7.26 MiB/sec. 2026.03.20 17:57:34.679830 [ 268 ] {b28e4b8c-98e8-46a4-865c-ea94e21fcfc2} TCPHandler: Processed in 0.001326461 sec. 2026.03.20 17:57:34.679938 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.680032 [ 268 ] {0626cd8b-0eee-4b09-a049-f4d085d7f7dc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:34.680071 [ 268 ] {0626cd8b-0eee-4b09-a049-f4d085d7f7dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:34.680642 [ 268 ] {0626cd8b-0eee-4b09-a049-f4d085d7f7dc} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.680676 [ 268 ] {0626cd8b-0eee-4b09-a049-f4d085d7f7dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.680997 [ 268 ] {0626cd8b-0eee-4b09-a049-f4d085d7f7dc} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.20 17:57:34.681211 [ 268 ] {0626cd8b-0eee-4b09-a049-f4d085d7f7dc} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.681339 [ 268 ] {0626cd8b-0eee-4b09-a049-f4d085d7f7dc} executeQuery: Read 490 rows, 35.18 KiB in 0.001324 sec., 370090.6344410876 rows/sec., 25.95 MiB/sec. 2026.03.20 17:57:34.681375 [ 268 ] {0626cd8b-0eee-4b09-a049-f4d085d7f7dc} TCPHandler: Processed in 0.001487775 sec. 2026.03.20 17:57:34.681484 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.681582 [ 268 ] {6dfaed09-3cb3-4a9d-8b91-d4c0763d99c2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:57:34.681623 [ 268 ] {6dfaed09-3cb3-4a9d-8b91-d4c0763d99c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:57:34.681952 [ 268 ] {6dfaed09-3cb3-4a9d-8b91-d4c0763d99c2} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.681987 [ 268 ] {6dfaed09-3cb3-4a9d-8b91-d4c0763d99c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.682286 [ 268 ] {6dfaed09-3cb3-4a9d-8b91-d4c0763d99c2} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:57:34.682495 [ 268 ] {6dfaed09-3cb3-4a9d-8b91-d4c0763d99c2} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.682621 [ 268 ] {6dfaed09-3cb3-4a9d-8b91-d4c0763d99c2} executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. 2026.03.20 17:57:34.682658 [ 268 ] {6dfaed09-3cb3-4a9d-8b91-d4c0763d99c2} TCPHandler: Processed in 0.001224588 sec. 2026.03.20 17:57:34.682767 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.682864 [ 268 ] {deb8c1cd-2a75-47a5-9861-18e7bd3073f4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.682906 [ 268 ] {deb8c1cd-2a75-47a5-9861-18e7bd3073f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:34.683298 [ 268 ] {deb8c1cd-2a75-47a5-9861-18e7bd3073f4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.683334 [ 268 ] {deb8c1cd-2a75-47a5-9861-18e7bd3073f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.683670 [ 268 ] {deb8c1cd-2a75-47a5-9861-18e7bd3073f4} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.20 17:57:34.683889 [ 268 ] {deb8c1cd-2a75-47a5-9861-18e7bd3073f4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.684014 [ 268 ] {deb8c1cd-2a75-47a5-9861-18e7bd3073f4} executeQuery: Read 265 rows, 18.03 KiB in 0.001168 sec., 226883.56164383562 rows/sec., 15.08 MiB/sec. 2026.03.20 17:57:34.684051 [ 268 ] {deb8c1cd-2a75-47a5-9861-18e7bd3073f4} TCPHandler: Processed in 0.001333511 sec. 2026.03.20 17:57:34.684160 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.684256 [ 268 ] {25465226-8db4-4427-b424-87f7cca2f360} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.684298 [ 268 ] {25465226-8db4-4427-b424-87f7cca2f360} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:57:34.684602 [ 268 ] {25465226-8db4-4427-b424-87f7cca2f360} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.684638 [ 268 ] {25465226-8db4-4427-b424-87f7cca2f360} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.684929 [ 268 ] {25465226-8db4-4427-b424-87f7cca2f360} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.20 17:57:34.685134 [ 268 ] {25465226-8db4-4427-b424-87f7cca2f360} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.685258 [ 268 ] {25465226-8db4-4427-b424-87f7cca2f360} executeQuery: Read 1 rows, 69.00 B in 0.001021 sec., 979.4319294809011 rows/sec., 66.00 KiB/sec. 2026.03.20 17:57:34.685293 [ 268 ] {25465226-8db4-4427-b424-87f7cca2f360} TCPHandler: Processed in 0.001183277 sec. 2026.03.20 17:57:34.685399 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.685494 [ 268 ] {f2db8f59-362e-4385-88f8-a76dd9e4a9f8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.685535 [ 268 ] {f2db8f59-362e-4385-88f8-a76dd9e4a9f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:34.685846 [ 268 ] {f2db8f59-362e-4385-88f8-a76dd9e4a9f8} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.685881 [ 268 ] {f2db8f59-362e-4385-88f8-a76dd9e4a9f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.686178 [ 268 ] {f2db8f59-362e-4385-88f8-a76dd9e4a9f8} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.20 17:57:34.686388 [ 268 ] {f2db8f59-362e-4385-88f8-a76dd9e4a9f8} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.686514 [ 268 ] {f2db8f59-362e-4385-88f8-a76dd9e4a9f8} executeQuery: Read 90 rows, 5.77 KiB in 0.001038 sec., 86705.20231213872 rows/sec., 5.43 MiB/sec. 2026.03.20 17:57:34.686548 [ 268 ] {f2db8f59-362e-4385-88f8-a76dd9e4a9f8} TCPHandler: Processed in 0.001199387 sec. 2026.03.20 17:57:34.839079 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.839261 [ 268 ] {71d70406-83e2-48d2-b157-c05f6cc8968e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:57:34.839325 [ 268 ] {71d70406-83e2-48d2-b157-c05f6cc8968e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:57:34.839961 [ 268 ] {71d70406-83e2-48d2-b157-c05f6cc8968e} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.840008 [ 268 ] {71d70406-83e2-48d2-b157-c05f6cc8968e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.840415 [ 268 ] {71d70406-83e2-48d2-b157-c05f6cc8968e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 17:57:34.840653 [ 268 ] {71d70406-83e2-48d2-b157-c05f6cc8968e} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.840813 [ 268 ] {71d70406-83e2-48d2-b157-c05f6cc8968e} executeQuery: Read 14 rows, 1.14 KiB in 0.001599 sec., 8755.472170106317 rows/sec., 713.95 KiB/sec. 2026.03.20 17:57:34.840856 [ 268 ] {71d70406-83e2-48d2-b157-c05f6cc8968e} TCPHandler: Processed in 0.001900473 sec. 2026.03.20 17:57:34.840975 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.841081 [ 268 ] {f7fa0962-499c-45ba-84dc-9eda3a5be839} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:34.841120 [ 268 ] {f7fa0962-499c-45ba-84dc-9eda3a5be839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:34.842547 [ 268 ] {f7fa0962-499c-45ba-84dc-9eda3a5be839} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.842583 [ 268 ] {f7fa0962-499c-45ba-84dc-9eda3a5be839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.843025 [ 268 ] {f7fa0962-499c-45ba-84dc-9eda3a5be839} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.20 17:57:34.843249 [ 268 ] {f7fa0962-499c-45ba-84dc-9eda3a5be839} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.843387 [ 268 ] {f7fa0962-499c-45ba-84dc-9eda3a5be839} executeQuery: Read 2029 rows, 157.88 KiB in 0.002327 sec., 871938.1177481735 rows/sec., 66.26 MiB/sec. 2026.03.20 17:57:34.843428 [ 268 ] {f7fa0962-499c-45ba-84dc-9eda3a5be839} TCPHandler: Processed in 0.002503098 sec. 2026.03.20 17:57:34.843543 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.843641 [ 268 ] {3de34409-f178-476e-835a-9e55ba316f37} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.843680 [ 268 ] {3de34409-f178-476e-835a-9e55ba316f37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:57:34.844102 [ 268 ] {3de34409-f178-476e-835a-9e55ba316f37} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.844136 [ 268 ] {3de34409-f178-476e-835a-9e55ba316f37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.844434 [ 268 ] {3de34409-f178-476e-835a-9e55ba316f37} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.20 17:57:34.844647 [ 268 ] {3de34409-f178-476e-835a-9e55ba316f37} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.844750 [ 23 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2026.03.20 17:57:34.844776 [ 268 ] {3de34409-f178-476e-835a-9e55ba316f37} executeQuery: Read 66 rows, 4.89 KiB in 0.001154 sec., 57192.374350086655 rows/sec., 4.14 MiB/sec. 2026.03.20 17:57:34.844792 [ 23 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.844812 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.844813 [ 268 ] {3de34409-f178-476e-835a-9e55ba316f37} TCPHandler: Processed in 0.00132051 sec. 2026.03.20 17:57:34.844925 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.844929 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2026.03.20 17:57:34.845022 [ 268 ] {e0095f70-006c-4417-8ab8-51df718a30d5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.845065 [ 268 ] {e0095f70-006c-4417-8ab8-51df718a30d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:57:34.845069 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:34.845111 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 226 rows starting from the beginning of the part 2026.03.20 17:57:34.845179 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 41 rows starting from the beginning of the part 2026.03.20 17:57:34.845224 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 144 rows starting from the beginning of the part 2026.03.20 17:57:34.845266 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 41 rows starting from the beginning of the part 2026.03.20 17:57:34.845306 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 142 rows starting from the beginning of the part 2026.03.20 17:57:34.845349 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 66 rows starting from the beginning of the part 2026.03.20 17:57:34.845713 [ 268 ] {e0095f70-006c-4417-8ab8-51df718a30d5} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.845753 [ 268 ] {e0095f70-006c-4417-8ab8-51df718a30d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:34.846125 [ 268 ] {e0095f70-006c-4417-8ab8-51df718a30d5} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:57:34.846208 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 5 columns (5 merged, 0 gathered) in 0.001337971 sec., 493284.2341126975 rows/sec., 33.33 MiB/sec. 2026.03.20 17:57:34.846356 [ 268 ] {e0095f70-006c-4417-8ab8-51df718a30d5} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.846365 [ 200 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2026.03.20 17:57:34.846475 [ 91 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2026.03.20 17:57:34.846492 [ 268 ] {e0095f70-006c-4417-8ab8-51df718a30d5} executeQuery: Read 708 rows, 42.29 KiB in 0.001488 sec., 475806.4516129032 rows/sec., 27.76 MiB/sec. 2026.03.20 17:57:34.846511 [ 91 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.846530 [ 268 ] {e0095f70-006c-4417-8ab8-51df718a30d5} TCPHandler: Processed in 0.001656218 sec. 2026.03.20 17:57:34.846534 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:34.846606 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2026.03.20 17:57:34.846640 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.846647 [ 200 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_70_14} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.846692 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:34.846715 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 882 rows starting from the beginning of the part 2026.03.20 17:57:34.846748 [ 268 ] {a7efc53c-c1e1-42aa-930a-05db9a80b292} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.846750 [ 200 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_70_14} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2026.03.20 17:57:34.846758 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 708 rows starting from the beginning of the part 2026.03.20 17:57:34.846798 [ 268 ] {a7efc53c-c1e1-42aa-930a-05db9a80b292} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:57:34.846833 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 149 rows starting from the beginning of the part 2026.03.20 17:57:34.846861 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.20 17:57:34.846872 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 149 rows starting from the beginning of the part 2026.03.20 17:57:34.846905 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 149 rows starting from the beginning of the part 2026.03.20 17:57:34.846937 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 708 rows starting from the beginning of the part 2026.03.20 17:57:34.847185 [ 268 ] {a7efc53c-c1e1-42aa-930a-05db9a80b292} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.847226 [ 268 ] {a7efc53c-c1e1-42aa-930a-05db9a80b292} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:34.847532 [ 268 ] {a7efc53c-c1e1-42aa-930a-05db9a80b292} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 17:57:34.847740 [ 268 ] {a7efc53c-c1e1-42aa-930a-05db9a80b292} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.847878 [ 268 ] {a7efc53c-c1e1-42aa-930a-05db9a80b292} executeQuery: Read 1 rows, 72.00 B in 0.001149 sec., 870.3220191470843 rows/sec., 61.19 KiB/sec. 2026.03.20 17:57:34.847916 [ 268 ] {a7efc53c-c1e1-42aa-930a-05db9a80b292} TCPHandler: Processed in 0.001327211 sec. 2026.03.20 17:57:34.847983 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 2745 rows, containing 5 columns (5 merged, 0 gathered) in 0.001406653 sec., 1951440.7604434073 rows/sec., 124.36 MiB/sec. 2026.03.20 17:57:34.848029 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.848120 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2026.03.20 17:57:34.848128 [ 268 ] {b919dbc9-2bde-4480-87a8-cc553771d943} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:34.848176 [ 268 ] {b919dbc9-2bde-4480-87a8-cc553771d943} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:34.848351 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_50_10} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.848418 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_50_10} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2026.03.20 17:57:34.848480 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.03.20 17:57:34.849110 [ 268 ] {b919dbc9-2bde-4480-87a8-cc553771d943} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.849149 [ 268 ] {b919dbc9-2bde-4480-87a8-cc553771d943} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.849502 [ 268 ] {b919dbc9-2bde-4480-87a8-cc553771d943} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.20 17:57:34.849717 [ 268 ] {b919dbc9-2bde-4480-87a8-cc553771d943} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.849848 [ 268 ] {b919dbc9-2bde-4480-87a8-cc553771d943} executeQuery: Read 1066 rows, 75.65 KiB in 0.001739 sec., 612995.9746981023 rows/sec., 42.48 MiB/sec. 2026.03.20 17:57:34.849884 [ 268 ] {b919dbc9-2bde-4480-87a8-cc553771d943} TCPHandler: Processed in 0.001906234 sec. 2026.03.20 17:57:34.850004 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.850100 [ 268 ] {b8403037-33b5-43f1-bc4c-174e4e2f7dbe} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.850144 [ 268 ] {b8403037-33b5-43f1-bc4c-174e4e2f7dbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:34.850780 [ 268 ] {b8403037-33b5-43f1-bc4c-174e4e2f7dbe} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.850814 [ 268 ] {b8403037-33b5-43f1-bc4c-174e4e2f7dbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.851219 [ 268 ] {b8403037-33b5-43f1-bc4c-174e4e2f7dbe} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.20 17:57:34.851426 [ 268 ] {b8403037-33b5-43f1-bc4c-174e4e2f7dbe} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.851543 [ 91 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 2026.03.20 17:57:34.851559 [ 268 ] {b8403037-33b5-43f1-bc4c-174e4e2f7dbe} executeQuery: Read 1224 rows, 78.41 KiB in 0.001478 sec., 828146.1434370772 rows/sec., 51.81 MiB/sec. 2026.03.20 17:57:34.851580 [ 91 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.851597 [ 268 ] {b8403037-33b5-43f1-bc4c-174e4e2f7dbe} TCPHandler: Processed in 0.001645038 sec. 2026.03.20 17:57:34.851601 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:34.851671 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_95_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full 2026.03.20 17:57:34.851724 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.851766 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:34.851797 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_95_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 30956 rows starting from the beginning of the part 2026.03.20 17:57:34.851823 [ 268 ] {0dd840e5-a3c7-44f5-a786-7f82ab7afec1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.851841 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part 2026.03.20 17:57:34.851883 [ 268 ] {0dd840e5-a3c7-44f5-a786-7f82ab7afec1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:57:34.851883 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 266 rows starting from the beginning of the part 2026.03.20 17:57:34.851934 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2026.03.20 17:57:34.851967 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 265 rows starting from the beginning of the part 2026.03.20 17:57:34.852002 [ 192 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1224 rows starting from the beginning of the part 2026.03.20 17:57:34.852780 [ 268 ] {0dd840e5-a3c7-44f5-a786-7f82ab7afec1} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.852819 [ 268 ] {0dd840e5-a3c7-44f5-a786-7f82ab7afec1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:34.853451 [ 268 ] {0dd840e5-a3c7-44f5-a786-7f82ab7afec1} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:57:34.853680 [ 268 ] {0dd840e5-a3c7-44f5-a786-7f82ab7afec1} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.853817 [ 268 ] {0dd840e5-a3c7-44f5-a786-7f82ab7afec1} executeQuery: Read 52 rows, 95.42 KiB in 0.002013 sec., 25832.0914058619 rows/sec., 46.29 MiB/sec. 2026.03.20 17:57:34.853869 [ 268 ] {0dd840e5-a3c7-44f5-a786-7f82ab7afec1} TCPHandler: Processed in 0.002197081 sec. 2026.03.20 17:57:34.853983 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:34.854080 [ 268 ] {38de0c4e-03a5-4cc0-8dae-ee1df20b0658} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:34.854121 [ 268 ] {38de0c4e-03a5-4cc0-8dae-ee1df20b0658} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:34.854436 [ 268 ] {38de0c4e-03a5-4cc0-8dae-ee1df20b0658} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:34.854469 [ 268 ] {38de0c4e-03a5-4cc0-8dae-ee1df20b0658} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:34.854808 [ 268 ] {38de0c4e-03a5-4cc0-8dae-ee1df20b0658} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.20 17:57:34.855018 [ 268 ] {38de0c4e-03a5-4cc0-8dae-ee1df20b0658} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.855150 [ 268 ] {38de0c4e-03a5-4cc0-8dae-ee1df20b0658} executeQuery: Read 12 rows, 848.00 B in 0.001089 sec., 11019.283746556475 rows/sec., 760.45 KiB/sec. 2026.03.20 17:57:34.855185 [ 268 ] {38de0c4e-03a5-4cc0-8dae-ee1df20b0658} TCPHandler: Processed in 0.001253919 sec. 2026.03.20 17:57:34.859186 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 33031 rows, containing 5 columns (5 merged, 0 gathered) in 0.007534775 sec., 4383807.081166989 rows/sec., 287.99 MiB/sec. 2026.03.20 17:57:34.859514 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2026.03.20 17:57:34.859894 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_95_19} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:34.859993 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_95_19} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 2026.03.20 17:57:34.860105 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.03.20 17:57:37.926600 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1730 2026.03.20 17:57:37.929220 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:37.929265 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2026.03.20 17:57:37.930436 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:57:37.930687 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:37.930934 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1730 2026.03.20 17:57:39.662479 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:39.662695 [ 268 ] {2653f17b-4bc5-4d4f-bd69-abd6df0588b0} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:39.662769 [ 268 ] {2653f17b-4bc5-4d4f-bd69-abd6df0588b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:39.663475 [ 268 ] {2653f17b-4bc5-4d4f-bd69-abd6df0588b0} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:39.663523 [ 268 ] {2653f17b-4bc5-4d4f-bd69-abd6df0588b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:39.663934 [ 268 ] {2653f17b-4bc5-4d4f-bd69-abd6df0588b0} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.20 17:57:39.664161 [ 268 ] {2653f17b-4bc5-4d4f-bd69-abd6df0588b0} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:39.664305 [ 125 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.20 17:57:39.664317 [ 268 ] {2653f17b-4bc5-4d4f-bd69-abd6df0588b0} executeQuery: Read 56 rows, 4.41 KiB in 0.001677 sec., 33392.96362552176 rows/sec., 2.57 MiB/sec. 2026.03.20 17:57:39.664372 [ 125 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:39.664385 [ 268 ] {2653f17b-4bc5-4d4f-bd69-abd6df0588b0} TCPHandler: Processed in 0.002050048 sec. 2026.03.20 17:57:39.664406 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:39.664520 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:39.664521 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.20 17:57:39.664625 [ 268 ] {a461607c-0cce-4e10-bd44-feb344ec3237} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:39.664672 [ 268 ] {a461607c-0cce-4e10-bd44-feb344ec3237} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:39.664720 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:39.664784 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2895 rows starting from the beginning of the part 2026.03.20 17:57:39.664892 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 798 rows starting from the beginning of the part 2026.03.20 17:57:39.664969 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 138 rows starting from the beginning of the part 2026.03.20 17:57:39.665039 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 797 rows starting from the beginning of the part 2026.03.20 17:57:39.665092 [ 268 ] {a461607c-0cce-4e10-bd44-feb344ec3237} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:39.665109 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 2029 rows starting from the beginning of the part 2026.03.20 17:57:39.665142 [ 268 ] {a461607c-0cce-4e10-bd44-feb344ec3237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:39.665206 [ 201 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part 2026.03.20 17:57:39.665486 [ 268 ] {a461607c-0cce-4e10-bd44-feb344ec3237} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.20 17:57:39.665731 [ 268 ] {a461607c-0cce-4e10-bd44-feb344ec3237} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:39.665852 [ 125 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.20 17:57:39.665868 [ 268 ] {a461607c-0cce-4e10-bd44-feb344ec3237} executeQuery: Read 64 rows, 5.12 KiB in 0.001262 sec., 50713.153724247226 rows/sec., 3.96 MiB/sec. 2026.03.20 17:57:39.665881 [ 125 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:39.665908 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:39.665913 [ 268 ] {a461607c-0cce-4e10-bd44-feb344ec3237} TCPHandler: Processed in 0.001445583 sec. 2026.03.20 17:57:39.666017 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.20 17:57:39.666029 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:39.666149 [ 268 ] {56522edf-1b3f-457d-8284-20ce2600f75a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:39.666155 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:39.666200 [ 268 ] {56522edf-1b3f-457d-8284-20ce2600f75a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:39.666202 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1555 rows starting from the beginning of the part 2026.03.20 17:57:39.666287 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 492 rows starting from the beginning of the part 2026.03.20 17:57:39.666333 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 105 rows starting from the beginning of the part 2026.03.20 17:57:39.666373 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 490 rows starting from the beginning of the part 2026.03.20 17:57:39.666411 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1066 rows starting from the beginning of the part 2026.03.20 17:57:39.666450 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part 2026.03.20 17:57:39.666596 [ 268 ] {56522edf-1b3f-457d-8284-20ce2600f75a} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:39.666637 [ 268 ] {56522edf-1b3f-457d-8284-20ce2600f75a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:39.667008 [ 268 ] {56522edf-1b3f-457d-8284-20ce2600f75a} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.20 17:57:39.667246 [ 268 ] {56522edf-1b3f-457d-8284-20ce2600f75a} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:39.667379 [ 268 ] {56522edf-1b3f-457d-8284-20ce2600f75a} executeQuery: Read 128 rows, 9.13 KiB in 0.001248 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. 2026.03.20 17:57:39.667416 [ 268 ] {56522edf-1b3f-457d-8284-20ce2600f75a} TCPHandler: Processed in 0.001437463 sec. 2026.03.20 17:57:39.667520 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:39.667528 [ 187 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 6713 rows, containing 5 columns (5 merged, 0 gathered) in 0.003066041 sec., 2189468.4382889858 rows/sec., 177.31 MiB/sec. 2026.03.20 17:57:39.667616 [ 268 ] {0813407b-6a96-4c01-a13e-d942b06c720a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:39.667658 [ 268 ] {0813407b-6a96-4c01-a13e-d942b06c720a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:39.667831 [ 194 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 3772 rows, containing 5 columns (5 merged, 0 gathered) in 0.001863653 sec., 2023981.9322588486 rows/sec., 149.64 MiB/sec. 2026.03.20 17:57:39.667855 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.20 17:57:39.668007 [ 268 ] {0813407b-6a96-4c01-a13e-d942b06c720a} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:39.668042 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.20 17:57:39.668051 [ 268 ] {0813407b-6a96-4c01-a13e-d942b06c720a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:39.668176 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_96_19} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:39.668278 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_96_19} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.20 17:57:39.668336 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_96_19} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:39.668390 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.20 17:57:39.668397 [ 268 ] {0813407b-6a96-4c01-a13e-d942b06c720a} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.20 17:57:39.668413 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_96_19} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.20 17:57:39.668500 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.20 17:57:39.668614 [ 268 ] {0813407b-6a96-4c01-a13e-d942b06c720a} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:39.668715 [ 125 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.20 17:57:39.668748 [ 268 ] {0813407b-6a96-4c01-a13e-d942b06c720a} executeQuery: Read 48 rows, 3.31 KiB in 0.00115 sec., 41739.13043478261 rows/sec., 2.81 MiB/sec. 2026.03.20 17:57:39.668750 [ 125 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:39.668787 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:39.668793 [ 268 ] {0813407b-6a96-4c01-a13e-d942b06c720a} TCPHandler: Processed in 0.001323051 sec. 2026.03.20 17:57:39.668856 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.20 17:57:39.668942 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:39.668967 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5460 rows starting from the beginning of the part 2026.03.20 17:57:39.669009 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 90 rows starting from the beginning of the part 2026.03.20 17:57:39.669043 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2026.03.20 17:57:39.669075 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 90 rows starting from the beginning of the part 2026.03.20 17:57:39.669106 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 12 rows starting from the beginning of the part 2026.03.20 17:57:39.669138 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 48 rows starting from the beginning of the part 2026.03.20 17:57:39.670653 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5760 rows, containing 4 columns (4 merged, 0 gathered) in 0.001826172 sec., 3154138.8215348828 rows/sec., 202.72 MiB/sec. 2026.03.20 17:57:39.670964 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.20 17:57:39.671201 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_96_19} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:39.671265 [ 190 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_96_19} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.20 17:57:39.671329 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.03.20 17:57:40.330041 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28389 2026.03.20 17:57:40.330612 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:40.330656 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:40.331133 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.20 17:57:40.331363 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:40.331493 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28389 2026.03.20 17:57:41.809252 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.03.20 17:57:41.826167 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:41.826224 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:41.832146 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.20 17:57:41.832864 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:41.836141 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.03.20 17:57:44.672092 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:44.672284 [ 268 ] {e51b27da-c7a7-4903-9da0-c0ea23e497c9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:57:44.672353 [ 268 ] {e51b27da-c7a7-4903-9da0-c0ea23e497c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:57:44.673158 [ 268 ] {e51b27da-c7a7-4903-9da0-c0ea23e497c9} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:44.673204 [ 268 ] {e51b27da-c7a7-4903-9da0-c0ea23e497c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:44.673607 [ 268 ] {e51b27da-c7a7-4903-9da0-c0ea23e497c9} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:57:44.673905 [ 268 ] {e51b27da-c7a7-4903-9da0-c0ea23e497c9} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:44.674092 [ 268 ] {e51b27da-c7a7-4903-9da0-c0ea23e497c9} executeQuery: Read 284 rows, 18.47 KiB in 0.001857 sec., 152934.8411416263 rows/sec., 9.71 MiB/sec. 2026.03.20 17:57:44.674093 [ 150 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 2026.03.20 17:57:44.674151 [ 268 ] {e51b27da-c7a7-4903-9da0-c0ea23e497c9} TCPHandler: Processed in 0.002189861 sec. 2026.03.20 17:57:44.674172 [ 150 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:44.674201 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:44.674283 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:44.674319 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_43_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full 2026.03.20 17:57:44.674401 [ 268 ] {0f87d127-b7a9-4267-9c39-58d468c6d171} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:44.674432 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_43_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:44.674446 [ 268 ] {0f87d127-b7a9-4267-9c39-58d468c6d171} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:44.674469 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 308 rows starting from the beginning of the part 2026.03.20 17:57:44.674541 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 284 rows starting from the beginning of the part 2026.03.20 17:57:44.674597 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 284 rows starting from the beginning of the part 2026.03.20 17:57:44.674649 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 284 rows starting from the beginning of the part 2026.03.20 17:57:44.674693 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 284 rows starting from the beginning of the part 2026.03.20 17:57:44.674735 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 284 rows starting from the beginning of the part 2026.03.20 17:57:44.675479 [ 268 ] {0f87d127-b7a9-4267-9c39-58d468c6d171} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:44.675515 [ 268 ] {0f87d127-b7a9-4267-9c39-58d468c6d171} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:44.675687 [ 190 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_43_9} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.001427843 sec., 1210217.089694035 rows/sec., 81.81 MiB/sec. 2026.03.20 17:57:44.675816 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_43_9} MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) 2026.03.20 17:57:44.675884 [ 268 ] {0f87d127-b7a9-4267-9c39-58d468c6d171} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.20 17:57:44.676060 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_43_9} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:44.676112 [ 268 ] {0f87d127-b7a9-4267-9c39-58d468c6d171} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:44.676123 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_43_9} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 2026.03.20 17:57:44.676184 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.03.20 17:57:44.676254 [ 268 ] {0f87d127-b7a9-4267-9c39-58d468c6d171} executeQuery: Read 797 rows, 63.50 KiB in 0.001879 sec., 424161.7881852049 rows/sec., 33.00 MiB/sec. 2026.03.20 17:57:44.676294 [ 268 ] {0f87d127-b7a9-4267-9c39-58d468c6d171} TCPHandler: Processed in 0.002066187 sec. 2026.03.20 17:57:44.676403 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:44.676500 [ 268 ] {4f1569e4-9ce8-4bfb-ae07-b27d851eaa7c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:57:44.676543 [ 268 ] {4f1569e4-9ce8-4bfb-ae07-b27d851eaa7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:57:44.677053 [ 268 ] {4f1569e4-9ce8-4bfb-ae07-b27d851eaa7c} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:44.677088 [ 268 ] {4f1569e4-9ce8-4bfb-ae07-b27d851eaa7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:44.677388 [ 268 ] {4f1569e4-9ce8-4bfb-ae07-b27d851eaa7c} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.20 17:57:44.677605 [ 268 ] {4f1569e4-9ce8-4bfb-ae07-b27d851eaa7c} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:44.677738 [ 268 ] {4f1569e4-9ce8-4bfb-ae07-b27d851eaa7c} executeQuery: Read 142 rows, 8.54 KiB in 0.001259 sec., 112787.92692613185 rows/sec., 6.63 MiB/sec. 2026.03.20 17:57:44.677775 [ 268 ] {4f1569e4-9ce8-4bfb-ae07-b27d851eaa7c} TCPHandler: Processed in 0.001423543 sec. 2026.03.20 17:57:44.677887 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:44.677982 [ 268 ] {6649654f-662b-4ff8-a333-feb95e72a592} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:57:44.678022 [ 268 ] {6649654f-662b-4ff8-a333-feb95e72a592} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:57:44.678484 [ 268 ] {6649654f-662b-4ff8-a333-feb95e72a592} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:44.678521 [ 268 ] {6649654f-662b-4ff8-a333-feb95e72a592} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:44.678823 [ 268 ] {6649654f-662b-4ff8-a333-feb95e72a592} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:57:44.679028 [ 268 ] {6649654f-662b-4ff8-a333-feb95e72a592} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:44.679163 [ 268 ] {6649654f-662b-4ff8-a333-feb95e72a592} executeQuery: Read 149 rows, 9.86 KiB in 0.0012 sec., 124166.66666666667 rows/sec., 8.02 MiB/sec. 2026.03.20 17:57:44.679200 [ 268 ] {6649654f-662b-4ff8-a333-feb95e72a592} TCPHandler: Processed in 0.001362752 sec. 2026.03.20 17:57:44.679308 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:44.679402 [ 268 ] {9b91753e-b56b-4bd4-9a74-859cfb6a074f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:57:44.679440 [ 268 ] {9b91753e-b56b-4bd4-9a74-859cfb6a074f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:57:44.679917 [ 268 ] {9b91753e-b56b-4bd4-9a74-859cfb6a074f} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:44.679953 [ 268 ] {9b91753e-b56b-4bd4-9a74-859cfb6a074f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:44.680265 [ 268 ] {9b91753e-b56b-4bd4-9a74-859cfb6a074f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:57:44.680470 [ 268 ] {9b91753e-b56b-4bd4-9a74-859cfb6a074f} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:44.680584 [ 150 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 2026.03.20 17:57:44.680598 [ 268 ] {9b91753e-b56b-4bd4-9a74-859cfb6a074f} executeQuery: Read 148 rows, 8.62 KiB in 0.001214 sec., 121911.03789126853 rows/sec., 6.93 MiB/sec. 2026.03.20 17:57:44.680625 [ 150 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:44.680645 [ 268 ] {9b91753e-b56b-4bd4-9a74-859cfb6a074f} TCPHandler: Processed in 0.001385992 sec. 2026.03.20 17:57:44.680650 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:44.680756 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_43_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full 2026.03.20 17:57:44.680765 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:44.680892 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_43_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:44.680931 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 160 rows starting from the beginning of the part 2026.03.20 17:57:44.680972 [ 268 ] {c8b7a4ca-fe77-4a6d-a65a-6fb54b09233a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:44.680995 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 148 rows starting from the beginning of the part 2026.03.20 17:57:44.681018 [ 268 ] {c8b7a4ca-fe77-4a6d-a65a-6fb54b09233a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:44.681042 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 148 rows starting from the beginning of the part 2026.03.20 17:57:44.681086 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 148 rows starting from the beginning of the part 2026.03.20 17:57:44.681122 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 148 rows starting from the beginning of the part 2026.03.20 17:57:44.681160 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 148 rows starting from the beginning of the part 2026.03.20 17:57:44.681696 [ 268 ] {c8b7a4ca-fe77-4a6d-a65a-6fb54b09233a} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:44.681737 [ 268 ] {c8b7a4ca-fe77-4a6d-a65a-6fb54b09233a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:44.682073 [ 190 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_43_9} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001356362 sec., 663539.6745116716 rows/sec., 40.44 MiB/sec. 2026.03.20 17:57:44.682095 [ 268 ] {c8b7a4ca-fe77-4a6d-a65a-6fb54b09233a} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.20 17:57:44.682203 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_43_9} MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) 2026.03.20 17:57:44.682348 [ 268 ] {c8b7a4ca-fe77-4a6d-a65a-6fb54b09233a} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:44.682479 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_43_9} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:44.682499 [ 268 ] {c8b7a4ca-fe77-4a6d-a65a-6fb54b09233a} executeQuery: Read 490 rows, 35.18 KiB in 0.001545 sec., 317152.10355987056 rows/sec., 22.24 MiB/sec. 2026.03.20 17:57:44.682567 [ 268 ] {c8b7a4ca-fe77-4a6d-a65a-6fb54b09233a} TCPHandler: Processed in 0.001851533 sec. 2026.03.20 17:57:44.682580 [ 186 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_43_9} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 2026.03.20 17:57:44.682671 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.20 17:57:44.682676 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:44.682778 [ 268 ] {63c4562a-93f1-4267-bca4-9e1b415041ec} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:57:44.682830 [ 268 ] {63c4562a-93f1-4267-bca4-9e1b415041ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:57:44.683158 [ 268 ] {63c4562a-93f1-4267-bca4-9e1b415041ec} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:44.683192 [ 268 ] {63c4562a-93f1-4267-bca4-9e1b415041ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:44.683494 [ 268 ] {63c4562a-93f1-4267-bca4-9e1b415041ec} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:57:44.683699 [ 268 ] {63c4562a-93f1-4267-bca4-9e1b415041ec} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:44.683840 [ 268 ] {63c4562a-93f1-4267-bca4-9e1b415041ec} executeQuery: Read 6 rows, 321.00 B in 0.001079 sec., 5560.704355885078 rows/sec., 290.53 KiB/sec. 2026.03.20 17:57:44.683878 [ 268 ] {63c4562a-93f1-4267-bca4-9e1b415041ec} TCPHandler: Processed in 0.001250429 sec. 2026.03.20 17:57:44.683982 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:44.684078 [ 268 ] {5ba8063b-cb1f-4524-bbc8-d1f76ff532f2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:44.684121 [ 268 ] {5ba8063b-cb1f-4524-bbc8-d1f76ff532f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:44.684550 [ 268 ] {5ba8063b-cb1f-4524-bbc8-d1f76ff532f2} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:44.684586 [ 268 ] {5ba8063b-cb1f-4524-bbc8-d1f76ff532f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:44.684938 [ 268 ] {5ba8063b-cb1f-4524-bbc8-d1f76ff532f2} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.20 17:57:44.685146 [ 268 ] {5ba8063b-cb1f-4524-bbc8-d1f76ff532f2} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:44.685273 [ 268 ] {5ba8063b-cb1f-4524-bbc8-d1f76ff532f2} executeQuery: Read 265 rows, 18.03 KiB in 0.001213 sec., 218466.61170651275 rows/sec., 14.52 MiB/sec. 2026.03.20 17:57:44.685309 [ 268 ] {5ba8063b-cb1f-4524-bbc8-d1f76ff532f2} TCPHandler: Processed in 0.001376082 sec. 2026.03.20 17:57:44.685411 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:44.685503 [ 268 ] {dafcb188-03c6-4096-a208-5dbd1132361d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:57:44.685543 [ 268 ] {dafcb188-03c6-4096-a208-5dbd1132361d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:57:44.685856 [ 268 ] {dafcb188-03c6-4096-a208-5dbd1132361d} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:44.685890 [ 268 ] {dafcb188-03c6-4096-a208-5dbd1132361d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:44.686188 [ 268 ] {dafcb188-03c6-4096-a208-5dbd1132361d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.20 17:57:44.686393 [ 268 ] {dafcb188-03c6-4096-a208-5dbd1132361d} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:44.686519 [ 268 ] {dafcb188-03c6-4096-a208-5dbd1132361d} executeQuery: Read 1 rows, 69.00 B in 0.001034 sec., 967.1179883945841 rows/sec., 65.17 KiB/sec. 2026.03.20 17:57:44.686555 [ 268 ] {dafcb188-03c6-4096-a208-5dbd1132361d} TCPHandler: Processed in 0.001193058 sec. 2026.03.20 17:57:44.686656 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:44.686748 [ 268 ] {d7a5d30d-19cb-4904-9073-065905aa5922} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:44.686789 [ 268 ] {d7a5d30d-19cb-4904-9073-065905aa5922} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:44.687142 [ 268 ] {d7a5d30d-19cb-4904-9073-065905aa5922} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:44.687179 [ 268 ] {d7a5d30d-19cb-4904-9073-065905aa5922} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:44.687478 [ 268 ] {d7a5d30d-19cb-4904-9073-065905aa5922} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.20 17:57:44.687689 [ 268 ] {d7a5d30d-19cb-4904-9073-065905aa5922} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:44.687824 [ 268 ] {d7a5d30d-19cb-4904-9073-065905aa5922} executeQuery: Read 90 rows, 5.77 KiB in 0.001084 sec., 83025.8302583026 rows/sec., 5.20 MiB/sec. 2026.03.20 17:57:44.687861 [ 268 ] {d7a5d30d-19cb-4904-9073-065905aa5922} TCPHandler: Processed in 0.001253189 sec. 2026.03.20 17:57:47.686259 [ 145 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:57:47.686314 [ 145 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:57:47.831683 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28837 2026.03.20 17:57:47.832548 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:47.832624 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:47.833192 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.20 17:57:47.833423 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:47.833555 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28837 2026.03.20 17:57:47.931191 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1758 2026.03.20 17:57:47.933450 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:47.933493 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:47.934653 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:57:47.934929 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:47.935184 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1758 2026.03.20 17:57:49.336232 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.03.20 17:57:49.352682 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:49.352723 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:49.358825 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.20 17:57:49.359521 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:49.362195 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.03.20 17:57:49.666036 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:49.666216 [ 268 ] {f397f6d9-4d53-4f27-86cd-6397d9d90561} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:49.666284 [ 268 ] {f397f6d9-4d53-4f27-86cd-6397d9d90561} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:49.667025 [ 268 ] {f397f6d9-4d53-4f27-86cd-6397d9d90561} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:49.667077 [ 268 ] {f397f6d9-4d53-4f27-86cd-6397d9d90561} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:49.667504 [ 268 ] {f397f6d9-4d53-4f27-86cd-6397d9d90561} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.20 17:57:49.667748 [ 268 ] {f397f6d9-4d53-4f27-86cd-6397d9d90561} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:49.667925 [ 268 ] {f397f6d9-4d53-4f27-86cd-6397d9d90561} executeQuery: Read 138 rows, 12.29 KiB in 0.001758 sec., 78498.29351535837 rows/sec., 6.82 MiB/sec. 2026.03.20 17:57:49.667980 [ 268 ] {f397f6d9-4d53-4f27-86cd-6397d9d90561} TCPHandler: Processed in 0.002074918 sec. 2026.03.20 17:57:49.668112 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:49.668221 [ 268 ] {5ea1dada-d9e5-467d-8611-f7e75a215bba} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:57:49.668266 [ 268 ] {5ea1dada-d9e5-467d-8611-f7e75a215bba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:57:49.668713 [ 268 ] {5ea1dada-d9e5-467d-8611-f7e75a215bba} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:49.668751 [ 268 ] {5ea1dada-d9e5-467d-8611-f7e75a215bba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:49.669086 [ 268 ] {5ea1dada-d9e5-467d-8611-f7e75a215bba} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.20 17:57:49.669339 [ 268 ] {5ea1dada-d9e5-467d-8611-f7e75a215bba} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:49.669483 [ 268 ] {5ea1dada-d9e5-467d-8611-f7e75a215bba} executeQuery: Read 41 rows, 3.08 KiB in 0.001285 sec., 31906.61478599222 rows/sec., 2.34 MiB/sec. 2026.03.20 17:57:49.669525 [ 268 ] {5ea1dada-d9e5-467d-8611-f7e75a215bba} TCPHandler: Processed in 0.001469084 sec. 2026.03.20 17:57:49.669638 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:49.669762 [ 268 ] {587850db-f6dd-4e00-a56f-7743c49325c3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:49.669806 [ 268 ] {587850db-f6dd-4e00-a56f-7743c49325c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:49.670254 [ 268 ] {587850db-f6dd-4e00-a56f-7743c49325c3} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:49.670293 [ 268 ] {587850db-f6dd-4e00-a56f-7743c49325c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:49.670608 [ 268 ] {587850db-f6dd-4e00-a56f-7743c49325c3} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.20 17:57:49.670818 [ 268 ] {587850db-f6dd-4e00-a56f-7743c49325c3} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:49.670952 [ 268 ] {587850db-f6dd-4e00-a56f-7743c49325c3} executeQuery: Read 105 rows, 8.40 KiB in 0.001214 sec., 86490.93904448106 rows/sec., 6.76 MiB/sec. 2026.03.20 17:57:49.670989 [ 268 ] {587850db-f6dd-4e00-a56f-7743c49325c3} TCPHandler: Processed in 0.001403793 sec. 2026.03.20 17:57:49.671105 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:49.671200 [ 268 ] {f51eafae-554f-4484-8c62-cc9238798093} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:49.671245 [ 268 ] {f51eafae-554f-4484-8c62-cc9238798093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:49.671654 [ 268 ] {f51eafae-554f-4484-8c62-cc9238798093} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:49.671691 [ 268 ] {f51eafae-554f-4484-8c62-cc9238798093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:49.672017 [ 268 ] {f51eafae-554f-4484-8c62-cc9238798093} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.20 17:57:49.672228 [ 268 ] {f51eafae-554f-4484-8c62-cc9238798093} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:49.672362 [ 268 ] {f51eafae-554f-4484-8c62-cc9238798093} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2026.03.20 17:57:49.672398 [ 268 ] {f51eafae-554f-4484-8c62-cc9238798093} TCPHandler: Processed in 0.001341472 sec. 2026.03.20 17:57:49.672501 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:49.672596 [ 268 ] {96c0058f-57fe-4696-b1dc-721563516075} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:49.672651 [ 268 ] {96c0058f-57fe-4696-b1dc-721563516075} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:57:49.673519 [ 268 ] {96c0058f-57fe-4696-b1dc-721563516075} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:49.673556 [ 268 ] {96c0058f-57fe-4696-b1dc-721563516075} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:49.674127 [ 268 ] {96c0058f-57fe-4696-b1dc-721563516075} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:57:49.674343 [ 268 ] {96c0058f-57fe-4696-b1dc-721563516075} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:49.674500 [ 268 ] {96c0058f-57fe-4696-b1dc-721563516075} executeQuery: Read 41 rows, 75.23 KiB in 0.001922 sec., 21331.94588969823 rows/sec., 38.23 MiB/sec. 2026.03.20 17:57:49.674571 [ 268 ] {96c0058f-57fe-4696-b1dc-721563516075} TCPHandler: Processed in 0.002117119 sec. 2026.03.20 17:57:49.674681 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:49.674776 [ 268 ] {3ae6bcb0-87d4-49a7-9836-eec3ac7a17d5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:49.674819 [ 268 ] {3ae6bcb0-87d4-49a7-9836-eec3ac7a17d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:49.675150 [ 268 ] {3ae6bcb0-87d4-49a7-9836-eec3ac7a17d5} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:49.675185 [ 268 ] {3ae6bcb0-87d4-49a7-9836-eec3ac7a17d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:49.675494 [ 268 ] {3ae6bcb0-87d4-49a7-9836-eec3ac7a17d5} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.20 17:57:49.675701 [ 268 ] {3ae6bcb0-87d4-49a7-9836-eec3ac7a17d5} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:49.675837 [ 268 ] {3ae6bcb0-87d4-49a7-9836-eec3ac7a17d5} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.03.20 17:57:49.675876 [ 268 ] {3ae6bcb0-87d4-49a7-9836-eec3ac7a17d5} TCPHandler: Processed in 0.001242079 sec. 2026.03.20 17:57:54.672135 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:54.672354 [ 268 ] {7aa396c5-2b05-45e0-a6ce-d4ce211c08d6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:57:54.672431 [ 268 ] {7aa396c5-2b05-45e0-a6ce-d4ce211c08d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:57:54.673212 [ 268 ] {7aa396c5-2b05-45e0-a6ce-d4ce211c08d6} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:54.673258 [ 268 ] {7aa396c5-2b05-45e0-a6ce-d4ce211c08d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:54.673648 [ 268 ] {7aa396c5-2b05-45e0-a6ce-d4ce211c08d6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:57:54.673885 [ 268 ] {7aa396c5-2b05-45e0-a6ce-d4ce211c08d6} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:54.674037 [ 268 ] {7aa396c5-2b05-45e0-a6ce-d4ce211c08d6} executeQuery: Read 284 rows, 18.47 KiB in 0.001739 sec., 163312.24841863138 rows/sec., 10.37 MiB/sec. 2026.03.20 17:57:54.674081 [ 268 ] {7aa396c5-2b05-45e0-a6ce-d4ce211c08d6} TCPHandler: Processed in 0.002096109 sec. 2026.03.20 17:57:54.674198 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:54.674296 [ 268 ] {9b1b697d-0de8-4ac2-9dc0-4349d766b811} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:54.674338 [ 268 ] {9b1b697d-0de8-4ac2-9dc0-4349d766b811} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:54.675027 [ 268 ] {9b1b697d-0de8-4ac2-9dc0-4349d766b811} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:54.675062 [ 268 ] {9b1b697d-0de8-4ac2-9dc0-4349d766b811} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:54.675407 [ 268 ] {9b1b697d-0de8-4ac2-9dc0-4349d766b811} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.20 17:57:54.675617 [ 268 ] {9b1b697d-0de8-4ac2-9dc0-4349d766b811} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:54.675743 [ 268 ] {9b1b697d-0de8-4ac2-9dc0-4349d766b811} executeQuery: Read 797 rows, 63.50 KiB in 0.001468 sec., 542915.5313351499 rows/sec., 42.24 MiB/sec. 2026.03.20 17:57:54.675780 [ 268 ] {9b1b697d-0de8-4ac2-9dc0-4349d766b811} TCPHandler: Processed in 0.001634038 sec. 2026.03.20 17:57:54.675888 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:54.675982 [ 268 ] {903c7a0a-21aa-4aa8-b3b1-133054d063e6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:57:54.676022 [ 268 ] {903c7a0a-21aa-4aa8-b3b1-133054d063e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:57:54.676429 [ 268 ] {903c7a0a-21aa-4aa8-b3b1-133054d063e6} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:54.676463 [ 268 ] {903c7a0a-21aa-4aa8-b3b1-133054d063e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:54.676759 [ 268 ] {903c7a0a-21aa-4aa8-b3b1-133054d063e6} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.20 17:57:54.676973 [ 268 ] {903c7a0a-21aa-4aa8-b3b1-133054d063e6} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:54.677103 [ 268 ] {903c7a0a-21aa-4aa8-b3b1-133054d063e6} executeQuery: Read 142 rows, 8.54 KiB in 0.001137 sec., 124890.06156552331 rows/sec., 7.34 MiB/sec. 2026.03.20 17:57:54.677148 [ 268 ] {903c7a0a-21aa-4aa8-b3b1-133054d063e6} TCPHandler: Processed in 0.00130911 sec. 2026.03.20 17:57:54.677282 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:54.677387 [ 268 ] {ebbfcbfa-5a42-428f-80b4-41626dfb95d9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:57:54.677437 [ 268 ] {ebbfcbfa-5a42-428f-80b4-41626dfb95d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:57:54.678067 [ 268 ] {ebbfcbfa-5a42-428f-80b4-41626dfb95d9} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:54.678112 [ 268 ] {ebbfcbfa-5a42-428f-80b4-41626dfb95d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:54.678529 [ 268 ] {ebbfcbfa-5a42-428f-80b4-41626dfb95d9} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:57:54.678816 [ 268 ] {ebbfcbfa-5a42-428f-80b4-41626dfb95d9} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:54.678980 [ 268 ] {ebbfcbfa-5a42-428f-80b4-41626dfb95d9} executeQuery: Read 149 rows, 9.86 KiB in 0.001614 sec., 92317.22428748451 rows/sec., 5.96 MiB/sec. 2026.03.20 17:57:54.679027 [ 268 ] {ebbfcbfa-5a42-428f-80b4-41626dfb95d9} TCPHandler: Processed in 0.001802651 sec. 2026.03.20 17:57:54.679289 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:54.679403 [ 268 ] {08afcfd4-4071-4f13-ac71-dc34e385ef29} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:57:54.679455 [ 268 ] {08afcfd4-4071-4f13-ac71-dc34e385ef29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:57:54.680097 [ 268 ] {08afcfd4-4071-4f13-ac71-dc34e385ef29} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:54.680138 [ 268 ] {08afcfd4-4071-4f13-ac71-dc34e385ef29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:54.680534 [ 268 ] {08afcfd4-4071-4f13-ac71-dc34e385ef29} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:57:54.680791 [ 268 ] {08afcfd4-4071-4f13-ac71-dc34e385ef29} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:54.680927 [ 268 ] {08afcfd4-4071-4f13-ac71-dc34e385ef29} executeQuery: Read 148 rows, 8.62 KiB in 0.001547 sec., 95669.03684550743 rows/sec., 5.44 MiB/sec. 2026.03.20 17:57:54.680967 [ 268 ] {08afcfd4-4071-4f13-ac71-dc34e385ef29} TCPHandler: Processed in 0.001738531 sec. 2026.03.20 17:57:54.681081 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:54.681180 [ 268 ] {8f010be0-09c8-4449-9418-0c484e70c941} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:54.681220 [ 268 ] {8f010be0-09c8-4449-9418-0c484e70c941} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:54.681803 [ 268 ] {8f010be0-09c8-4449-9418-0c484e70c941} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:54.681837 [ 268 ] {8f010be0-09c8-4449-9418-0c484e70c941} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:54.682188 [ 268 ] {8f010be0-09c8-4449-9418-0c484e70c941} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.20 17:57:54.682408 [ 268 ] {8f010be0-09c8-4449-9418-0c484e70c941} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:54.682544 [ 268 ] {8f010be0-09c8-4449-9418-0c484e70c941} executeQuery: Read 490 rows, 35.18 KiB in 0.001383 sec., 354302.24150397687 rows/sec., 24.84 MiB/sec. 2026.03.20 17:57:54.682582 [ 268 ] {8f010be0-09c8-4449-9418-0c484e70c941} TCPHandler: Processed in 0.001553126 sec. 2026.03.20 17:57:54.682698 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:54.682795 [ 268 ] {804cd055-2b30-469b-8d72-57b8672e8ec4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:57:54.682836 [ 268 ] {804cd055-2b30-469b-8d72-57b8672e8ec4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:57:54.683178 [ 268 ] {804cd055-2b30-469b-8d72-57b8672e8ec4} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:54.683212 [ 268 ] {804cd055-2b30-469b-8d72-57b8672e8ec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:54.683523 [ 268 ] {804cd055-2b30-469b-8d72-57b8672e8ec4} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:57:54.683746 [ 268 ] {804cd055-2b30-469b-8d72-57b8672e8ec4} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:54.683882 [ 268 ] {804cd055-2b30-469b-8d72-57b8672e8ec4} executeQuery: Read 6 rows, 321.00 B in 0.001102 sec., 5444.64609800363 rows/sec., 284.46 KiB/sec. 2026.03.20 17:57:54.683918 [ 268 ] {804cd055-2b30-469b-8d72-57b8672e8ec4} TCPHandler: Processed in 0.001271829 sec. 2026.03.20 17:57:54.684030 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:54.684127 [ 268 ] {07e2d13d-7c19-4613-8260-317ba87344bb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:54.684171 [ 268 ] {07e2d13d-7c19-4613-8260-317ba87344bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:54.684573 [ 268 ] {07e2d13d-7c19-4613-8260-317ba87344bb} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:54.684608 [ 268 ] {07e2d13d-7c19-4613-8260-317ba87344bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:54.684950 [ 268 ] {07e2d13d-7c19-4613-8260-317ba87344bb} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.20 17:57:54.685172 [ 268 ] {07e2d13d-7c19-4613-8260-317ba87344bb} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:54.685301 [ 268 ] {07e2d13d-7c19-4613-8260-317ba87344bb} executeQuery: Read 265 rows, 18.03 KiB in 0.001191 sec., 222502.0990764064 rows/sec., 14.79 MiB/sec. 2026.03.20 17:57:54.685341 [ 268 ] {07e2d13d-7c19-4613-8260-317ba87344bb} TCPHandler: Processed in 0.001362542 sec. 2026.03.20 17:57:54.685456 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:54.685552 [ 268 ] {a94af43e-e94f-48c6-99c9-c22782801266} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:57:54.685594 [ 268 ] {a94af43e-e94f-48c6-99c9-c22782801266} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:57:54.685909 [ 268 ] {a94af43e-e94f-48c6-99c9-c22782801266} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:54.685944 [ 268 ] {a94af43e-e94f-48c6-99c9-c22782801266} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:54.686249 [ 268 ] {a94af43e-e94f-48c6-99c9-c22782801266} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.20 17:57:54.686458 [ 268 ] {a94af43e-e94f-48c6-99c9-c22782801266} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:54.686588 [ 268 ] {a94af43e-e94f-48c6-99c9-c22782801266} executeQuery: Read 1 rows, 69.00 B in 0.001054 sec., 948.7666034155598 rows/sec., 63.93 KiB/sec. 2026.03.20 17:57:54.686624 [ 268 ] {a94af43e-e94f-48c6-99c9-c22782801266} TCPHandler: Processed in 0.001219378 sec. 2026.03.20 17:57:54.686731 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:54.686826 [ 268 ] {1bff4f54-a189-43a4-9e4d-7e324a710159} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:54.686866 [ 268 ] {1bff4f54-a189-43a4-9e4d-7e324a710159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:54.687191 [ 268 ] {1bff4f54-a189-43a4-9e4d-7e324a710159} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:54.687225 [ 268 ] {1bff4f54-a189-43a4-9e4d-7e324a710159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:54.687535 [ 268 ] {1bff4f54-a189-43a4-9e4d-7e324a710159} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.20 17:57:54.687753 [ 268 ] {1bff4f54-a189-43a4-9e4d-7e324a710159} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:54.687883 [ 268 ] {1bff4f54-a189-43a4-9e4d-7e324a710159} executeQuery: Read 90 rows, 5.77 KiB in 0.001074 sec., 83798.88268156424 rows/sec., 5.24 MiB/sec. 2026.03.20 17:57:54.687922 [ 268 ] {1bff4f54-a189-43a4-9e4d-7e324a710159} TCPHandler: Processed in 0.001240779 sec. 2026.03.20 17:57:55.333717 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29349 2026.03.20 17:57:55.334288 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:55.334338 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:55.334830 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.20 17:57:55.335086 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:55.335234 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29349 2026.03.20 17:57:55.335256 [ 135 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.20 17:57:55.335334 [ 135 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:55.335359 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:55.335524 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::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.03.20 17:57:55.335736 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:55.335798 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26917 rows starting from the beginning of the part 2026.03.20 17:57:55.335899 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 512 rows starting from the beginning of the part 2026.03.20 17:57:55.335975 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 448 rows starting from the beginning of the part 2026.03.20 17:57:55.336043 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 512 rows starting from the beginning of the part 2026.03.20 17:57:55.336107 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 448 rows starting from the beginning of the part 2026.03.20 17:57:55.336145 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 512 rows starting from the beginning of the part 2026.03.20 17:57:55.338622 [ 190 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29349 rows, containing 4 columns (4 merged, 0 gathered) in 0.003182854 sec., 9220969.607779684 rows/sec., 131.91 MiB/sec. 2026.03.20 17:57:55.339081 [ 191 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.20 17:57:55.339400 [ 191 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_61_12} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:55.339483 [ 191 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_61_12} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.20 17:57:55.339604 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2026.03.20 17:57:56.862290 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.03.20 17:57:56.879537 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:56.879579 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:56.885825 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.20 17:57:56.886527 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:56.886817 [ 133 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.20 17:57:56.886851 [ 133 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:56.886869 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:56.886989 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:57:56.889532 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.03.20 17:57:56.890995 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:56.892482 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2026.03.20 17:57:56.897071 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2026.03.20 17:57:56.901537 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2026.03.20 17:57:56.905920 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2026.03.20 17:57:56.910475 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2026.03.20 17:57:56.914352 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2026.03.20 17:57:56.964807 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.077870826 sec., 5907.218706014496 rows/sec., 30.55 MiB/sec. 2026.03.20 17:57:56.968037 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.20 17:57:56.970264 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_61_12} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:56.970379 [ 190 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_61_12} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.20 17:57:56.973544 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.03.20 17:57:57.935405 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1790 2026.03.20 17:57:57.938079 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:57.938124 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:57.939292 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:57:57.939554 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:57.939730 [ 136 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.20 17:57:57.939812 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1790 2026.03.20 17:57:57.939818 [ 136 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:57.939872 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2026.03.20 17:57:57.940025 [ 189 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.20 17:57:57.940829 [ 189 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:57.941035 [ 189 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1612 rows starting from the beginning of the part 2026.03.20 17:57:57.941466 [ 189 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::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.03.20 17:57:57.941802 [ 189 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part 2026.03.20 17:57:57.942145 [ 189 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 50 rows starting from the beginning of the part 2026.03.20 17:57:57.942474 [ 189 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part 2026.03.20 17:57:57.942794 [ 189 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part 2026.03.20 17:57:57.950280 [ 199 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1790 rows, containing 72 columns (72 merged, 0 gathered) in 0.010324119 sec., 173380.41144237103 rows/sec., 135.83 MiB/sec. 2026.03.20 17:57:57.952089 [ 200 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.20 17:57:57.952680 [ 200 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_46_9} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:57.952758 [ 200 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_46_9} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.20 17:57:57.953096 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. 2026.03.20 17:57:58.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 349.76 MiB, peak 363.16 MiB, free memory in arenas 0.00 B, will set to 351.13 MiB (RSS), difference: 1.36 MiB 2026.03.20 17:57:59.665499 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:59.665716 [ 268 ] {92e4f182-c565-4728-8953-ec5453b9af40} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:57:59.665790 [ 268 ] {92e4f182-c565-4728-8953-ec5453b9af40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:57:59.666578 [ 268 ] {92e4f182-c565-4728-8953-ec5453b9af40} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:59.666622 [ 268 ] {92e4f182-c565-4728-8953-ec5453b9af40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:57:59.667044 [ 268 ] {92e4f182-c565-4728-8953-ec5453b9af40} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.20 17:57:59.667275 [ 268 ] {92e4f182-c565-4728-8953-ec5453b9af40} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:59.667425 [ 268 ] {92e4f182-c565-4728-8953-ec5453b9af40} executeQuery: Read 138 rows, 12.29 KiB in 0.001765 sec., 78186.96883852691 rows/sec., 6.80 MiB/sec. 2026.03.20 17:57:59.667468 [ 268 ] {92e4f182-c565-4728-8953-ec5453b9af40} TCPHandler: Processed in 0.002113258 sec. 2026.03.20 17:57:59.667591 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:59.667689 [ 268 ] {c966f4de-a4bc-4277-aa61-45877f16b8ff} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:57:59.667729 [ 268 ] {c966f4de-a4bc-4277-aa61-45877f16b8ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:57:59.668160 [ 268 ] {c966f4de-a4bc-4277-aa61-45877f16b8ff} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:59.668196 [ 268 ] {c966f4de-a4bc-4277-aa61-45877f16b8ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:57:59.668501 [ 268 ] {c966f4de-a4bc-4277-aa61-45877f16b8ff} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.20 17:57:59.668722 [ 268 ] {c966f4de-a4bc-4277-aa61-45877f16b8ff} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:59.668852 [ 268 ] {c966f4de-a4bc-4277-aa61-45877f16b8ff} executeQuery: Read 41 rows, 3.08 KiB in 0.001182 sec., 34686.971235194585 rows/sec., 2.55 MiB/sec. 2026.03.20 17:57:59.668925 [ 268 ] {c966f4de-a4bc-4277-aa61-45877f16b8ff} TCPHandler: Processed in 0.001384972 sec. 2026.03.20 17:57:59.669040 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:59.669137 [ 268 ] {2a5b648a-b5a1-4419-8824-85f8f6305f3a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:57:59.669176 [ 268 ] {2a5b648a-b5a1-4419-8824-85f8f6305f3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:57:59.669608 [ 268 ] {2a5b648a-b5a1-4419-8824-85f8f6305f3a} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:59.669643 [ 268 ] {2a5b648a-b5a1-4419-8824-85f8f6305f3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:57:59.669954 [ 268 ] {2a5b648a-b5a1-4419-8824-85f8f6305f3a} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.20 17:57:59.670169 [ 268 ] {2a5b648a-b5a1-4419-8824-85f8f6305f3a} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:59.670354 [ 268 ] {2a5b648a-b5a1-4419-8824-85f8f6305f3a} executeQuery: Read 105 rows, 8.40 KiB in 0.001235 sec., 85020.24291497975 rows/sec., 6.64 MiB/sec. 2026.03.20 17:57:59.670399 [ 268 ] {2a5b648a-b5a1-4419-8824-85f8f6305f3a} TCPHandler: Processed in 0.001407803 sec. 2026.03.20 17:57:59.670512 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:59.670608 [ 268 ] {b367e185-212d-4d46-8c2e-c371acbf852c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:59.670652 [ 268 ] {b367e185-212d-4d46-8c2e-c371acbf852c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:57:59.671072 [ 268 ] {b367e185-212d-4d46-8c2e-c371acbf852c} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:59.671106 [ 268 ] {b367e185-212d-4d46-8c2e-c371acbf852c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:57:59.671467 [ 268 ] {b367e185-212d-4d46-8c2e-c371acbf852c} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.20 17:57:59.671681 [ 268 ] {b367e185-212d-4d46-8c2e-c371acbf852c} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:59.671790 [ 131 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 5 parts from all_1_95_19 to all_99_99_0 2026.03.20 17:57:59.671810 [ 268 ] {b367e185-212d-4d46-8c2e-c371acbf852c} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2026.03.20 17:57:59.671828 [ 131 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:59.671847 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:57:59.671849 [ 268 ] {b367e185-212d-4d46-8c2e-c371acbf852c} TCPHandler: Processed in 0.001388692 sec. 2026.03.20 17:57:59.671971 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:59.671968 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_99_20} MergeTask::PrepareStage: Merging 5 parts: from all_1_95_19 to all_99_99_0 into Compact with storage Full 2026.03.20 17:57:59.672069 [ 268 ] {6dc24a89-7ca3-47d1-bf1f-8674b2aace1c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:57:59.672129 [ 268 ] {6dc24a89-7ca3-47d1-bf1f-8674b2aace1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:57:59.672141 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_99_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:57:59.672188 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_99_20} MergeTreeSequentialSource: Reading 6 marks from part all_1_95_19, total 33031 rows starting from the beginning of the part 2026.03.20 17:57:59.672262 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_99_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 128 rows starting from the beginning of the part 2026.03.20 17:57:59.672308 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_99_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 265 rows starting from the beginning of the part 2026.03.20 17:57:59.672352 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_99_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part 2026.03.20 17:57:59.672391 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_99_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 265 rows starting from the beginning of the part 2026.03.20 17:57:59.673034 [ 268 ] {6dc24a89-7ca3-47d1-bf1f-8674b2aace1c} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:59.673075 [ 268 ] {6dc24a89-7ca3-47d1-bf1f-8674b2aace1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:57:59.673705 [ 268 ] {6dc24a89-7ca3-47d1-bf1f-8674b2aace1c} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:57:59.673938 [ 268 ] {6dc24a89-7ca3-47d1-bf1f-8674b2aace1c} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:59.674089 [ 268 ] {6dc24a89-7ca3-47d1-bf1f-8674b2aace1c} executeQuery: Read 41 rows, 75.23 KiB in 0.002039 sec., 20107.89602746444 rows/sec., 36.03 MiB/sec. 2026.03.20 17:57:59.674160 [ 268 ] {6dc24a89-7ca3-47d1-bf1f-8674b2aace1c} TCPHandler: Processed in 0.002240652 sec. 2026.03.20 17:57:59.674278 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:57:59.674374 [ 268 ] {ba8390c5-3c50-4700-9ee8-3aa2f18c1626} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:57:59.674417 [ 268 ] {ba8390c5-3c50-4700-9ee8-3aa2f18c1626} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:57:59.674788 [ 268 ] {ba8390c5-3c50-4700-9ee8-3aa2f18c1626} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:57:59.674826 [ 268 ] {ba8390c5-3c50-4700-9ee8-3aa2f18c1626} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:57:59.675161 [ 268 ] {ba8390c5-3c50-4700-9ee8-3aa2f18c1626} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.20 17:57:59.675364 [ 268 ] {ba8390c5-3c50-4700-9ee8-3aa2f18c1626} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:59.675495 [ 268 ] {ba8390c5-3c50-4700-9ee8-3aa2f18c1626} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2026.03.20 17:57:59.675531 [ 268 ] {ba8390c5-3c50-4700-9ee8-3aa2f18c1626} TCPHandler: Processed in 0.001303331 sec. 2026.03.20 17:57:59.680149 [ 199 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_99_20} MergeTask::MergeProjectionsStage: Merge sorted 33849 rows, containing 5 columns (5 merged, 0 gathered) in 0.008243642 sec., 4106073.5048901928 rows/sec., 269.93 MiB/sec. 2026.03.20 17:57:59.680539 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_99_20} MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary) 2026.03.20 17:57:59.680874 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_99_20} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:57:59.680963 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_99_20} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 5 parts: [all_1_95_19, all_99_99_0] -> all_1_99_20 2026.03.20 17:57:59.681063 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.03.20 17:58:00.000264 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 351.58 MiB, peak 363.16 MiB, free memory in arenas 0.00 B, will set to 353.31 MiB (RSS), difference: 1.73 MiB 2026.03.20 17:58:02.686556 [ 126 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:58:02.686608 [ 126 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:58:02.835416 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29797 2026.03.20 17:58:02.836155 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:02.836221 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:02.836777 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.20 17:58:02.837021 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:02.837146 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29797 2026.03.20 17:58:04.389618 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.03.20 17:58:04.404675 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.404732 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.409975 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.20 17:58:04.410622 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.413324 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.03.20 17:58:04.672620 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.672802 [ 268 ] {c68d73d3-fd22-466f-b07f-5af1e8088aa9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.672868 [ 268 ] {c68d73d3-fd22-466f-b07f-5af1e8088aa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:58:04.673638 [ 268 ] {c68d73d3-fd22-466f-b07f-5af1e8088aa9} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.673684 [ 268 ] {c68d73d3-fd22-466f-b07f-5af1e8088aa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.674091 [ 268 ] {c68d73d3-fd22-466f-b07f-5af1e8088aa9} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:58:04.674318 [ 268 ] {c68d73d3-fd22-466f-b07f-5af1e8088aa9} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.674477 [ 268 ] {c68d73d3-fd22-466f-b07f-5af1e8088aa9} executeQuery: Read 284 rows, 18.47 KiB in 0.001724 sec., 164733.17865429234 rows/sec., 10.46 MiB/sec. 2026.03.20 17:58:04.674530 [ 268 ] {c68d73d3-fd22-466f-b07f-5af1e8088aa9} TCPHandler: Processed in 0.002037957 sec. 2026.03.20 17:58:04.674657 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.674762 [ 268 ] {695b2f7a-2871-414a-b5c8-b5fabd123c9d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:04.674806 [ 268 ] {695b2f7a-2871-414a-b5c8-b5fabd123c9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:04.675657 [ 268 ] {695b2f7a-2871-414a-b5c8-b5fabd123c9d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.675697 [ 268 ] {695b2f7a-2871-414a-b5c8-b5fabd123c9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.676061 [ 268 ] {695b2f7a-2871-414a-b5c8-b5fabd123c9d} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.20 17:58:04.676278 [ 268 ] {695b2f7a-2871-414a-b5c8-b5fabd123c9d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.676416 [ 268 ] {695b2f7a-2871-414a-b5c8-b5fabd123c9d} executeQuery: Read 797 rows, 63.50 KiB in 0.001677 sec., 475253.42874180083 rows/sec., 36.98 MiB/sec. 2026.03.20 17:58:04.676424 [ 94 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.20 17:58:04.676454 [ 268 ] {695b2f7a-2871-414a-b5c8-b5fabd123c9d} TCPHandler: Processed in 0.001848623 sec. 2026.03.20 17:58:04.676508 [ 94 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.676538 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.676592 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.676642 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.20 17:58:04.676694 [ 268 ] {f4fd367d-4cc7-47a6-84b2-acd1d004b69a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.676741 [ 268 ] {f4fd367d-4cc7-47a6-84b2-acd1d004b69a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:58:04.676761 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:04.676799 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2895 rows starting from the beginning of the part 2026.03.20 17:58:04.676866 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 797 rows starting from the beginning of the part 2026.03.20 17:58:04.676912 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 138 rows starting from the beginning of the part 2026.03.20 17:58:04.676957 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 797 rows starting from the beginning of the part 2026.03.20 17:58:04.676993 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 138 rows starting from the beginning of the part 2026.03.20 17:58:04.677033 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 797 rows starting from the beginning of the part 2026.03.20 17:58:04.677196 [ 268 ] {f4fd367d-4cc7-47a6-84b2-acd1d004b69a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.677240 [ 268 ] {f4fd367d-4cc7-47a6-84b2-acd1d004b69a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.677564 [ 268 ] {f4fd367d-4cc7-47a6-84b2-acd1d004b69a} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.20 17:58:04.677793 [ 268 ] {f4fd367d-4cc7-47a6-84b2-acd1d004b69a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.677911 [ 94 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2026.03.20 17:58:04.677929 [ 268 ] {f4fd367d-4cc7-47a6-84b2-acd1d004b69a} executeQuery: Read 142 rows, 8.54 KiB in 0.001254 sec., 113237.63955342904 rows/sec., 6.65 MiB/sec. 2026.03.20 17:58:04.677963 [ 94 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.677987 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.677988 [ 268 ] {f4fd367d-4cc7-47a6-84b2-acd1d004b69a} TCPHandler: Processed in 0.001454833 sec. 2026.03.20 17:58:04.678073 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2026.03.20 17:58:04.678117 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.678164 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:04.678194 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 226 rows starting from the beginning of the part 2026.03.20 17:58:04.678212 [ 268 ] {46e506d0-a999-4340-8c99-22e31f5d26a4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.678252 [ 268 ] {46e506d0-a999-4340-8c99-22e31f5d26a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:58:04.678253 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 142 rows starting from the beginning of the part 2026.03.20 17:58:04.678308 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:04.678350 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 142 rows starting from the beginning of the part 2026.03.20 17:58:04.678389 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:04.678429 [ 199 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 142 rows starting from the beginning of the part 2026.03.20 17:58:04.678698 [ 268 ] {46e506d0-a999-4340-8c99-22e31f5d26a4} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.678733 [ 268 ] {46e506d0-a999-4340-8c99-22e31f5d26a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.679071 [ 268 ] {46e506d0-a999-4340-8c99-22e31f5d26a4} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:58:04.679149 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5562 rows, containing 5 columns (5 merged, 0 gathered) in 0.002552439 sec., 2179092.2329583587 rows/sec., 178.14 MiB/sec. 2026.03.20 17:58:04.679261 [ 201 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 5 columns (5 merged, 0 gathered) in 0.001228139 sec., 597652.2201477194 rows/sec., 39.34 MiB/sec. 2026.03.20 17:58:04.679380 [ 268 ] {46e506d0-a999-4340-8c99-22e31f5d26a4} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.679441 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2026.03.20 17:58:04.679466 [ 193 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.20 17:58:04.679566 [ 268 ] {46e506d0-a999-4340-8c99-22e31f5d26a4} executeQuery: Read 149 rows, 9.86 KiB in 0.00137 sec., 108759.12408759125 rows/sec., 7.03 MiB/sec. 2026.03.20 17:58:04.679619 [ 268 ] {46e506d0-a999-4340-8c99-22e31f5d26a4} TCPHandler: Processed in 0.001552046 sec. 2026.03.20 17:58:04.679752 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_75_15} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.679755 [ 193 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_101_20} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.679754 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.679841 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_75_15} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2026.03.20 17:58:04.679842 [ 193 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_101_20} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.20 17:58:04.679895 [ 268 ] {70f18383-451d-4e0f-945c-0c396bf78904} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.679942 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.03.20 17:58:04.679954 [ 268 ] {70f18383-451d-4e0f-945c-0c396bf78904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:58:04.679994 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 17:58:04.680527 [ 268 ] {70f18383-451d-4e0f-945c-0c396bf78904} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.680579 [ 268 ] {70f18383-451d-4e0f-945c-0c396bf78904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.680983 [ 268 ] {70f18383-451d-4e0f-945c-0c396bf78904} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:58:04.681281 [ 268 ] {70f18383-451d-4e0f-945c-0c396bf78904} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.681450 [ 268 ] {70f18383-451d-4e0f-945c-0c396bf78904} executeQuery: Read 148 rows, 8.62 KiB in 0.001579 sec., 93730.20899303356 rows/sec., 5.33 MiB/sec. 2026.03.20 17:58:04.681494 [ 268 ] {70f18383-451d-4e0f-945c-0c396bf78904} TCPHandler: Processed in 0.001803342 sec. 2026.03.20 17:58:04.681632 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.681745 [ 268 ] {1f81e8f6-546c-4d55-a64d-a556e85d7d5b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:04.681797 [ 268 ] {1f81e8f6-546c-4d55-a64d-a556e85d7d5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:04.682434 [ 268 ] {1f81e8f6-546c-4d55-a64d-a556e85d7d5b} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.682470 [ 268 ] {1f81e8f6-546c-4d55-a64d-a556e85d7d5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.682802 [ 268 ] {1f81e8f6-546c-4d55-a64d-a556e85d7d5b} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.20 17:58:04.683037 [ 268 ] {1f81e8f6-546c-4d55-a64d-a556e85d7d5b} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.683144 [ 94 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.20 17:58:04.683171 [ 268 ] {1f81e8f6-546c-4d55-a64d-a556e85d7d5b} executeQuery: Read 490 rows, 35.18 KiB in 0.00145 sec., 337931.03448275867 rows/sec., 23.69 MiB/sec. 2026.03.20 17:58:04.683196 [ 94 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.683219 [ 268 ] {1f81e8f6-546c-4d55-a64d-a556e85d7d5b} TCPHandler: Processed in 0.001652739 sec. 2026.03.20 17:58:04.683219 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.683339 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.20 17:58:04.683344 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.683448 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:04.683458 [ 268 ] {122b20b8-7cad-4476-9bfd-1c7282ee1f3a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:58:04.683480 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1555 rows starting from the beginning of the part 2026.03.20 17:58:04.683505 [ 268 ] {122b20b8-7cad-4476-9bfd-1c7282ee1f3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:58:04.683542 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 490 rows starting from the beginning of the part 2026.03.20 17:58:04.683587 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 105 rows starting from the beginning of the part 2026.03.20 17:58:04.683634 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 490 rows starting from the beginning of the part 2026.03.20 17:58:04.683684 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 105 rows starting from the beginning of the part 2026.03.20 17:58:04.683730 [ 193 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 490 rows starting from the beginning of the part 2026.03.20 17:58:04.683957 [ 268 ] {122b20b8-7cad-4476-9bfd-1c7282ee1f3a} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.684003 [ 268 ] {122b20b8-7cad-4476-9bfd-1c7282ee1f3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.684358 [ 268 ] {122b20b8-7cad-4476-9bfd-1c7282ee1f3a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:58:04.684601 [ 268 ] {122b20b8-7cad-4476-9bfd-1c7282ee1f3a} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.684735 [ 268 ] {122b20b8-7cad-4476-9bfd-1c7282ee1f3a} executeQuery: Read 6 rows, 321.00 B in 0.001295 sec., 4633.204633204634 rows/sec., 242.07 KiB/sec. 2026.03.20 17:58:04.684774 [ 268 ] {122b20b8-7cad-4476-9bfd-1c7282ee1f3a} TCPHandler: Processed in 0.001480335 sec. 2026.03.20 17:58:04.684894 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.684992 [ 268 ] {644c5717-e6a7-4a30-8900-6c4dd5304be2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.685037 [ 268 ] {644c5717-e6a7-4a30-8900-6c4dd5304be2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:04.685036 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 3235 rows, containing 5 columns (5 merged, 0 gathered) in 0.001735061 sec., 1864487.7615253874 rows/sec., 138.52 MiB/sec. 2026.03.20 17:58:04.685224 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.20 17:58:04.685459 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_101_20} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.685464 [ 268 ] {644c5717-e6a7-4a30-8900-6c4dd5304be2} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.685511 [ 268 ] {644c5717-e6a7-4a30-8900-6c4dd5304be2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.685529 [ 197 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_101_20} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.20 17:58:04.685595 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.03.20 17:58:04.685865 [ 268 ] {644c5717-e6a7-4a30-8900-6c4dd5304be2} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.20 17:58:04.686096 [ 268 ] {644c5717-e6a7-4a30-8900-6c4dd5304be2} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.686229 [ 268 ] {644c5717-e6a7-4a30-8900-6c4dd5304be2} executeQuery: Read 265 rows, 18.03 KiB in 0.001256 sec., 210987.26114649684 rows/sec., 14.02 MiB/sec. 2026.03.20 17:58:04.686266 [ 268 ] {644c5717-e6a7-4a30-8900-6c4dd5304be2} TCPHandler: Processed in 0.001423183 sec. 2026.03.20 17:58:04.686386 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.686485 [ 268 ] {3435cc9d-03d6-4cd0-9893-bb15d863f863} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.686529 [ 268 ] {3435cc9d-03d6-4cd0-9893-bb15d863f863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:58:04.686845 [ 268 ] {3435cc9d-03d6-4cd0-9893-bb15d863f863} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.686883 [ 268 ] {3435cc9d-03d6-4cd0-9893-bb15d863f863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.687181 [ 268 ] {3435cc9d-03d6-4cd0-9893-bb15d863f863} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.20 17:58:04.687384 [ 268 ] {3435cc9d-03d6-4cd0-9893-bb15d863f863} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.687513 [ 268 ] {3435cc9d-03d6-4cd0-9893-bb15d863f863} executeQuery: Read 1 rows, 69.00 B in 0.001047 sec., 955.1098376313277 rows/sec., 64.36 KiB/sec. 2026.03.20 17:58:04.687551 [ 268 ] {3435cc9d-03d6-4cd0-9893-bb15d863f863} TCPHandler: Processed in 0.001215018 sec. 2026.03.20 17:58:04.687664 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.687760 [ 268 ] {98cf2c87-aca2-4109-92f3-322b16f90c24} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.687801 [ 268 ] {98cf2c87-aca2-4109-92f3-322b16f90c24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:04.688128 [ 268 ] {98cf2c87-aca2-4109-92f3-322b16f90c24} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.688164 [ 268 ] {98cf2c87-aca2-4109-92f3-322b16f90c24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.688470 [ 268 ] {98cf2c87-aca2-4109-92f3-322b16f90c24} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.20 17:58:04.688698 [ 268 ] {98cf2c87-aca2-4109-92f3-322b16f90c24} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.688829 [ 268 ] {98cf2c87-aca2-4109-92f3-322b16f90c24} executeQuery: Read 90 rows, 5.77 KiB in 0.001086 sec., 82872.92817679558 rows/sec., 5.19 MiB/sec. 2026.03.20 17:58:04.688815 [ 94 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.20 17:58:04.688869 [ 268 ] {98cf2c87-aca2-4109-92f3-322b16f90c24} TCPHandler: Processed in 0.001256299 sec. 2026.03.20 17:58:04.688879 [ 94 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.688921 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.689009 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.20 17:58:04.689136 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:04.689169 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5760 rows starting from the beginning of the part 2026.03.20 17:58:04.689228 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 90 rows starting from the beginning of the part 2026.03.20 17:58:04.689281 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part 2026.03.20 17:58:04.689330 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 90 rows starting from the beginning of the part 2026.03.20 17:58:04.689378 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part 2026.03.20 17:58:04.689424 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 90 rows starting from the beginning of the part 2026.03.20 17:58:04.691055 [ 197 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 6150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002087828 sec., 2945644.9477638965 rows/sec., 189.28 MiB/sec. 2026.03.20 17:58:04.691384 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.20 17:58:04.691616 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_101_20} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.691679 [ 201 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_101_20} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.20 17:58:04.691734 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.03.20 17:58:04.845549 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.845746 [ 268 ] {24d8e4d2-2889-407f-8594-b58c4996be95} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.845817 [ 268 ] {24d8e4d2-2889-407f-8594-b58c4996be95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:58:04.846471 [ 268 ] {24d8e4d2-2889-407f-8594-b58c4996be95} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.846518 [ 268 ] {24d8e4d2-2889-407f-8594-b58c4996be95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.846912 [ 268 ] {24d8e4d2-2889-407f-8594-b58c4996be95} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:58:04.847145 [ 268 ] {24d8e4d2-2889-407f-8594-b58c4996be95} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.847304 [ 268 ] {24d8e4d2-2889-407f-8594-b58c4996be95} executeQuery: Read 24 rows, 2.04 KiB in 0.001609 sec., 14916.096954630206 rows/sec., 1.24 MiB/sec. 2026.03.20 17:58:04.847347 [ 268 ] {24d8e4d2-2889-407f-8594-b58c4996be95} TCPHandler: Processed in 0.001921394 sec. 2026.03.20 17:58:04.847474 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.847577 [ 268 ] {e616bf01-bfc5-4c6a-bcb1-ea655b493475} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:58:04.847619 [ 268 ] {e616bf01-bfc5-4c6a-bcb1-ea655b493475} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:58:04.848016 [ 268 ] {e616bf01-bfc5-4c6a-bcb1-ea655b493475} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.848050 [ 268 ] {e616bf01-bfc5-4c6a-bcb1-ea655b493475} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.848365 [ 268 ] {e616bf01-bfc5-4c6a-bcb1-ea655b493475} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.20 17:58:04.848590 [ 268 ] {e616bf01-bfc5-4c6a-bcb1-ea655b493475} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.848722 [ 268 ] {e616bf01-bfc5-4c6a-bcb1-ea655b493475} executeQuery: Read 2 rows, 167.00 B in 0.001163 sec., 1719.6904557179707 rows/sec., 140.23 KiB/sec. 2026.03.20 17:58:04.848760 [ 268 ] {e616bf01-bfc5-4c6a-bcb1-ea655b493475} TCPHandler: Processed in 0.001337141 sec. 2026.03.20 17:58:04.848882 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.849009 [ 268 ] {c2e369e5-ba33-4afe-a9a6-ad92a43ab5aa} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:04.849060 [ 268 ] {c2e369e5-ba33-4afe-a9a6-ad92a43ab5aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:04.851003 [ 268 ] {c2e369e5-ba33-4afe-a9a6-ad92a43ab5aa} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.851040 [ 268 ] {c2e369e5-ba33-4afe-a9a6-ad92a43ab5aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.851488 [ 268 ] {c2e369e5-ba33-4afe-a9a6-ad92a43ab5aa} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.20 17:58:04.851713 [ 268 ] {c2e369e5-ba33-4afe-a9a6-ad92a43ab5aa} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.851844 [ 268 ] {c2e369e5-ba33-4afe-a9a6-ad92a43ab5aa} executeQuery: Read 2143 rows, 168.90 KiB in 0.00286 sec., 749300.6993006993 rows/sec., 57.67 MiB/sec. 2026.03.20 17:58:04.851884 [ 268 ] {c2e369e5-ba33-4afe-a9a6-ad92a43ab5aa} TCPHandler: Processed in 0.003063791 sec. 2026.03.20 17:58:04.851992 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.852089 [ 268 ] {f9347ca2-ffe8-4ffa-87ce-53ef47c988da} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.852130 [ 268 ] {f9347ca2-ffe8-4ffa-87ce-53ef47c988da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:58:04.852559 [ 268 ] {f9347ca2-ffe8-4ffa-87ce-53ef47c988da} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.852594 [ 268 ] {f9347ca2-ffe8-4ffa-87ce-53ef47c988da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.852890 [ 268 ] {f9347ca2-ffe8-4ffa-87ce-53ef47c988da} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.20 17:58:04.853099 [ 268 ] {f9347ca2-ffe8-4ffa-87ce-53ef47c988da} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.853227 [ 268 ] {f9347ca2-ffe8-4ffa-87ce-53ef47c988da} executeQuery: Read 66 rows, 5.01 KiB in 0.001157 sec., 57044.07951598963 rows/sec., 4.23 MiB/sec. 2026.03.20 17:58:04.853266 [ 268 ] {f9347ca2-ffe8-4ffa-87ce-53ef47c988da} TCPHandler: Processed in 0.001324471 sec. 2026.03.20 17:58:04.853369 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.853465 [ 268 ] {3c6e5c0d-7445-4150-b11b-90af6cc54bfb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.853505 [ 268 ] {3c6e5c0d-7445-4150-b11b-90af6cc54bfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:58:04.854273 [ 268 ] {3c6e5c0d-7445-4150-b11b-90af6cc54bfb} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.854307 [ 268 ] {3c6e5c0d-7445-4150-b11b-90af6cc54bfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.854639 [ 268 ] {3c6e5c0d-7445-4150-b11b-90af6cc54bfb} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.20 17:58:04.854849 [ 268 ] {3c6e5c0d-7445-4150-b11b-90af6cc54bfb} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.854978 [ 268 ] {3c6e5c0d-7445-4150-b11b-90af6cc54bfb} executeQuery: Read 732 rows, 44.33 KiB in 0.001531 sec., 478118.8765512737 rows/sec., 28.28 MiB/sec. 2026.03.20 17:58:04.855017 [ 268 ] {3c6e5c0d-7445-4150-b11b-90af6cc54bfb} TCPHandler: Processed in 0.001697419 sec. 2026.03.20 17:58:04.855121 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.855215 [ 268 ] {8868b9ef-0554-43d1-8f6c-866ce955cbd3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.855256 [ 268 ] {8868b9ef-0554-43d1-8f6c-866ce955cbd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:58:04.855631 [ 268 ] {8868b9ef-0554-43d1-8f6c-866ce955cbd3} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.855665 [ 268 ] {8868b9ef-0554-43d1-8f6c-866ce955cbd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.855945 [ 268 ] {8868b9ef-0554-43d1-8f6c-866ce955cbd3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 17:58:04.856155 [ 268 ] {8868b9ef-0554-43d1-8f6c-866ce955cbd3} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.856279 [ 268 ] {8868b9ef-0554-43d1-8f6c-866ce955cbd3} executeQuery: Read 1 rows, 72.00 B in 0.001082 sec., 924.2144177449168 rows/sec., 64.98 KiB/sec. 2026.03.20 17:58:04.856318 [ 268 ] {8868b9ef-0554-43d1-8f6c-866ce955cbd3} TCPHandler: Processed in 0.001245909 sec. 2026.03.20 17:58:04.856417 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.856512 [ 268 ] {0ce12bc3-4972-4857-974b-efee6898bdc6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.856551 [ 268 ] {0ce12bc3-4972-4857-974b-efee6898bdc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:58:04.856929 [ 268 ] {0ce12bc3-4972-4857-974b-efee6898bdc6} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.856963 [ 268 ] {0ce12bc3-4972-4857-974b-efee6898bdc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.857271 [ 268 ] {0ce12bc3-4972-4857-974b-efee6898bdc6} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:58:04.857482 [ 268 ] {0ce12bc3-4972-4857-974b-efee6898bdc6} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.857610 [ 268 ] {0ce12bc3-4972-4857-974b-efee6898bdc6} executeQuery: Read 12 rows, 960.00 B in 0.001116 sec., 10752.68817204301 rows/sec., 840.05 KiB/sec. 2026.03.20 17:58:04.857647 [ 268 ] {0ce12bc3-4972-4857-974b-efee6898bdc6} TCPHandler: Processed in 0.00127967 sec. 2026.03.20 17:58:04.857746 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.857839 [ 268 ] {03cbdfa7-5887-42c1-860a-fb765f76d865} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:04.857878 [ 268 ] {03cbdfa7-5887-42c1-860a-fb765f76d865} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:04.858811 [ 268 ] {03cbdfa7-5887-42c1-860a-fb765f76d865} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.858845 [ 268 ] {03cbdfa7-5887-42c1-860a-fb765f76d865} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.859202 [ 268 ] {03cbdfa7-5887-42c1-860a-fb765f76d865} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.20 17:58:04.859425 [ 268 ] {03cbdfa7-5887-42c1-860a-fb765f76d865} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.859553 [ 268 ] {03cbdfa7-5887-42c1-860a-fb765f76d865} executeQuery: Read 1090 rows, 77.93 KiB in 0.001731 sec., 629693.8186019643 rows/sec., 43.96 MiB/sec. 2026.03.20 17:58:04.859589 [ 268 ] {03cbdfa7-5887-42c1-860a-fb765f76d865} TCPHandler: Processed in 0.001891833 sec. 2026.03.20 17:58:04.859695 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.859789 [ 268 ] {368f9821-6792-4a54-a9ac-9e7c3706dd61} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.859831 [ 268 ] {368f9821-6792-4a54-a9ac-9e7c3706dd61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:04.860627 [ 268 ] {368f9821-6792-4a54-a9ac-9e7c3706dd61} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.860660 [ 268 ] {368f9821-6792-4a54-a9ac-9e7c3706dd61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.861078 [ 268 ] {368f9821-6792-4a54-a9ac-9e7c3706dd61} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.20 17:58:04.861290 [ 268 ] {368f9821-6792-4a54-a9ac-9e7c3706dd61} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.861417 [ 268 ] {368f9821-6792-4a54-a9ac-9e7c3706dd61} executeQuery: Read 1398 rows, 92.93 KiB in 0.001646 sec., 849331.7132442285 rows/sec., 55.13 MiB/sec. 2026.03.20 17:58:04.861454 [ 268 ] {368f9821-6792-4a54-a9ac-9e7c3706dd61} TCPHandler: Processed in 0.001808652 sec. 2026.03.20 17:58:04.861559 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.861664 [ 268 ] {5a5aae08-56c5-4a14-982d-a3244a549178} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.861723 [ 268 ] {5a5aae08-56c5-4a14-982d-a3244a549178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:58:04.862670 [ 268 ] {5a5aae08-56c5-4a14-982d-a3244a549178} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.862706 [ 268 ] {5a5aae08-56c5-4a14-982d-a3244a549178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.863331 [ 268 ] {5a5aae08-56c5-4a14-982d-a3244a549178} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:58:04.863555 [ 268 ] {5a5aae08-56c5-4a14-982d-a3244a549178} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.863657 [ 87 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.20 17:58:04.863696 [ 268 ] {5a5aae08-56c5-4a14-982d-a3244a549178} executeQuery: Read 52 rows, 95.42 KiB in 0.002051 sec., 25353.486104339347 rows/sec., 45.43 MiB/sec. 2026.03.20 17:58:04.863709 [ 87 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.863738 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.863761 [ 268 ] {5a5aae08-56c5-4a14-982d-a3244a549178} TCPHandler: Processed in 0.002252642 sec. 2026.03.20 17:58:04.863871 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:04.863880 [ 201 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.20 17:58:04.863970 [ 268 ] {ca15ce2d-b00b-42ab-93ed-e9d3cb0cc2d8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:04.864020 [ 268 ] {ca15ce2d-b00b-42ab-93ed-e9d3cb0cc2d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:04.864248 [ 201 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:04.864344 [ 201 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1689 rows starting from the beginning of the part 2026.03.20 17:58:04.864363 [ 268 ] {ca15ce2d-b00b-42ab-93ed-e9d3cb0cc2d8} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:04.864406 [ 268 ] {ca15ce2d-b00b-42ab-93ed-e9d3cb0cc2d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:04.864524 [ 201 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:04.864638 [ 201 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 52 rows starting from the beginning of the part 2026.03.20 17:58:04.864728 [ 268 ] {ca15ce2d-b00b-42ab-93ed-e9d3cb0cc2d8} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.20 17:58:04.864740 [ 201 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:04.864839 [ 201 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:04.864935 [ 201 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 52 rows starting from the beginning of the part 2026.03.20 17:58:04.864974 [ 268 ] {ca15ce2d-b00b-42ab-93ed-e9d3cb0cc2d8} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.865117 [ 268 ] {ca15ce2d-b00b-42ab-93ed-e9d3cb0cc2d8} executeQuery: Read 12 rows, 848.00 B in 0.001166 sec., 10291.595197255576 rows/sec., 710.23 KiB/sec. 2026.03.20 17:58:04.865154 [ 268 ] {ca15ce2d-b00b-42ab-93ed-e9d3cb0cc2d8} TCPHandler: Processed in 0.00133411 sec. 2026.03.20 17:58:04.873389 [ 191 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1916 rows, containing 19 columns (19 merged, 0 gathered) in 0.009583962 sec., 199917.32020640315 rows/sec., 358.24 MiB/sec. 2026.03.20 17:58:04.875477 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.20 17:58:04.875827 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_46_9} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:04.875893 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_46_9} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.20 17:58:04.876011 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.67 MiB. 2026.03.20 17:58:05.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 355.46 MiB, peak 373.11 MiB, free memory in arenas 0.00 B, will set to 356.89 MiB (RSS), difference: 1.42 MiB 2026.03.20 17:58:07.940061 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1844 2026.03.20 17:58:07.942904 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:07.942961 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:07.944224 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:58:07.944504 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:07.944885 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1844 2026.03.20 17:58:09.663208 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:09.663421 [ 268 ] {1d252187-6684-45fa-8ea9-f4c8f9ce518a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:09.663492 [ 268 ] {1d252187-6684-45fa-8ea9-f4c8f9ce518a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:09.664137 [ 268 ] {1d252187-6684-45fa-8ea9-f4c8f9ce518a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:09.664184 [ 268 ] {1d252187-6684-45fa-8ea9-f4c8f9ce518a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:09.664595 [ 268 ] {1d252187-6684-45fa-8ea9-f4c8f9ce518a} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.20 17:58:09.664838 [ 268 ] {1d252187-6684-45fa-8ea9-f4c8f9ce518a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:09.665000 [ 268 ] {1d252187-6684-45fa-8ea9-f4c8f9ce518a} executeQuery: Read 56 rows, 4.41 KiB in 0.001632 sec., 34313.72549019608 rows/sec., 2.64 MiB/sec. 2026.03.20 17:58:09.665054 [ 268 ] {1d252187-6684-45fa-8ea9-f4c8f9ce518a} TCPHandler: Processed in 0.001982277 sec. 2026.03.20 17:58:09.665173 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:09.665280 [ 268 ] {1090be10-c955-4a3f-84a9-809856b1582f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:09.665325 [ 268 ] {1090be10-c955-4a3f-84a9-809856b1582f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:09.665769 [ 268 ] {1090be10-c955-4a3f-84a9-809856b1582f} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:09.665807 [ 268 ] {1090be10-c955-4a3f-84a9-809856b1582f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:09.666128 [ 268 ] {1090be10-c955-4a3f-84a9-809856b1582f} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.20 17:58:09.666354 [ 268 ] {1090be10-c955-4a3f-84a9-809856b1582f} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:09.666485 [ 268 ] {1090be10-c955-4a3f-84a9-809856b1582f} executeQuery: Read 64 rows, 5.12 KiB in 0.001229 sec., 52074.857607811224 rows/sec., 4.06 MiB/sec. 2026.03.20 17:58:09.666525 [ 268 ] {1090be10-c955-4a3f-84a9-809856b1582f} TCPHandler: Processed in 0.001406513 sec. 2026.03.20 17:58:09.666634 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:09.666733 [ 268 ] {37fed487-e181-4ba9-b05a-992b55404985} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:09.666780 [ 268 ] {37fed487-e181-4ba9-b05a-992b55404985} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:09.667173 [ 268 ] {37fed487-e181-4ba9-b05a-992b55404985} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:09.667211 [ 268 ] {37fed487-e181-4ba9-b05a-992b55404985} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:09.667554 [ 268 ] {37fed487-e181-4ba9-b05a-992b55404985} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.20 17:58:09.667758 [ 268 ] {37fed487-e181-4ba9-b05a-992b55404985} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:09.667903 [ 268 ] {37fed487-e181-4ba9-b05a-992b55404985} executeQuery: Read 128 rows, 9.13 KiB in 0.001176 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. 2026.03.20 17:58:09.667945 [ 268 ] {37fed487-e181-4ba9-b05a-992b55404985} TCPHandler: Processed in 0.001362412 sec. 2026.03.20 17:58:09.668055 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:09.668150 [ 268 ] {4468f88a-fbf8-44d7-8e8a-75d96e1ac9f7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:09.668192 [ 268 ] {4468f88a-fbf8-44d7-8e8a-75d96e1ac9f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:09.668520 [ 268 ] {4468f88a-fbf8-44d7-8e8a-75d96e1ac9f7} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:09.668556 [ 268 ] {4468f88a-fbf8-44d7-8e8a-75d96e1ac9f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:09.668862 [ 268 ] {4468f88a-fbf8-44d7-8e8a-75d96e1ac9f7} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.20 17:58:09.669065 [ 268 ] {4468f88a-fbf8-44d7-8e8a-75d96e1ac9f7} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:09.669194 [ 268 ] {4468f88a-fbf8-44d7-8e8a-75d96e1ac9f7} executeQuery: Read 48 rows, 3.31 KiB in 0.001063 sec., 45155.22107243651 rows/sec., 3.04 MiB/sec. 2026.03.20 17:58:09.669229 [ 268 ] {4468f88a-fbf8-44d7-8e8a-75d96e1ac9f7} TCPHandler: Processed in 0.001223178 sec. 2026.03.20 17:58:10.337302 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30309 2026.03.20 17:58:10.337818 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:10.337851 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:10.338335 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.20 17:58:10.338565 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:10.338690 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30309 2026.03.20 17:58:11.913437 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2026.03.20 17:58:11.929355 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:11.929410 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:11.935401 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.20 17:58:11.936071 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:11.938772 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2026.03.20 17:58:14.664383 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:14.664607 [ 268 ] {9d79d41e-dc04-4142-940c-a0c363769ca7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:14.664684 [ 268 ] {9d79d41e-dc04-4142-940c-a0c363769ca7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:14.665371 [ 268 ] {9d79d41e-dc04-4142-940c-a0c363769ca7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:14.665413 [ 268 ] {9d79d41e-dc04-4142-940c-a0c363769ca7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:14.665818 [ 268 ] {9d79d41e-dc04-4142-940c-a0c363769ca7} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.20 17:58:14.666059 [ 268 ] {9d79d41e-dc04-4142-940c-a0c363769ca7} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:14.666218 [ 268 ] {9d79d41e-dc04-4142-940c-a0c363769ca7} executeQuery: Read 56 rows, 4.41 KiB in 0.001665 sec., 33633.63363363363 rows/sec., 2.58 MiB/sec. 2026.03.20 17:58:14.666269 [ 268 ] {9d79d41e-dc04-4142-940c-a0c363769ca7} TCPHandler: Processed in 0.002028197 sec. 2026.03.20 17:58:14.666416 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:14.666548 [ 268 ] {f0439205-912d-474f-bc2e-48215c0cbc3e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:14.666600 [ 268 ] {f0439205-912d-474f-bc2e-48215c0cbc3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:14.667094 [ 268 ] {f0439205-912d-474f-bc2e-48215c0cbc3e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:14.667132 [ 268 ] {f0439205-912d-474f-bc2e-48215c0cbc3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:14.667457 [ 268 ] {f0439205-912d-474f-bc2e-48215c0cbc3e} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.20 17:58:14.667694 [ 268 ] {f0439205-912d-474f-bc2e-48215c0cbc3e} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:14.667828 [ 268 ] {f0439205-912d-474f-bc2e-48215c0cbc3e} executeQuery: Read 64 rows, 5.12 KiB in 0.00131 sec., 48854.96183206107 rows/sec., 3.81 MiB/sec. 2026.03.20 17:58:14.667867 [ 268 ] {f0439205-912d-474f-bc2e-48215c0cbc3e} TCPHandler: Processed in 0.001516935 sec. 2026.03.20 17:58:14.667981 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:14.668084 [ 268 ] {c1b97fe2-a373-4557-8ba4-e635e0f77ed3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:14.668129 [ 268 ] {c1b97fe2-a373-4557-8ba4-e635e0f77ed3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:14.668545 [ 268 ] {c1b97fe2-a373-4557-8ba4-e635e0f77ed3} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:14.668580 [ 268 ] {c1b97fe2-a373-4557-8ba4-e635e0f77ed3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:14.668914 [ 268 ] {c1b97fe2-a373-4557-8ba4-e635e0f77ed3} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.20 17:58:14.669138 [ 268 ] {c1b97fe2-a373-4557-8ba4-e635e0f77ed3} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:14.669243 [ 111 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 4 parts from all_1_99_20 to all_102_102_0 2026.03.20 17:58:14.669268 [ 268 ] {c1b97fe2-a373-4557-8ba4-e635e0f77ed3} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.03.20 17:58:14.669280 [ 111 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:14.669299 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:14.669308 [ 268 ] {c1b97fe2-a373-4557-8ba4-e635e0f77ed3} TCPHandler: Processed in 0.001376512 sec. 2026.03.20 17:58:14.669410 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_102_21} MergeTask::PrepareStage: Merging 4 parts: from all_1_99_20 to all_102_102_0 into Compact with storage Full 2026.03.20 17:58:14.669420 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:14.669565 [ 268 ] {ce0b3018-1f4f-4b30-b970-a86b9cb3fc06} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:14.669576 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_102_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:14.669609 [ 268 ] {ce0b3018-1f4f-4b30-b970-a86b9cb3fc06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:14.669625 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_102_21} MergeTreeSequentialSource: Reading 6 marks from part all_1_99_20, total 33849 rows starting from the beginning of the part 2026.03.20 17:58:14.669709 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_102_21} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part 2026.03.20 17:58:14.669765 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_102_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 265 rows starting from the beginning of the part 2026.03.20 17:58:14.669817 [ 197 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_102_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1398 rows starting from the beginning of the part 2026.03.20 17:58:14.669954 [ 268 ] {ce0b3018-1f4f-4b30-b970-a86b9cb3fc06} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:14.669996 [ 268 ] {ce0b3018-1f4f-4b30-b970-a86b9cb3fc06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2026.03.20 17:58:14.670332 [ 268 ] {ce0b3018-1f4f-4b30-b970-a86b9cb3fc06} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.20 17:58:14.670569 [ 268 ] {ce0b3018-1f4f-4b30-b970-a86b9cb3fc06} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:14.670704 [ 268 ] {ce0b3018-1f4f-4b30-b970-a86b9cb3fc06} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2026.03.20 17:58:14.670741 [ 268 ] {ce0b3018-1f4f-4b30-b970-a86b9cb3fc06} TCPHandler: Processed in 0.001371542 sec. 2026.03.20 17:58:14.677213 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_102_21} MergeTask::MergeProjectionsStage: Merge sorted 35672 rows, containing 5 columns (5 merged, 0 gathered) in 0.007855302 sec., 4541136.674312458 rows/sec., 298.49 MiB/sec. 2026.03.20 17:58:14.677630 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_102_21} MergedBlockOutputStream: filled checksums all_1_102_21 (state Temporary) 2026.03.20 17:58:14.677990 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_102_21} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_102_21 to all_1_102_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:14.678082 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_102_21} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 4 parts: [all_1_99_20, all_102_102_0] -> all_1_102_21 2026.03.20 17:58:14.678197 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.03.20 17:58:15.012600 [ 111 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Selected 5 parts from all_1_39_8 to all_43_43_0 2026.03.20 17:58:15.012659 [ 111 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:15.012683 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:15.012876 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_43_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_39_8 to all_43_43_0 into Compact with storage Full 2026.03.20 17:58:15.013061 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_43_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:15.013103 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 40 rows starting from the beginning of the part 2026.03.20 17:58:15.013176 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part 2026.03.20 17:58:15.013226 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part 2026.03.20 17:58:15.013275 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part 2026.03.20 17:58:15.013321 [ 190 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part 2026.03.20 17:58:15.014140 [ 191 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_43_9} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 4 columns (4 merged, 0 gathered) in 0.001353892 sec., 32498.899469086162 rows/sec., 2.14 MiB/sec. 2026.03.20 17:58:15.014329 [ 188 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_43_9} MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) 2026.03.20 17:58:15.014666 [ 188 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_43_9} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:15.014759 [ 188 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_43_9} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Merged 5 parts: [all_1_39_8, all_43_43_0] -> all_1_43_9 2026.03.20 17:58:15.014867 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.20 17:58:16.171339 [ 111 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Selected 5 parts from all_1_39_8 to all_43_43_0 2026.03.20 17:58:16.171410 [ 111 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:16.171435 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:16.171555 [ 190 ] {05b673bd-1065-454a-b193-02561891577e::all_1_43_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_39_8 to all_43_43_0 into Compact with storage Full 2026.03.20 17:58:16.171706 [ 190 ] {05b673bd-1065-454a-b193-02561891577e::all_1_43_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:16.171742 [ 190 ] {05b673bd-1065-454a-b193-02561891577e::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 234 rows starting from the beginning of the part 2026.03.20 17:58:16.171808 [ 190 ] {05b673bd-1065-454a-b193-02561891577e::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part 2026.03.20 17:58:16.171852 [ 190 ] {05b673bd-1065-454a-b193-02561891577e::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part 2026.03.20 17:58:16.171892 [ 190 ] {05b673bd-1065-454a-b193-02561891577e::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part 2026.03.20 17:58:16.171930 [ 190 ] {05b673bd-1065-454a-b193-02561891577e::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part 2026.03.20 17:58:16.172658 [ 188 ] {05b673bd-1065-454a-b193-02561891577e::all_1_43_9} MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 4 columns (4 merged, 0 gathered) in 0.001153597 sec., 223648.29312142803 rows/sec., 11.41 MiB/sec. 2026.03.20 17:58:16.172881 [ 191 ] {05b673bd-1065-454a-b193-02561891577e::all_1_43_9} MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) 2026.03.20 17:58:16.173252 [ 191 ] {05b673bd-1065-454a-b193-02561891577e::all_1_43_9} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:16.173346 [ 191 ] {05b673bd-1065-454a-b193-02561891577e::all_1_43_9} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Merged 5 parts: [all_1_39_8, all_43_43_0] -> all_1_43_9 2026.03.20 17:58:16.173464 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.20 17:58:17.282853 [ 120 ] {} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 2026.03.20 17:58:17.282919 [ 120 ] {} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:17.282939 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:17.283066 [ 189 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::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.03.20 17:58:17.283228 [ 189 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:17.283265 [ 189 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 20 rows starting from the beginning of the part 2026.03.20 17:58:17.283342 [ 189 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2026.03.20 17:58:17.283395 [ 189 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2026.03.20 17:58:17.283443 [ 189 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part 2026.03.20 17:58:17.283485 [ 189 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2026.03.20 17:58:17.284291 [ 191 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.00128684 sec., 31083.89543377576 rows/sec., 2.59 MiB/sec. 2026.03.20 17:58:17.284478 [ 188 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.03.20 17:58:17.284773 [ 188 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_23_5} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:17.284852 [ 188 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_23_5} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 2026.03.20 17:58:17.284963 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.20 17:58:17.686646 [ 120 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:58:17.686692 [ 120 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:58:17.838887 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30757 2026.03.20 17:58:17.839439 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:17.839486 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:17.840025 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.20 17:58:17.840245 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:17.840372 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30757 2026.03.20 17:58:17.945255 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1860 2026.03.20 17:58:17.947402 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:17.947459 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. 2026.03.20 17:58:17.948653 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:58:17.948939 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:17.949327 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1860 2026.03.20 17:58:18.002475 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002063728 sec. 2026.03.20 17:58:19.055346 [ 121 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 5 parts from all_1_50_10 to all_54_54_0 2026.03.20 17:58:19.055466 [ 121 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:19.055504 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2026.03.20 17:58:19.055691 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_54_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_50_10 to all_54_54_0 into Compact with storage Full 2026.03.20 17:58:19.055923 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_54_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:19.055984 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 882 rows starting from the beginning of the part 2026.03.20 17:58:19.056100 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 149 rows starting from the beginning of the part 2026.03.20 17:58:19.056152 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 149 rows starting from the beginning of the part 2026.03.20 17:58:19.056196 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 149 rows starting from the beginning of the part 2026.03.20 17:58:19.056236 [ 192 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 732 rows starting from the beginning of the part 2026.03.20 17:58:19.057313 [ 188 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_54_11} MergeTask::MergeProjectionsStage: Merge sorted 2061 rows, containing 5 columns (5 merged, 0 gathered) in 0.00170925 sec., 1205792.0140412461 rows/sec., 77.82 MiB/sec. 2026.03.20 17:58:19.057504 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_54_11} MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary) 2026.03.20 17:58:19.057795 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_54_11} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:19.057880 [ 200 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_54_11} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 5 parts: [all_1_50_10, all_54_54_0] -> all_1_54_11 2026.03.20 17:58:19.057962 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.03.20 17:58:19.438876 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2026.03.20 17:58:19.457054 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:19.457116 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2026.03.20 17:58:19.463246 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.20 17:58:19.463938 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:19.466967 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2026.03.20 17:58:19.666614 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:19.666791 [ 268 ] {b5881789-e39c-4f1a-b3de-5018bf3087cb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:19.666859 [ 268 ] {b5881789-e39c-4f1a-b3de-5018bf3087cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:19.667584 [ 268 ] {b5881789-e39c-4f1a-b3de-5018bf3087cb} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:19.667630 [ 268 ] {b5881789-e39c-4f1a-b3de-5018bf3087cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2026.03.20 17:58:19.668058 [ 268 ] {b5881789-e39c-4f1a-b3de-5018bf3087cb} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.20 17:58:19.668294 [ 268 ] {b5881789-e39c-4f1a-b3de-5018bf3087cb} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:19.668453 [ 268 ] {b5881789-e39c-4f1a-b3de-5018bf3087cb} executeQuery: Read 138 rows, 12.29 KiB in 0.001712 sec., 80607.47663551402 rows/sec., 7.01 MiB/sec. 2026.03.20 17:58:19.668496 [ 268 ] {b5881789-e39c-4f1a-b3de-5018bf3087cb} TCPHandler: Processed in 0.002016517 sec. 2026.03.20 17:58:19.668617 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:19.668718 [ 268 ] {6cc109d2-a897-434e-861e-8cf15cc17b4a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:58:19.668759 [ 268 ] {6cc109d2-a897-434e-861e-8cf15cc17b4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:58:19.669188 [ 268 ] {6cc109d2-a897-434e-861e-8cf15cc17b4a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:19.669224 [ 268 ] {6cc109d2-a897-434e-861e-8cf15cc17b4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2026.03.20 17:58:19.669550 [ 268 ] {6cc109d2-a897-434e-861e-8cf15cc17b4a} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.20 17:58:19.669769 [ 268 ] {6cc109d2-a897-434e-861e-8cf15cc17b4a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:19.669897 [ 268 ] {6cc109d2-a897-434e-861e-8cf15cc17b4a} executeQuery: Read 41 rows, 3.08 KiB in 0.001199 sec., 34195.16263552961 rows/sec., 2.51 MiB/sec. 2026.03.20 17:58:19.669936 [ 268 ] {6cc109d2-a897-434e-861e-8cf15cc17b4a} TCPHandler: Processed in 0.001371122 sec. 2026.03.20 17:58:19.670066 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:19.670168 [ 268 ] {55383053-1510-4c77-8f4a-0efe9162a3a5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:19.670208 [ 268 ] {55383053-1510-4c77-8f4a-0efe9162a3a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:19.670646 [ 268 ] {55383053-1510-4c77-8f4a-0efe9162a3a5} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:19.670681 [ 268 ] {55383053-1510-4c77-8f4a-0efe9162a3a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2026.03.20 17:58:19.670992 [ 268 ] {55383053-1510-4c77-8f4a-0efe9162a3a5} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.20 17:58:19.671196 [ 268 ] {55383053-1510-4c77-8f4a-0efe9162a3a5} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:19.671328 [ 268 ] {55383053-1510-4c77-8f4a-0efe9162a3a5} executeQuery: Read 105 rows, 8.40 KiB in 0.001179 sec., 89058.524173028 rows/sec., 6.96 MiB/sec. 2026.03.20 17:58:19.671365 [ 268 ] {55383053-1510-4c77-8f4a-0efe9162a3a5} TCPHandler: Processed in 0.001356051 sec. 2026.03.20 17:58:19.671488 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:19.671582 [ 268 ] {d1a937c4-6290-4b65-be42-82588a2987aa} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:19.671624 [ 268 ] {d1a937c4-6290-4b65-be42-82588a2987aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:19.672035 [ 268 ] {d1a937c4-6290-4b65-be42-82588a2987aa} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:19.672070 [ 268 ] {d1a937c4-6290-4b65-be42-82588a2987aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2026.03.20 17:58:19.672407 [ 268 ] {d1a937c4-6290-4b65-be42-82588a2987aa} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.20 17:58:19.672615 [ 268 ] {d1a937c4-6290-4b65-be42-82588a2987aa} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:19.672741 [ 268 ] {d1a937c4-6290-4b65-be42-82588a2987aa} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2026.03.20 17:58:19.672778 [ 268 ] {d1a937c4-6290-4b65-be42-82588a2987aa} TCPHandler: Processed in 0.001339171 sec. 2026.03.20 17:58:19.672889 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:19.672983 [ 268 ] {04b1a840-0b06-4ef4-a3dc-9ee684556cd9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:19.673039 [ 268 ] {04b1a840-0b06-4ef4-a3dc-9ee684556cd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:58:19.673928 [ 268 ] {04b1a840-0b06-4ef4-a3dc-9ee684556cd9} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:19.673962 [ 268 ] {04b1a840-0b06-4ef4-a3dc-9ee684556cd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2026.03.20 17:58:19.674554 [ 268 ] {04b1a840-0b06-4ef4-a3dc-9ee684556cd9} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:58:19.674781 [ 268 ] {04b1a840-0b06-4ef4-a3dc-9ee684556cd9} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:19.674930 [ 268 ] {04b1a840-0b06-4ef4-a3dc-9ee684556cd9} executeQuery: Read 41 rows, 75.23 KiB in 0.001966 sec., 20854.526958290946 rows/sec., 37.37 MiB/sec. 2026.03.20 17:58:19.674989 [ 268 ] {04b1a840-0b06-4ef4-a3dc-9ee684556cd9} TCPHandler: Processed in 0.00214845 sec. 2026.03.20 17:58:19.675105 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:19.675201 [ 268 ] {5dc167eb-23d9-4acb-954e-cb2cdd130e61} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:19.675245 [ 268 ] {5dc167eb-23d9-4acb-954e-cb2cdd130e61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:19.675578 [ 268 ] {5dc167eb-23d9-4acb-954e-cb2cdd130e61} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:19.675613 [ 268 ] {5dc167eb-23d9-4acb-954e-cb2cdd130e61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. 2026.03.20 17:58:19.675929 [ 268 ] {5dc167eb-23d9-4acb-954e-cb2cdd130e61} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.20 17:58:19.676138 [ 268 ] {5dc167eb-23d9-4acb-954e-cb2cdd130e61} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:19.676272 [ 268 ] {5dc167eb-23d9-4acb-954e-cb2cdd130e61} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.03.20 17:58:19.676309 [ 268 ] {5dc167eb-23d9-4acb-954e-cb2cdd130e61} TCPHandler: Processed in 0.001253839 sec. 2026.03.20 17:58:22.081966 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47476 2026.03.20 17:58:22.082079 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.082109 [ 288 ] {} TCP-Session: 95692122-6b3a-4d94-bc52-1c79fb3b2aec Authenticating user 'default' from [fd00:1122:3344:101::e]:47476 2026.03.20 17:58:22.082133 [ 288 ] {} TCP-Session: 95692122-6b3a-4d94-bc52-1c79fb3b2aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.082145 [ 288 ] {} TCP-Session: 95692122-6b3a-4d94-bc52-1c79fb3b2aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.082390 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62300 2026.03.20 17:58:22.082423 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47992 2026.03.20 17:58:22.082434 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63403 2026.03.20 17:58:22.082470 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49439 2026.03.20 17:58:22.082501 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51204 2026.03.20 17:58:22.082528 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.082546 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.082567 [ 291 ] {} TCP-Session: 0ebd506d-03c5-4394-8ce2-121bd06c0c47 Authenticating user 'default' from [fd00:1122:3344:101::e]:47992 2026.03.20 17:58:22.082587 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.082587 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.082598 [ 291 ] {} TCP-Session: 0ebd506d-03c5-4394-8ce2-121bd06c0c47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.082620 [ 294 ] {} TCP-Session: 07110e11-6061-4091-b6d4-41d1961fc1f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:49439 2026.03.20 17:58:22.082628 [ 286 ] {} TCP-Session: ae330f06-31c1-46af-89d3-465a3ccb4f45 Authenticating user 'default' from [fd00:1122:3344:101::e]:51204 2026.03.20 17:58:22.082637 [ 291 ] {} TCP-Session: 0ebd506d-03c5-4394-8ce2-121bd06c0c47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.082657 [ 294 ] {} TCP-Session: 07110e11-6061-4091-b6d4-41d1961fc1f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.082678 [ 286 ] {} TCP-Session: ae330f06-31c1-46af-89d3-465a3ccb4f45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.082691 [ 294 ] {} TCP-Session: 07110e11-6061-4091-b6d4-41d1961fc1f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.082702 [ 286 ] {} TCP-Session: ae330f06-31c1-46af-89d3-465a3ccb4f45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.082513 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.082494 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64659 2026.03.20 17:58:22.082752 [ 289 ] {} TCP-Session: a13c3136-16bb-463b-955d-a5dfe0c3d0e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:62300 2026.03.20 17:58:22.082493 [ 288 ] {} TCP-Session: 95692122-6b3a-4d94-bc52-1c79fb3b2aec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:22.082812 [ 289 ] {} TCP-Session: a13c3136-16bb-463b-955d-a5dfe0c3d0e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.082482 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51307 2026.03.20 17:58:22.082847 [ 289 ] {} TCP-Session: a13c3136-16bb-463b-955d-a5dfe0c3d0e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.082390 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60018 2026.03.20 17:58:22.082589 [ 292 ] {} TCP-Session: f503abe6-eebe-494f-8fca-7777e2d96ad4 Authenticating user 'default' from [fd00:1122:3344:101::e]:63403 2026.03.20 17:58:22.082945 [ 292 ] {} TCP-Session: f503abe6-eebe-494f-8fca-7777e2d96ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.082959 [ 292 ] {} TCP-Session: f503abe6-eebe-494f-8fca-7777e2d96ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.082959 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.082980 [ 288 ] {ac1716dd-bd81-4f5f-ad39-bf70cd42c4c9} executeQuery: (from [fd00:1122:3344:101::e]:47476) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:58:22.082994 [ 267 ] {} TCP-Session: 44122166-571c-42c2-b9cc-30ee5f59e9c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:64659 2026.03.20 17:58:22.083020 [ 267 ] {} TCP-Session: 44122166-571c-42c2-b9cc-30ee5f59e9c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.083032 [ 267 ] {} TCP-Session: 44122166-571c-42c2-b9cc-30ee5f59e9c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.083256 [ 288 ] {ac1716dd-bd81-4f5f-ad39-bf70cd42c4c9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:58:22.083318 [ 288 ] {ac1716dd-bd81-4f5f-ad39-bf70cd42c4c9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:58:22.083359 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.083399 [ 293 ] {} TCP-Session: 09acfc31-fa2a-4776-bb13-b860a743d3fb Authenticating user 'default' from [fd00:1122:3344:101::e]:51307 2026.03.20 17:58:22.083422 [ 293 ] {} TCP-Session: 09acfc31-fa2a-4776-bb13-b860a743d3fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.083438 [ 293 ] {} TCP-Session: 09acfc31-fa2a-4776-bb13-b860a743d3fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.083470 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.083502 [ 290 ] {} TCP-Session: 28b8aca1-0a84-4161-9e18-24f8f97e1072 Authenticating user 'default' from [fd00:1122:3344:101::e]:60018 2026.03.20 17:58:22.083518 [ 290 ] {} TCP-Session: 28b8aca1-0a84-4161-9e18-24f8f97e1072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.083530 [ 290 ] {} TCP-Session: 28b8aca1-0a84-4161-9e18-24f8f97e1072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.083598 [ 288 ] {ac1716dd-bd81-4f5f-ad39-bf70cd42c4c9} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:58:22.084541 [ 277 ] {ac1716dd-bd81-4f5f-ad39-bf70cd42c4c9} AggregatingTransform: Aggregating 2026.03.20 17:58:22.084579 [ 277 ] {ac1716dd-bd81-4f5f-ad39-bf70cd42c4c9} Aggregator: Aggregation method: without_key 2026.03.20 17:58:22.084613 [ 277 ] {ac1716dd-bd81-4f5f-ad39-bf70cd42c4c9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000906151 sec. (1103.569 rows/sec., 43.11 KiB/sec.) 2026.03.20 17:58:22.084634 [ 277 ] {ac1716dd-bd81-4f5f-ad39-bf70cd42c4c9} Aggregator: Merging aggregated data 2026.03.20 17:58:22.085859 [ 288 ] {ac1716dd-bd81-4f5f-ad39-bf70cd42c4c9} executeQuery: Read 1 rows, 40.00 B in 0.002942 sec., 339.9048266485384 rows/sec., 13.28 KiB/sec. 2026.03.20 17:58:22.085989 [ 288 ] {ac1716dd-bd81-4f5f-ad39-bf70cd42c4c9} TCPHandler: Processed in 0.003610353 sec. 2026.03.20 17:58:22.086101 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.086132 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.086136 [ 288 ] {} TCP-Session: 95692122-6b3a-4d94-bc52-1c79fb3b2aec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.086162 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.086177 [ 290 ] {} TCP-Session: 28b8aca1-0a84-4161-9e18-24f8f97e1072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.086182 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.086201 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.086214 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.086239 [ 289 ] {} TCP-Session: a13c3136-16bb-463b-955d-a5dfe0c3d0e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.086253 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.086272 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.086283 [ 291 ] {} TCP-Session: 0ebd506d-03c5-4394-8ce2-121bd06c0c47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.086306 [ 294 ] {} TCP-Session: 07110e11-6061-4091-b6d4-41d1961fc1f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.086323 [ 267 ] {} TCP-Session: 44122166-571c-42c2-b9cc-30ee5f59e9c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.086266 [ 293 ] {} TCP-Session: 09acfc31-fa2a-4776-bb13-b860a743d3fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.086238 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.086202 [ 286 ] {} TCP-Session: ae330f06-31c1-46af-89d3-465a3ccb4f45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.086409 [ 292 ] {} TCP-Session: f503abe6-eebe-494f-8fca-7777e2d96ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.108269 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54237 2026.03.20 17:58:22.108349 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.108373 [ 288 ] {} TCP-Session: 1c3d7310-e8ac-419b-939f-5f7fce64fe5b Authenticating user 'default' from [fd00:1122:3344:101::e]:54237 2026.03.20 17:58:22.108393 [ 288 ] {} TCP-Session: 1c3d7310-e8ac-419b-939f-5f7fce64fe5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.108405 [ 288 ] {} TCP-Session: 1c3d7310-e8ac-419b-939f-5f7fce64fe5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.108586 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57289 2026.03.20 17:58:22.108616 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34799 2026.03.20 17:58:22.108624 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60802 2026.03.20 17:58:22.108664 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.108665 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53503 2026.03.20 17:58:22.108694 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.108702 [ 289 ] {} TCP-Session: 389ffed1-94ea-46bf-b5ce-41c8cc4c3d47 Authenticating user 'default' from [fd00:1122:3344:101::e]:57289 2026.03.20 17:58:22.108733 [ 290 ] {} TCP-Session: ab37a55c-c77c-4088-980d-b6e3bbb29222 Authenticating user 'default' from [fd00:1122:3344:101::e]:34799 2026.03.20 17:58:22.108739 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.108745 [ 289 ] {} TCP-Session: 389ffed1-94ea-46bf-b5ce-41c8cc4c3d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.108769 [ 288 ] {} TCP-Session: 1c3d7310-e8ac-419b-939f-5f7fce64fe5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:22.108779 [ 291 ] {} TCP-Session: 4e07a5f5-ee07-47d1-9b53-c9d286c27e56 Authenticating user 'default' from [fd00:1122:3344:101::e]:60802 2026.03.20 17:58:22.108790 [ 289 ] {} TCP-Session: 389ffed1-94ea-46bf-b5ce-41c8cc4c3d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.108823 [ 291 ] {} TCP-Session: 4e07a5f5-ee07-47d1-9b53-c9d286c27e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.108763 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.108853 [ 291 ] {} TCP-Session: 4e07a5f5-ee07-47d1-9b53-c9d286c27e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.108760 [ 290 ] {} TCP-Session: ab37a55c-c77c-4088-980d-b6e3bbb29222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.108877 [ 293 ] {} TCP-Session: 3086dc65-ceb0-4baf-aba5-a80df9c4295a Authenticating user 'default' from [fd00:1122:3344:101::e]:53503 2026.03.20 17:58:22.108903 [ 290 ] {} TCP-Session: ab37a55c-c77c-4088-980d-b6e3bbb29222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.108682 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43296 2026.03.20 17:58:22.108929 [ 293 ] {} TCP-Session: 3086dc65-ceb0-4baf-aba5-a80df9c4295a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.108937 [ 288 ] {47ac1c66-3f93-4ef9-a61b-58c714409141} executeQuery: (from [fd00:1122:3344:101::e]:54237) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:58:22.108964 [ 293 ] {} TCP-Session: 3086dc65-ceb0-4baf-aba5-a80df9c4295a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.108988 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.108676 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38399 2026.03.20 17:58:22.109020 [ 286 ] {} TCP-Session: 445b864a-8b1b-4021-9667-977eb966f014 Authenticating user 'default' from [fd00:1122:3344:101::e]:43296 2026.03.20 17:58:22.108670 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61401 2026.03.20 17:58:22.109040 [ 286 ] {} TCP-Session: 445b864a-8b1b-4021-9667-977eb966f014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.109073 [ 286 ] {} TCP-Session: 445b864a-8b1b-4021-9667-977eb966f014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.109078 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.108637 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55409 2026.03.20 17:58:22.109109 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.109102 [ 267 ] {} TCP-Session: 6dc0e974-1dd2-4bb1-baca-b7f120d874d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:38399 2026.03.20 17:58:22.109153 [ 294 ] {} TCP-Session: ca964625-fa3c-450e-b084-3ac502fee5e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:61401 2026.03.20 17:58:22.109161 [ 267 ] {} TCP-Session: 6dc0e974-1dd2-4bb1-baca-b7f120d874d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.109172 [ 294 ] {} TCP-Session: ca964625-fa3c-450e-b084-3ac502fee5e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.109175 [ 267 ] {} TCP-Session: 6dc0e974-1dd2-4bb1-baca-b7f120d874d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.109187 [ 294 ] {} TCP-Session: ca964625-fa3c-450e-b084-3ac502fee5e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.109191 [ 288 ] {47ac1c66-3f93-4ef9-a61b-58c714409141} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:58:22.109173 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:22.109250 [ 292 ] {} TCP-Session: 77182740-4bf3-48a9-a2b2-a883282b73d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:55409 2026.03.20 17:58:22.109252 [ 288 ] {47ac1c66-3f93-4ef9-a61b-58c714409141} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:58:22.109269 [ 292 ] {} TCP-Session: 77182740-4bf3-48a9-a2b2-a883282b73d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.109294 [ 292 ] {} TCP-Session: 77182740-4bf3-48a9-a2b2-a883282b73d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.109523 [ 288 ] {47ac1c66-3f93-4ef9-a61b-58c714409141} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:58:22.110351 [ 298 ] {47ac1c66-3f93-4ef9-a61b-58c714409141} AggregatingTransform: Aggregating 2026.03.20 17:58:22.110402 [ 298 ] {47ac1c66-3f93-4ef9-a61b-58c714409141} Aggregator: Aggregation method: without_key 2026.03.20 17:58:22.110441 [ 298 ] {47ac1c66-3f93-4ef9-a61b-58c714409141} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000821509 sec. (1217.272 rows/sec., 47.55 KiB/sec.) 2026.03.20 17:58:22.110461 [ 298 ] {47ac1c66-3f93-4ef9-a61b-58c714409141} Aggregator: Merging aggregated data 2026.03.20 17:58:22.111703 [ 288 ] {47ac1c66-3f93-4ef9-a61b-58c714409141} executeQuery: Read 1 rows, 40.00 B in 0.00281 sec., 355.87188612099646 rows/sec., 13.90 KiB/sec. 2026.03.20 17:58:22.111865 [ 288 ] {47ac1c66-3f93-4ef9-a61b-58c714409141} TCPHandler: Processed in 0.003196674 sec. 2026.03.20 17:58:22.111960 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.111992 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.111997 [ 289 ] {} TCP-Session: 389ffed1-94ea-46bf-b5ce-41c8cc4c3d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.112068 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.112086 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.112103 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.112123 [ 293 ] {} TCP-Session: 3086dc65-ceb0-4baf-aba5-a80df9c4295a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.112136 [ 294 ] {} TCP-Session: ca964625-fa3c-450e-b084-3ac502fee5e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.112152 [ 267 ] {} TCP-Session: 6dc0e974-1dd2-4bb1-baca-b7f120d874d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.112049 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.112035 [ 286 ] {} TCP-Session: 445b864a-8b1b-4021-9667-977eb966f014 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.112013 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.112215 [ 292 ] {} TCP-Session: 77182740-4bf3-48a9-a2b2-a883282b73d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.112116 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.112248 [ 290 ] {} TCP-Session: ab37a55c-c77c-4088-980d-b6e3bbb29222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.112029 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:22.112289 [ 288 ] {} TCP-Session: 1c3d7310-e8ac-419b-939f-5f7fce64fe5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:22.112324 [ 291 ] {} TCP-Session: 4e07a5f5-ee07-47d1-9b53-c9d286c27e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.245378 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50413 2026.03.20 17:58:23.245506 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:23.245534 [ 288 ] {} TCP-Session: 76be46d3-0c2b-42bf-a390-1479e86b5957 Authenticating user 'default' from [fd00:1122:3344:101::e]:50413 2026.03.20 17:58:23.245557 [ 288 ] {} TCP-Session: 76be46d3-0c2b-42bf-a390-1479e86b5957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.245571 [ 288 ] {} TCP-Session: 76be46d3-0c2b-42bf-a390-1479e86b5957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.245803 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44806 2026.03.20 17:58:23.245815 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33451 2026.03.20 17:58:23.245856 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48136 2026.03.20 17:58:23.245887 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46243 2026.03.20 17:58:23.245899 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50905 2026.03.20 17:58:23.245920 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:23.245957 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:23.245965 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:23.245985 [ 292 ] {} TCP-Session: b28eb7e6-1bfa-48d4-9578-c8b55452a265 Authenticating user 'default' from [fd00:1122:3344:101::e]:48136 2026.03.20 17:58:23.245984 [ 289 ] {} TCP-Session: aef9ee41-f014-43c2-898e-befc08bc94f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:44806 2026.03.20 17:58:23.245992 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:23.246010 [ 290 ] {} TCP-Session: 29b88b65-f3a0-44f8-9fd6-867615113509 Authenticating user 'default' from [fd00:1122:3344:101::e]:33451 2026.03.20 17:58:23.246017 [ 292 ] {} TCP-Session: b28eb7e6-1bfa-48d4-9578-c8b55452a265 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246021 [ 289 ] {} TCP-Session: aef9ee41-f014-43c2-898e-befc08bc94f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246064 [ 292 ] {} TCP-Session: b28eb7e6-1bfa-48d4-9578-c8b55452a265 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246063 [ 290 ] {} TCP-Session: 29b88b65-f3a0-44f8-9fd6-867615113509 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246077 [ 289 ] {} TCP-Session: aef9ee41-f014-43c2-898e-befc08bc94f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246100 [ 290 ] {} TCP-Session: 29b88b65-f3a0-44f8-9fd6-867615113509 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.245987 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:23.245984 [ 288 ] {} TCP-Session: 76be46d3-0c2b-42bf-a390-1479e86b5957 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:23.246157 [ 286 ] {} TCP-Session: b80e1e2d-00c5-4dae-b37f-e54b5f00274c Authenticating user 'default' from [fd00:1122:3344:101::e]:50905 2026.03.20 17:58:23.245890 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46014 2026.03.20 17:58:23.246203 [ 286 ] {} TCP-Session: b80e1e2d-00c5-4dae-b37f-e54b5f00274c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.245892 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64729 2026.03.20 17:58:23.246248 [ 286 ] {} TCP-Session: b80e1e2d-00c5-4dae-b37f-e54b5f00274c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.245838 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64551 2026.03.20 17:58:23.246066 [ 294 ] {} TCP-Session: 5d03a62b-4076-471f-abf7-b2bf854d1494 Authenticating user 'default' from [fd00:1122:3344:101::e]:46243 2026.03.20 17:58:23.246301 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:23.246312 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:23.246339 [ 294 ] {} TCP-Session: 5d03a62b-4076-471f-abf7-b2bf854d1494 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246345 [ 267 ] {} TCP-Session: 777706b6-0019-4e7b-9a92-7225597d784e Authenticating user 'default' from [fd00:1122:3344:101::e]:64729 2026.03.20 17:58:23.246369 [ 293 ] {} TCP-Session: ab24a08e-313d-45bc-8ae9-30c5f60cb5ca Authenticating user 'default' from [fd00:1122:3344:101::e]:46014 2026.03.20 17:58:23.246378 [ 294 ] {} TCP-Session: 5d03a62b-4076-471f-abf7-b2bf854d1494 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246385 [ 267 ] {} TCP-Session: 777706b6-0019-4e7b-9a92-7225597d784e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246409 [ 293 ] {} TCP-Session: ab24a08e-313d-45bc-8ae9-30c5f60cb5ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246433 [ 267 ] {} TCP-Session: 777706b6-0019-4e7b-9a92-7225597d784e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246446 [ 293 ] {} TCP-Session: ab24a08e-313d-45bc-8ae9-30c5f60cb5ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246361 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:58:23.246337 [ 288 ] {c54ddbc0-63b9-47eb-9fad-6d133cf2de3e} executeQuery: (from [fd00:1122:3344:101::e]:50413) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:58:23.246510 [ 291 ] {} TCP-Session: a7f63f9c-38f8-460f-81bc-6ea89ad6b93e Authenticating user 'default' from [fd00:1122:3344:101::e]:64551 2026.03.20 17:58:23.246531 [ 291 ] {} TCP-Session: a7f63f9c-38f8-460f-81bc-6ea89ad6b93e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246545 [ 291 ] {} TCP-Session: a7f63f9c-38f8-460f-81bc-6ea89ad6b93e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.246770 [ 288 ] {c54ddbc0-63b9-47eb-9fad-6d133cf2de3e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:58:23.246829 [ 288 ] {c54ddbc0-63b9-47eb-9fad-6d133cf2de3e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:58:23.247122 [ 288 ] {c54ddbc0-63b9-47eb-9fad-6d133cf2de3e} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:58:23.248051 [ 347 ] {c54ddbc0-63b9-47eb-9fad-6d133cf2de3e} AggregatingTransform: Aggregating 2026.03.20 17:58:23.248093 [ 347 ] {c54ddbc0-63b9-47eb-9fad-6d133cf2de3e} Aggregator: Aggregation method: without_key 2026.03.20 17:58:23.248130 [ 347 ] {c54ddbc0-63b9-47eb-9fad-6d133cf2de3e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000905001 sec. (1104.971 rows/sec., 43.16 KiB/sec.) 2026.03.20 17:58:23.248148 [ 347 ] {c54ddbc0-63b9-47eb-9fad-6d133cf2de3e} Aggregator: Merging aggregated data 2026.03.20 17:58:23.249593 [ 288 ] {c54ddbc0-63b9-47eb-9fad-6d133cf2de3e} executeQuery: Read 1 rows, 40.00 B in 0.003315 sec., 301.65912518853696 rows/sec., 11.78 KiB/sec. 2026.03.20 17:58:23.249738 [ 288 ] {c54ddbc0-63b9-47eb-9fad-6d133cf2de3e} TCPHandler: Processed in 0.003872699 sec. 2026.03.20 17:58:23.249880 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:23.249912 [ 288 ] {} TCP-Session: 76be46d3-0c2b-42bf-a390-1479e86b5957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.249912 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:23.249935 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:23.249954 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:23.249974 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:23.249989 [ 293 ] {} TCP-Session: ab24a08e-313d-45bc-8ae9-30c5f60cb5ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.249999 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:23.250018 [ 286 ] {} TCP-Session: b80e1e2d-00c5-4dae-b37f-e54b5f00274c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.250033 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:23.250050 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:23.250080 [ 292 ] {} TCP-Session: b28eb7e6-1bfa-48d4-9578-c8b55452a265 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.250100 [ 290 ] {} TCP-Session: 29b88b65-f3a0-44f8-9fd6-867615113509 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.250109 [ 267 ] {} TCP-Session: 777706b6-0019-4e7b-9a92-7225597d784e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.250012 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:58:23.249965 [ 289 ] {} TCP-Session: aef9ee41-f014-43c2-898e-befc08bc94f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.250194 [ 291 ] {} TCP-Session: a7f63f9c-38f8-460f-81bc-6ea89ad6b93e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:23.250003 [ 294 ] {} TCP-Session: 5d03a62b-4076-471f-abf7-b2bf854d1494 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:58:24.672963 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:24.673167 [ 268 ] {4c37f2eb-2859-4443-aaed-6977bef497c8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:58:24.673243 [ 268 ] {4c37f2eb-2859-4443-aaed-6977bef497c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:58:24.674044 [ 268 ] {4c37f2eb-2859-4443-aaed-6977bef497c8} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.674097 [ 268 ] {4c37f2eb-2859-4443-aaed-6977bef497c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.674510 [ 268 ] {4c37f2eb-2859-4443-aaed-6977bef497c8} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:58:24.674762 [ 268 ] {4c37f2eb-2859-4443-aaed-6977bef497c8} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.674915 [ 268 ] {4c37f2eb-2859-4443-aaed-6977bef497c8} executeQuery: Read 284 rows, 18.47 KiB in 0.001803 sec., 157515.25235718247 rows/sec., 10.00 MiB/sec. 2026.03.20 17:58:24.674958 [ 268 ] {4c37f2eb-2859-4443-aaed-6977bef497c8} TCPHandler: Processed in 0.002137469 sec. 2026.03.20 17:58:24.675086 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:24.675190 [ 268 ] {ad90dfcc-6064-497c-bd27-60ce0f3a0058} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:58:24.675233 [ 268 ] {ad90dfcc-6064-497c-bd27-60ce0f3a0058} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:58:24.675640 [ 268 ] {ad90dfcc-6064-497c-bd27-60ce0f3a0058} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.675680 [ 268 ] {ad90dfcc-6064-497c-bd27-60ce0f3a0058} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.675986 [ 268 ] {ad90dfcc-6064-497c-bd27-60ce0f3a0058} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.20 17:58:24.676198 [ 268 ] {ad90dfcc-6064-497c-bd27-60ce0f3a0058} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.676331 [ 268 ] {ad90dfcc-6064-497c-bd27-60ce0f3a0058} executeQuery: Read 2 rows, 167.00 B in 0.001165 sec., 1716.7381974248926 rows/sec., 139.99 KiB/sec. 2026.03.20 17:58:24.676370 [ 268 ] {ad90dfcc-6064-497c-bd27-60ce0f3a0058} TCPHandler: Processed in 0.001336051 sec. 2026.03.20 17:58:24.676484 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:24.676588 [ 268 ] {3f9147f5-5f6c-4b4e-b1c8-a2085c2dd364} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:24.676630 [ 268 ] {3f9147f5-5f6c-4b4e-b1c8-a2085c2dd364} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:24.677451 [ 268 ] {3f9147f5-5f6c-4b4e-b1c8-a2085c2dd364} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.677491 [ 268 ] {3f9147f5-5f6c-4b4e-b1c8-a2085c2dd364} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.677860 [ 268 ] {3f9147f5-5f6c-4b4e-b1c8-a2085c2dd364} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.20 17:58:24.678061 [ 268 ] {3f9147f5-5f6c-4b4e-b1c8-a2085c2dd364} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.678186 [ 268 ] {3f9147f5-5f6c-4b4e-b1c8-a2085c2dd364} executeQuery: Read 798 rows, 63.57 KiB in 0.001617 sec., 493506.4935064935 rows/sec., 38.39 MiB/sec. 2026.03.20 17:58:24.678185 [ 114 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.20 17:58:24.678224 [ 268 ] {3f9147f5-5f6c-4b4e-b1c8-a2085c2dd364} TCPHandler: Processed in 0.001791282 sec. 2026.03.20 17:58:24.678263 [ 114 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.678292 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.678357 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:24.678424 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.20 17:58:24.678455 [ 268 ] {05f2c193-2140-4ec2-b137-982581802e4f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:58:24.678511 [ 268 ] {05f2c193-2140-4ec2-b137-982581802e4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:58:24.678585 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:24.678629 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2895 rows starting from the beginning of the part 2026.03.20 17:58:24.678705 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 2143 rows starting from the beginning of the part 2026.03.20 17:58:24.678757 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 56 rows starting from the beginning of the part 2026.03.20 17:58:24.678804 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part 2026.03.20 17:58:24.678850 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 138 rows starting from the beginning of the part 2026.03.20 17:58:24.678898 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 798 rows starting from the beginning of the part 2026.03.20 17:58:24.678954 [ 268 ] {05f2c193-2140-4ec2-b137-982581802e4f} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.678995 [ 268 ] {05f2c193-2140-4ec2-b137-982581802e4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.679318 [ 268 ] {05f2c193-2140-4ec2-b137-982581802e4f} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.20 17:58:24.679538 [ 268 ] {05f2c193-2140-4ec2-b137-982581802e4f} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.679689 [ 268 ] {05f2c193-2140-4ec2-b137-982581802e4f} executeQuery: Read 144 rows, 8.68 KiB in 0.001237 sec., 116410.670978173 rows/sec., 6.85 MiB/sec. 2026.03.20 17:58:24.679732 [ 268 ] {05f2c193-2140-4ec2-b137-982581802e4f} TCPHandler: Processed in 0.001427093 sec. 2026.03.20 17:58:24.679843 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:24.679937 [ 268 ] {eacb64df-70b5-4663-a27c-099ce6ba432d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:58:24.679975 [ 268 ] {eacb64df-70b5-4663-a27c-099ce6ba432d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:58:24.680404 [ 268 ] {eacb64df-70b5-4663-a27c-099ce6ba432d} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.680440 [ 268 ] {eacb64df-70b5-4663-a27c-099ce6ba432d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.680734 [ 268 ] {eacb64df-70b5-4663-a27c-099ce6ba432d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.20 17:58:24.680933 [ 268 ] {eacb64df-70b5-4663-a27c-099ce6ba432d} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.681072 [ 268 ] {eacb64df-70b5-4663-a27c-099ce6ba432d} executeQuery: Read 149 rows, 9.86 KiB in 0.001138 sec., 130931.45869947277 rows/sec., 8.46 MiB/sec. 2026.03.20 17:58:24.681115 [ 268 ] {eacb64df-70b5-4663-a27c-099ce6ba432d} TCPHandler: Processed in 0.001319541 sec. 2026.03.20 17:58:24.681207 [ 188 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6086 rows, containing 5 columns (5 merged, 0 gathered) in 0.002845936 sec., 2138488.0053521935 rows/sec., 173.68 MiB/sec. 2026.03.20 17:58:24.681224 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:24.681332 [ 268 ] {4cbd4a3e-1cd8-4e50-b520-abb73605ff43} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:58:24.681370 [ 268 ] {4cbd4a3e-1cd8-4e50-b520-abb73605ff43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:58:24.681542 [ 188 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.20 17:58:24.681795 [ 268 ] {4cbd4a3e-1cd8-4e50-b520-abb73605ff43} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.681836 [ 268 ] {4cbd4a3e-1cd8-4e50-b520-abb73605ff43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.681855 [ 188 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_106_21} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.681955 [ 188 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_106_21} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.20 17:58:24.682063 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.03.20 17:58:24.682148 [ 268 ] {4cbd4a3e-1cd8-4e50-b520-abb73605ff43} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:58:24.682373 [ 268 ] {4cbd4a3e-1cd8-4e50-b520-abb73605ff43} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.682512 [ 268 ] {4cbd4a3e-1cd8-4e50-b520-abb73605ff43} executeQuery: Read 148 rows, 8.62 KiB in 0.001183 sec., 125105.66356720202 rows/sec., 7.12 MiB/sec. 2026.03.20 17:58:24.682553 [ 268 ] {4cbd4a3e-1cd8-4e50-b520-abb73605ff43} TCPHandler: Processed in 0.001377142 sec. 2026.03.20 17:58:24.682673 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:24.682774 [ 268 ] {1a355091-7011-40c0-bc7a-f0fe0b873af8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:24.682815 [ 268 ] {1a355091-7011-40c0-bc7a-f0fe0b873af8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:24.683420 [ 268 ] {1a355091-7011-40c0-bc7a-f0fe0b873af8} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.683457 [ 268 ] {1a355091-7011-40c0-bc7a-f0fe0b873af8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.683791 [ 268 ] {1a355091-7011-40c0-bc7a-f0fe0b873af8} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.20 17:58:24.684007 [ 268 ] {1a355091-7011-40c0-bc7a-f0fe0b873af8} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.684130 [ 114 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.20 17:58:24.684140 [ 268 ] {1a355091-7011-40c0-bc7a-f0fe0b873af8} executeQuery: Read 492 rows, 35.34 KiB in 0.001385 sec., 355234.6570397112 rows/sec., 24.92 MiB/sec. 2026.03.20 17:58:24.684170 [ 114 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.684193 [ 268 ] {1a355091-7011-40c0-bc7a-f0fe0b873af8} TCPHandler: Processed in 0.001576886 sec. 2026.03.20 17:58:24.684193 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.684314 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:24.684316 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.20 17:58:24.684435 [ 268 ] {307ddb1e-5512-4886-8733-5317de8d01fe} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:58:24.684484 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:24.684491 [ 268 ] {307ddb1e-5512-4886-8733-5317de8d01fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:58:24.684535 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1555 rows starting from the beginning of the part 2026.03.20 17:58:24.684624 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1090 rows starting from the beginning of the part 2026.03.20 17:58:24.684691 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 64 rows starting from the beginning of the part 2026.03.20 17:58:24.684752 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part 2026.03.20 17:58:24.684813 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 105 rows starting from the beginning of the part 2026.03.20 17:58:24.684873 [ 200 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 492 rows starting from the beginning of the part 2026.03.20 17:58:24.684969 [ 268 ] {307ddb1e-5512-4886-8733-5317de8d01fe} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.685019 [ 268 ] {307ddb1e-5512-4886-8733-5317de8d01fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.685407 [ 268 ] {307ddb1e-5512-4886-8733-5317de8d01fe} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:58:24.685641 [ 268 ] {307ddb1e-5512-4886-8733-5317de8d01fe} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.685780 [ 268 ] {307ddb1e-5512-4886-8733-5317de8d01fe} executeQuery: Read 6 rows, 321.00 B in 0.00137 sec., 4379.56204379562 rows/sec., 228.82 KiB/sec. 2026.03.20 17:58:24.685818 [ 268 ] {307ddb1e-5512-4886-8733-5317de8d01fe} TCPHandler: Processed in 0.001564756 sec. 2026.03.20 17:58:24.685930 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:24.686026 [ 268 ] {eea85791-8b90-47e1-aecc-70af63131c6e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:24.686074 [ 268 ] {eea85791-8b90-47e1-aecc-70af63131c6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:24.686229 [ 187 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 3370 rows, containing 5 columns (5 merged, 0 gathered) in 0.001965985 sec., 1714153.4650569563 rows/sec., 127.27 MiB/sec. 2026.03.20 17:58:24.686453 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.20 17:58:24.686484 [ 268 ] {eea85791-8b90-47e1-aecc-70af63131c6e} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.686525 [ 268 ] {eea85791-8b90-47e1-aecc-70af63131c6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.686776 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_106_21} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.686869 [ 186 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_106_21} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.20 17:58:24.686899 [ 268 ] {eea85791-8b90-47e1-aecc-70af63131c6e} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.20 17:58:24.686966 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.03.20 17:58:24.687125 [ 268 ] {eea85791-8b90-47e1-aecc-70af63131c6e} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.687263 [ 268 ] {eea85791-8b90-47e1-aecc-70af63131c6e} executeQuery: Read 266 rows, 18.10 KiB in 0.001256 sec., 211783.43949044586 rows/sec., 14.08 MiB/sec. 2026.03.20 17:58:24.687300 [ 268 ] {eea85791-8b90-47e1-aecc-70af63131c6e} TCPHandler: Processed in 0.001419964 sec. 2026.03.20 17:58:24.687417 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:24.687512 [ 268 ] {f90efbf5-e249-46c0-b5ce-935937e93b97} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:58:24.687556 [ 268 ] {f90efbf5-e249-46c0-b5ce-935937e93b97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:58:24.687870 [ 268 ] {f90efbf5-e249-46c0-b5ce-935937e93b97} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.687905 [ 268 ] {f90efbf5-e249-46c0-b5ce-935937e93b97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.688199 [ 268 ] {f90efbf5-e249-46c0-b5ce-935937e93b97} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.20 17:58:24.688416 [ 268 ] {f90efbf5-e249-46c0-b5ce-935937e93b97} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.688551 [ 268 ] {f90efbf5-e249-46c0-b5ce-935937e93b97} executeQuery: Read 1 rows, 69.00 B in 0.001057 sec., 946.073793755913 rows/sec., 63.75 KiB/sec. 2026.03.20 17:58:24.688588 [ 268 ] {f90efbf5-e249-46c0-b5ce-935937e93b97} TCPHandler: Processed in 0.001220908 sec. 2026.03.20 17:58:24.688700 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:24.688813 [ 268 ] {2f1f65a0-f07f-4d15-a17e-94fb8b6ed326} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:24.688863 [ 268 ] {2f1f65a0-f07f-4d15-a17e-94fb8b6ed326} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:24.689252 [ 268 ] {2f1f65a0-f07f-4d15-a17e-94fb8b6ed326} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.689289 [ 268 ] {2f1f65a0-f07f-4d15-a17e-94fb8b6ed326} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.689608 [ 268 ] {2f1f65a0-f07f-4d15-a17e-94fb8b6ed326} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.20 17:58:24.689828 [ 268 ] {2f1f65a0-f07f-4d15-a17e-94fb8b6ed326} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.689947 [ 112 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.20 17:58:24.689954 [ 268 ] {2f1f65a0-f07f-4d15-a17e-94fb8b6ed326} executeQuery: Read 90 rows, 5.77 KiB in 0.001165 sec., 77253.21888412017 rows/sec., 4.83 MiB/sec. 2026.03.20 17:58:24.689991 [ 112 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:24.690009 [ 268 ] {2f1f65a0-f07f-4d15-a17e-94fb8b6ed326} TCPHandler: Processed in 0.001367792 sec. 2026.03.20 17:58:24.690016 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:24.690094 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.20 17:58:24.690186 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:24.690213 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6150 rows starting from the beginning of the part 2026.03.20 17:58:24.690272 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 12 rows starting from the beginning of the part 2026.03.20 17:58:24.690322 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 48 rows starting from the beginning of the part 2026.03.20 17:58:24.690366 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2026.03.20 17:58:24.690409 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part 2026.03.20 17:58:24.690455 [ 188 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 90 rows starting from the beginning of the part 2026.03.20 17:58:24.692174 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6420 rows, containing 4 columns (4 merged, 0 gathered) in 0.002105748 sec., 3048797.8618524154 rows/sec., 196.10 MiB/sec. 2026.03.20 17:58:24.692606 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.20 17:58:24.692904 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_106_21} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:24.692981 [ 187 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_106_21} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.20 17:58:24.693066 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2026.03.20 17:58:25.340489 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31269 2026.03.20 17:58:25.341001 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:25.341046 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:25.341584 [ 245 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.20 17:58:25.341993 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:25.342213 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31269 2026.03.20 17:58:26.967046 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2026.03.20 17:58:26.985361 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:26.985414 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:26.991790 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.20 17:58:26.992482 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:26.995551 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2026.03.20 17:58:27.949469 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1900 2026.03.20 17:58:27.952042 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:27.952086 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:27.953286 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:58:27.953532 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:27.953776 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1900 2026.03.20 17:58:29.666514 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:29.666708 [ 268 ] {68fd9d93-e88d-4e5d-850e-00c7202535ba} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:29.666774 [ 268 ] {68fd9d93-e88d-4e5d-850e-00c7202535ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:29.667576 [ 268 ] {68fd9d93-e88d-4e5d-850e-00c7202535ba} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:29.667619 [ 268 ] {68fd9d93-e88d-4e5d-850e-00c7202535ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:29.668035 [ 268 ] {68fd9d93-e88d-4e5d-850e-00c7202535ba} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.20 17:58:29.668275 [ 268 ] {68fd9d93-e88d-4e5d-850e-00c7202535ba} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:29.668427 [ 268 ] {68fd9d93-e88d-4e5d-850e-00c7202535ba} executeQuery: Read 138 rows, 12.29 KiB in 0.001768 sec., 78054.29864253393 rows/sec., 6.79 MiB/sec. 2026.03.20 17:58:29.668469 [ 268 ] {68fd9d93-e88d-4e5d-850e-00c7202535ba} TCPHandler: Processed in 0.002096659 sec. 2026.03.20 17:58:29.668602 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:29.668698 [ 268 ] {223a3f52-7f51-471a-a514-d79b88a0004a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:58:29.668740 [ 268 ] {223a3f52-7f51-471a-a514-d79b88a0004a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:58:29.669209 [ 268 ] {223a3f52-7f51-471a-a514-d79b88a0004a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:29.669246 [ 268 ] {223a3f52-7f51-471a-a514-d79b88a0004a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:29.669558 [ 268 ] {223a3f52-7f51-471a-a514-d79b88a0004a} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.20 17:58:29.669780 [ 268 ] {223a3f52-7f51-471a-a514-d79b88a0004a} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:29.669909 [ 268 ] {223a3f52-7f51-471a-a514-d79b88a0004a} executeQuery: Read 41 rows, 3.08 KiB in 0.00123 sec., 33333.333333333336 rows/sec., 2.45 MiB/sec. 2026.03.20 17:58:29.669948 [ 268 ] {223a3f52-7f51-471a-a514-d79b88a0004a} TCPHandler: Processed in 0.001399782 sec. 2026.03.20 17:58:29.670064 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:29.670160 [ 268 ] {c8e455bf-4ab6-4dbf-acd0-524fcfb84617} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:29.670201 [ 268 ] {c8e455bf-4ab6-4dbf-acd0-524fcfb84617} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:29.670632 [ 268 ] {c8e455bf-4ab6-4dbf-acd0-524fcfb84617} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:29.670667 [ 268 ] {c8e455bf-4ab6-4dbf-acd0-524fcfb84617} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:29.670983 [ 268 ] {c8e455bf-4ab6-4dbf-acd0-524fcfb84617} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.20 17:58:29.671194 [ 268 ] {c8e455bf-4ab6-4dbf-acd0-524fcfb84617} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:29.671323 [ 268 ] {c8e455bf-4ab6-4dbf-acd0-524fcfb84617} executeQuery: Read 105 rows, 8.40 KiB in 0.001182 sec., 88832.48730964467 rows/sec., 6.94 MiB/sec. 2026.03.20 17:58:29.671363 [ 268 ] {c8e455bf-4ab6-4dbf-acd0-524fcfb84617} TCPHandler: Processed in 0.001352532 sec. 2026.03.20 17:58:29.671474 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:29.671568 [ 268 ] {ce12e79a-cd3d-48c6-bddf-30cda184124f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:29.671611 [ 268 ] {ce12e79a-cd3d-48c6-bddf-30cda184124f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:29.672011 [ 268 ] {ce12e79a-cd3d-48c6-bddf-30cda184124f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:29.672047 [ 268 ] {ce12e79a-cd3d-48c6-bddf-30cda184124f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:29.672378 [ 268 ] {ce12e79a-cd3d-48c6-bddf-30cda184124f} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.20 17:58:29.672596 [ 268 ] {ce12e79a-cd3d-48c6-bddf-30cda184124f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:29.672717 [ 106 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 5 parts from all_1_102_21 to all_106_106_0 2026.03.20 17:58:29.672726 [ 268 ] {ce12e79a-cd3d-48c6-bddf-30cda184124f} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.03.20 17:58:29.672789 [ 106 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:29.672807 [ 268 ] {ce12e79a-cd3d-48c6-bddf-30cda184124f} TCPHandler: Processed in 0.001382012 sec. 2026.03.20 17:58:29.672815 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:29.672923 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:29.672950 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_106_22} MergeTask::PrepareStage: Merging 5 parts: from all_1_102_21 to all_106_106_0 into Compact with storage Full 2026.03.20 17:58:29.673022 [ 268 ] {c21d71d4-8e7c-4ea2-ab66-4da8e6fbf78f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:29.673083 [ 268 ] {c21d71d4-8e7c-4ea2-ab66-4da8e6fbf78f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:58:29.673114 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_106_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:29.673155 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_106_22} MergeTreeSequentialSource: Reading 6 marks from part all_1_102_21, total 35672 rows starting from the beginning of the part 2026.03.20 17:58:29.673223 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_106_22} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 128 rows starting from the beginning of the part 2026.03.20 17:58:29.673271 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_106_22} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part 2026.03.20 17:58:29.673316 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_106_22} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part 2026.03.20 17:58:29.673359 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_106_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 266 rows starting from the beginning of the part 2026.03.20 17:58:29.673948 [ 268 ] {c21d71d4-8e7c-4ea2-ab66-4da8e6fbf78f} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:29.673989 [ 268 ] {c21d71d4-8e7c-4ea2-ab66-4da8e6fbf78f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:29.674599 [ 268 ] {c21d71d4-8e7c-4ea2-ab66-4da8e6fbf78f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:58:29.674834 [ 268 ] {c21d71d4-8e7c-4ea2-ab66-4da8e6fbf78f} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:29.674975 [ 268 ] {c21d71d4-8e7c-4ea2-ab66-4da8e6fbf78f} executeQuery: Read 41 rows, 75.23 KiB in 0.001971 sec., 20801.623541349567 rows/sec., 37.28 MiB/sec. 2026.03.20 17:58:29.675029 [ 268 ] {c21d71d4-8e7c-4ea2-ab66-4da8e6fbf78f} TCPHandler: Processed in 0.00215608 sec. 2026.03.20 17:58:29.675139 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:29.675235 [ 268 ] {5c9570b0-1e47-4358-970b-d21c41b79a33} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:29.675277 [ 268 ] {5c9570b0-1e47-4358-970b-d21c41b79a33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:29.675617 [ 268 ] {5c9570b0-1e47-4358-970b-d21c41b79a33} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:29.675655 [ 268 ] {5c9570b0-1e47-4358-970b-d21c41b79a33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:29.675974 [ 268 ] {5c9570b0-1e47-4358-970b-d21c41b79a33} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.20 17:58:29.676197 [ 268 ] {5c9570b0-1e47-4358-970b-d21c41b79a33} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:29.676329 [ 268 ] {5c9570b0-1e47-4358-970b-d21c41b79a33} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2026.03.20 17:58:29.676365 [ 268 ] {5c9570b0-1e47-4358-970b-d21c41b79a33} TCPHandler: Processed in 0.00127573 sec. 2026.03.20 17:58:29.679945 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_106_22} MergeTask::MergeProjectionsStage: Merge sorted 36386 rows, containing 5 columns (5 merged, 0 gathered) in 0.007054974 sec., 5157495.973762625 rows/sec., 339.28 MiB/sec. 2026.03.20 17:58:29.680354 [ 193 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_106_22} MergedBlockOutputStream: filled checksums all_1_106_22 (state Temporary) 2026.03.20 17:58:29.680683 [ 193 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_106_22} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_106_22 to all_1_106_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:29.680768 [ 193 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_106_22} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 5 parts: [all_1_102_21, all_106_106_0] -> all_1_106_22 2026.03.20 17:58:29.680874 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.03.20 17:58:32.686939 [ 101 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:58:32.686988 [ 101 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:58:32.842412 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31717 2026.03.20 17:58:32.842942 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:32.842993 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:32.843489 [ 245 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.20 17:58:32.843758 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:32.843917 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31717 2026.03.20 17:58:32.843945 [ 101 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.20 17:58:32.844014 [ 101 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:32.844034 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:32.844166 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::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.03.20 17:58:32.844305 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:32.844345 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29349 rows starting from the beginning of the part 2026.03.20 17:58:32.844409 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 448 rows starting from the beginning of the part 2026.03.20 17:58:32.844454 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 512 rows starting from the beginning of the part 2026.03.20 17:58:32.844498 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 448 rows starting from the beginning of the part 2026.03.20 17:58:32.844538 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 512 rows starting from the beginning of the part 2026.03.20 17:58:32.844580 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 448 rows starting from the beginning of the part 2026.03.20 17:58:32.847030 [ 193 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31717 rows, containing 4 columns (4 merged, 0 gathered) in 0.002928608 sec., 10830059.878276642 rows/sec., 154.93 MiB/sec. 2026.03.20 17:58:32.847438 [ 199 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.20 17:58:32.847776 [ 199 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_66_13} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:32.847857 [ 199 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_66_13} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.20 17:58:32.847963 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. 2026.03.20 17:58:34.495659 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2026.03.20 17:58:34.513397 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.513444 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.519634 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.20 17:58:34.520357 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.520645 [ 97 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.20 17:58:34.520684 [ 97 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.520704 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.520840 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:58:34.524220 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2026.03.20 17:58:34.525063 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:34.526683 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part 2026.03.20 17:58:34.531653 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2026.03.20 17:58:34.536347 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2026.03.20 17:58:34.540991 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2026.03.20 17:58:34.545666 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2026.03.20 17:58:34.549489 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2026.03.20 17:58:34.604876 [ 193 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.084104381 sec., 5909.323558305482 rows/sec., 30.56 MiB/sec. 2026.03.20 17:58:34.608056 [ 193 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.20 17:58:34.610086 [ 193 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_66_13} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.610177 [ 193 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_66_13} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.20 17:58:34.612632 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2026.03.20 17:58:34.672838 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.673020 [ 268 ] {5ca4f5dc-c74c-41f6-a157-8eff55e8553b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.673089 [ 268 ] {5ca4f5dc-c74c-41f6-a157-8eff55e8553b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:58:34.673877 [ 268 ] {5ca4f5dc-c74c-41f6-a157-8eff55e8553b} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.673927 [ 268 ] {5ca4f5dc-c74c-41f6-a157-8eff55e8553b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.674364 [ 268 ] {5ca4f5dc-c74c-41f6-a157-8eff55e8553b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:58:34.674614 [ 268 ] {5ca4f5dc-c74c-41f6-a157-8eff55e8553b} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.674765 [ 97 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 2026.03.20 17:58:34.674780 [ 268 ] {5ca4f5dc-c74c-41f6-a157-8eff55e8553b} executeQuery: Read 284 rows, 18.47 KiB in 0.00181 sec., 156906.0773480663 rows/sec., 9.97 MiB/sec. 2026.03.20 17:58:34.674809 [ 97 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.674836 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.674840 [ 268 ] {5ca4f5dc-c74c-41f6-a157-8eff55e8553b} TCPHandler: Processed in 0.0021378 sec. 2026.03.20 17:58:34.674928 [ 201 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_48_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full 2026.03.20 17:58:34.674980 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.675026 [ 201 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_48_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:34.675062 [ 201 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 308 rows starting from the beginning of the part 2026.03.20 17:58:34.675089 [ 268 ] {a38b4523-3dea-4d86-80e5-037a58387ac6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:34.675126 [ 201 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 284 rows starting from the beginning of the part 2026.03.20 17:58:34.675141 [ 268 ] {a38b4523-3dea-4d86-80e5-037a58387ac6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:34.675174 [ 201 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 284 rows starting from the beginning of the part 2026.03.20 17:58:34.675222 [ 201 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2026.03.20 17:58:34.675261 [ 201 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 284 rows starting from the beginning of the part 2026.03.20 17:58:34.675299 [ 201 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 284 rows starting from the beginning of the part 2026.03.20 17:58:34.675990 [ 268 ] {a38b4523-3dea-4d86-80e5-037a58387ac6} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.676034 [ 268 ] {a38b4523-3dea-4d86-80e5-037a58387ac6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.676302 [ 195 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_48_10} MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001412823 sec., 1039054.4321546295 rows/sec., 70.62 MiB/sec. 2026.03.20 17:58:34.676445 [ 201 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_48_10} MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) 2026.03.20 17:58:34.676471 [ 268 ] {a38b4523-3dea-4d86-80e5-037a58387ac6} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.03.20 17:58:34.676759 [ 201 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_48_10} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.676792 [ 268 ] {a38b4523-3dea-4d86-80e5-037a58387ac6} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.676834 [ 201 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_48_10} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 2026.03.20 17:58:34.676915 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.03.20 17:58:34.676951 [ 268 ] {a38b4523-3dea-4d86-80e5-037a58387ac6} executeQuery: Read 797 rows, 63.50 KiB in 0.001885 sec., 422811.6710875332 rows/sec., 32.90 MiB/sec. 2026.03.20 17:58:34.676999 [ 268 ] {a38b4523-3dea-4d86-80e5-037a58387ac6} TCPHandler: Processed in 0.002071568 sec. 2026.03.20 17:58:34.677111 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.677212 [ 268 ] {765a34e5-14c8-4a04-aa9f-3e5237fae37d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.677257 [ 268 ] {765a34e5-14c8-4a04-aa9f-3e5237fae37d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:58:34.677707 [ 268 ] {765a34e5-14c8-4a04-aa9f-3e5237fae37d} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.677748 [ 268 ] {765a34e5-14c8-4a04-aa9f-3e5237fae37d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.678096 [ 268 ] {765a34e5-14c8-4a04-aa9f-3e5237fae37d} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.20 17:58:34.678320 [ 268 ] {765a34e5-14c8-4a04-aa9f-3e5237fae37d} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.678449 [ 97 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 2026.03.20 17:58:34.678458 [ 268 ] {765a34e5-14c8-4a04-aa9f-3e5237fae37d} executeQuery: Read 142 rows, 8.54 KiB in 0.001266 sec., 112164.29699842022 rows/sec., 6.59 MiB/sec. 2026.03.20 17:58:34.678484 [ 97 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.678509 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.678510 [ 268 ] {765a34e5-14c8-4a04-aa9f-3e5237fae37d} TCPHandler: Processed in 0.001449984 sec. 2026.03.20 17:58:34.678588 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_80_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full 2026.03.20 17:58:34.678639 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.678694 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_80_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:34.678728 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 226 rows starting from the beginning of the part 2026.03.20 17:58:34.678743 [ 268 ] {cb8cbba0-34f4-456b-9860-9fe249c34023} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.678789 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 66 rows starting from the beginning of the part 2026.03.20 17:58:34.678791 [ 268 ] {cb8cbba0-34f4-456b-9860-9fe249c34023} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:58:34.678869 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:34.678931 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 144 rows starting from the beginning of the part 2026.03.20 17:58:34.678995 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:34.679050 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 142 rows starting from the beginning of the part 2026.03.20 17:58:34.679302 [ 268 ] {cb8cbba0-34f4-456b-9860-9fe249c34023} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.679345 [ 268 ] {cb8cbba0-34f4-456b-9860-9fe249c34023} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.679706 [ 268 ] {cb8cbba0-34f4-456b-9860-9fe249c34023} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.20 17:58:34.679876 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_80_16} MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 5 columns (5 merged, 0 gathered) in 0.00132512 sec., 498068.09949287615 rows/sec., 33.74 MiB/sec. 2026.03.20 17:58:34.679923 [ 268 ] {cb8cbba0-34f4-456b-9860-9fe249c34023} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.680057 [ 195 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_80_16} MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) 2026.03.20 17:58:34.680069 [ 268 ] {cb8cbba0-34f4-456b-9860-9fe249c34023} executeQuery: Read 149 rows, 9.86 KiB in 0.001346 sec., 110698.36552748886 rows/sec., 7.15 MiB/sec. 2026.03.20 17:58:34.680109 [ 268 ] {cb8cbba0-34f4-456b-9860-9fe249c34023} TCPHandler: Processed in 0.001524205 sec. 2026.03.20 17:58:34.680254 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.680346 [ 195 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_80_16} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.680348 [ 268 ] {cde4cc54-d428-476d-b7fc-de9316007ed6} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.680398 [ 268 ] {cde4cc54-d428-476d-b7fc-de9316007ed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:58:34.680419 [ 195 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_80_16} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 2026.03.20 17:58:34.680518 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 17:58:34.680855 [ 268 ] {cde4cc54-d428-476d-b7fc-de9316007ed6} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.680889 [ 268 ] {cde4cc54-d428-476d-b7fc-de9316007ed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.681225 [ 268 ] {cde4cc54-d428-476d-b7fc-de9316007ed6} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:58:34.681451 [ 268 ] {cde4cc54-d428-476d-b7fc-de9316007ed6} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.681578 [ 93 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 2026.03.20 17:58:34.681584 [ 268 ] {cde4cc54-d428-476d-b7fc-de9316007ed6} executeQuery: Read 148 rows, 8.62 KiB in 0.001254 sec., 118022.32854864435 rows/sec., 6.71 MiB/sec. 2026.03.20 17:58:34.681623 [ 93 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.681644 [ 268 ] {cde4cc54-d428-476d-b7fc-de9316007ed6} TCPHandler: Processed in 0.001440274 sec. 2026.03.20 17:58:34.681649 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.681735 [ 201 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_48_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full 2026.03.20 17:58:34.681763 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.681824 [ 201 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_48_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:34.681853 [ 201 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 160 rows starting from the beginning of the part 2026.03.20 17:58:34.681862 [ 268 ] {263aebef-71dc-47f7-b461-324bf1cf00d4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:34.681901 [ 201 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 148 rows starting from the beginning of the part 2026.03.20 17:58:34.681907 [ 268 ] {263aebef-71dc-47f7-b461-324bf1cf00d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:34.681948 [ 201 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 148 rows starting from the beginning of the part 2026.03.20 17:58:34.681987 [ 201 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part 2026.03.20 17:58:34.682021 [ 201 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 148 rows starting from the beginning of the part 2026.03.20 17:58:34.682052 [ 201 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 148 rows starting from the beginning of the part 2026.03.20 17:58:34.682557 [ 268 ] {263aebef-71dc-47f7-b461-324bf1cf00d4} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.682597 [ 268 ] {263aebef-71dc-47f7-b461-324bf1cf00d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.682829 [ 197 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_48_10} MergeTask::MergeProjectionsStage: Merge sorted 764 rows, containing 5 columns (5 merged, 0 gathered) in 0.001123026 sec., 680304.8193007107 rows/sec., 41.70 MiB/sec. 2026.03.20 17:58:34.682945 [ 268 ] {263aebef-71dc-47f7-b461-324bf1cf00d4} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.03.20 17:58:34.682966 [ 197 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_48_10} MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) 2026.03.20 17:58:34.683301 [ 268 ] {263aebef-71dc-47f7-b461-324bf1cf00d4} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.683357 [ 197 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_48_10} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.683434 [ 197 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_48_10} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 2026.03.20 17:58:34.683466 [ 268 ] {263aebef-71dc-47f7-b461-324bf1cf00d4} executeQuery: Read 490 rows, 35.18 KiB in 0.001621 sec., 302282.54164096236 rows/sec., 21.19 MiB/sec. 2026.03.20 17:58:34.683497 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 17:58:34.683510 [ 268 ] {263aebef-71dc-47f7-b461-324bf1cf00d4} TCPHandler: Processed in 0.001796312 sec. 2026.03.20 17:58:34.683628 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.683725 [ 268 ] {773a448c-d16f-40ac-a8c2-b01e96c5f48e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:58:34.683767 [ 268 ] {773a448c-d16f-40ac-a8c2-b01e96c5f48e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:58:34.684104 [ 268 ] {773a448c-d16f-40ac-a8c2-b01e96c5f48e} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.684143 [ 268 ] {773a448c-d16f-40ac-a8c2-b01e96c5f48e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.684469 [ 268 ] {773a448c-d16f-40ac-a8c2-b01e96c5f48e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:58:34.684690 [ 268 ] {773a448c-d16f-40ac-a8c2-b01e96c5f48e} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.684825 [ 268 ] {773a448c-d16f-40ac-a8c2-b01e96c5f48e} executeQuery: Read 6 rows, 321.00 B in 0.001119 sec., 5361.930294906167 rows/sec., 280.14 KiB/sec. 2026.03.20 17:58:34.684862 [ 268 ] {773a448c-d16f-40ac-a8c2-b01e96c5f48e} TCPHandler: Processed in 0.00128648 sec. 2026.03.20 17:58:34.684969 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.685067 [ 268 ] {b1465712-bf12-4225-85cc-0fc1d083950b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.685110 [ 268 ] {b1465712-bf12-4225-85cc-0fc1d083950b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:34.685545 [ 268 ] {b1465712-bf12-4225-85cc-0fc1d083950b} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.685582 [ 268 ] {b1465712-bf12-4225-85cc-0fc1d083950b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.685919 [ 268 ] {b1465712-bf12-4225-85cc-0fc1d083950b} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.03.20 17:58:34.686140 [ 268 ] {b1465712-bf12-4225-85cc-0fc1d083950b} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.686280 [ 268 ] {b1465712-bf12-4225-85cc-0fc1d083950b} executeQuery: Read 265 rows, 18.03 KiB in 0.00123 sec., 215447.15447154472 rows/sec., 14.32 MiB/sec. 2026.03.20 17:58:34.686326 [ 268 ] {b1465712-bf12-4225-85cc-0fc1d083950b} TCPHandler: Processed in 0.001408073 sec. 2026.03.20 17:58:34.686442 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.686538 [ 268 ] {fe3f65ee-0520-4b3c-9ac7-2e9111b80d99} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.686582 [ 268 ] {fe3f65ee-0520-4b3c-9ac7-2e9111b80d99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:58:34.686882 [ 268 ] {fe3f65ee-0520-4b3c-9ac7-2e9111b80d99} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.686918 [ 268 ] {fe3f65ee-0520-4b3c-9ac7-2e9111b80d99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.687223 [ 268 ] {fe3f65ee-0520-4b3c-9ac7-2e9111b80d99} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.20 17:58:34.687451 [ 268 ] {fe3f65ee-0520-4b3c-9ac7-2e9111b80d99} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.687584 [ 268 ] {fe3f65ee-0520-4b3c-9ac7-2e9111b80d99} executeQuery: Read 1 rows, 69.00 B in 0.001064 sec., 939.8496240601503 rows/sec., 63.33 KiB/sec. 2026.03.20 17:58:34.687621 [ 268 ] {fe3f65ee-0520-4b3c-9ac7-2e9111b80d99} TCPHandler: Processed in 0.001228648 sec. 2026.03.20 17:58:34.687728 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.687821 [ 268 ] {0addba92-869b-4df2-a856-5e0db896dccb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.687862 [ 268 ] {0addba92-869b-4df2-a856-5e0db896dccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:34.688193 [ 268 ] {0addba92-869b-4df2-a856-5e0db896dccb} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.688230 [ 268 ] {0addba92-869b-4df2-a856-5e0db896dccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.688538 [ 268 ] {0addba92-869b-4df2-a856-5e0db896dccb} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.03.20 17:58:34.688752 [ 268 ] {0addba92-869b-4df2-a856-5e0db896dccb} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.688880 [ 268 ] {0addba92-869b-4df2-a856-5e0db896dccb} executeQuery: Read 90 rows, 5.77 KiB in 0.001076 sec., 83643.12267657994 rows/sec., 5.23 MiB/sec. 2026.03.20 17:58:34.688916 [ 268 ] {0addba92-869b-4df2-a856-5e0db896dccb} TCPHandler: Processed in 0.001238418 sec. 2026.03.20 17:58:34.849153 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.849341 [ 268 ] {73bb5370-a079-4742-aede-52139e80ed65} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:58:34.849416 [ 268 ] {73bb5370-a079-4742-aede-52139e80ed65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:58:34.850075 [ 268 ] {73bb5370-a079-4742-aede-52139e80ed65} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.850128 [ 268 ] {73bb5370-a079-4742-aede-52139e80ed65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.850517 [ 268 ] {73bb5370-a079-4742-aede-52139e80ed65} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.20 17:58:34.850743 [ 268 ] {73bb5370-a079-4742-aede-52139e80ed65} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.850902 [ 268 ] {73bb5370-a079-4742-aede-52139e80ed65} executeQuery: Read 14 rows, 1.14 KiB in 0.001616 sec., 8663.366336633664 rows/sec., 706.44 KiB/sec. 2026.03.20 17:58:34.850957 [ 268 ] {73bb5370-a079-4742-aede-52139e80ed65} TCPHandler: Processed in 0.001941136 sec. 2026.03.20 17:58:34.851085 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.851193 [ 268 ] {0ea739af-a322-4f26-beff-9f1eb74fa076} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:34.851241 [ 268 ] {0ea739af-a322-4f26-beff-9f1eb74fa076} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:34.853327 [ 268 ] {0ea739af-a322-4f26-beff-9f1eb74fa076} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.853365 [ 268 ] {0ea739af-a322-4f26-beff-9f1eb74fa076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.853803 [ 268 ] {0ea739af-a322-4f26-beff-9f1eb74fa076} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.03.20 17:58:34.854032 [ 268 ] {0ea739af-a322-4f26-beff-9f1eb74fa076} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.854174 [ 268 ] {0ea739af-a322-4f26-beff-9f1eb74fa076} executeQuery: Read 2029 rows, 157.88 KiB in 0.003008 sec., 674534.5744680852 rows/sec., 51.26 MiB/sec. 2026.03.20 17:58:34.854212 [ 268 ] {0ea739af-a322-4f26-beff-9f1eb74fa076} TCPHandler: Processed in 0.003185704 sec. 2026.03.20 17:58:34.854325 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.854418 [ 268 ] {85dff44f-a8ff-4f24-9487-90915791ef37} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.854459 [ 268 ] {85dff44f-a8ff-4f24-9487-90915791ef37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:58:34.854895 [ 268 ] {85dff44f-a8ff-4f24-9487-90915791ef37} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.854929 [ 268 ] {85dff44f-a8ff-4f24-9487-90915791ef37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.855302 [ 268 ] {85dff44f-a8ff-4f24-9487-90915791ef37} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.20 17:58:34.855505 [ 268 ] {85dff44f-a8ff-4f24-9487-90915791ef37} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.855639 [ 268 ] {85dff44f-a8ff-4f24-9487-90915791ef37} executeQuery: Read 66 rows, 4.89 KiB in 0.00122 sec., 54098.360655737706 rows/sec., 3.91 MiB/sec. 2026.03.20 17:58:34.855678 [ 268 ] {85dff44f-a8ff-4f24-9487-90915791ef37} TCPHandler: Processed in 0.001389992 sec. 2026.03.20 17:58:34.855791 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.855889 [ 268 ] {1d618319-fc5b-48b6-9826-3c95ddc8f5b1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.855931 [ 268 ] {1d618319-fc5b-48b6-9826-3c95ddc8f5b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:58:34.856752 [ 268 ] {1d618319-fc5b-48b6-9826-3c95ddc8f5b1} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.856789 [ 268 ] {1d618319-fc5b-48b6-9826-3c95ddc8f5b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.857115 [ 268 ] {1d618319-fc5b-48b6-9826-3c95ddc8f5b1} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.20 17:58:34.857340 [ 268 ] {1d618319-fc5b-48b6-9826-3c95ddc8f5b1} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.857480 [ 268 ] {1d618319-fc5b-48b6-9826-3c95ddc8f5b1} executeQuery: Read 708 rows, 42.29 KiB in 0.001608 sec., 440298.50746268657 rows/sec., 25.69 MiB/sec. 2026.03.20 17:58:34.857531 [ 268 ] {1d618319-fc5b-48b6-9826-3c95ddc8f5b1} TCPHandler: Processed in 0.001789891 sec. 2026.03.20 17:58:34.857651 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.857747 [ 268 ] {e20f4b33-9022-46fb-b71e-01a45f423490} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.857789 [ 268 ] {e20f4b33-9022-46fb-b71e-01a45f423490} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:58:34.858171 [ 268 ] {e20f4b33-9022-46fb-b71e-01a45f423490} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.858209 [ 268 ] {e20f4b33-9022-46fb-b71e-01a45f423490} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.858495 [ 268 ] {e20f4b33-9022-46fb-b71e-01a45f423490} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 17:58:34.858698 [ 268 ] {e20f4b33-9022-46fb-b71e-01a45f423490} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.858817 [ 93 ] {} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.03.20 17:58:34.858827 [ 268 ] {e20f4b33-9022-46fb-b71e-01a45f423490} executeQuery: Read 1 rows, 72.00 B in 0.001098 sec., 910.7468123861566 rows/sec., 64.04 KiB/sec. 2026.03.20 17:58:34.858892 [ 93 ] {} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.858909 [ 268 ] {e20f4b33-9022-46fb-b71e-01a45f423490} TCPHandler: Processed in 0.001314491 sec. 2026.03.20 17:58:34.858932 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.859027 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.859073 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::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.03.20 17:58:34.859133 [ 268 ] {d697ac5d-d6a2-4718-bc1b-924c673f3be8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:34.859181 [ 268 ] {d697ac5d-d6a2-4718-bc1b-924c673f3be8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:34.859222 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:34.859264 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 1 rows starting from the beginning of the part 2026.03.20 17:58:34.859352 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.03.20 17:58:34.859432 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.03.20 17:58:34.859485 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.03.20 17:58:34.859533 [ 190 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.03.20 17:58:34.860206 [ 268 ] {d697ac5d-d6a2-4718-bc1b-924c673f3be8} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.860247 [ 268 ] {d697ac5d-d6a2-4718-bc1b-924c673f3be8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.860309 [ 191 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.00129913 sec., 3848.7295343807014 rows/sec., 285.65 KiB/sec. 2026.03.20 17:58:34.860433 [ 194 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.03.20 17:58:34.860637 [ 268 ] {d697ac5d-d6a2-4718-bc1b-924c673f3be8} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.03.20 17:58:34.860743 [ 194 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_13_3} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.860850 [ 194 ] {b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78::all_1_13_3} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.03.20 17:58:34.860913 [ 268 ] {d697ac5d-d6a2-4718-bc1b-924c673f3be8} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.860935 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.20 17:58:34.861054 [ 268 ] {d697ac5d-d6a2-4718-bc1b-924c673f3be8} executeQuery: Read 1066 rows, 75.65 KiB in 0.001942 sec., 548918.640576725 rows/sec., 38.04 MiB/sec. 2026.03.20 17:58:34.861098 [ 268 ] {d697ac5d-d6a2-4718-bc1b-924c673f3be8} TCPHandler: Processed in 0.002121269 sec. 2026.03.20 17:58:34.861210 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.861305 [ 268 ] {4ba63612-6918-4eb9-88b9-2dd2a099cb90} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.861350 [ 268 ] {4ba63612-6918-4eb9-88b9-2dd2a099cb90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:34.862129 [ 268 ] {4ba63612-6918-4eb9-88b9-2dd2a099cb90} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.862166 [ 268 ] {4ba63612-6918-4eb9-88b9-2dd2a099cb90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.862586 [ 268 ] {4ba63612-6918-4eb9-88b9-2dd2a099cb90} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.03.20 17:58:34.862803 [ 268 ] {4ba63612-6918-4eb9-88b9-2dd2a099cb90} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.862937 [ 268 ] {4ba63612-6918-4eb9-88b9-2dd2a099cb90} executeQuery: Read 1224 rows, 78.41 KiB in 0.00165 sec., 741818.1818181818 rows/sec., 46.41 MiB/sec. 2026.03.20 17:58:34.862974 [ 268 ] {4ba63612-6918-4eb9-88b9-2dd2a099cb90} TCPHandler: Processed in 0.001814862 sec. 2026.03.20 17:58:34.863090 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.863188 [ 268 ] {2ebe3236-ff47-41ae-966c-7e2a5f0b283a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.863244 [ 268 ] {2ebe3236-ff47-41ae-966c-7e2a5f0b283a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:58:34.864179 [ 268 ] {2ebe3236-ff47-41ae-966c-7e2a5f0b283a} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.864215 [ 268 ] {2ebe3236-ff47-41ae-966c-7e2a5f0b283a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.864808 [ 268 ] {2ebe3236-ff47-41ae-966c-7e2a5f0b283a} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:58:34.865043 [ 268 ] {2ebe3236-ff47-41ae-966c-7e2a5f0b283a} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.865188 [ 268 ] {2ebe3236-ff47-41ae-966c-7e2a5f0b283a} executeQuery: Read 52 rows, 95.42 KiB in 0.002018 sec., 25768.08721506442 rows/sec., 46.18 MiB/sec. 2026.03.20 17:58:34.865253 [ 268 ] {2ebe3236-ff47-41ae-966c-7e2a5f0b283a} TCPHandler: Processed in 0.002212691 sec. 2026.03.20 17:58:34.865365 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:34.865461 [ 268 ] {7d36486f-6ab3-428d-b5b2-c13b480b9080} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:34.865504 [ 268 ] {7d36486f-6ab3-428d-b5b2-c13b480b9080} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:34.865818 [ 268 ] {7d36486f-6ab3-428d-b5b2-c13b480b9080} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:34.865853 [ 268 ] {7d36486f-6ab3-428d-b5b2-c13b480b9080} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:34.866162 [ 268 ] {7d36486f-6ab3-428d-b5b2-c13b480b9080} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.03.20 17:58:34.866378 [ 268 ] {7d36486f-6ab3-428d-b5b2-c13b480b9080} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:34.866508 [ 268 ] {7d36486f-6ab3-428d-b5b2-c13b480b9080} executeQuery: Read 12 rows, 848.00 B in 0.001066 sec., 11257.035647279548 rows/sec., 776.85 KiB/sec. 2026.03.20 17:58:34.866544 [ 268 ] {7d36486f-6ab3-428d-b5b2-c13b480b9080} TCPHandler: Processed in 0.001228748 sec. 2026.03.20 17:58:35.000258 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 360.93 MiB, peak 373.15 MiB, free memory in arenas 0.00 B, will set to 359.23 MiB (RSS), difference: -1.71 MiB 2026.03.20 17:58:37.954109 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1950 2026.03.20 17:58:37.957662 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:37.957720 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. 2026.03.20 17:58:37.959220 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:58:37.959563 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:37.960078 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1950 2026.03.20 17:58:39.663585 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:39.663870 [ 268 ] {9d042600-4c5c-44da-b4c0-acc9603dc7c1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:39.663980 [ 268 ] {9d042600-4c5c-44da-b4c0-acc9603dc7c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:39.665094 [ 268 ] {9d042600-4c5c-44da-b4c0-acc9603dc7c1} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:39.665159 [ 268 ] {9d042600-4c5c-44da-b4c0-acc9603dc7c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2026.03.20 17:58:39.665604 [ 268 ] {9d042600-4c5c-44da-b4c0-acc9603dc7c1} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.03.20 17:58:39.665835 [ 268 ] {9d042600-4c5c-44da-b4c0-acc9603dc7c1} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:39.666003 [ 268 ] {9d042600-4c5c-44da-b4c0-acc9603dc7c1} executeQuery: Read 56 rows, 4.41 KiB in 0.002216 sec., 25270.758122743682 rows/sec., 1.94 MiB/sec. 2026.03.20 17:58:39.666061 [ 268 ] {9d042600-4c5c-44da-b4c0-acc9603dc7c1} TCPHandler: Processed in 0.002713513 sec. 2026.03.20 17:58:39.666199 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:39.666310 [ 268 ] {73c8e851-620b-452e-9746-6e65b7f01517} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:39.666358 [ 268 ] {73c8e851-620b-452e-9746-6e65b7f01517} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:39.666829 [ 268 ] {73c8e851-620b-452e-9746-6e65b7f01517} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:39.666871 [ 268 ] {73c8e851-620b-452e-9746-6e65b7f01517} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2026.03.20 17:58:39.667214 [ 268 ] {73c8e851-620b-452e-9746-6e65b7f01517} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.03.20 17:58:39.667472 [ 268 ] {73c8e851-620b-452e-9746-6e65b7f01517} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:39.667611 [ 268 ] {73c8e851-620b-452e-9746-6e65b7f01517} executeQuery: Read 64 rows, 5.12 KiB in 0.001328 sec., 48192.77108433735 rows/sec., 3.76 MiB/sec. 2026.03.20 17:58:39.667653 [ 268 ] {73c8e851-620b-452e-9746-6e65b7f01517} TCPHandler: Processed in 0.001510615 sec. 2026.03.20 17:58:39.667773 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:39.667877 [ 268 ] {f6a64c2b-e293-46c8-9785-49d8232e0a1a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:39.667924 [ 268 ] {f6a64c2b-e293-46c8-9785-49d8232e0a1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:39.668317 [ 268 ] {f6a64c2b-e293-46c8-9785-49d8232e0a1a} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:39.668356 [ 268 ] {f6a64c2b-e293-46c8-9785-49d8232e0a1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2026.03.20 17:58:39.668712 [ 268 ] {f6a64c2b-e293-46c8-9785-49d8232e0a1a} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.03.20 17:58:39.668941 [ 268 ] {f6a64c2b-e293-46c8-9785-49d8232e0a1a} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:39.669075 [ 268 ] {f6a64c2b-e293-46c8-9785-49d8232e0a1a} executeQuery: Read 128 rows, 9.13 KiB in 0.001221 sec., 104832.10483210483 rows/sec., 7.30 MiB/sec. 2026.03.20 17:58:39.669114 [ 268 ] {f6a64c2b-e293-46c8-9785-49d8232e0a1a} TCPHandler: Processed in 0.001393432 sec. 2026.03.20 17:58:39.669227 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:39.669326 [ 268 ] {2b0f37f4-abf4-4c9c-a8b8-1d10ee3bacbd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:39.669371 [ 268 ] {2b0f37f4-abf4-4c9c-a8b8-1d10ee3bacbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:39.669716 [ 268 ] {2b0f37f4-abf4-4c9c-a8b8-1d10ee3bacbd} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:39.669750 [ 268 ] {2b0f37f4-abf4-4c9c-a8b8-1d10ee3bacbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2026.03.20 17:58:39.670073 [ 268 ] {2b0f37f4-abf4-4c9c-a8b8-1d10ee3bacbd} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.03.20 17:58:39.670287 [ 268 ] {2b0f37f4-abf4-4c9c-a8b8-1d10ee3bacbd} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:39.670421 [ 268 ] {2b0f37f4-abf4-4c9c-a8b8-1d10ee3bacbd} executeQuery: Read 48 rows, 3.31 KiB in 0.001115 sec., 43049.32735426009 rows/sec., 2.90 MiB/sec. 2026.03.20 17:58:39.670458 [ 268 ] {2b0f37f4-abf4-4c9c-a8b8-1d10ee3bacbd} TCPHandler: Processed in 0.00128282 sec. 2026.03.20 17:58:40.344059 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32229 2026.03.20 17:58:40.344595 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:40.344643 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2026.03.20 17:58:40.345142 [ 245 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.20 17:58:40.345379 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:40.345528 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32229 2026.03.20 17:58:42.024325 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2026.03.20 17:58:42.041462 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:42.041513 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. 2026.03.20 17:58:42.046789 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.20 17:58:42.047481 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:42.050226 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2026.03.20 17:58:44.672095 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:44.672319 [ 268 ] {c50dce1a-1788-4d8a-875b-c8a457a4bd3e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:58:44.672396 [ 268 ] {c50dce1a-1788-4d8a-875b-c8a457a4bd3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:58:44.673220 [ 268 ] {c50dce1a-1788-4d8a-875b-c8a457a4bd3e} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.673271 [ 268 ] {c50dce1a-1788-4d8a-875b-c8a457a4bd3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.673677 [ 268 ] {c50dce1a-1788-4d8a-875b-c8a457a4bd3e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:58:44.673898 [ 268 ] {c50dce1a-1788-4d8a-875b-c8a457a4bd3e} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.674047 [ 268 ] {c50dce1a-1788-4d8a-875b-c8a457a4bd3e} executeQuery: Read 284 rows, 18.47 KiB in 0.001783 sec., 159282.10880538417 rows/sec., 10.12 MiB/sec. 2026.03.20 17:58:44.674089 [ 268 ] {c50dce1a-1788-4d8a-875b-c8a457a4bd3e} TCPHandler: Processed in 0.0021405 sec. 2026.03.20 17:58:44.674223 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:44.674319 [ 268 ] {c3e08371-1766-4d96-82b2-0b02599c84a4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:44.674361 [ 268 ] {c3e08371-1766-4d96-82b2-0b02599c84a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:44.675164 [ 268 ] {c3e08371-1766-4d96-82b2-0b02599c84a4} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.675200 [ 268 ] {c3e08371-1766-4d96-82b2-0b02599c84a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.675556 [ 268 ] {c3e08371-1766-4d96-82b2-0b02599c84a4} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.03.20 17:58:44.675821 [ 268 ] {c3e08371-1766-4d96-82b2-0b02599c84a4} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.675944 [ 79 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.03.20 17:58:44.675956 [ 268 ] {c3e08371-1766-4d96-82b2-0b02599c84a4} executeQuery: Read 797 rows, 63.50 KiB in 0.001658 sec., 480699.63811821473 rows/sec., 37.40 MiB/sec. 2026.03.20 17:58:44.675982 [ 79 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.676002 [ 268 ] {c3e08371-1766-4d96-82b2-0b02599c84a4} TCPHandler: Processed in 0.001829563 sec. 2026.03.20 17:58:44.676002 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.676119 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:44.676135 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.03.20 17:58:44.676215 [ 268 ] {4d44d337-9a78-4c19-ab20-a1515842532e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:58:44.676262 [ 268 ] {4d44d337-9a78-4c19-ab20-a1515842532e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:58:44.676282 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:44.676323 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2895 rows starting from the beginning of the part 2026.03.20 17:58:44.676398 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 138 rows starting from the beginning of the part 2026.03.20 17:58:44.676450 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 797 rows starting from the beginning of the part 2026.03.20 17:58:44.676497 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 2029 rows starting from the beginning of the part 2026.03.20 17:58:44.676540 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 56 rows starting from the beginning of the part 2026.03.20 17:58:44.676586 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 797 rows starting from the beginning of the part 2026.03.20 17:58:44.676702 [ 268 ] {4d44d337-9a78-4c19-ab20-a1515842532e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.676746 [ 268 ] {4d44d337-9a78-4c19-ab20-a1515842532e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.677100 [ 268 ] {4d44d337-9a78-4c19-ab20-a1515842532e} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.20 17:58:44.677324 [ 268 ] {4d44d337-9a78-4c19-ab20-a1515842532e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.677457 [ 268 ] {4d44d337-9a78-4c19-ab20-a1515842532e} executeQuery: Read 142 rows, 8.54 KiB in 0.00126 sec., 112698.41269841269 rows/sec., 6.62 MiB/sec. 2026.03.20 17:58:44.677495 [ 268 ] {4d44d337-9a78-4c19-ab20-a1515842532e} TCPHandler: Processed in 0.001427233 sec. 2026.03.20 17:58:44.677615 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:44.677709 [ 268 ] {4c20781f-a8cc-4b37-b2bf-a552773942c3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:58:44.677750 [ 268 ] {4c20781f-a8cc-4b37-b2bf-a552773942c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:58:44.678187 [ 268 ] {4c20781f-a8cc-4b37-b2bf-a552773942c3} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.678223 [ 268 ] {4c20781f-a8cc-4b37-b2bf-a552773942c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.678527 [ 268 ] {4c20781f-a8cc-4b37-b2bf-a552773942c3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.20 17:58:44.678743 [ 268 ] {4c20781f-a8cc-4b37-b2bf-a552773942c3} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.678844 [ 194 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6712 rows, containing 5 columns (5 merged, 0 gathered) in 0.002766024 sec., 2426587.766411282 rows/sec., 196.51 MiB/sec. 2026.03.20 17:58:44.678902 [ 268 ] {4c20781f-a8cc-4b37-b2bf-a552773942c3} executeQuery: Read 149 rows, 9.86 KiB in 0.001211 sec., 123038.81090008256 rows/sec., 7.95 MiB/sec. 2026.03.20 17:58:44.678945 [ 268 ] {4c20781f-a8cc-4b37-b2bf-a552773942c3} TCPHandler: Processed in 0.001380392 sec. 2026.03.20 17:58:44.679060 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:44.679155 [ 268 ] {b0851984-cd38-4fd0-bf1f-af6a0948043d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:58:44.679200 [ 268 ] {b0851984-cd38-4fd0-bf1f-af6a0948043d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:58:44.679261 [ 194 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.03.20 17:58:44.679593 [ 194 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_111_22} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.679720 [ 194 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_111_22} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.03.20 17:58:44.679752 [ 268 ] {b0851984-cd38-4fd0-bf1f-af6a0948043d} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.679804 [ 268 ] {b0851984-cd38-4fd0-bf1f-af6a0948043d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.679827 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.20 17:58:44.680221 [ 268 ] {b0851984-cd38-4fd0-bf1f-af6a0948043d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:58:44.680532 [ 268 ] {b0851984-cd38-4fd0-bf1f-af6a0948043d} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.680696 [ 268 ] {b0851984-cd38-4fd0-bf1f-af6a0948043d} executeQuery: Read 148 rows, 8.62 KiB in 0.001558 sec., 94993.58151476253 rows/sec., 5.40 MiB/sec. 2026.03.20 17:58:44.680741 [ 268 ] {b0851984-cd38-4fd0-bf1f-af6a0948043d} TCPHandler: Processed in 0.00172989 sec. 2026.03.20 17:58:44.680865 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:44.680979 [ 268 ] {8cb05541-ef4e-41d6-8407-56d62c52bc51} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:44.681030 [ 268 ] {8cb05541-ef4e-41d6-8407-56d62c52bc51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:44.681650 [ 268 ] {8cb05541-ef4e-41d6-8407-56d62c52bc51} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.681685 [ 268 ] {8cb05541-ef4e-41d6-8407-56d62c52bc51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.682011 [ 268 ] {8cb05541-ef4e-41d6-8407-56d62c52bc51} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.03.20 17:58:44.682225 [ 268 ] {8cb05541-ef4e-41d6-8407-56d62c52bc51} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.682334 [ 79 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.03.20 17:58:44.682352 [ 268 ] {8cb05541-ef4e-41d6-8407-56d62c52bc51} executeQuery: Read 490 rows, 35.18 KiB in 0.001393 sec., 351758.79396984924 rows/sec., 24.66 MiB/sec. 2026.03.20 17:58:44.682366 [ 79 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.682386 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.682390 [ 268 ] {8cb05541-ef4e-41d6-8407-56d62c52bc51} TCPHandler: Processed in 0.001587477 sec. 2026.03.20 17:58:44.682475 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.03.20 17:58:44.682503 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:44.682586 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:44.682602 [ 268 ] {c4f3809d-f651-40da-b92e-a0689bb403a1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:58:44.682622 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1555 rows starting from the beginning of the part 2026.03.20 17:58:44.682648 [ 268 ] {c4f3809d-f651-40da-b92e-a0689bb403a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:58:44.682691 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 105 rows starting from the beginning of the part 2026.03.20 17:58:44.682738 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 490 rows starting from the beginning of the part 2026.03.20 17:58:44.682790 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 1066 rows starting from the beginning of the part 2026.03.20 17:58:44.682837 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 64 rows starting from the beginning of the part 2026.03.20 17:58:44.682878 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 490 rows starting from the beginning of the part 2026.03.20 17:58:44.683006 [ 268 ] {c4f3809d-f651-40da-b92e-a0689bb403a1} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.683047 [ 268 ] {c4f3809d-f651-40da-b92e-a0689bb403a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.683376 [ 268 ] {c4f3809d-f651-40da-b92e-a0689bb403a1} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:58:44.683595 [ 268 ] {c4f3809d-f651-40da-b92e-a0689bb403a1} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.683724 [ 268 ] {c4f3809d-f651-40da-b92e-a0689bb403a1} executeQuery: Read 6 rows, 321.00 B in 0.00114 sec., 5263.1578947368425 rows/sec., 274.98 KiB/sec. 2026.03.20 17:58:44.683760 [ 268 ] {c4f3809d-f651-40da-b92e-a0689bb403a1} TCPHandler: Processed in 0.00130654 sec. 2026.03.20 17:58:44.683874 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:44.683966 [ 268 ] {2dc12f96-7be1-45f9-b295-99e781294659} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:44.684008 [ 268 ] {2dc12f96-7be1-45f9-b295-99e781294659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:44.684337 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 3770 rows, containing 5 columns (5 merged, 0 gathered) in 0.001899934 sec., 1984279.4539178729 rows/sec., 146.69 MiB/sec. 2026.03.20 17:58:44.684427 [ 268 ] {2dc12f96-7be1-45f9-b295-99e781294659} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.684466 [ 268 ] {2dc12f96-7be1-45f9-b295-99e781294659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.684547 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.03.20 17:58:44.684848 [ 268 ] {2dc12f96-7be1-45f9-b295-99e781294659} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.03.20 17:58:44.684876 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_111_22} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.684974 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_111_22} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.03.20 17:58:44.685050 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.20 17:58:44.685091 [ 268 ] {2dc12f96-7be1-45f9-b295-99e781294659} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.685209 [ 79 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_106_22 to all_111_111_0 2026.03.20 17:58:44.685229 [ 268 ] {2dc12f96-7be1-45f9-b295-99e781294659} executeQuery: Read 265 rows, 18.03 KiB in 0.001281 sec., 206869.6330991413 rows/sec., 13.75 MiB/sec. 2026.03.20 17:58:44.685234 [ 79 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.685258 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.685266 [ 268 ] {2dc12f96-7be1-45f9-b295-99e781294659} TCPHandler: Processed in 0.001441843 sec. 2026.03.20 17:58:44.685333 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_111_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_22 to all_111_111_0 into Compact with storage Full 2026.03.20 17:58:44.685376 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:44.685437 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_111_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:44.685467 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_111_23} MergeTreeSequentialSource: Reading 6 marks from part all_1_106_22, total 36386 rows starting from the beginning of the part 2026.03.20 17:58:44.685475 [ 268 ] {75eb91db-1647-4ea5-a884-96c593093093} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:58:44.685514 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_111_23} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part 2026.03.20 17:58:44.685521 [ 268 ] {75eb91db-1647-4ea5-a884-96c593093093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:58:44.685560 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_111_23} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 265 rows starting from the beginning of the part 2026.03.20 17:58:44.685599 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_111_23} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 1224 rows starting from the beginning of the part 2026.03.20 17:58:44.685634 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_111_23} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 128 rows starting from the beginning of the part 2026.03.20 17:58:44.685669 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_111_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 265 rows starting from the beginning of the part 2026.03.20 17:58:44.685852 [ 268 ] {75eb91db-1647-4ea5-a884-96c593093093} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.685894 [ 268 ] {75eb91db-1647-4ea5-a884-96c593093093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.686219 [ 268 ] {75eb91db-1647-4ea5-a884-96c593093093} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.20 17:58:44.686425 [ 268 ] {75eb91db-1647-4ea5-a884-96c593093093} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.686552 [ 268 ] {75eb91db-1647-4ea5-a884-96c593093093} executeQuery: Read 1 rows, 69.00 B in 0.001095 sec., 913.2420091324201 rows/sec., 61.54 KiB/sec. 2026.03.20 17:58:44.686587 [ 268 ] {75eb91db-1647-4ea5-a884-96c593093093} TCPHandler: Processed in 0.001261369 sec. 2026.03.20 17:58:44.686700 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:44.686804 [ 268 ] {45c680f2-dc04-45dc-b5f9-4f83f5c762bf} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:44.686846 [ 268 ] {45c680f2-dc04-45dc-b5f9-4f83f5c762bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:44.687194 [ 268 ] {45c680f2-dc04-45dc-b5f9-4f83f5c762bf} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.687230 [ 268 ] {45c680f2-dc04-45dc-b5f9-4f83f5c762bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.687558 [ 268 ] {45c680f2-dc04-45dc-b5f9-4f83f5c762bf} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.03.20 17:58:44.687786 [ 268 ] {45c680f2-dc04-45dc-b5f9-4f83f5c762bf} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.687895 [ 79 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.03.20 17:58:44.687918 [ 79 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:44.687921 [ 268 ] {45c680f2-dc04-45dc-b5f9-4f83f5c762bf} executeQuery: Read 90 rows, 5.77 KiB in 0.001136 sec., 79225.35211267605 rows/sec., 4.96 MiB/sec. 2026.03.20 17:58:44.687935 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:44.687961 [ 268 ] {45c680f2-dc04-45dc-b5f9-4f83f5c762bf} TCPHandler: Processed in 0.001312101 sec. 2026.03.20 17:58:44.688037 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.03.20 17:58:44.688187 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:44.688221 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6420 rows starting from the beginning of the part 2026.03.20 17:58:44.688282 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part 2026.03.20 17:58:44.688325 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 90 rows starting from the beginning of the part 2026.03.20 17:58:44.688363 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 12 rows starting from the beginning of the part 2026.03.20 17:58:44.688402 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 48 rows starting from the beginning of the part 2026.03.20 17:58:44.688441 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 90 rows starting from the beginning of the part 2026.03.20 17:58:44.691940 [ 194 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6720 rows, containing 4 columns (4 merged, 0 gathered) in 0.003955752 sec., 1698792.0375190356 rows/sec., 109.28 MiB/sec. 2026.03.20 17:58:44.692576 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.03.20 17:58:44.692881 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_111_22} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.692973 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_111_22} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.03.20 17:58:44.693055 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.03.20 17:58:44.696623 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_111_23} MergeTask::MergeProjectionsStage: Merge sorted 38428 rows, containing 5 columns (5 merged, 0 gathered) in 0.011325023 sec., 3393193.9917473015 rows/sec., 223.00 MiB/sec. 2026.03.20 17:58:44.697039 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_111_23} MergedBlockOutputStream: filled checksums all_1_111_23 (state Temporary) 2026.03.20 17:58:44.697271 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_111_23} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_111_23 to all_1_111_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:44.697342 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_111_23} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_106_22, all_111_111_0] -> all_1_111_23 2026.03.20 17:58:44.697417 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.20 17:58:45.000217 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 360.44 MiB, peak 373.15 MiB, free memory in arenas 0.00 B, will set to 364.15 MiB (RSS), difference: 3.71 MiB 2026.03.20 17:58:47.687032 [ 75 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:58:47.687088 [ 75 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:58:47.845698 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 32677 2026.03.20 17:58:47.846246 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:47.846289 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:47.846757 [ 245 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.20 17:58:47.846983 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:47.847117 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32677 2026.03.20 17:58:47.960358 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1978 2026.03.20 17:58:47.962696 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:47.962745 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:47.964024 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:58:47.964328 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:47.964481 [ 55 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.20 17:58:47.964520 [ 55 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:47.964539 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:47.964651 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::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.03.20 17:58:47.964723 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1978 2026.03.20 17:58:47.965221 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:47.965359 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1790 rows starting from the beginning of the part 2026.03.20 17:58:47.965706 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 54 rows starting from the beginning of the part 2026.03.20 17:58:47.966036 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part 2026.03.20 17:58:47.966362 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part 2026.03.20 17:58:47.966677 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 50 rows starting from the beginning of the part 2026.03.20 17:58:47.966994 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part 2026.03.20 17:58:47.973860 [ 187 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1978 rows, containing 72 columns (72 merged, 0 gathered) in 0.009265075 sec., 213489.90698941995 rows/sec., 165.79 MiB/sec. 2026.03.20 17:58:47.975753 [ 188 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.20 17:58:47.976396 [ 188 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_51_10} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:47.976489 [ 188 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_51_10} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.20 17:58:47.976852 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.09 MiB. 2026.03.20 17:58:49.550310 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2026.03.20 17:58:49.566654 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:49.566711 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:49.572317 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.20 17:58:49.573028 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:49.575799 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2026.03.20 17:58:49.666809 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:49.666989 [ 268 ] {e3e98b90-49ad-4396-8ed7-d0031b3329bd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:49.667056 [ 268 ] {e3e98b90-49ad-4396-8ed7-d0031b3329bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:49.667817 [ 268 ] {e3e98b90-49ad-4396-8ed7-d0031b3329bd} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:49.667859 [ 268 ] {e3e98b90-49ad-4396-8ed7-d0031b3329bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:49.668257 [ 268 ] {e3e98b90-49ad-4396-8ed7-d0031b3329bd} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.03.20 17:58:49.668481 [ 268 ] {e3e98b90-49ad-4396-8ed7-d0031b3329bd} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:49.668633 [ 268 ] {e3e98b90-49ad-4396-8ed7-d0031b3329bd} executeQuery: Read 138 rows, 12.29 KiB in 0.001693 sec., 81512.10868281158 rows/sec., 7.09 MiB/sec. 2026.03.20 17:58:49.668675 [ 268 ] {e3e98b90-49ad-4396-8ed7-d0031b3329bd} TCPHandler: Processed in 0.001991906 sec. 2026.03.20 17:58:49.668799 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:49.668896 [ 268 ] {df5f5e29-fcac-4314-b756-742eda581587} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:58:49.668937 [ 268 ] {df5f5e29-fcac-4314-b756-742eda581587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:58:49.669381 [ 268 ] {df5f5e29-fcac-4314-b756-742eda581587} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:49.669416 [ 268 ] {df5f5e29-fcac-4314-b756-742eda581587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:49.669714 [ 268 ] {df5f5e29-fcac-4314-b756-742eda581587} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.20 17:58:49.669920 [ 268 ] {df5f5e29-fcac-4314-b756-742eda581587} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:49.670047 [ 268 ] {df5f5e29-fcac-4314-b756-742eda581587} executeQuery: Read 41 rows, 3.08 KiB in 0.001169 sec., 35072.71171941831 rows/sec., 2.58 MiB/sec. 2026.03.20 17:58:49.670085 [ 268 ] {df5f5e29-fcac-4314-b756-742eda581587} TCPHandler: Processed in 0.001335701 sec. 2026.03.20 17:58:49.670210 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:49.670304 [ 268 ] {b4dc6e2b-a28c-40d4-a561-67cc06278151} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:49.670343 [ 268 ] {b4dc6e2b-a28c-40d4-a561-67cc06278151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:49.670773 [ 268 ] {b4dc6e2b-a28c-40d4-a561-67cc06278151} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:49.670808 [ 268 ] {b4dc6e2b-a28c-40d4-a561-67cc06278151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:49.671114 [ 268 ] {b4dc6e2b-a28c-40d4-a561-67cc06278151} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.03.20 17:58:49.671333 [ 268 ] {b4dc6e2b-a28c-40d4-a561-67cc06278151} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:49.671461 [ 268 ] {b4dc6e2b-a28c-40d4-a561-67cc06278151} executeQuery: Read 105 rows, 8.40 KiB in 0.001176 sec., 89285.71428571429 rows/sec., 6.97 MiB/sec. 2026.03.20 17:58:49.671498 [ 268 ] {b4dc6e2b-a28c-40d4-a561-67cc06278151} TCPHandler: Processed in 0.001356102 sec. 2026.03.20 17:58:49.671605 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:49.671699 [ 268 ] {94caf126-4e51-47df-ad21-a35e0a715afe} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:49.671742 [ 268 ] {94caf126-4e51-47df-ad21-a35e0a715afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:49.672137 [ 268 ] {94caf126-4e51-47df-ad21-a35e0a715afe} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:49.672173 [ 268 ] {94caf126-4e51-47df-ad21-a35e0a715afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:49.672518 [ 268 ] {94caf126-4e51-47df-ad21-a35e0a715afe} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.03.20 17:58:49.672718 [ 268 ] {94caf126-4e51-47df-ad21-a35e0a715afe} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:49.672852 [ 268 ] {94caf126-4e51-47df-ad21-a35e0a715afe} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2026.03.20 17:58:49.672889 [ 268 ] {94caf126-4e51-47df-ad21-a35e0a715afe} TCPHandler: Processed in 0.001333321 sec. 2026.03.20 17:58:49.672993 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:49.673095 [ 268 ] {4227f079-7400-48ec-8077-0520e957a38e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:49.673154 [ 268 ] {4227f079-7400-48ec-8077-0520e957a38e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:58:49.674091 [ 268 ] {4227f079-7400-48ec-8077-0520e957a38e} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:49.674126 [ 268 ] {4227f079-7400-48ec-8077-0520e957a38e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:49.674725 [ 268 ] {4227f079-7400-48ec-8077-0520e957a38e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:58:49.674959 [ 268 ] {4227f079-7400-48ec-8077-0520e957a38e} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:49.675102 [ 268 ] {4227f079-7400-48ec-8077-0520e957a38e} executeQuery: Read 41 rows, 75.23 KiB in 0.002026 sec., 20236.920039486675 rows/sec., 36.26 MiB/sec. 2026.03.20 17:58:49.675167 [ 268 ] {4227f079-7400-48ec-8077-0520e957a38e} TCPHandler: Processed in 0.002225632 sec. 2026.03.20 17:58:49.675281 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:49.675376 [ 268 ] {a2467157-4312-406f-9252-e93178b65814} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:49.675421 [ 268 ] {a2467157-4312-406f-9252-e93178b65814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:49.675764 [ 268 ] {a2467157-4312-406f-9252-e93178b65814} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:49.675800 [ 268 ] {a2467157-4312-406f-9252-e93178b65814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:49.676108 [ 268 ] {a2467157-4312-406f-9252-e93178b65814} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.03.20 17:58:49.676316 [ 268 ] {a2467157-4312-406f-9252-e93178b65814} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:49.676445 [ 268 ] {a2467157-4312-406f-9252-e93178b65814} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.03.20 17:58:49.676480 [ 268 ] {a2467157-4312-406f-9252-e93178b65814} TCPHandler: Processed in 0.001249949 sec. 2026.03.20 17:58:54.672492 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:54.672705 [ 268 ] {a82fdb79-d1fb-481e-9dd3-bc882d610158} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:58:54.672777 [ 268 ] {a82fdb79-d1fb-481e-9dd3-bc882d610158} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:58:54.673598 [ 268 ] {a82fdb79-d1fb-481e-9dd3-bc882d610158} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:54.673645 [ 268 ] {a82fdb79-d1fb-481e-9dd3-bc882d610158} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:54.674041 [ 268 ] {a82fdb79-d1fb-481e-9dd3-bc882d610158} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:58:54.674268 [ 268 ] {a82fdb79-d1fb-481e-9dd3-bc882d610158} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:54.674417 [ 268 ] {a82fdb79-d1fb-481e-9dd3-bc882d610158} executeQuery: Read 284 rows, 18.47 KiB in 0.001765 sec., 160906.51558073654 rows/sec., 10.22 MiB/sec. 2026.03.20 17:58:54.674457 [ 268 ] {a82fdb79-d1fb-481e-9dd3-bc882d610158} TCPHandler: Processed in 0.002101889 sec. 2026.03.20 17:58:54.674582 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:54.674675 [ 268 ] {9fd36d43-819d-44e3-989f-b0c0503f19e8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:54.674715 [ 268 ] {9fd36d43-819d-44e3-989f-b0c0503f19e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:54.675514 [ 268 ] {9fd36d43-819d-44e3-989f-b0c0503f19e8} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:54.675552 [ 268 ] {9fd36d43-819d-44e3-989f-b0c0503f19e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:54.675946 [ 268 ] {9fd36d43-819d-44e3-989f-b0c0503f19e8} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.03.20 17:58:54.676153 [ 268 ] {9fd36d43-819d-44e3-989f-b0c0503f19e8} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:54.676283 [ 268 ] {9fd36d43-819d-44e3-989f-b0c0503f19e8} executeQuery: Read 797 rows, 63.50 KiB in 0.001626 sec., 490159.901599016 rows/sec., 38.14 MiB/sec. 2026.03.20 17:58:54.676320 [ 268 ] {9fd36d43-819d-44e3-989f-b0c0503f19e8} TCPHandler: Processed in 0.001786171 sec. 2026.03.20 17:58:54.676434 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:54.676525 [ 268 ] {b9ae36eb-619d-4cb6-9052-c229fa6beca4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:58:54.676564 [ 268 ] {b9ae36eb-619d-4cb6-9052-c229fa6beca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:58:54.677005 [ 268 ] {b9ae36eb-619d-4cb6-9052-c229fa6beca4} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:54.677041 [ 268 ] {b9ae36eb-619d-4cb6-9052-c229fa6beca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:54.677357 [ 268 ] {b9ae36eb-619d-4cb6-9052-c229fa6beca4} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.20 17:58:54.677566 [ 268 ] {b9ae36eb-619d-4cb6-9052-c229fa6beca4} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:54.677692 [ 268 ] {b9ae36eb-619d-4cb6-9052-c229fa6beca4} executeQuery: Read 142 rows, 8.54 KiB in 0.001185 sec., 119831.22362869198 rows/sec., 7.04 MiB/sec. 2026.03.20 17:58:54.677728 [ 268 ] {b9ae36eb-619d-4cb6-9052-c229fa6beca4} TCPHandler: Processed in 0.001341391 sec. 2026.03.20 17:58:54.677834 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:54.677925 [ 268 ] {209c94d7-aaee-4ec3-93e3-e54dfaaf0f04} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:58:54.677963 [ 268 ] {209c94d7-aaee-4ec3-93e3-e54dfaaf0f04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:58:54.678422 [ 268 ] {209c94d7-aaee-4ec3-93e3-e54dfaaf0f04} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:54.678458 [ 268 ] {209c94d7-aaee-4ec3-93e3-e54dfaaf0f04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:54.678772 [ 268 ] {209c94d7-aaee-4ec3-93e3-e54dfaaf0f04} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.20 17:58:54.678975 [ 268 ] {209c94d7-aaee-4ec3-93e3-e54dfaaf0f04} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:54.679091 [ 41 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 6 parts from all_1_54_11 to all_59_59_0 2026.03.20 17:58:54.679104 [ 268 ] {209c94d7-aaee-4ec3-93e3-e54dfaaf0f04} executeQuery: Read 149 rows, 9.86 KiB in 0.001196 sec., 124581.9397993311 rows/sec., 8.05 MiB/sec. 2026.03.20 17:58:54.679161 [ 41 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:54.679169 [ 268 ] {209c94d7-aaee-4ec3-93e3-e54dfaaf0f04} TCPHandler: Processed in 0.001381112 sec. 2026.03.20 17:58:54.679192 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:54.679289 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_59_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_54_11 to all_59_59_0 into Compact with storage Full 2026.03.20 17:58:54.679290 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:54.679385 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_59_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:54.679411 [ 268 ] {76e696fe-bf8d-4529-a59c-43e97df8405d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:58:54.679414 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_59_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_54_11, total 882 rows starting from the beginning of the part 2026.03.20 17:58:54.679451 [ 268 ] {76e696fe-bf8d-4529-a59c-43e97df8405d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:58:54.679483 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_59_12} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 149 rows starting from the beginning of the part 2026.03.20 17:58:54.679528 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_59_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 149 rows starting from the beginning of the part 2026.03.20 17:58:54.679568 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_59_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 708 rows starting from the beginning of the part 2026.03.20 17:58:54.679608 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_59_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 149 rows starting from the beginning of the part 2026.03.20 17:58:54.679646 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_59_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 149 rows starting from the beginning of the part 2026.03.20 17:58:54.679885 [ 268 ] {76e696fe-bf8d-4529-a59c-43e97df8405d} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:54.679919 [ 268 ] {76e696fe-bf8d-4529-a59c-43e97df8405d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:54.680267 [ 268 ] {76e696fe-bf8d-4529-a59c-43e97df8405d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:58:54.680471 [ 268 ] {76e696fe-bf8d-4529-a59c-43e97df8405d} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:54.680596 [ 268 ] {76e696fe-bf8d-4529-a59c-43e97df8405d} executeQuery: Read 148 rows, 8.62 KiB in 0.001203 sec., 123025.76891105568 rows/sec., 7.00 MiB/sec. 2026.03.20 17:58:54.680632 [ 268 ] {76e696fe-bf8d-4529-a59c-43e97df8405d} TCPHandler: Processed in 0.001389632 sec. 2026.03.20 17:58:54.680695 [ 196 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_59_12} MergeTask::MergeProjectionsStage: Merge sorted 2186 rows, containing 5 columns (5 merged, 0 gathered) in 0.001437423 sec., 1520777.112930571 rows/sec., 98.18 MiB/sec. 2026.03.20 17:58:54.680737 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:54.680836 [ 268 ] {80e00030-ce0f-4184-be12-8be84ca132c3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:54.680874 [ 268 ] {80e00030-ce0f-4184-be12-8be84ca132c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:54.680874 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_59_12} MergedBlockOutputStream: filled checksums all_1_59_12 (state Temporary) 2026.03.20 17:58:54.681100 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_59_12} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_59_12 to all_1_59_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:54.681161 [ 199 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_59_12} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 6 parts: [all_1_54_11, all_59_59_0] -> all_1_59_12 2026.03.20 17:58:54.681237 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.03.20 17:58:54.681478 [ 268 ] {80e00030-ce0f-4184-be12-8be84ca132c3} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:54.681516 [ 268 ] {80e00030-ce0f-4184-be12-8be84ca132c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:54.681881 [ 268 ] {80e00030-ce0f-4184-be12-8be84ca132c3} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.03.20 17:58:54.682095 [ 268 ] {80e00030-ce0f-4184-be12-8be84ca132c3} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:54.682248 [ 268 ] {80e00030-ce0f-4184-be12-8be84ca132c3} executeQuery: Read 490 rows, 35.18 KiB in 0.00143 sec., 342657.34265734267 rows/sec., 24.02 MiB/sec. 2026.03.20 17:58:54.682288 [ 268 ] {80e00030-ce0f-4184-be12-8be84ca132c3} TCPHandler: Processed in 0.001598337 sec. 2026.03.20 17:58:54.682396 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:54.682492 [ 268 ] {30be5b2c-c29b-4050-be28-65087f36cff1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:58:54.682533 [ 268 ] {30be5b2c-c29b-4050-be28-65087f36cff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:58:54.682863 [ 268 ] {30be5b2c-c29b-4050-be28-65087f36cff1} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:54.682900 [ 268 ] {30be5b2c-c29b-4050-be28-65087f36cff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:54.683214 [ 268 ] {30be5b2c-c29b-4050-be28-65087f36cff1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:58:54.683426 [ 268 ] {30be5b2c-c29b-4050-be28-65087f36cff1} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:54.683554 [ 268 ] {30be5b2c-c29b-4050-be28-65087f36cff1} executeQuery: Read 6 rows, 321.00 B in 0.00108 sec., 5555.555555555556 rows/sec., 290.26 KiB/sec. 2026.03.20 17:58:54.683591 [ 268 ] {30be5b2c-c29b-4050-be28-65087f36cff1} TCPHandler: Processed in 0.001243259 sec. 2026.03.20 17:58:54.683690 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:54.683791 [ 268 ] {eb62357e-de24-4560-a3ab-25c8d3118c87} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:54.683834 [ 268 ] {eb62357e-de24-4560-a3ab-25c8d3118c87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:54.684235 [ 268 ] {eb62357e-de24-4560-a3ab-25c8d3118c87} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:54.684271 [ 268 ] {eb62357e-de24-4560-a3ab-25c8d3118c87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:54.684608 [ 268 ] {eb62357e-de24-4560-a3ab-25c8d3118c87} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.03.20 17:58:54.684819 [ 268 ] {eb62357e-de24-4560-a3ab-25c8d3118c87} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:54.684945 [ 268 ] {eb62357e-de24-4560-a3ab-25c8d3118c87} executeQuery: Read 265 rows, 18.03 KiB in 0.001172 sec., 226109.21501706482 rows/sec., 15.03 MiB/sec. 2026.03.20 17:58:54.684981 [ 268 ] {eb62357e-de24-4560-a3ab-25c8d3118c87} TCPHandler: Processed in 0.001338551 sec. 2026.03.20 17:58:54.685087 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:54.685180 [ 268 ] {6c725fd1-187d-422a-887f-291a93830161} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:58:54.685221 [ 268 ] {6c725fd1-187d-422a-887f-291a93830161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:58:54.685527 [ 268 ] {6c725fd1-187d-422a-887f-291a93830161} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:54.685563 [ 268 ] {6c725fd1-187d-422a-887f-291a93830161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:54.685846 [ 268 ] {6c725fd1-187d-422a-887f-291a93830161} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.20 17:58:54.686051 [ 268 ] {6c725fd1-187d-422a-887f-291a93830161} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:54.686173 [ 268 ] {6c725fd1-187d-422a-887f-291a93830161} executeQuery: Read 1 rows, 69.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 66.65 KiB/sec. 2026.03.20 17:58:54.686207 [ 268 ] {6c725fd1-187d-422a-887f-291a93830161} TCPHandler: Processed in 0.001167267 sec. 2026.03.20 17:58:54.686311 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:54.686403 [ 268 ] {3fe8afd7-6122-4667-a1a2-0e5889063257} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:54.686442 [ 268 ] {3fe8afd7-6122-4667-a1a2-0e5889063257} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:54.686754 [ 268 ] {3fe8afd7-6122-4667-a1a2-0e5889063257} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:54.686789 [ 268 ] {3fe8afd7-6122-4667-a1a2-0e5889063257} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:54.687111 [ 268 ] {3fe8afd7-6122-4667-a1a2-0e5889063257} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.03.20 17:58:54.687319 [ 268 ] {3fe8afd7-6122-4667-a1a2-0e5889063257} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:54.687441 [ 268 ] {3fe8afd7-6122-4667-a1a2-0e5889063257} executeQuery: Read 90 rows, 5.77 KiB in 0.001056 sec., 85227.27272727272 rows/sec., 5.33 MiB/sec. 2026.03.20 17:58:54.687476 [ 268 ] {3fe8afd7-6122-4667-a1a2-0e5889063257} TCPHandler: Processed in 0.001211688 sec. 2026.03.20 17:58:55.347277 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33189 2026.03.20 17:58:55.348150 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:55.348230 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:55.349016 [ 245 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.20 17:58:55.349242 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:55.349383 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33189 2026.03.20 17:58:57.075892 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2026.03.20 17:58:57.092499 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:57.092556 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:57.098792 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.20 17:58:57.099474 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:57.102410 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2026.03.20 17:58:57.964922 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2010 2026.03.20 17:58:57.967610 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:57.967669 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:57.968906 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:58:57.969182 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:57.969571 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2010 2026.03.20 17:58:59.666862 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:59.667055 [ 268 ] {20b23035-e048-48bf-af86-73f9d961e782} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:58:59.667123 [ 268 ] {20b23035-e048-48bf-af86-73f9d961e782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:58:59.667878 [ 268 ] {20b23035-e048-48bf-af86-73f9d961e782} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:59.667927 [ 268 ] {20b23035-e048-48bf-af86-73f9d961e782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:59.668372 [ 268 ] {20b23035-e048-48bf-af86-73f9d961e782} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.03.20 17:58:59.668610 [ 268 ] {20b23035-e048-48bf-af86-73f9d961e782} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:59.668775 [ 268 ] {20b23035-e048-48bf-af86-73f9d961e782} executeQuery: Read 138 rows, 12.29 KiB in 0.001768 sec., 78054.29864253393 rows/sec., 6.79 MiB/sec. 2026.03.20 17:58:59.668829 [ 268 ] {20b23035-e048-48bf-af86-73f9d961e782} TCPHandler: Processed in 0.002099128 sec. 2026.03.20 17:58:59.668966 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:59.669071 [ 268 ] {e194da7c-1244-4b2c-9466-68d08097489d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:58:59.669114 [ 268 ] {e194da7c-1244-4b2c-9466-68d08097489d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:58:59.669555 [ 268 ] {e194da7c-1244-4b2c-9466-68d08097489d} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:59.669594 [ 268 ] {e194da7c-1244-4b2c-9466-68d08097489d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:59.669900 [ 268 ] {e194da7c-1244-4b2c-9466-68d08097489d} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.20 17:58:59.670107 [ 268 ] {e194da7c-1244-4b2c-9466-68d08097489d} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:59.670241 [ 54 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 2026.03.20 17:58:59.670267 [ 268 ] {e194da7c-1244-4b2c-9466-68d08097489d} executeQuery: Read 41 rows, 3.08 KiB in 0.00122 sec., 33606.55737704918 rows/sec., 2.47 MiB/sec. 2026.03.20 17:58:59.670307 [ 54 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:59.670319 [ 268 ] {e194da7c-1244-4b2c-9466-68d08097489d} TCPHandler: Processed in 0.001415083 sec. 2026.03.20 17:58:59.670336 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:59.670434 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_85_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full 2026.03.20 17:58:59.670436 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:59.670529 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_85_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:59.670550 [ 268 ] {b3281941-fa97-44a7-8169-9ac155cd4354} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:58:59.670559 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 226 rows starting from the beginning of the part 2026.03.20 17:58:59.670592 [ 268 ] {b3281941-fa97-44a7-8169-9ac155cd4354} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:58:59.670632 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 66 rows starting from the beginning of the part 2026.03.20 17:58:59.670684 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 142 rows starting from the beginning of the part 2026.03.20 17:58:59.670733 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:59.670780 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 142 rows starting from the beginning of the part 2026.03.20 17:58:59.670824 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:59.671071 [ 268 ] {b3281941-fa97-44a7-8169-9ac155cd4354} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:59.671105 [ 268 ] {b3281941-fa97-44a7-8169-9ac155cd4354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:59.671436 [ 268 ] {b3281941-fa97-44a7-8169-9ac155cd4354} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.03.20 17:58:59.671645 [ 268 ] {b3281941-fa97-44a7-8169-9ac155cd4354} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:59.671677 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_85_17} MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 5 columns (5 merged, 0 gathered) in 0.0012841 sec., 512421.1510007009 rows/sec., 34.62 MiB/sec. 2026.03.20 17:58:59.671779 [ 268 ] {b3281941-fa97-44a7-8169-9ac155cd4354} executeQuery: Read 105 rows, 8.40 KiB in 0.001247 sec., 84202.08500400961 rows/sec., 6.58 MiB/sec. 2026.03.20 17:58:59.671818 [ 268 ] {b3281941-fa97-44a7-8169-9ac155cd4354} TCPHandler: Processed in 0.001430794 sec. 2026.03.20 17:58:59.671900 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_85_17} MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) 2026.03.20 17:58:59.671932 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:59.672032 [ 268 ] {1251c4bf-0909-4c3d-aa0b-7084b3fadbf1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:59.672080 [ 268 ] {1251c4bf-0909-4c3d-aa0b-7084b3fadbf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:58:59.672276 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_85_17} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:59.672374 [ 196 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_85_17} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 2026.03.20 17:58:59.672493 [ 268 ] {1251c4bf-0909-4c3d-aa0b-7084b3fadbf1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:59.672501 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 17:58:59.672538 [ 268 ] {1251c4bf-0909-4c3d-aa0b-7084b3fadbf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:59.672887 [ 268 ] {1251c4bf-0909-4c3d-aa0b-7084b3fadbf1} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.03.20 17:58:59.673120 [ 268 ] {1251c4bf-0909-4c3d-aa0b-7084b3fadbf1} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:59.673267 [ 268 ] {1251c4bf-0909-4c3d-aa0b-7084b3fadbf1} executeQuery: Read 160 rows, 11.41 KiB in 0.001254 sec., 127591.70653907496 rows/sec., 8.89 MiB/sec. 2026.03.20 17:58:59.673310 [ 268 ] {1251c4bf-0909-4c3d-aa0b-7084b3fadbf1} TCPHandler: Processed in 0.001426523 sec. 2026.03.20 17:58:59.673422 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:59.673516 [ 268 ] {39049ce4-35d1-477f-af15-5999596291a8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:58:59.673571 [ 268 ] {39049ce4-35d1-477f-af15-5999596291a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:58:59.674448 [ 268 ] {39049ce4-35d1-477f-af15-5999596291a8} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:59.674484 [ 268 ] {39049ce4-35d1-477f-af15-5999596291a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:59.675103 [ 268 ] {39049ce4-35d1-477f-af15-5999596291a8} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:58:59.675356 [ 268 ] {39049ce4-35d1-477f-af15-5999596291a8} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:59.675483 [ 54 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.20 17:58:59.675500 [ 268 ] {39049ce4-35d1-477f-af15-5999596291a8} executeQuery: Read 41 rows, 75.23 KiB in 0.002002 sec., 20479.52047952048 rows/sec., 36.70 MiB/sec. 2026.03.20 17:58:59.675525 [ 54 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:59.675551 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:59.675572 [ 268 ] {39049ce4-35d1-477f-af15-5999596291a8} TCPHandler: Processed in 0.002199801 sec. 2026.03.20 17:58:59.675630 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::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.03.20 17:58:59.675701 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:58:59.675799 [ 268 ] {dfc8125e-b7da-474e-84d7-4913b6fd9377} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:58:59.675829 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:58:59.675842 [ 268 ] {dfc8125e-b7da-474e-84d7-4913b6fd9377} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:58:59.675880 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1916 rows starting from the beginning of the part 2026.03.20 17:58:59.676003 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:59.676114 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:59.676186 [ 268 ] {dfc8125e-b7da-474e-84d7-4913b6fd9377} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:58:59.676214 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 52 rows starting from the beginning of the part 2026.03.20 17:58:59.676223 [ 268 ] {dfc8125e-b7da-474e-84d7-4913b6fd9377} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:58:59.676312 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:59.676405 [ 195 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 41 rows starting from the beginning of the part 2026.03.20 17:58:59.676562 [ 268 ] {dfc8125e-b7da-474e-84d7-4913b6fd9377} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.03.20 17:58:59.676780 [ 268 ] {dfc8125e-b7da-474e-84d7-4913b6fd9377} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:59.676910 [ 268 ] {dfc8125e-b7da-474e-84d7-4913b6fd9377} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2026.03.20 17:58:59.676947 [ 268 ] {dfc8125e-b7da-474e-84d7-4913b6fd9377} TCPHandler: Processed in 0.00129563 sec. 2026.03.20 17:58:59.687876 [ 196 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2132 rows, containing 19 columns (19 merged, 0 gathered) in 0.012278635 sec., 173634.93580516076 rows/sec., 311.15 MiB/sec. 2026.03.20 17:58:59.689672 [ 187 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.20 17:58:59.690026 [ 187 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_51_10} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:58:59.690109 [ 187 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_51_10} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.20 17:58:59.690206 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.17 MiB. 2026.03.20 17:59:00.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 365.51 MiB, peak 383.65 MiB, free memory in arenas 0.00 B, will set to 372.62 MiB (RSS), difference: 7.11 MiB 2026.03.20 17:59:02.687131 [ 63 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:59:02.687185 [ 63 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:59:02.734366 [ 222 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:02.734419 [ 222 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:02.750195 [ 222 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:02.849570 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 33637 2026.03.20 17:59:02.850103 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:02.850149 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. 2026.03.20 17:59:02.850638 [ 245 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.20 17:59:02.850882 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:02.851034 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33637 2026.03.20 17:59:02.851124 [ 220 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:02.851184 [ 220 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:02.855305 [ 220 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.312618 [ 221 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.312714 [ 221 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.318197 [ 221 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.602503 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2026.03.20 17:59:04.618984 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.619032 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.625062 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.20 17:59:04.625772 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.628600 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2026.03.20 17:59:04.673142 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.673358 [ 268 ] {1174852b-3da1-4063-8834-9d0e67461c73} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.673435 [ 268 ] {1174852b-3da1-4063-8834-9d0e67461c73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:59:04.674247 [ 268 ] {1174852b-3da1-4063-8834-9d0e67461c73} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.674312 [ 268 ] {1174852b-3da1-4063-8834-9d0e67461c73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.674731 [ 268 ] {1174852b-3da1-4063-8834-9d0e67461c73} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:59:04.674972 [ 268 ] {1174852b-3da1-4063-8834-9d0e67461c73} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.675143 [ 268 ] {1174852b-3da1-4063-8834-9d0e67461c73} executeQuery: Read 284 rows, 18.47 KiB in 0.00184 sec., 154347.8260869565 rows/sec., 9.80 MiB/sec. 2026.03.20 17:59:04.675197 [ 268 ] {1174852b-3da1-4063-8834-9d0e67461c73} TCPHandler: Processed in 0.002198601 sec. 2026.03.20 17:59:04.675331 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.675436 [ 268 ] {6b57a196-59cf-4cf3-817f-e6cd00c11f5d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:04.675483 [ 268 ] {6b57a196-59cf-4cf3-817f-e6cd00c11f5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:04.676588 [ 268 ] {6b57a196-59cf-4cf3-817f-e6cd00c11f5d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.676627 [ 268 ] {6b57a196-59cf-4cf3-817f-e6cd00c11f5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.676992 [ 268 ] {6b57a196-59cf-4cf3-817f-e6cd00c11f5d} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.03.20 17:59:04.677217 [ 268 ] {6b57a196-59cf-4cf3-817f-e6cd00c11f5d} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.677361 [ 268 ] {6b57a196-59cf-4cf3-817f-e6cd00c11f5d} executeQuery: Read 797 rows, 63.50 KiB in 0.00195 sec., 408717.94871794875 rows/sec., 31.80 MiB/sec. 2026.03.20 17:59:04.677401 [ 268 ] {6b57a196-59cf-4cf3-817f-e6cd00c11f5d} TCPHandler: Processed in 0.002122409 sec. 2026.03.20 17:59:04.677456 [ 221 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.677490 [ 221 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.677530 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.677662 [ 268 ] {e8f030f5-b23c-4d75-a1ea-057062419ab8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.677714 [ 268 ] {e8f030f5-b23c-4d75-a1ea-057062419ab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:59:04.678281 [ 268 ] {e8f030f5-b23c-4d75-a1ea-057062419ab8} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.678329 [ 268 ] {e8f030f5-b23c-4d75-a1ea-057062419ab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.678750 [ 268 ] {e8f030f5-b23c-4d75-a1ea-057062419ab8} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.20 17:59:04.678975 [ 268 ] {e8f030f5-b23c-4d75-a1ea-057062419ab8} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.679107 [ 268 ] {e8f030f5-b23c-4d75-a1ea-057062419ab8} executeQuery: Read 142 rows, 8.54 KiB in 0.001472 sec., 96467.39130434782 rows/sec., 5.67 MiB/sec. 2026.03.20 17:59:04.679148 [ 268 ] {e8f030f5-b23c-4d75-a1ea-057062419ab8} TCPHandler: Processed in 0.001679528 sec. 2026.03.20 17:59:04.679263 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.679361 [ 268 ] {e297598a-29ab-4f5a-beff-344586c33459} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.679403 [ 268 ] {e297598a-29ab-4f5a-beff-344586c33459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:59:04.679883 [ 268 ] {e297598a-29ab-4f5a-beff-344586c33459} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.679922 [ 268 ] {e297598a-29ab-4f5a-beff-344586c33459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.680241 [ 268 ] {e297598a-29ab-4f5a-beff-344586c33459} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.20 17:59:04.680487 [ 268 ] {e297598a-29ab-4f5a-beff-344586c33459} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.680633 [ 268 ] {e297598a-29ab-4f5a-beff-344586c33459} executeQuery: Read 149 rows, 9.86 KiB in 0.001291 sec., 115414.40743609605 rows/sec., 7.46 MiB/sec. 2026.03.20 17:59:04.680672 [ 268 ] {e297598a-29ab-4f5a-beff-344586c33459} TCPHandler: Processed in 0.001459284 sec. 2026.03.20 17:59:04.680785 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.680879 [ 268 ] {51348667-5a5e-434f-b0b6-ae6b622318ef} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.680920 [ 268 ] {51348667-5a5e-434f-b0b6-ae6b622318ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:59:04.681357 [ 221 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.681385 [ 268 ] {51348667-5a5e-434f-b0b6-ae6b622318ef} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.681427 [ 268 ] {51348667-5a5e-434f-b0b6-ae6b622318ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.681753 [ 268 ] {51348667-5a5e-434f-b0b6-ae6b622318ef} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:59:04.681973 [ 268 ] {51348667-5a5e-434f-b0b6-ae6b622318ef} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.682105 [ 268 ] {51348667-5a5e-434f-b0b6-ae6b622318ef} executeQuery: Read 148 rows, 8.62 KiB in 0.001244 sec., 118971.06109324758 rows/sec., 6.77 MiB/sec. 2026.03.20 17:59:04.682144 [ 268 ] {51348667-5a5e-434f-b0b6-ae6b622318ef} TCPHandler: Processed in 0.001409013 sec. 2026.03.20 17:59:04.682256 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.682355 [ 268 ] {0c0e24e0-2279-4ef2-8df6-c4afde2e4461} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:04.682405 [ 268 ] {0c0e24e0-2279-4ef2-8df6-c4afde2e4461} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:04.683075 [ 268 ] {0c0e24e0-2279-4ef2-8df6-c4afde2e4461} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.683112 [ 268 ] {0c0e24e0-2279-4ef2-8df6-c4afde2e4461} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.683441 [ 268 ] {0c0e24e0-2279-4ef2-8df6-c4afde2e4461} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.03.20 17:59:04.683664 [ 268 ] {0c0e24e0-2279-4ef2-8df6-c4afde2e4461} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.683795 [ 268 ] {0c0e24e0-2279-4ef2-8df6-c4afde2e4461} executeQuery: Read 490 rows, 35.18 KiB in 0.001458 sec., 336076.817558299 rows/sec., 23.56 MiB/sec. 2026.03.20 17:59:04.683833 [ 268 ] {0c0e24e0-2279-4ef2-8df6-c4afde2e4461} TCPHandler: Processed in 0.001627768 sec. 2026.03.20 17:59:04.683944 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.684038 [ 268 ] {50f32d96-f77b-4fa4-97d0-456d20ab3905} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:59:04.684080 [ 268 ] {50f32d96-f77b-4fa4-97d0-456d20ab3905} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:59:04.684443 [ 268 ] {50f32d96-f77b-4fa4-97d0-456d20ab3905} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.684488 [ 268 ] {50f32d96-f77b-4fa4-97d0-456d20ab3905} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.684832 [ 268 ] {50f32d96-f77b-4fa4-97d0-456d20ab3905} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:59:04.685037 [ 268 ] {50f32d96-f77b-4fa4-97d0-456d20ab3905} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.685151 [ 70 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 2026.03.20 17:59:04.685167 [ 268 ] {50f32d96-f77b-4fa4-97d0-456d20ab3905} executeQuery: Read 6 rows, 321.00 B in 0.001147 sec., 5231.037489102006 rows/sec., 273.30 KiB/sec. 2026.03.20 17:59:04.685216 [ 70 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.685225 [ 268 ] {50f32d96-f77b-4fa4-97d0-456d20ab3905} TCPHandler: Processed in 0.00133103 sec. 2026.03.20 17:59:04.685248 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.685346 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.685373 [ 196 ] {05b673bd-1065-454a-b193-02561891577e::all_1_48_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full 2026.03.20 17:59:04.685444 [ 268 ] {171a5f32-20bd-4bbe-a566-1ff64ea93828} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.685491 [ 268 ] {171a5f32-20bd-4bbe-a566-1ff64ea93828} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:04.685530 [ 196 ] {05b673bd-1065-454a-b193-02561891577e::all_1_48_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:04.685573 [ 196 ] {05b673bd-1065-454a-b193-02561891577e::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 258 rows starting from the beginning of the part 2026.03.20 17:59:04.685646 [ 196 ] {05b673bd-1065-454a-b193-02561891577e::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part 2026.03.20 17:59:04.685694 [ 196 ] {05b673bd-1065-454a-b193-02561891577e::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part 2026.03.20 17:59:04.685738 [ 196 ] {05b673bd-1065-454a-b193-02561891577e::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part 2026.03.20 17:59:04.685780 [ 196 ] {05b673bd-1065-454a-b193-02561891577e::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part 2026.03.20 17:59:04.685818 [ 196 ] {05b673bd-1065-454a-b193-02561891577e::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part 2026.03.20 17:59:04.685922 [ 268 ] {171a5f32-20bd-4bbe-a566-1ff64ea93828} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.685963 [ 268 ] {171a5f32-20bd-4bbe-a566-1ff64ea93828} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.686312 [ 268 ] {171a5f32-20bd-4bbe-a566-1ff64ea93828} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.03.20 17:59:04.686547 [ 268 ] {171a5f32-20bd-4bbe-a566-1ff64ea93828} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.686646 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_48_10} MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 4 columns (4 merged, 0 gathered) in 0.001330391 sec., 216477.71219137832 rows/sec., 11.05 MiB/sec. 2026.03.20 17:59:04.686676 [ 268 ] {171a5f32-20bd-4bbe-a566-1ff64ea93828} executeQuery: Read 265 rows, 18.03 KiB in 0.001251 sec., 211830.53557154277 rows/sec., 14.08 MiB/sec. 2026.03.20 17:59:04.686717 [ 268 ] {171a5f32-20bd-4bbe-a566-1ff64ea93828} TCPHandler: Processed in 0.001419103 sec. 2026.03.20 17:59:04.686766 [ 225 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.686792 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_48_10} MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) 2026.03.20 17:59:04.686800 [ 225 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.686824 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.686922 [ 268 ] {24d886a4-7f50-45f4-8000-3bb33910e3d8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.686965 [ 268 ] {24d886a4-7f50-45f4-8000-3bb33910e3d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:59:04.687067 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_48_10} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.687141 [ 197 ] {05b673bd-1065-454a-b193-02561891577e::all_1_48_10} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 2026.03.20 17:59:04.687222 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.20 17:59:04.687270 [ 268 ] {24d886a4-7f50-45f4-8000-3bb33910e3d8} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.687309 [ 268 ] {24d886a4-7f50-45f4-8000-3bb33910e3d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.687636 [ 268 ] {24d886a4-7f50-45f4-8000-3bb33910e3d8} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.20 17:59:04.687843 [ 268 ] {24d886a4-7f50-45f4-8000-3bb33910e3d8} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.687952 [ 70 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 2026.03.20 17:59:04.687971 [ 268 ] {24d886a4-7f50-45f4-8000-3bb33910e3d8} executeQuery: Read 1 rows, 69.00 B in 0.001067 sec., 937.207122774133 rows/sec., 63.15 KiB/sec. 2026.03.20 17:59:04.687987 [ 70 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.688010 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.688012 [ 268 ] {24d886a4-7f50-45f4-8000-3bb33910e3d8} TCPHandler: Processed in 0.001234899 sec. 2026.03.20 17:59:04.688105 [ 193 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_48_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full 2026.03.20 17:59:04.688200 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.688205 [ 193 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_48_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:04.688256 [ 193 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 44 rows starting from the beginning of the part 2026.03.20 17:59:04.688306 [ 268 ] {48b7814e-dabb-4627-8eb2-565faaf9ef26} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.688310 [ 193 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part 2026.03.20 17:59:04.688354 [ 268 ] {48b7814e-dabb-4627-8eb2-565faaf9ef26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:04.688366 [ 193 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part 2026.03.20 17:59:04.688408 [ 193 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part 2026.03.20 17:59:04.688441 [ 193 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part 2026.03.20 17:59:04.688473 [ 193 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part 2026.03.20 17:59:04.688697 [ 268 ] {48b7814e-dabb-4627-8eb2-565faaf9ef26} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.688738 [ 268 ] {48b7814e-dabb-4627-8eb2-565faaf9ef26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.689081 [ 268 ] {48b7814e-dabb-4627-8eb2-565faaf9ef26} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.03.20 17:59:04.689189 [ 198 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_48_10} MergeTask::MergeProjectionsStage: Merge sorted 49 rows, containing 4 columns (4 merged, 0 gathered) in 0.001119146 sec., 43783.38483093359 rows/sec., 2.88 MiB/sec. 2026.03.20 17:59:04.689294 [ 268 ] {48b7814e-dabb-4627-8eb2-565faaf9ef26} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.689336 [ 191 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_48_10} MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) 2026.03.20 17:59:04.689428 [ 268 ] {48b7814e-dabb-4627-8eb2-565faaf9ef26} executeQuery: Read 90 rows, 5.77 KiB in 0.00114 sec., 78947.36842105264 rows/sec., 4.94 MiB/sec. 2026.03.20 17:59:04.689465 [ 268 ] {48b7814e-dabb-4627-8eb2-565faaf9ef26} TCPHandler: Processed in 0.001311411 sec. 2026.03.20 17:59:04.689551 [ 219 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.689587 [ 219 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.689647 [ 191 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_48_10} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.689716 [ 191 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_48_10} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 2026.03.20 17:59:04.689810 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.20 17:59:04.690286 [ 225 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.692608 [ 219 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:04.842261 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.842431 [ 268 ] {dcc0485e-c0fd-4631-87b0-2586f7321f47} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:59:04.842496 [ 268 ] {dcc0485e-c0fd-4631-87b0-2586f7321f47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:59:04.843067 [ 268 ] {dcc0485e-c0fd-4631-87b0-2586f7321f47} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.843112 [ 268 ] {dcc0485e-c0fd-4631-87b0-2586f7321f47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.843489 [ 268 ] {dcc0485e-c0fd-4631-87b0-2586f7321f47} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.20 17:59:04.843717 [ 268 ] {dcc0485e-c0fd-4631-87b0-2586f7321f47} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.843871 [ 268 ] {dcc0485e-c0fd-4631-87b0-2586f7321f47} executeQuery: Read 2 rows, 167.00 B in 0.001484 sec., 1347.7088948787061 rows/sec., 109.90 KiB/sec. 2026.03.20 17:59:04.843913 [ 268 ] {dcc0485e-c0fd-4631-87b0-2586f7321f47} TCPHandler: Processed in 0.001769591 sec. 2026.03.20 17:59:04.844026 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.844122 [ 268 ] {920dfe57-9a95-4934-85d3-3b4e64d4beaa} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:04.844163 [ 268 ] {920dfe57-9a95-4934-85d3-3b4e64d4beaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:04.845322 [ 268 ] {920dfe57-9a95-4934-85d3-3b4e64d4beaa} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.845360 [ 268 ] {920dfe57-9a95-4934-85d3-3b4e64d4beaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.845820 [ 268 ] {920dfe57-9a95-4934-85d3-3b4e64d4beaa} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.03.20 17:59:04.846049 [ 268 ] {920dfe57-9a95-4934-85d3-3b4e64d4beaa} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.846172 [ 68 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.03.20 17:59:04.846184 [ 268 ] {920dfe57-9a95-4934-85d3-3b4e64d4beaa} executeQuery: Read 2023 rows, 157.44 KiB in 0.00208 sec., 972596.153846154 rows/sec., 73.92 MiB/sec. 2026.03.20 17:59:04.846232 [ 68 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.846252 [ 268 ] {920dfe57-9a95-4934-85d3-3b4e64d4beaa} TCPHandler: Processed in 0.002275883 sec. 2026.03.20 17:59:04.846257 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.846373 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.846400 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.03.20 17:59:04.846473 [ 268 ] {a9132f91-d2cf-4280-9598-7036ae952dd5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.846517 [ 268 ] {a9132f91-d2cf-4280-9598-7036ae952dd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:59:04.846538 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:04.846577 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2895 rows starting from the beginning of the part 2026.03.20 17:59:04.846645 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 138 rows starting from the beginning of the part 2026.03.20 17:59:04.846693 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 797 rows starting from the beginning of the part 2026.03.20 17:59:04.846735 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 138 rows starting from the beginning of the part 2026.03.20 17:59:04.846775 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 797 rows starting from the beginning of the part 2026.03.20 17:59:04.846818 [ 190 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 2023 rows starting from the beginning of the part 2026.03.20 17:59:04.846933 [ 268 ] {a9132f91-d2cf-4280-9598-7036ae952dd5} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.846976 [ 268 ] {a9132f91-d2cf-4280-9598-7036ae952dd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.847295 [ 268 ] {a9132f91-d2cf-4280-9598-7036ae952dd5} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.20 17:59:04.847509 [ 268 ] {a9132f91-d2cf-4280-9598-7036ae952dd5} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.847645 [ 268 ] {a9132f91-d2cf-4280-9598-7036ae952dd5} executeQuery: Read 54 rows, 4.05 KiB in 0.001191 sec., 45340.05037783375 rows/sec., 3.32 MiB/sec. 2026.03.20 17:59:04.847685 [ 268 ] {a9132f91-d2cf-4280-9598-7036ae952dd5} TCPHandler: Processed in 0.001361771 sec. 2026.03.20 17:59:04.847788 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.847883 [ 268 ] {1087af41-6c79-487b-a70e-a3d1143348b3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.847922 [ 268 ] {1087af41-6c79-487b-a70e-a3d1143348b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:59:04.848519 [ 268 ] {1087af41-6c79-487b-a70e-a3d1143348b3} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.848555 [ 268 ] {1087af41-6c79-487b-a70e-a3d1143348b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.848902 [ 268 ] {1087af41-6c79-487b-a70e-a3d1143348b3} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.20 17:59:04.849084 [ 198 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6788 rows, containing 5 columns (5 merged, 0 gathered) in 0.002741694 sec., 2475841.5782359373 rows/sec., 201.01 MiB/sec. 2026.03.20 17:59:04.849118 [ 268 ] {1087af41-6c79-487b-a70e-a3d1143348b3} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.849254 [ 268 ] {1087af41-6c79-487b-a70e-a3d1143348b3} executeQuery: Read 708 rows, 42.29 KiB in 0.00139 sec., 509352.5179856115 rows/sec., 29.71 MiB/sec. 2026.03.20 17:59:04.849295 [ 268 ] {1087af41-6c79-487b-a70e-a3d1143348b3} TCPHandler: Processed in 0.001556846 sec. 2026.03.20 17:59:04.849408 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.849493 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.03.20 17:59:04.849505 [ 268 ] {13047d08-424b-4bed-ae3f-86bd09f8e3ff} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.849558 [ 268 ] {13047d08-424b-4bed-ae3f-86bd09f8e3ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:59:04.849804 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_116_23} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.849886 [ 186 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_116_23} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.03.20 17:59:04.849933 [ 268 ] {13047d08-424b-4bed-ae3f-86bd09f8e3ff} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.849961 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.20 17:59:04.849975 [ 268 ] {13047d08-424b-4bed-ae3f-86bd09f8e3ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.850284 [ 268 ] {13047d08-424b-4bed-ae3f-86bd09f8e3ff} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 17:59:04.850517 [ 268 ] {13047d08-424b-4bed-ae3f-86bd09f8e3ff} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.850649 [ 268 ] {13047d08-424b-4bed-ae3f-86bd09f8e3ff} executeQuery: Read 1 rows, 72.00 B in 0.001161 sec., 861.3264427217916 rows/sec., 60.56 KiB/sec. 2026.03.20 17:59:04.850687 [ 268 ] {13047d08-424b-4bed-ae3f-86bd09f8e3ff} TCPHandler: Processed in 0.001332061 sec. 2026.03.20 17:59:04.850793 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.850887 [ 268 ] {f1c298ae-6b0d-4788-9d6d-842dc32a3b77} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:04.850926 [ 268 ] {f1c298ae-6b0d-4788-9d6d-842dc32a3b77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:04.851672 [ 268 ] {f1c298ae-6b0d-4788-9d6d-842dc32a3b77} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.851713 [ 268 ] {f1c298ae-6b0d-4788-9d6d-842dc32a3b77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.852079 [ 268 ] {f1c298ae-6b0d-4788-9d6d-842dc32a3b77} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.03.20 17:59:04.852299 [ 268 ] {f1c298ae-6b0d-4788-9d6d-842dc32a3b77} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.852432 [ 268 ] {f1c298ae-6b0d-4788-9d6d-842dc32a3b77} executeQuery: Read 1054 rows, 74.67 KiB in 0.001562 sec., 674775.9282970551 rows/sec., 46.68 MiB/sec. 2026.03.20 17:59:04.852433 [ 70 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.03.20 17:59:04.852472 [ 268 ] {f1c298ae-6b0d-4788-9d6d-842dc32a3b77} TCPHandler: Processed in 0.001728351 sec. 2026.03.20 17:59:04.852542 [ 70 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.852580 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.852641 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.852691 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.03.20 17:59:04.852741 [ 268 ] {35bcc3b9-75e3-4ad4-9362-a7e9d0fdfc48} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.852791 [ 268 ] {35bcc3b9-75e3-4ad4-9362-a7e9d0fdfc48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:04.852815 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:04.852853 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1555 rows starting from the beginning of the part 2026.03.20 17:59:04.852921 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 105 rows starting from the beginning of the part 2026.03.20 17:59:04.852965 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 490 rows starting from the beginning of the part 2026.03.20 17:59:04.853007 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 105 rows starting from the beginning of the part 2026.03.20 17:59:04.853048 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 490 rows starting from the beginning of the part 2026.03.20 17:59:04.853088 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 1054 rows starting from the beginning of the part 2026.03.20 17:59:04.853396 [ 268 ] {35bcc3b9-75e3-4ad4-9362-a7e9d0fdfc48} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.853437 [ 268 ] {35bcc3b9-75e3-4ad4-9362-a7e9d0fdfc48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.853863 [ 268 ] {35bcc3b9-75e3-4ad4-9362-a7e9d0fdfc48} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.03.20 17:59:04.854088 [ 268 ] {35bcc3b9-75e3-4ad4-9362-a7e9d0fdfc48} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.854216 [ 70 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_111_23 to all_116_116_0 2026.03.20 17:59:04.854223 [ 268 ] {35bcc3b9-75e3-4ad4-9362-a7e9d0fdfc48} executeQuery: Read 1218 rows, 77.99 KiB in 0.0015 sec., 812000 rows/sec., 50.77 MiB/sec. 2026.03.20 17:59:04.854251 [ 70 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.854276 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.854279 [ 268 ] {35bcc3b9-75e3-4ad4-9362-a7e9d0fdfc48} TCPHandler: Processed in 0.001691679 sec. 2026.03.20 17:59:04.854340 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_116_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_23 to all_116_116_0 into Compact with storage Full 2026.03.20 17:59:04.854400 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.854430 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_116_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:04.854459 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_116_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_111_23, total 38428 rows starting from the beginning of the part 2026.03.20 17:59:04.854500 [ 268 ] {e50880f7-acbb-49d9-9f9a-890d911c1bf5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.854512 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_116_24} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part 2026.03.20 17:59:04.854517 [ 198 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 3799 rows, containing 5 columns (5 merged, 0 gathered) in 0.001876064 sec., 2024984.2222866598 rows/sec., 149.82 MiB/sec. 2026.03.20 17:59:04.854563 [ 268 ] {e50880f7-acbb-49d9-9f9a-890d911c1bf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:59:04.854569 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_116_24} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 265 rows starting from the beginning of the part 2026.03.20 17:59:04.854624 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_116_24} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part 2026.03.20 17:59:04.854662 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_116_24} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 265 rows starting from the beginning of the part 2026.03.20 17:59:04.854700 [ 186 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_116_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 1218 rows starting from the beginning of the part 2026.03.20 17:59:04.854876 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.03.20 17:59:04.855376 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_116_23} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.855480 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_116_23} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.03.20 17:59:04.855496 [ 268 ] {e50880f7-acbb-49d9-9f9a-890d911c1bf5} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.855566 [ 268 ] {e50880f7-acbb-49d9-9f9a-890d911c1bf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.855597 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.20 17:59:04.856200 [ 268 ] {e50880f7-acbb-49d9-9f9a-890d911c1bf5} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:59:04.856442 [ 268 ] {e50880f7-acbb-49d9-9f9a-890d911c1bf5} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.856596 [ 268 ] {e50880f7-acbb-49d9-9f9a-890d911c1bf5} executeQuery: Read 52 rows, 95.42 KiB in 0.002114 sec., 24597.918637653736 rows/sec., 44.08 MiB/sec. 2026.03.20 17:59:04.856682 [ 268 ] {e50880f7-acbb-49d9-9f9a-890d911c1bf5} TCPHandler: Processed in 0.002331834 sec. 2026.03.20 17:59:04.856805 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:04.856903 [ 268 ] {ee202e0a-bce4-4ca1-affe-5be9251e23a1} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:04.856945 [ 268 ] {ee202e0a-bce4-4ca1-affe-5be9251e23a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:04.857332 [ 268 ] {ee202e0a-bce4-4ca1-affe-5be9251e23a1} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.857371 [ 268 ] {ee202e0a-bce4-4ca1-affe-5be9251e23a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.857697 [ 268 ] {ee202e0a-bce4-4ca1-affe-5be9251e23a1} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.03.20 17:59:04.857913 [ 268 ] {ee202e0a-bce4-4ca1-affe-5be9251e23a1} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.858044 [ 70 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.03.20 17:59:04.858051 [ 268 ] {ee202e0a-bce4-4ca1-affe-5be9251e23a1} executeQuery: Read 12 rows, 848.00 B in 0.001167 sec., 10282.776349614396 rows/sec., 709.62 KiB/sec. 2026.03.20 17:59:04.858088 [ 70 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:04.858109 [ 268 ] {ee202e0a-bce4-4ca1-affe-5be9251e23a1} TCPHandler: Processed in 0.001355521 sec. 2026.03.20 17:59:04.858111 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:04.858208 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.03.20 17:59:04.858323 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:04.858352 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6720 rows starting from the beginning of the part 2026.03.20 17:59:04.858405 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part 2026.03.20 17:59:04.858448 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 90 rows starting from the beginning of the part 2026.03.20 17:59:04.858489 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part 2026.03.20 17:59:04.858526 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 90 rows starting from the beginning of the part 2026.03.20 17:59:04.858563 [ 200 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 12 rows starting from the beginning of the part 2026.03.20 17:59:04.860642 [ 189 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 7032 rows, containing 4 columns (4 merged, 0 gathered) in 0.002468918 sec., 2848211.2407135433 rows/sec., 183.26 MiB/sec. 2026.03.20 17:59:04.861054 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.03.20 17:59:04.861345 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_116_23} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.861418 [ 198 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_116_23} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.03.20 17:59:04.861509 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.03.20 17:59:04.861909 [ 194 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_116_24} MergeTask::MergeProjectionsStage: Merge sorted 40496 rows, containing 5 columns (5 merged, 0 gathered) in 0.007596206 sec., 5331082.385074865 rows/sec., 350.06 MiB/sec. 2026.03.20 17:59:04.862338 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_116_24} MergedBlockOutputStream: filled checksums all_1_116_24 (state Temporary) 2026.03.20 17:59:04.862570 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_116_24} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_116_24 to all_1_116_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:04.862634 [ 198 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_116_24} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_111_23, all_116_116_0] -> all_1_116_24 2026.03.20 17:59:04.862700 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.03.20 17:59:05.000277 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 374.86 MiB, peak 385.81 MiB, free memory in arenas 0.00 B, will set to 372.98 MiB (RSS), difference: -1.87 MiB 2026.03.20 17:59:07.969777 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 2060 2026.03.20 17:59:07.972525 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:07.972583 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:07.973820 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:59:07.974114 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:07.974513 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2060 2026.03.20 17:59:09.662557 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:09.662773 [ 268 ] {d8084bcb-0734-4292-8e1d-82f64fe93959} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:09.662847 [ 268 ] {d8084bcb-0734-4292-8e1d-82f64fe93959} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:09.663561 [ 268 ] {d8084bcb-0734-4292-8e1d-82f64fe93959} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:09.663609 [ 268 ] {d8084bcb-0734-4292-8e1d-82f64fe93959} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:09.664001 [ 268 ] {d8084bcb-0734-4292-8e1d-82f64fe93959} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.03.20 17:59:09.664233 [ 268 ] {d8084bcb-0734-4292-8e1d-82f64fe93959} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:09.664383 [ 268 ] {d8084bcb-0734-4292-8e1d-82f64fe93959} executeQuery: Read 56 rows, 4.41 KiB in 0.001666 sec., 33613.445378151264 rows/sec., 2.58 MiB/sec. 2026.03.20 17:59:09.664424 [ 268 ] {d8084bcb-0734-4292-8e1d-82f64fe93959} TCPHandler: Processed in 0.002008707 sec. 2026.03.20 17:59:09.664551 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:09.664645 [ 268 ] {855428f0-4bd9-486a-9bf5-74d6e53db637} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:09.664685 [ 268 ] {855428f0-4bd9-486a-9bf5-74d6e53db637} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:09.665098 [ 268 ] {855428f0-4bd9-486a-9bf5-74d6e53db637} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:09.665134 [ 268 ] {855428f0-4bd9-486a-9bf5-74d6e53db637} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:09.665431 [ 268 ] {855428f0-4bd9-486a-9bf5-74d6e53db637} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.03.20 17:59:09.665638 [ 268 ] {855428f0-4bd9-486a-9bf5-74d6e53db637} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:09.665765 [ 268 ] {855428f0-4bd9-486a-9bf5-74d6e53db637} executeQuery: Read 64 rows, 5.12 KiB in 0.001138 sec., 56239.015817223204 rows/sec., 4.39 MiB/sec. 2026.03.20 17:59:09.665801 [ 268 ] {855428f0-4bd9-486a-9bf5-74d6e53db637} TCPHandler: Processed in 0.0012981 sec. 2026.03.20 17:59:09.665909 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:09.666003 [ 268 ] {4fd9049c-cd61-4038-b3b4-3972efddeb1f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:09.666046 [ 268 ] {4fd9049c-cd61-4038-b3b4-3972efddeb1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:09.666423 [ 268 ] {4fd9049c-cd61-4038-b3b4-3972efddeb1f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:09.666459 [ 268 ] {4fd9049c-cd61-4038-b3b4-3972efddeb1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:09.666779 [ 268 ] {4fd9049c-cd61-4038-b3b4-3972efddeb1f} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.03.20 17:59:09.666981 [ 268 ] {4fd9049c-cd61-4038-b3b4-3972efddeb1f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:09.667105 [ 268 ] {4fd9049c-cd61-4038-b3b4-3972efddeb1f} executeQuery: Read 128 rows, 9.13 KiB in 0.00112 sec., 114285.71428571429 rows/sec., 7.96 MiB/sec. 2026.03.20 17:59:09.667141 [ 268 ] {4fd9049c-cd61-4038-b3b4-3972efddeb1f} TCPHandler: Processed in 0.00128057 sec. 2026.03.20 17:59:09.667248 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:09.667341 [ 268 ] {ebfe2f33-62e1-4b6c-ab87-5224e1ab85f4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:09.667383 [ 268 ] {ebfe2f33-62e1-4b6c-ab87-5224e1ab85f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:09.667700 [ 268 ] {ebfe2f33-62e1-4b6c-ab87-5224e1ab85f4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:09.667735 [ 268 ] {ebfe2f33-62e1-4b6c-ab87-5224e1ab85f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:09.668042 [ 268 ] {ebfe2f33-62e1-4b6c-ab87-5224e1ab85f4} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.03.20 17:59:09.668245 [ 268 ] {ebfe2f33-62e1-4b6c-ab87-5224e1ab85f4} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:09.668367 [ 268 ] {ebfe2f33-62e1-4b6c-ab87-5224e1ab85f4} executeQuery: Read 48 rows, 3.31 KiB in 0.001044 sec., 45977.011494252874 rows/sec., 3.10 MiB/sec. 2026.03.20 17:59:09.668402 [ 268 ] {ebfe2f33-62e1-4b6c-ab87-5224e1ab85f4} TCPHandler: Processed in 0.001201677 sec. 2026.03.20 17:59:10.351178 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 34149 2026.03.20 17:59:10.351743 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:10.351783 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:10.352268 [ 245 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.20 17:59:10.352491 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:10.352609 [ 58 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.20 17:59:10.352612 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34149 2026.03.20 17:59:10.352652 [ 58 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:10.352675 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:10.352771 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::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.03.20 17:59:10.352876 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:10.352912 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 31717 rows starting from the beginning of the part 2026.03.20 17:59:10.352974 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 512 rows starting from the beginning of the part 2026.03.20 17:59:10.353024 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 448 rows starting from the beginning of the part 2026.03.20 17:59:10.353066 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 512 rows starting from the beginning of the part 2026.03.20 17:59:10.353110 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 448 rows starting from the beginning of the part 2026.03.20 17:59:10.353151 [ 194 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 512 rows starting from the beginning of the part 2026.03.20 17:59:10.355562 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 34149 rows, containing 4 columns (4 merged, 0 gathered) in 0.002824275 sec., 12091244.655708103 rows/sec., 172.97 MiB/sec. 2026.03.20 17:59:10.355770 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.20 17:59:10.356168 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_71_14} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:10.356250 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_71_14} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.20 17:59:10.356382 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.01 MiB. 2026.03.20 17:59:12.128697 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2026.03.20 17:59:12.145447 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:12.145499 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:12.151725 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.20 17:59:12.152427 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:12.152738 [ 56 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.20 17:59:12.152812 [ 56 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:12.152836 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:12.152966 [ 199 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:59:12.155993 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2026.03.20 17:59:12.156747 [ 199 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:12.158263 [ 199 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part 2026.03.20 17:59:12.163323 [ 199 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part 2026.03.20 17:59:12.167922 [ 199 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part 2026.03.20 17:59:12.172352 [ 199 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part 2026.03.20 17:59:12.177343 [ 199 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part 2026.03.20 17:59:12.181986 [ 199 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part 2026.03.20 17:59:12.242110 [ 188 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.089203959 sec., 5997.49165841395 rows/sec., 31.01 MiB/sec. 2026.03.20 17:59:12.245304 [ 201 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.20 17:59:12.247482 [ 201 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_71_14} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:12.247591 [ 201 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_71_14} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.20 17:59:12.250176 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.03.20 17:59:14.673250 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:14.673447 [ 268 ] {3c40889c-5613-45e5-861a-9e0167b7ad73} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:59:14.673514 [ 268 ] {3c40889c-5613-45e5-861a-9e0167b7ad73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:59:14.674304 [ 268 ] {3c40889c-5613-45e5-861a-9e0167b7ad73} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:14.674351 [ 268 ] {3c40889c-5613-45e5-861a-9e0167b7ad73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:14.674794 [ 268 ] {3c40889c-5613-45e5-861a-9e0167b7ad73} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:59:14.675043 [ 268 ] {3c40889c-5613-45e5-861a-9e0167b7ad73} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:14.675226 [ 268 ] {3c40889c-5613-45e5-861a-9e0167b7ad73} executeQuery: Read 284 rows, 18.47 KiB in 0.001827 sec., 155446.08648056924 rows/sec., 9.87 MiB/sec. 2026.03.20 17:59:14.675284 [ 268 ] {3c40889c-5613-45e5-861a-9e0167b7ad73} TCPHandler: Processed in 0.00216675 sec. 2026.03.20 17:59:14.675429 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:14.675540 [ 268 ] {509a1932-60bd-49ec-b135-19f794a351c5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:14.675589 [ 268 ] {509a1932-60bd-49ec-b135-19f794a351c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:14.676463 [ 268 ] {509a1932-60bd-49ec-b135-19f794a351c5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:14.676501 [ 268 ] {509a1932-60bd-49ec-b135-19f794a351c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:14.676899 [ 268 ] {509a1932-60bd-49ec-b135-19f794a351c5} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.03.20 17:59:14.677164 [ 268 ] {509a1932-60bd-49ec-b135-19f794a351c5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:14.677311 [ 268 ] {509a1932-60bd-49ec-b135-19f794a351c5} executeQuery: Read 797 rows, 63.50 KiB in 0.001796 sec., 443763.9198218263 rows/sec., 34.53 MiB/sec. 2026.03.20 17:59:14.677353 [ 268 ] {509a1932-60bd-49ec-b135-19f794a351c5} TCPHandler: Processed in 0.001979116 sec. 2026.03.20 17:59:14.677474 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:14.677577 [ 268 ] {fd13326e-973a-4e79-9c7e-6cd7c997cced} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:59:14.677620 [ 268 ] {fd13326e-973a-4e79-9c7e-6cd7c997cced} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:59:14.678091 [ 268 ] {fd13326e-973a-4e79-9c7e-6cd7c997cced} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:14.678127 [ 268 ] {fd13326e-973a-4e79-9c7e-6cd7c997cced} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:14.678447 [ 268 ] {fd13326e-973a-4e79-9c7e-6cd7c997cced} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.20 17:59:14.678664 [ 268 ] {fd13326e-973a-4e79-9c7e-6cd7c997cced} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:14.678800 [ 268 ] {fd13326e-973a-4e79-9c7e-6cd7c997cced} executeQuery: Read 142 rows, 8.54 KiB in 0.001244 sec., 114147.90996784566 rows/sec., 6.71 MiB/sec. 2026.03.20 17:59:14.678839 [ 268 ] {fd13326e-973a-4e79-9c7e-6cd7c997cced} TCPHandler: Processed in 0.001417633 sec. 2026.03.20 17:59:14.678956 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:14.679056 [ 268 ] {7d65a5d0-3580-492e-b9a3-b3507a7e6575} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:59:14.679097 [ 268 ] {7d65a5d0-3580-492e-b9a3-b3507a7e6575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:59:14.679560 [ 268 ] {7d65a5d0-3580-492e-b9a3-b3507a7e6575} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:14.679596 [ 268 ] {7d65a5d0-3580-492e-b9a3-b3507a7e6575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:14.679917 [ 268 ] {7d65a5d0-3580-492e-b9a3-b3507a7e6575} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.20 17:59:14.680130 [ 268 ] {7d65a5d0-3580-492e-b9a3-b3507a7e6575} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:14.680261 [ 268 ] {7d65a5d0-3580-492e-b9a3-b3507a7e6575} executeQuery: Read 149 rows, 9.86 KiB in 0.001226 sec., 121533.44208809134 rows/sec., 7.85 MiB/sec. 2026.03.20 17:59:14.680300 [ 268 ] {7d65a5d0-3580-492e-b9a3-b3507a7e6575} TCPHandler: Processed in 0.001395003 sec. 2026.03.20 17:59:14.680411 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:14.680509 [ 268 ] {9c974ff9-fc1d-463b-b996-5686df03cb34} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:59:14.680549 [ 268 ] {9c974ff9-fc1d-463b-b996-5686df03cb34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:59:14.680987 [ 268 ] {9c974ff9-fc1d-463b-b996-5686df03cb34} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:14.681022 [ 268 ] {9c974ff9-fc1d-463b-b996-5686df03cb34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:14.681335 [ 268 ] {9c974ff9-fc1d-463b-b996-5686df03cb34} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:59:14.681556 [ 268 ] {9c974ff9-fc1d-463b-b996-5686df03cb34} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:14.681685 [ 268 ] {9c974ff9-fc1d-463b-b996-5686df03cb34} executeQuery: Read 148 rows, 8.62 KiB in 0.001195 sec., 123849.37238493723 rows/sec., 7.04 MiB/sec. 2026.03.20 17:59:14.681724 [ 268 ] {9c974ff9-fc1d-463b-b996-5686df03cb34} TCPHandler: Processed in 0.001362672 sec. 2026.03.20 17:59:14.681841 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:14.681939 [ 268 ] {1e883bfb-7e7f-4449-94a0-ed746babcdcd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:14.681979 [ 268 ] {1e883bfb-7e7f-4449-94a0-ed746babcdcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:14.682628 [ 268 ] {1e883bfb-7e7f-4449-94a0-ed746babcdcd} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:14.682667 [ 268 ] {1e883bfb-7e7f-4449-94a0-ed746babcdcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:14.682995 [ 268 ] {1e883bfb-7e7f-4449-94a0-ed746babcdcd} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.03.20 17:59:14.683215 [ 268 ] {1e883bfb-7e7f-4449-94a0-ed746babcdcd} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:14.683350 [ 268 ] {1e883bfb-7e7f-4449-94a0-ed746babcdcd} executeQuery: Read 490 rows, 35.18 KiB in 0.001429 sec., 342897.1308607418 rows/sec., 24.04 MiB/sec. 2026.03.20 17:59:14.683389 [ 268 ] {1e883bfb-7e7f-4449-94a0-ed746babcdcd} TCPHandler: Processed in 0.001599557 sec. 2026.03.20 17:59:14.683503 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:14.683599 [ 268 ] {ea1ef4b0-d587-4b13-85d1-de96e2a2fab9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:59:14.683641 [ 268 ] {ea1ef4b0-d587-4b13-85d1-de96e2a2fab9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:59:14.683976 [ 268 ] {ea1ef4b0-d587-4b13-85d1-de96e2a2fab9} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:14.684012 [ 268 ] {ea1ef4b0-d587-4b13-85d1-de96e2a2fab9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:14.684322 [ 268 ] {ea1ef4b0-d587-4b13-85d1-de96e2a2fab9} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:59:14.684542 [ 268 ] {ea1ef4b0-d587-4b13-85d1-de96e2a2fab9} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:14.684669 [ 268 ] {ea1ef4b0-d587-4b13-85d1-de96e2a2fab9} executeQuery: Read 6 rows, 321.00 B in 0.001088 sec., 5514.705882352941 rows/sec., 288.12 KiB/sec. 2026.03.20 17:59:14.684712 [ 268 ] {ea1ef4b0-d587-4b13-85d1-de96e2a2fab9} TCPHandler: Processed in 0.001259769 sec. 2026.03.20 17:59:14.684845 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:14.684948 [ 268 ] {4fc08b8b-91b6-45d3-be0a-1f9f7226fdda} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:14.684992 [ 268 ] {4fc08b8b-91b6-45d3-be0a-1f9f7226fdda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:14.685409 [ 268 ] {4fc08b8b-91b6-45d3-be0a-1f9f7226fdda} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:14.685447 [ 268 ] {4fc08b8b-91b6-45d3-be0a-1f9f7226fdda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:14.685783 [ 268 ] {4fc08b8b-91b6-45d3-be0a-1f9f7226fdda} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.03.20 17:59:14.685996 [ 268 ] {4fc08b8b-91b6-45d3-be0a-1f9f7226fdda} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:14.686128 [ 268 ] {4fc08b8b-91b6-45d3-be0a-1f9f7226fdda} executeQuery: Read 265 rows, 18.03 KiB in 0.001199 sec., 221017.51459549626 rows/sec., 14.69 MiB/sec. 2026.03.20 17:59:14.686166 [ 268 ] {4fc08b8b-91b6-45d3-be0a-1f9f7226fdda} TCPHandler: Processed in 0.001387812 sec. 2026.03.20 17:59:14.686280 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:14.686377 [ 268 ] {518bd08b-d898-4bb9-8016-5f4a718bc37b} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:59:14.686420 [ 268 ] {518bd08b-d898-4bb9-8016-5f4a718bc37b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:59:14.686735 [ 268 ] {518bd08b-d898-4bb9-8016-5f4a718bc37b} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:14.686772 [ 268 ] {518bd08b-d898-4bb9-8016-5f4a718bc37b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:14.687071 [ 268 ] {518bd08b-d898-4bb9-8016-5f4a718bc37b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.20 17:59:14.687285 [ 268 ] {518bd08b-d898-4bb9-8016-5f4a718bc37b} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:14.687415 [ 268 ] {518bd08b-d898-4bb9-8016-5f4a718bc37b} executeQuery: Read 1 rows, 69.00 B in 0.001056 sec., 946.9696969696969 rows/sec., 63.81 KiB/sec. 2026.03.20 17:59:14.687452 [ 268 ] {518bd08b-d898-4bb9-8016-5f4a718bc37b} TCPHandler: Processed in 0.001223029 sec. 2026.03.20 17:59:14.687567 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:14.687663 [ 268 ] {7f32b4a8-7eed-408e-93b2-dcb19570d489} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:14.687708 [ 268 ] {7f32b4a8-7eed-408e-93b2-dcb19570d489} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:14.688033 [ 268 ] {7f32b4a8-7eed-408e-93b2-dcb19570d489} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:14.688070 [ 268 ] {7f32b4a8-7eed-408e-93b2-dcb19570d489} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:14.688381 [ 268 ] {7f32b4a8-7eed-408e-93b2-dcb19570d489} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.03.20 17:59:14.688601 [ 268 ] {7f32b4a8-7eed-408e-93b2-dcb19570d489} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:14.688728 [ 268 ] {7f32b4a8-7eed-408e-93b2-dcb19570d489} executeQuery: Read 90 rows, 5.77 KiB in 0.001083 sec., 83102.49307479225 rows/sec., 5.20 MiB/sec. 2026.03.20 17:59:14.688765 [ 268 ] {7f32b4a8-7eed-408e-93b2-dcb19570d489} TCPHandler: Processed in 0.001248489 sec. 2026.03.20 17:59:17.687424 [ 44 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:59:17.687482 [ 44 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:59:17.852803 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34597 2026.03.20 17:59:17.853358 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:17.853406 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:17.853885 [ 245 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.20 17:59:17.854127 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:17.854257 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34597 2026.03.20 17:59:17.974809 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2088 2026.03.20 17:59:17.977092 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:17.977138 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. 2026.03.20 17:59:17.978290 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.20 17:59:17.978562 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:17.978777 [ 221 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:17.978812 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2088 2026.03.20 17:59:17.978833 [ 221 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:17.981258 [ 221 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:19.316595 [ 223 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.20 17:59:19.316664 [ 223 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.20 17:59:19.319408 [ 223 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.20 17:59:19.422722 [ 223 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.20 17:59:19.422777 [ 223 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.20 17:59:19.427338 [ 223 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.20 17:59:19.486214 [ 220 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.20 17:59:19.486266 [ 220 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.20 17:59:19.489506 [ 220 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.20 17:59:19.656114 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 2026.03.20 17:59:19.667191 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:19.667413 [ 268 ] {3c3928e3-13c9-4f40-82da-53da758163cb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:19.667487 [ 268 ] {3c3928e3-13c9-4f40-82da-53da758163cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:19.668262 [ 268 ] {3c3928e3-13c9-4f40-82da-53da758163cb} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:19.668307 [ 268 ] {3c3928e3-13c9-4f40-82da-53da758163cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:19.668768 [ 268 ] {3c3928e3-13c9-4f40-82da-53da758163cb} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.03.20 17:59:19.669010 [ 268 ] {3c3928e3-13c9-4f40-82da-53da758163cb} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:19.669164 [ 268 ] {3c3928e3-13c9-4f40-82da-53da758163cb} executeQuery: Read 138 rows, 12.29 KiB in 0.001816 sec., 75991.18942731278 rows/sec., 6.61 MiB/sec. 2026.03.20 17:59:19.669207 [ 268 ] {3c3928e3-13c9-4f40-82da-53da758163cb} TCPHandler: Processed in 0.002194111 sec. 2026.03.20 17:59:19.669320 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:19.669456 [ 268 ] {c838c55f-a347-43d0-9fb9-41abf8eb0813} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:59:19.669515 [ 268 ] {c838c55f-a347-43d0-9fb9-41abf8eb0813} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:59:19.670008 [ 268 ] {c838c55f-a347-43d0-9fb9-41abf8eb0813} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:19.670050 [ 268 ] {c838c55f-a347-43d0-9fb9-41abf8eb0813} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:19.670420 [ 268 ] {c838c55f-a347-43d0-9fb9-41abf8eb0813} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.20 17:59:19.670637 [ 268 ] {c838c55f-a347-43d0-9fb9-41abf8eb0813} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:19.670771 [ 268 ] {c838c55f-a347-43d0-9fb9-41abf8eb0813} executeQuery: Read 41 rows, 3.08 KiB in 0.001341 sec., 30574.19835943326 rows/sec., 2.25 MiB/sec. 2026.03.20 17:59:19.670811 [ 268 ] {c838c55f-a347-43d0-9fb9-41abf8eb0813} TCPHandler: Processed in 0.001543395 sec. 2026.03.20 17:59:19.670931 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:19.671045 [ 268 ] {1997b955-bcca-4781-ac74-ff0f16d0e204} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:19.671099 [ 268 ] {1997b955-bcca-4781-ac74-ff0f16d0e204} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:19.671600 [ 268 ] {1997b955-bcca-4781-ac74-ff0f16d0e204} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:19.671640 [ 268 ] {1997b955-bcca-4781-ac74-ff0f16d0e204} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:19.672029 [ 268 ] {1997b955-bcca-4781-ac74-ff0f16d0e204} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.03.20 17:59:19.672314 [ 268 ] {1997b955-bcca-4781-ac74-ff0f16d0e204} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:19.672488 [ 268 ] {1997b955-bcca-4781-ac74-ff0f16d0e204} executeQuery: Read 105 rows, 8.40 KiB in 0.00146 sec., 71917.80821917808 rows/sec., 5.62 MiB/sec. 2026.03.20 17:59:19.672532 [ 268 ] {1997b955-bcca-4781-ac74-ff0f16d0e204} TCPHandler: Processed in 0.001662408 sec. 2026.03.20 17:59:19.672636 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:19.672736 [ 268 ] {8d77f09a-f5cd-40de-97dc-8ab9ad566eb3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:19.672787 [ 268 ] {8d77f09a-f5cd-40de-97dc-8ab9ad566eb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:19.673264 [ 268 ] {8d77f09a-f5cd-40de-97dc-8ab9ad566eb3} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:19.673299 [ 268 ] {8d77f09a-f5cd-40de-97dc-8ab9ad566eb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:19.673683 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:19.673690 [ 268 ] {8d77f09a-f5cd-40de-97dc-8ab9ad566eb3} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.03.20 17:59:19.673758 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:19.673997 [ 268 ] {8d77f09a-f5cd-40de-97dc-8ab9ad566eb3} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:19.674168 [ 268 ] {8d77f09a-f5cd-40de-97dc-8ab9ad566eb3} executeQuery: Read 160 rows, 11.41 KiB in 0.001449 sec., 110420.97998619737 rows/sec., 7.69 MiB/sec. 2026.03.20 17:59:19.674219 [ 268 ] {8d77f09a-f5cd-40de-97dc-8ab9ad566eb3} TCPHandler: Processed in 0.001631868 sec. 2026.03.20 17:59:19.674347 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:19.674455 [ 268 ] {896a97cc-584d-4eef-881e-810530a30c7f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:19.674529 [ 268 ] {896a97cc-584d-4eef-881e-810530a30c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:59:19.675603 [ 268 ] {896a97cc-584d-4eef-881e-810530a30c7f} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:19.675649 [ 268 ] {896a97cc-584d-4eef-881e-810530a30c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:19.676393 [ 268 ] {896a97cc-584d-4eef-881e-810530a30c7f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:59:19.676619 [ 268 ] {896a97cc-584d-4eef-881e-810530a30c7f} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:19.676761 [ 268 ] {896a97cc-584d-4eef-881e-810530a30c7f} executeQuery: Read 41 rows, 75.23 KiB in 0.002331 sec., 17589.01758901759 rows/sec., 31.52 MiB/sec. 2026.03.20 17:59:19.676831 [ 268 ] {896a97cc-584d-4eef-881e-810530a30c7f} TCPHandler: Processed in 0.002548849 sec. 2026.03.20 17:59:19.676939 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:19.677035 [ 268 ] {e0eb49ce-4a81-4469-9140-4066e834a50d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:19.677077 [ 268 ] {e0eb49ce-4a81-4469-9140-4066e834a50d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:19.677418 [ 268 ] {e0eb49ce-4a81-4469-9140-4066e834a50d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:19.677453 [ 268 ] {e0eb49ce-4a81-4469-9140-4066e834a50d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:19.677775 [ 268 ] {e0eb49ce-4a81-4469-9140-4066e834a50d} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.03.20 17:59:19.677986 [ 268 ] {e0eb49ce-4a81-4469-9140-4066e834a50d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:19.678113 [ 268 ] {e0eb49ce-4a81-4469-9140-4066e834a50d} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.03.20 17:59:19.678149 [ 268 ] {e0eb49ce-4a81-4469-9140-4066e834a50d} TCPHandler: Processed in 0.0012608 sec. 2026.03.20 17:59:19.680269 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.20 17:59:19.681029 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:19.684257 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 542 2026.03.20 17:59:20.664317 [ 223 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.20 17:59:20.664403 [ 223 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.20 17:59:20.666519 [ 223 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.20 17:59:21.740020 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42025 2026.03.20 17:59:21.740130 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.740157 [ 294 ] {} TCP-Session: 95c72085-cfa3-4d1a-8a35-6fd740017b11 Authenticating user 'default' from [fd00:1122:3344:101::e]:42025 2026.03.20 17:59:21.740181 [ 294 ] {} TCP-Session: 95c72085-cfa3-4d1a-8a35-6fd740017b11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.740193 [ 294 ] {} TCP-Session: 95c72085-cfa3-4d1a-8a35-6fd740017b11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.740358 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59119 2026.03.20 17:59:21.740388 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45093 2026.03.20 17:59:21.740436 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.740448 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43181 2026.03.20 17:59:21.740469 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54447 2026.03.20 17:59:21.740492 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50106 2026.03.20 17:59:21.740512 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63207 2026.03.20 17:59:21.740571 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.740571 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.740622 [ 288 ] {} TCP-Session: bcf31c2c-e2b5-4412-b50b-7d6ae20f2522 Authenticating user 'default' from [fd00:1122:3344:101::e]:43181 2026.03.20 17:59:21.740567 [ 294 ] {} TCP-Session: 95c72085-cfa3-4d1a-8a35-6fd740017b11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:21.740652 [ 288 ] {} TCP-Session: bcf31c2c-e2b5-4412-b50b-7d6ae20f2522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.740659 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.740682 [ 288 ] {} TCP-Session: bcf31c2c-e2b5-4412-b50b-7d6ae20f2522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.740670 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.740722 [ 292 ] {} TCP-Session: 13017c7f-a1eb-4eb6-8108-5232eed7134d Authenticating user 'default' from [fd00:1122:3344:101::e]:50106 2026.03.20 17:59:21.740762 [ 293 ] {} TCP-Session: cb423d2b-47b4-4234-910b-7ef2c3110fce Authenticating user 'default' from [fd00:1122:3344:101::e]:63207 2026.03.20 17:59:21.740638 [ 291 ] {} TCP-Session: 9502ca89-5e88-467b-9882-6dd6d17d3b2c Authenticating user 'default' from [fd00:1122:3344:101::e]:54447 2026.03.20 17:59:21.740788 [ 292 ] {} TCP-Session: 13017c7f-a1eb-4eb6-8108-5232eed7134d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.740797 [ 293 ] {} TCP-Session: cb423d2b-47b4-4234-910b-7ef2c3110fce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.740822 [ 294 ] {73ec55bc-f7b9-4de0-8f52-3a5e9a9d931f} executeQuery: (from [fd00:1122:3344:101::e]:42025) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:59:21.740829 [ 292 ] {} TCP-Session: 13017c7f-a1eb-4eb6-8108-5232eed7134d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.740836 [ 293 ] {} TCP-Session: cb423d2b-47b4-4234-910b-7ef2c3110fce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.740809 [ 291 ] {} TCP-Session: 9502ca89-5e88-467b-9882-6dd6d17d3b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.740458 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60963 2026.03.20 17:59:21.740919 [ 291 ] {} TCP-Session: 9502ca89-5e88-467b-9882-6dd6d17d3b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.740452 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32823 2026.03.20 17:59:21.740459 [ 267 ] {} TCP-Session: 7f2c0827-2067-4632-af4b-5908a46e8ea6 Authenticating user 'default' from [fd00:1122:3344:101::e]:59119 2026.03.20 17:59:21.740484 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.741023 [ 267 ] {} TCP-Session: 7f2c0827-2067-4632-af4b-5908a46e8ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.741040 [ 286 ] {} TCP-Session: 22561199-8bc8-425f-acac-f6ce35e4d58d Authenticating user 'default' from [fd00:1122:3344:101::e]:45093 2026.03.20 17:59:21.741043 [ 267 ] {} TCP-Session: 7f2c0827-2067-4632-af4b-5908a46e8ea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.741061 [ 286 ] {} TCP-Session: 22561199-8bc8-425f-acac-f6ce35e4d58d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.741074 [ 286 ] {} TCP-Session: 22561199-8bc8-425f-acac-f6ce35e4d58d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.741156 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.741188 [ 289 ] {} TCP-Session: 5e356b18-f7bd-4eb7-aefc-9cf88946a03b Authenticating user 'default' from [fd00:1122:3344:101::e]:60963 2026.03.20 17:59:21.741206 [ 289 ] {} TCP-Session: 5e356b18-f7bd-4eb7-aefc-9cf88946a03b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.741218 [ 289 ] {} TCP-Session: 5e356b18-f7bd-4eb7-aefc-9cf88946a03b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.741349 [ 294 ] {73ec55bc-f7b9-4de0-8f52-3a5e9a9d931f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:59:21.741365 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.741401 [ 290 ] {} TCP-Session: f16e9cc1-f0bd-4bd6-9803-7f5646ae9cd7 Authenticating user 'default' from [fd00:1122:3344:101::e]:32823 2026.03.20 17:59:21.741416 [ 290 ] {} TCP-Session: f16e9cc1-f0bd-4bd6-9803-7f5646ae9cd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.741420 [ 294 ] {73ec55bc-f7b9-4de0-8f52-3a5e9a9d931f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:59:21.741429 [ 290 ] {} TCP-Session: f16e9cc1-f0bd-4bd6-9803-7f5646ae9cd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.741742 [ 294 ] {73ec55bc-f7b9-4de0-8f52-3a5e9a9d931f} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:59:21.742823 [ 345 ] {73ec55bc-f7b9-4de0-8f52-3a5e9a9d931f} AggregatingTransform: Aggregating 2026.03.20 17:59:21.742877 [ 345 ] {73ec55bc-f7b9-4de0-8f52-3a5e9a9d931f} Aggregator: Aggregation method: without_key 2026.03.20 17:59:21.742913 [ 345 ] {73ec55bc-f7b9-4de0-8f52-3a5e9a9d931f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001070334 sec. (934.288 rows/sec., 36.50 KiB/sec.) 2026.03.20 17:59:21.742932 [ 345 ] {73ec55bc-f7b9-4de0-8f52-3a5e9a9d931f} Aggregator: Merging aggregated data 2026.03.20 17:59:21.744331 [ 294 ] {73ec55bc-f7b9-4de0-8f52-3a5e9a9d931f} executeQuery: Read 1 rows, 40.00 B in 0.003561 sec., 280.8199943836001 rows/sec., 10.97 KiB/sec. 2026.03.20 17:59:21.744502 [ 294 ] {73ec55bc-f7b9-4de0-8f52-3a5e9a9d931f} TCPHandler: Processed in 0.004080474 sec. 2026.03.20 17:59:21.744636 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.744659 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.744685 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.744706 [ 289 ] {} TCP-Session: 5e356b18-f7bd-4eb7-aefc-9cf88946a03b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.744705 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.744743 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.744767 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.744777 [ 267 ] {} TCP-Session: 7f2c0827-2067-4632-af4b-5908a46e8ea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.744796 [ 286 ] {} TCP-Session: 22561199-8bc8-425f-acac-f6ce35e4d58d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.744805 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.744824 [ 292 ] {} TCP-Session: 13017c7f-a1eb-4eb6-8108-5232eed7134d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.744785 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.744875 [ 293 ] {} TCP-Session: cb423d2b-47b4-4234-910b-7ef2c3110fce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.744897 [ 290 ] {} TCP-Session: f16e9cc1-f0bd-4bd6-9803-7f5646ae9cd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.744718 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.744687 [ 294 ] {} TCP-Session: 95c72085-cfa3-4d1a-8a35-6fd740017b11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.744961 [ 291 ] {} TCP-Session: 9502ca89-5e88-467b-9882-6dd6d17d3b2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.744745 [ 288 ] {} TCP-Session: bcf31c2c-e2b5-4412-b50b-7d6ae20f2522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.987037 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56221 2026.03.20 17:59:21.987140 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.987166 [ 294 ] {} TCP-Session: 70e258ec-0759-4722-a3b7-5403bf8ee5d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:56221 2026.03.20 17:59:21.987188 [ 294 ] {} TCP-Session: 70e258ec-0759-4722-a3b7-5403bf8ee5d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.987201 [ 294 ] {} TCP-Session: 70e258ec-0759-4722-a3b7-5403bf8ee5d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.987365 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56721 2026.03.20 17:59:21.987375 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36673 2026.03.20 17:59:21.987438 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60961 2026.03.20 17:59:21.987470 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56579 2026.03.20 17:59:21.987490 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46742 2026.03.20 17:59:21.987509 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58070 2026.03.20 17:59:21.987551 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.987554 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.987605 [ 288 ] {} TCP-Session: 5d15d28e-3839-4656-b858-168a15e2bcc2 Authenticating user 'default' from [fd00:1122:3344:101::e]:60961 2026.03.20 17:59:21.987616 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.987638 [ 291 ] {} TCP-Session: c74688de-db00-49c5-bdc3-39baf96bda5f Authenticating user 'default' from [fd00:1122:3344:101::e]:56579 2026.03.20 17:59:21.987643 [ 288 ] {} TCP-Session: 5d15d28e-3839-4656-b858-168a15e2bcc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.987651 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.987664 [ 292 ] {} TCP-Session: 8e1fee98-5159-459e-8e75-ad21572ffa0a Authenticating user 'default' from [fd00:1122:3344:101::e]:46742 2026.03.20 17:59:21.987673 [ 291 ] {} TCP-Session: c74688de-db00-49c5-bdc3-39baf96bda5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.987707 [ 293 ] {} TCP-Session: 6119abdd-e93a-4fa9-9630-0ee2dc2f02ac Authenticating user 'default' from [fd00:1122:3344:101::e]:58070 2026.03.20 17:59:21.987722 [ 292 ] {} TCP-Session: 8e1fee98-5159-459e-8e75-ad21572ffa0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.987734 [ 291 ] {} TCP-Session: c74688de-db00-49c5-bdc3-39baf96bda5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.987756 [ 293 ] {} TCP-Session: 6119abdd-e93a-4fa9-9630-0ee2dc2f02ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.987761 [ 292 ] {} TCP-Session: 8e1fee98-5159-459e-8e75-ad21572ffa0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.987791 [ 293 ] {} TCP-Session: 6119abdd-e93a-4fa9-9630-0ee2dc2f02ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.987677 [ 288 ] {} TCP-Session: 5d15d28e-3839-4656-b858-168a15e2bcc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.987547 [ 294 ] {} TCP-Session: 70e258ec-0759-4722-a3b7-5403bf8ee5d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:21.987454 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58010 2026.03.20 17:59:21.987447 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63449 2026.03.20 17:59:21.987444 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.987937 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.987475 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.987969 [ 267 ] {} TCP-Session: 9429aff3-5485-4e1d-ba11-8417cd9e47e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56721 2026.03.20 17:59:21.987976 [ 290 ] {} TCP-Session: d0516622-b5a6-4a0f-8cf8-df5e2ca2cffe Authenticating user 'default' from [fd00:1122:3344:101::e]:58010 2026.03.20 17:59:21.987995 [ 286 ] {} TCP-Session: fce24268-7227-4fd6-9d50-b644bdb5d1b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:36673 2026.03.20 17:59:21.988008 [ 267 ] {} TCP-Session: 9429aff3-5485-4e1d-ba11-8417cd9e47e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.988026 [ 286 ] {} TCP-Session: fce24268-7227-4fd6-9d50-b644bdb5d1b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.988018 [ 290 ] {} TCP-Session: d0516622-b5a6-4a0f-8cf8-df5e2ca2cffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.988048 [ 286 ] {} TCP-Session: fce24268-7227-4fd6-9d50-b644bdb5d1b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.988060 [ 290 ] {} TCP-Session: d0516622-b5a6-4a0f-8cf8-df5e2ca2cffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.988060 [ 294 ] {cb5efd64-b0a2-462f-91a7-7a886edc6578} executeQuery: (from [fd00:1122:3344:101::e]:56221) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:59:21.988039 [ 267 ] {} TCP-Session: 9429aff3-5485-4e1d-ba11-8417cd9e47e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.987969 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:21.988142 [ 289 ] {} TCP-Session: 38115ae7-6b68-49ad-8030-b4e13f12f828 Authenticating user 'default' from [fd00:1122:3344:101::e]:63449 2026.03.20 17:59:21.988160 [ 289 ] {} TCP-Session: 38115ae7-6b68-49ad-8030-b4e13f12f828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.988172 [ 289 ] {} TCP-Session: 38115ae7-6b68-49ad-8030-b4e13f12f828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.988365 [ 294 ] {cb5efd64-b0a2-462f-91a7-7a886edc6578} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:59:21.988430 [ 294 ] {cb5efd64-b0a2-462f-91a7-7a886edc6578} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:59:21.988709 [ 294 ] {cb5efd64-b0a2-462f-91a7-7a886edc6578} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:59:21.989651 [ 347 ] {cb5efd64-b0a2-462f-91a7-7a886edc6578} AggregatingTransform: Aggregating 2026.03.20 17:59:21.989684 [ 347 ] {cb5efd64-b0a2-462f-91a7-7a886edc6578} Aggregator: Aggregation method: without_key 2026.03.20 17:59:21.989716 [ 347 ] {cb5efd64-b0a2-462f-91a7-7a886edc6578} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000911741 sec. (1096.803 rows/sec., 42.84 KiB/sec.) 2026.03.20 17:59:21.989733 [ 347 ] {cb5efd64-b0a2-462f-91a7-7a886edc6578} Aggregator: Merging aggregated data 2026.03.20 17:59:21.990989 [ 294 ] {cb5efd64-b0a2-462f-91a7-7a886edc6578} executeQuery: Read 1 rows, 40.00 B in 0.003008 sec., 332.44680851063833 rows/sec., 12.99 KiB/sec. 2026.03.20 17:59:21.991131 [ 294 ] {cb5efd64-b0a2-462f-91a7-7a886edc6578} TCPHandler: Processed in 0.003723346 sec. 2026.03.20 17:59:21.991247 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.991269 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.991283 [ 294 ] {} TCP-Session: 70e258ec-0759-4722-a3b7-5403bf8ee5d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.991284 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.991298 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.991329 [ 267 ] {} TCP-Session: 9429aff3-5485-4e1d-ba11-8417cd9e47e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.991335 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.991352 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.991368 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.991387 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.991414 [ 289 ] {} TCP-Session: 38115ae7-6b68-49ad-8030-b4e13f12f828 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.991423 [ 291 ] {} TCP-Session: c74688de-db00-49c5-bdc3-39baf96bda5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.991440 [ 292 ] {} TCP-Session: 8e1fee98-5159-459e-8e75-ad21572ffa0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.991399 [ 288 ] {} TCP-Session: 5d15d28e-3839-4656-b858-168a15e2bcc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.991350 [ 290 ] {} TCP-Session: d0516622-b5a6-4a0f-8cf8-df5e2ca2cffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.991318 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:21.991301 [ 286 ] {} TCP-Session: fce24268-7227-4fd6-9d50-b644bdb5d1b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:21.991565 [ 293 ] {} TCP-Session: 6119abdd-e93a-4fa9-9630-0ee2dc2f02ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.096013 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42864 2026.03.20 17:59:23.096125 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:23.096150 [ 294 ] {} TCP-Session: c3c9e5dd-134a-4460-a221-2a030504f261 Authenticating user 'default' from [fd00:1122:3344:101::e]:42864 2026.03.20 17:59:23.096173 [ 294 ] {} TCP-Session: c3c9e5dd-134a-4460-a221-2a030504f261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.096185 [ 294 ] {} TCP-Session: c3c9e5dd-134a-4460-a221-2a030504f261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.096341 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39827 2026.03.20 17:59:23.096372 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35744 2026.03.20 17:59:23.096416 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:23.096433 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:23.096433 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38233 2026.03.20 17:59:23.096461 [ 286 ] {} TCP-Session: 0a472e8c-d22b-4c3d-90ea-c19652be3cf2 Authenticating user 'default' from [fd00:1122:3344:101::e]:35744 2026.03.20 17:59:23.096456 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42837 2026.03.20 17:59:23.096498 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43551 2026.03.20 17:59:23.096488 [ 286 ] {} TCP-Session: 0a472e8c-d22b-4c3d-90ea-c19652be3cf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.096449 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55149 2026.03.20 17:59:23.096593 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:23.096622 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:23.096647 [ 292 ] {} TCP-Session: 1d7e2031-adb7-4514-85a8-187aad474998 Authenticating user 'default' from [fd00:1122:3344:101::e]:42837 2026.03.20 17:59:23.096588 [ 294 ] {} TCP-Session: c3c9e5dd-134a-4460-a221-2a030504f261 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:23.096677 [ 293 ] {} TCP-Session: 9fe45f2e-117f-4669-9e2c-9bc1ef1f4738 Authenticating user 'default' from [fd00:1122:3344:101::e]:43551 2026.03.20 17:59:23.096683 [ 292 ] {} TCP-Session: 1d7e2031-adb7-4514-85a8-187aad474998 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.096684 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:23.096728 [ 293 ] {} TCP-Session: 9fe45f2e-117f-4669-9e2c-9bc1ef1f4738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.096756 [ 291 ] {} TCP-Session: 45cbf16b-1966-4fe4-820a-471e6884a5b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:55149 2026.03.20 17:59:23.096725 [ 292 ] {} TCP-Session: 1d7e2031-adb7-4514-85a8-187aad474998 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.096779 [ 293 ] {} TCP-Session: 9fe45f2e-117f-4669-9e2c-9bc1ef1f4738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.096794 [ 291 ] {} TCP-Session: 45cbf16b-1966-4fe4-820a-471e6884a5b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.096833 [ 294 ] {20df5ddc-22ac-40cd-a552-19da3b82b6d3} executeQuery: (from [fd00:1122:3344:101::e]:42864) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 17:59:23.096840 [ 291 ] {} TCP-Session: 45cbf16b-1966-4fe4-820a-471e6884a5b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.096585 [ 286 ] {} TCP-Session: 0a472e8c-d22b-4c3d-90ea-c19652be3cf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.096438 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49334 2026.03.20 17:59:23.096441 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59414 2026.03.20 17:59:23.096510 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:23.096439 [ 267 ] {} TCP-Session: 140ca27d-f912-46b0-9ae2-d18ed1cf0fa5 Authenticating user 'default' from [fd00:1122:3344:101::e]:39827 2026.03.20 17:59:23.096990 [ 290 ] {} TCP-Session: 16be4b33-5cd1-48e8-97ae-39b2846deb85 Authenticating user 'default' from [fd00:1122:3344:101::e]:38233 2026.03.20 17:59:23.096981 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:23.097008 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 17:59:23.097010 [ 290 ] {} TCP-Session: 16be4b33-5cd1-48e8-97ae-39b2846deb85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.097035 [ 288 ] {} TCP-Session: afe94e20-ccbd-45ff-9924-390380f94f46 Authenticating user 'default' from [fd00:1122:3344:101::e]:49334 2026.03.20 17:59:23.097046 [ 289 ] {} TCP-Session: 10f4d8ac-d0fa-47c8-a9b8-16b84f44a644 Authenticating user 'default' from [fd00:1122:3344:101::e]:59414 2026.03.20 17:59:23.097079 [ 288 ] {} TCP-Session: afe94e20-ccbd-45ff-9924-390380f94f46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.097097 [ 289 ] {} TCP-Session: 10f4d8ac-d0fa-47c8-a9b8-16b84f44a644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.097111 [ 288 ] {} TCP-Session: afe94e20-ccbd-45ff-9924-390380f94f46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.097111 [ 294 ] {20df5ddc-22ac-40cd-a552-19da3b82b6d3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 17:59:23.097124 [ 289 ] {} TCP-Session: 10f4d8ac-d0fa-47c8-a9b8-16b84f44a644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.097055 [ 290 ] {} TCP-Session: 16be4b33-5cd1-48e8-97ae-39b2846deb85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.097009 [ 267 ] {} TCP-Session: 140ca27d-f912-46b0-9ae2-d18ed1cf0fa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.097193 [ 294 ] {20df5ddc-22ac-40cd-a552-19da3b82b6d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 17:59:23.097206 [ 267 ] {} TCP-Session: 140ca27d-f912-46b0-9ae2-d18ed1cf0fa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.097488 [ 294 ] {20df5ddc-22ac-40cd-a552-19da3b82b6d3} oximeter.version (feb87fdb-e75a-44bb-8264-cfcf071a6785) (SelectExecutor): Key condition: unknown 2026.03.20 17:59:23.098474 [ 347 ] {20df5ddc-22ac-40cd-a552-19da3b82b6d3} AggregatingTransform: Aggregating 2026.03.20 17:59:23.098508 [ 347 ] {20df5ddc-22ac-40cd-a552-19da3b82b6d3} Aggregator: Aggregation method: without_key 2026.03.20 17:59:23.098545 [ 347 ] {20df5ddc-22ac-40cd-a552-19da3b82b6d3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000951433 sec. (1051.046 rows/sec., 41.06 KiB/sec.) 2026.03.20 17:59:23.098564 [ 347 ] {20df5ddc-22ac-40cd-a552-19da3b82b6d3} Aggregator: Merging aggregated data 2026.03.20 17:59:23.099968 [ 294 ] {20df5ddc-22ac-40cd-a552-19da3b82b6d3} executeQuery: Read 1 rows, 40.00 B in 0.003184 sec., 314.07035175879395 rows/sec., 12.27 KiB/sec. 2026.03.20 17:59:23.100183 [ 294 ] {20df5ddc-22ac-40cd-a552-19da3b82b6d3} TCPHandler: Processed in 0.003732546 sec. 2026.03.20 17:59:23.100302 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:23.100322 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:23.100339 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:23.100354 [ 267 ] {} TCP-Session: 140ca27d-f912-46b0-9ae2-d18ed1cf0fa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.100361 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:23.100389 [ 293 ] {} TCP-Session: 9fe45f2e-117f-4669-9e2c-9bc1ef1f4738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.100398 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:23.100417 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:23.100458 [ 291 ] {} TCP-Session: 45cbf16b-1966-4fe4-820a-471e6884a5b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.100465 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:23.100482 [ 290 ] {} TCP-Session: 16be4b33-5cd1-48e8-97ae-39b2846deb85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.100442 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:23.100518 [ 292 ] {} TCP-Session: 1d7e2031-adb7-4514-85a8-187aad474998 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.100413 [ 286 ] {} TCP-Session: 0a472e8c-d22b-4c3d-90ea-c19652be3cf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.100553 [ 288 ] {} TCP-Session: afe94e20-ccbd-45ff-9924-390380f94f46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.100380 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 17:59:23.100341 [ 294 ] {} TCP-Session: c3c9e5dd-134a-4460-a221-2a030504f261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:23.100630 [ 289 ] {} TCP-Session: 10f4d8ac-d0fa-47c8-a9b8-16b84f44a644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 17:59:24.585819 [ 222 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:24.585884 [ 222 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:24.588417 [ 222 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:24.672437 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:24.672644 [ 268 ] {7469600f-4c61-4c31-b4b7-a15573281299} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:59:24.672719 [ 268 ] {7469600f-4c61-4c31-b4b7-a15573281299} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:59:24.673615 [ 268 ] {7469600f-4c61-4c31-b4b7-a15573281299} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.673655 [ 268 ] {7469600f-4c61-4c31-b4b7-a15573281299} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.674061 [ 268 ] {7469600f-4c61-4c31-b4b7-a15573281299} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:59:24.674294 [ 268 ] {7469600f-4c61-4c31-b4b7-a15573281299} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.674432 [ 35 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Selected 6 parts from all_1_48_10 to all_53_53_0 2026.03.20 17:59:24.674442 [ 268 ] {7469600f-4c61-4c31-b4b7-a15573281299} executeQuery: Read 284 rows, 18.47 KiB in 0.001853 sec., 153264.97571505667 rows/sec., 9.73 MiB/sec. 2026.03.20 17:59:24.674476 [ 35 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.674496 [ 268 ] {7469600f-4c61-4c31-b4b7-a15573281299} TCPHandler: Processed in 0.002204181 sec. 2026.03.20 17:59:24.674499 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.674614 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_53_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_48_10 to all_53_53_0 into Compact with storage Full 2026.03.20 17:59:24.674633 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:24.674729 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_53_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:24.674742 [ 268 ] {9267ad02-ed34-4cd0-a340-6d8aa90fa676} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:59:24.674763 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 308 rows starting from the beginning of the part 2026.03.20 17:59:24.674788 [ 268 ] {9267ad02-ed34-4cd0-a340-6d8aa90fa676} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:59:24.674830 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 284 rows starting from the beginning of the part 2026.03.20 17:59:24.674882 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 284 rows starting from the beginning of the part 2026.03.20 17:59:24.674931 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 284 rows starting from the beginning of the part 2026.03.20 17:59:24.674981 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 284 rows starting from the beginning of the part 2026.03.20 17:59:24.675026 [ 187 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 284 rows starting from the beginning of the part 2026.03.20 17:59:24.675264 [ 268 ] {9267ad02-ed34-4cd0-a340-6d8aa90fa676} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.675308 [ 268 ] {9267ad02-ed34-4cd0-a340-6d8aa90fa676} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.675707 [ 268 ] {9267ad02-ed34-4cd0-a340-6d8aa90fa676} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.20 17:59:24.675925 [ 268 ] {9267ad02-ed34-4cd0-a340-6d8aa90fa676} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.676059 [ 268 ] {9267ad02-ed34-4cd0-a340-6d8aa90fa676} executeQuery: Read 2 rows, 167.00 B in 0.001336 sec., 1497.005988023952 rows/sec., 122.07 KiB/sec. 2026.03.20 17:59:24.676068 [ 188 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_53_11} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.001490144 sec., 1159619.4730173727 rows/sec., 78.39 MiB/sec. 2026.03.20 17:59:24.676099 [ 268 ] {9267ad02-ed34-4cd0-a340-6d8aa90fa676} TCPHandler: Processed in 0.001517125 sec. 2026.03.20 17:59:24.676233 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:24.676235 [ 195 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_53_11} MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) 2026.03.20 17:59:24.676351 [ 268 ] {ff8df0cb-cff1-4757-b6f2-d0a2e194b7a5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:24.676400 [ 268 ] {ff8df0cb-cff1-4757-b6f2-d0a2e194b7a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:24.676489 [ 195 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_53_11} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.676548 [ 195 ] {5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2::all_1_53_11} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2) (MergerMutator): Merged 6 parts: [all_1_48_10, all_53_53_0] -> all_1_53_11 2026.03.20 17:59:24.676604 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.03.20 17:59:24.677204 [ 268 ] {ff8df0cb-cff1-4757-b6f2-d0a2e194b7a5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.677240 [ 268 ] {ff8df0cb-cff1-4757-b6f2-d0a2e194b7a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.677596 [ 268 ] {ff8df0cb-cff1-4757-b6f2-d0a2e194b7a5} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.03.20 17:59:24.677809 [ 268 ] {ff8df0cb-cff1-4757-b6f2-d0a2e194b7a5} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.677939 [ 268 ] {ff8df0cb-cff1-4757-b6f2-d0a2e194b7a5} executeQuery: Read 798 rows, 63.57 KiB in 0.001613 sec., 494730.31618102913 rows/sec., 38.49 MiB/sec. 2026.03.20 17:59:24.677978 [ 268 ] {ff8df0cb-cff1-4757-b6f2-d0a2e194b7a5} TCPHandler: Processed in 0.001806562 sec. 2026.03.20 17:59:24.678082 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:24.678176 [ 268 ] {625ad30c-d092-4cc7-933a-8d0b1e48b388} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:59:24.678217 [ 268 ] {625ad30c-d092-4cc7-933a-8d0b1e48b388} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:59:24.678662 [ 268 ] {625ad30c-d092-4cc7-933a-8d0b1e48b388} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.678697 [ 268 ] {625ad30c-d092-4cc7-933a-8d0b1e48b388} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.678996 [ 268 ] {625ad30c-d092-4cc7-933a-8d0b1e48b388} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.20 17:59:24.679195 [ 268 ] {625ad30c-d092-4cc7-933a-8d0b1e48b388} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.679300 [ 35 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 2026.03.20 17:59:24.679321 [ 268 ] {625ad30c-d092-4cc7-933a-8d0b1e48b388} executeQuery: Read 144 rows, 8.68 KiB in 0.001163 sec., 123817.7128116939 rows/sec., 7.29 MiB/sec. 2026.03.20 17:59:24.679334 [ 35 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.679352 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.679359 [ 268 ] {625ad30c-d092-4cc7-933a-8d0b1e48b388} TCPHandler: Processed in 0.001324771 sec. 2026.03.20 17:59:24.679437 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_90_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full 2026.03.20 17:59:24.679474 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:24.679527 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_90_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:24.679554 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 226 rows starting from the beginning of the part 2026.03.20 17:59:24.679568 [ 268 ] {f49915f7-93b0-4044-ae0a-ffdad8ac0be3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:59:24.679600 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 142 rows starting from the beginning of the part 2026.03.20 17:59:24.679607 [ 268 ] {f49915f7-93b0-4044-ae0a-ffdad8ac0be3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:59:24.679637 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 54 rows starting from the beginning of the part 2026.03.20 17:59:24.679670 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 142 rows starting from the beginning of the part 2026.03.20 17:59:24.679704 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 41 rows starting from the beginning of the part 2026.03.20 17:59:24.679736 [ 187 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 144 rows starting from the beginning of the part 2026.03.20 17:59:24.680036 [ 268 ] {f49915f7-93b0-4044-ae0a-ffdad8ac0be3} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.680070 [ 268 ] {f49915f7-93b0-4044-ae0a-ffdad8ac0be3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.680373 [ 268 ] {f49915f7-93b0-4044-ae0a-ffdad8ac0be3} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.20 17:59:24.680470 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_90_18} MergeTask::MergeProjectionsStage: Merge sorted 749 rows, containing 5 columns (5 merged, 0 gathered) in 0.001059864 sec., 706694.443815433 rows/sec., 46.65 MiB/sec. 2026.03.20 17:59:24.680610 [ 268 ] {f49915f7-93b0-4044-ae0a-ffdad8ac0be3} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.680660 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_90_18} MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) 2026.03.20 17:59:24.680752 [ 268 ] {f49915f7-93b0-4044-ae0a-ffdad8ac0be3} executeQuery: Read 149 rows, 9.86 KiB in 0.001202 sec., 123960.06655574044 rows/sec., 8.01 MiB/sec. 2026.03.20 17:59:24.680796 [ 268 ] {f49915f7-93b0-4044-ae0a-ffdad8ac0be3} TCPHandler: Processed in 0.001371512 sec. 2026.03.20 17:59:24.680900 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:24.680955 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_90_18} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.680995 [ 268 ] {684f3894-ef75-43f9-8fb6-8e00188ad35f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:59:24.681037 [ 197 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_90_18} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 2026.03.20 17:59:24.681039 [ 268 ] {684f3894-ef75-43f9-8fb6-8e00188ad35f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:59:24.681136 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.20 17:59:24.681492 [ 268 ] {684f3894-ef75-43f9-8fb6-8e00188ad35f} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.681533 [ 268 ] {684f3894-ef75-43f9-8fb6-8e00188ad35f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.681836 [ 268 ] {684f3894-ef75-43f9-8fb6-8e00188ad35f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:59:24.682043 [ 268 ] {684f3894-ef75-43f9-8fb6-8e00188ad35f} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.682145 [ 35 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Selected 6 parts from all_1_48_10 to all_53_53_0 2026.03.20 17:59:24.682171 [ 268 ] {684f3894-ef75-43f9-8fb6-8e00188ad35f} executeQuery: Read 148 rows, 8.62 KiB in 0.001194 sec., 123953.09882747069 rows/sec., 7.05 MiB/sec. 2026.03.20 17:59:24.682173 [ 35 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.682202 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.682208 [ 268 ] {684f3894-ef75-43f9-8fb6-8e00188ad35f} TCPHandler: Processed in 0.001356492 sec. 2026.03.20 17:59:24.682276 [ 197 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_53_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_48_10 to all_53_53_0 into Compact with storage Full 2026.03.20 17:59:24.682313 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:24.682366 [ 197 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_53_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:24.682397 [ 197 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 160 rows starting from the beginning of the part 2026.03.20 17:59:24.682422 [ 268 ] {c40848e2-77d5-4572-bdaf-9a11429f0471} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:24.682455 [ 197 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 148 rows starting from the beginning of the part 2026.03.20 17:59:24.682469 [ 268 ] {c40848e2-77d5-4572-bdaf-9a11429f0471} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:24.682502 [ 197 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 148 rows starting from the beginning of the part 2026.03.20 17:59:24.682546 [ 197 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 148 rows starting from the beginning of the part 2026.03.20 17:59:24.682584 [ 197 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 148 rows starting from the beginning of the part 2026.03.20 17:59:24.682621 [ 197 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 148 rows starting from the beginning of the part 2026.03.20 17:59:24.683046 [ 268 ] {c40848e2-77d5-4572-bdaf-9a11429f0471} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.683087 [ 268 ] {c40848e2-77d5-4572-bdaf-9a11429f0471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.683436 [ 268 ] {c40848e2-77d5-4572-bdaf-9a11429f0471} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.03.20 17:59:24.683450 [ 195 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_53_11} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001207068 sec., 745608.3667200191 rows/sec., 45.44 MiB/sec. 2026.03.20 17:59:24.683584 [ 195 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_53_11} MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) 2026.03.20 17:59:24.683659 [ 268 ] {c40848e2-77d5-4572-bdaf-9a11429f0471} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.683793 [ 268 ] {c40848e2-77d5-4572-bdaf-9a11429f0471} executeQuery: Read 492 rows, 35.34 KiB in 0.0014 sec., 351428.5714285714 rows/sec., 24.65 MiB/sec. 2026.03.20 17:59:24.683803 [ 195 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_53_11} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.683832 [ 268 ] {c40848e2-77d5-4572-bdaf-9a11429f0471} TCPHandler: Processed in 0.001567246 sec. 2026.03.20 17:59:24.683865 [ 195 ] {b83c1599-5d8c-4558-a79f-9af9d9bec7c8::all_1_53_11} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8) (MergerMutator): Merged 6 parts: [all_1_48_10, all_53_53_0] -> all_1_53_11 2026.03.20 17:59:24.683932 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.20 17:59:24.683934 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:24.684033 [ 268 ] {4699c36e-97da-43e8-b118-212ecc2978eb} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:59:24.684075 [ 268 ] {4699c36e-97da-43e8-b118-212ecc2978eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:59:24.684399 [ 268 ] {4699c36e-97da-43e8-b118-212ecc2978eb} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.684442 [ 268 ] {4699c36e-97da-43e8-b118-212ecc2978eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.684747 [ 268 ] {4699c36e-97da-43e8-b118-212ecc2978eb} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:59:24.684951 [ 268 ] {4699c36e-97da-43e8-b118-212ecc2978eb} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.685077 [ 268 ] {4699c36e-97da-43e8-b118-212ecc2978eb} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2026.03.20 17:59:24.685113 [ 268 ] {4699c36e-97da-43e8-b118-212ecc2978eb} TCPHandler: Processed in 0.001227618 sec. 2026.03.20 17:59:24.685213 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:24.685306 [ 268 ] {1b04281b-b82a-4fc2-b08d-637f417b306f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:24.685348 [ 268 ] {1b04281b-b82a-4fc2-b08d-637f417b306f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:24.685786 [ 268 ] {1b04281b-b82a-4fc2-b08d-637f417b306f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.685820 [ 268 ] {1b04281b-b82a-4fc2-b08d-637f417b306f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.686158 [ 268 ] {1b04281b-b82a-4fc2-b08d-637f417b306f} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.03.20 17:59:24.686358 [ 268 ] {1b04281b-b82a-4fc2-b08d-637f417b306f} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.686494 [ 268 ] {1b04281b-b82a-4fc2-b08d-637f417b306f} executeQuery: Read 266 rows, 18.10 KiB in 0.001206 sec., 220563.84742951905 rows/sec., 14.66 MiB/sec. 2026.03.20 17:59:24.686531 [ 268 ] {1b04281b-b82a-4fc2-b08d-637f417b306f} TCPHandler: Processed in 0.001365732 sec. 2026.03.20 17:59:24.686642 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:24.686734 [ 268 ] {2ed29677-bde7-4ad5-8437-7e5673330488} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:59:24.686775 [ 268 ] {2ed29677-bde7-4ad5-8437-7e5673330488} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:59:24.687081 [ 268 ] {2ed29677-bde7-4ad5-8437-7e5673330488} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.687113 [ 268 ] {2ed29677-bde7-4ad5-8437-7e5673330488} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.687397 [ 268 ] {2ed29677-bde7-4ad5-8437-7e5673330488} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.20 17:59:24.687615 [ 268 ] {2ed29677-bde7-4ad5-8437-7e5673330488} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.687741 [ 268 ] {2ed29677-bde7-4ad5-8437-7e5673330488} executeQuery: Read 1 rows, 69.00 B in 0.001026 sec., 974.6588693957115 rows/sec., 65.68 KiB/sec. 2026.03.20 17:59:24.687777 [ 268 ] {2ed29677-bde7-4ad5-8437-7e5673330488} TCPHandler: Processed in 0.001184738 sec. 2026.03.20 17:59:24.687880 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:24.687974 [ 268 ] {d6d56c12-5419-4b23-8a72-71a016bbcbd8} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:24.688014 [ 268 ] {d6d56c12-5419-4b23-8a72-71a016bbcbd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:24.688330 [ 268 ] {d6d56c12-5419-4b23-8a72-71a016bbcbd8} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:24.688364 [ 268 ] {d6d56c12-5419-4b23-8a72-71a016bbcbd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:24.688680 [ 268 ] {d6d56c12-5419-4b23-8a72-71a016bbcbd8} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.03.20 17:59:24.688889 [ 268 ] {d6d56c12-5419-4b23-8a72-71a016bbcbd8} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:24.689014 [ 268 ] {d6d56c12-5419-4b23-8a72-71a016bbcbd8} executeQuery: Read 90 rows, 5.77 KiB in 0.001059 sec., 84985.83569405098 rows/sec., 5.32 MiB/sec. 2026.03.20 17:59:24.689051 [ 268 ] {d6d56c12-5419-4b23-8a72-71a016bbcbd8} TCPHandler: Processed in 0.001219229 sec. 2026.03.20 17:59:25.354439 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35109 2026.03.20 17:59:25.355019 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:25.355070 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:25.355611 [ 245 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.20 17:59:25.355838 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:25.355968 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35109 2026.03.20 17:59:27.184377 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 2026.03.20 17:59:27.202139 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:27.202196 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:27.208394 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.20 17:59:27.209083 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:27.212045 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2026.03.20 17:59:27.979034 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2128 2026.03.20 17:59:27.981745 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:27.981804 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:27.983097 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.20 17:59:27.983397 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:27.983822 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2128 2026.03.20 17:59:29.305545 [ 220 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:29.305642 [ 220 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:29.308526 [ 220 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:29.439613 [ 221 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:29.439671 [ 221 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:29.442015 [ 221 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:29.667583 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:29.667762 [ 268 ] {b15286da-556b-4056-979c-300d1e07d81c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:29.667830 [ 268 ] {b15286da-556b-4056-979c-300d1e07d81c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:29.668559 [ 268 ] {b15286da-556b-4056-979c-300d1e07d81c} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:29.668605 [ 268 ] {b15286da-556b-4056-979c-300d1e07d81c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:29.668998 [ 268 ] {b15286da-556b-4056-979c-300d1e07d81c} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.03.20 17:59:29.669222 [ 268 ] {b15286da-556b-4056-979c-300d1e07d81c} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:29.669375 [ 268 ] {b15286da-556b-4056-979c-300d1e07d81c} executeQuery: Read 138 rows, 12.29 KiB in 0.001663 sec., 82982.56163559832 rows/sec., 7.21 MiB/sec. 2026.03.20 17:59:29.669391 [ 26 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.03.20 17:59:29.669418 [ 268 ] {b15286da-556b-4056-979c-300d1e07d81c} TCPHandler: Processed in 0.001965525 sec. 2026.03.20 17:59:29.669460 [ 26 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:29.669486 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:29.669570 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:29.669601 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.03.20 17:59:29.669670 [ 268 ] {33e91f44-3ecd-483b-86fd-599fad075532} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:59:29.669718 [ 268 ] {33e91f44-3ecd-483b-86fd-599fad075532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:59:29.669742 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:29.669793 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2895 rows starting from the beginning of the part 2026.03.20 17:59:29.669902 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 56 rows starting from the beginning of the part 2026.03.20 17:59:29.670001 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 797 rows starting from the beginning of the part 2026.03.20 17:59:29.670087 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 138 rows starting from the beginning of the part 2026.03.20 17:59:29.670149 [ 268 ] {33e91f44-3ecd-483b-86fd-599fad075532} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:29.670155 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 798 rows starting from the beginning of the part 2026.03.20 17:59:29.670196 [ 268 ] {33e91f44-3ecd-483b-86fd-599fad075532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:29.670246 [ 197 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 138 rows starting from the beginning of the part 2026.03.20 17:59:29.670565 [ 268 ] {33e91f44-3ecd-483b-86fd-599fad075532} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.20 17:59:29.670837 [ 268 ] {33e91f44-3ecd-483b-86fd-599fad075532} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:29.670973 [ 268 ] {33e91f44-3ecd-483b-86fd-599fad075532} executeQuery: Read 41 rows, 3.08 KiB in 0.001321 sec., 31037.093111279337 rows/sec., 2.28 MiB/sec. 2026.03.20 17:59:29.671013 [ 268 ] {33e91f44-3ecd-483b-86fd-599fad075532} TCPHandler: Processed in 0.001492855 sec. 2026.03.20 17:59:29.671116 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:29.671211 [ 268 ] {f1741633-4d01-42b4-98b8-3eaf4869ed4d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:29.671252 [ 268 ] {f1741633-4d01-42b4-98b8-3eaf4869ed4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:29.671681 [ 268 ] {f1741633-4d01-42b4-98b8-3eaf4869ed4d} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:29.671726 [ 268 ] {f1741633-4d01-42b4-98b8-3eaf4869ed4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:29.672036 [ 268 ] {f1741633-4d01-42b4-98b8-3eaf4869ed4d} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.03.20 17:59:29.672239 [ 268 ] {f1741633-4d01-42b4-98b8-3eaf4869ed4d} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:29.672279 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 4822 rows, containing 5 columns (5 merged, 0 gathered) in 0.002734334 sec., 1763500.7281480609 rows/sec., 144.18 MiB/sec. 2026.03.20 17:59:29.672364 [ 26 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.03.20 17:59:29.672374 [ 268 ] {f1741633-4d01-42b4-98b8-3eaf4869ed4d} executeQuery: Read 105 rows, 8.40 KiB in 0.001181 sec., 88907.70533446233 rows/sec., 6.94 MiB/sec. 2026.03.20 17:59:29.672399 [ 26 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:29.672479 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:29.672479 [ 268 ] {f1741633-4d01-42b4-98b8-3eaf4869ed4d} TCPHandler: Processed in 0.001411682 sec. 2026.03.20 17:59:29.672555 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.03.20 17:59:29.672602 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:29.672608 [ 223 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:29.672623 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.03.20 17:59:29.672638 [ 223 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:29.672655 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:29.672700 [ 268 ] {0279a008-4514-4b63-b2e2-80106025a371} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:29.672808 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1555 rows starting from the beginning of the part 2026.03.20 17:59:29.672878 [ 268 ] {0279a008-4514-4b63-b2e2-80106025a371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:29.672895 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part 2026.03.20 17:59:29.672946 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 490 rows starting from the beginning of the part 2026.03.20 17:59:29.672970 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_121_24} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:29.672985 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 105 rows starting from the beginning of the part 2026.03.20 17:59:29.673031 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 492 rows starting from the beginning of the part 2026.03.20 17:59:29.673069 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 105 rows starting from the beginning of the part 2026.03.20 17:59:29.673070 [ 192 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_121_24} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.03.20 17:59:29.673196 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.03.20 17:59:29.673387 [ 268 ] {0279a008-4514-4b63-b2e2-80106025a371} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:29.673439 [ 268 ] {0279a008-4514-4b63-b2e2-80106025a371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:29.673871 [ 268 ] {0279a008-4514-4b63-b2e2-80106025a371} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.03.20 17:59:29.674107 [ 268 ] {0279a008-4514-4b63-b2e2-80106025a371} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:29.674200 [ 195 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2811 rows, containing 5 columns (5 merged, 0 gathered) in 0.001680229 sec., 1672986.2417563319 rows/sec., 124.70 MiB/sec. 2026.03.20 17:59:29.674236 [ 26 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 5 parts from all_1_116_24 to all_120_120_0 2026.03.20 17:59:29.674245 [ 268 ] {0279a008-4514-4b63-b2e2-80106025a371} executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. 2026.03.20 17:59:29.674273 [ 26 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:29.674299 [ 268 ] {0279a008-4514-4b63-b2e2-80106025a371} TCPHandler: Processed in 0.001748701 sec. 2026.03.20 17:59:29.674299 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:29.674382 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_120_25} MergeTask::PrepareStage: Merging 5 parts: from all_1_116_24 to all_120_120_0 into Compact with storage Full 2026.03.20 17:59:29.674418 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.03.20 17:59:29.674430 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:29.674455 [ 217 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:29.674479 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_120_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:29.674499 [ 217 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:29.674512 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_120_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_116_24, total 40496 rows starting from the beginning of the part 2026.03.20 17:59:29.674560 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_120_25} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 128 rows starting from the beginning of the part 2026.03.20 17:59:29.674571 [ 268 ] {3b0d07ac-9011-4bf5-9250-2092b36f0d63} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:29.674598 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_120_25} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 265 rows starting from the beginning of the part 2026.03.20 17:59:29.674636 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_120_25} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part 2026.03.20 17:59:29.674648 [ 268 ] {3b0d07ac-9011-4bf5-9250-2092b36f0d63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:59:29.674669 [ 189 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_120_25} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 266 rows starting from the beginning of the part 2026.03.20 17:59:29.674759 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_121_24} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:29.674854 [ 192 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_121_24} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.03.20 17:59:29.674947 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.03.20 17:59:29.675587 [ 268 ] {3b0d07ac-9011-4bf5-9250-2092b36f0d63} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:29.675630 [ 268 ] {3b0d07ac-9011-4bf5-9250-2092b36f0d63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:29.676299 [ 268 ] {3b0d07ac-9011-4bf5-9250-2092b36f0d63} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.20 17:59:29.676532 [ 268 ] {3b0d07ac-9011-4bf5-9250-2092b36f0d63} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:29.676685 [ 268 ] {3b0d07ac-9011-4bf5-9250-2092b36f0d63} executeQuery: Read 41 rows, 75.23 KiB in 0.002139 sec., 19167.83543712015 rows/sec., 34.35 MiB/sec. 2026.03.20 17:59:29.676708 [ 222 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:29.676716 [ 223 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:29.676748 [ 222 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:29.676757 [ 268 ] {3b0d07ac-9011-4bf5-9250-2092b36f0d63} TCPHandler: Processed in 0.002391186 sec. 2026.03.20 17:59:29.676891 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:29.676990 [ 268 ] {e728fb0a-01ef-4254-b654-79ee344e234d} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:29.677034 [ 268 ] {e728fb0a-01ef-4254-b654-79ee344e234d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:29.677378 [ 268 ] {e728fb0a-01ef-4254-b654-79ee344e234d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:29.677419 [ 268 ] {e728fb0a-01ef-4254-b654-79ee344e234d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:29.677785 [ 268 ] {e728fb0a-01ef-4254-b654-79ee344e234d} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.03.20 17:59:29.678031 [ 268 ] {e728fb0a-01ef-4254-b654-79ee344e234d} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:29.678131 [ 217 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:29.678165 [ 26 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.03.20 17:59:29.678181 [ 268 ] {e728fb0a-01ef-4254-b654-79ee344e234d} executeQuery: Read 60 rows, 4.14 KiB in 0.001211 sec., 49545.8298926507 rows/sec., 3.34 MiB/sec. 2026.03.20 17:59:29.678198 [ 26 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:29.678222 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:29.678225 [ 268 ] {e728fb0a-01ef-4254-b654-79ee344e234d} TCPHandler: Processed in 0.001384892 sec. 2026.03.20 17:59:29.678352 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.03.20 17:59:29.678483 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:29.678520 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7032 rows starting from the beginning of the part 2026.03.20 17:59:29.678582 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 48 rows starting from the beginning of the part 2026.03.20 17:59:29.678627 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 90 rows starting from the beginning of the part 2026.03.20 17:59:29.678668 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part 2026.03.20 17:59:29.678707 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 90 rows starting from the beginning of the part 2026.03.20 17:59:29.678746 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part 2026.03.20 17:59:29.681190 [ 222 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.20 17:59:29.681426 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 7380 rows, containing 4 columns (4 merged, 0 gathered) in 0.003131353 sec., 2356808.7021808145 rows/sec., 151.70 MiB/sec. 2026.03.20 17:59:29.681878 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.03.20 17:59:29.681960 [ 196 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_120_25} MergeTask::MergeProjectionsStage: Merge sorted 41315 rows, containing 5 columns (5 merged, 0 gathered) in 0.007602766 sec., 5434206.445391059 rows/sec., 357.03 MiB/sec. 2026.03.20 17:59:29.682132 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_121_24} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:29.682203 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_121_24} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.03.20 17:59:29.682272 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2026.03.20 17:59:29.682497 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_120_25} MergedBlockOutputStream: filled checksums all_1_120_25 (state Temporary) 2026.03.20 17:59:29.682843 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_120_25} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_120_25 to all_1_120_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:29.682921 [ 200 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_120_25} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 5 parts: [all_1_116_24, all_120_120_0] -> all_1_120_25 2026.03.20 17:59:29.683004 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.03.20 17:59:30.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 370.00 MiB, peak 391.46 MiB, free memory in arenas 0.00 B, will set to 374.18 MiB (RSS), difference: 4.19 MiB 2026.03.20 17:59:30.429896 [ 225 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:30.429946 [ 225 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:30.433985 [ 225 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:32.687525 [ 45 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:59:32.687575 [ 45 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:59:32.856119 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35557 2026.03.20 17:59:32.856696 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:32.856753 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. 2026.03.20 17:59:32.857274 [ 245 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.20 17:59:32.857515 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:32.857668 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35557 2026.03.20 17:59:34.672393 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.672584 [ 268 ] {d3639c88-589a-408c-9e4a-eb3fa28b5f64} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.672647 [ 268 ] {d3639c88-589a-408c-9e4a-eb3fa28b5f64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:59:34.673377 [ 268 ] {d3639c88-589a-408c-9e4a-eb3fa28b5f64} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.673419 [ 268 ] {d3639c88-589a-408c-9e4a-eb3fa28b5f64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.673813 [ 268 ] {d3639c88-589a-408c-9e4a-eb3fa28b5f64} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.20 17:59:34.674042 [ 268 ] {d3639c88-589a-408c-9e4a-eb3fa28b5f64} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.674187 [ 268 ] {d3639c88-589a-408c-9e4a-eb3fa28b5f64} executeQuery: Read 284 rows, 18.47 KiB in 0.001653 sec., 171808.83242589232 rows/sec., 10.91 MiB/sec. 2026.03.20 17:59:34.674248 [ 268 ] {d3639c88-589a-408c-9e4a-eb3fa28b5f64} TCPHandler: Processed in 0.001984396 sec. 2026.03.20 17:59:34.674367 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.674462 [ 268 ] {3f6e0d33-5aa2-4e98-92c0-db048bd0247a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:34.674502 [ 268 ] {3f6e0d33-5aa2-4e98-92c0-db048bd0247a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:34.675202 [ 268 ] {3f6e0d33-5aa2-4e98-92c0-db048bd0247a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.675238 [ 268 ] {3f6e0d33-5aa2-4e98-92c0-db048bd0247a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.675589 [ 268 ] {3f6e0d33-5aa2-4e98-92c0-db048bd0247a} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.03.20 17:59:34.675819 [ 268 ] {3f6e0d33-5aa2-4e98-92c0-db048bd0247a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.675952 [ 268 ] {3f6e0d33-5aa2-4e98-92c0-db048bd0247a} executeQuery: Read 797 rows, 63.50 KiB in 0.001509 sec., 528164.3472498343 rows/sec., 41.09 MiB/sec. 2026.03.20 17:59:34.675990 [ 268 ] {3f6e0d33-5aa2-4e98-92c0-db048bd0247a} TCPHandler: Processed in 0.001672469 sec. 2026.03.20 17:59:34.676107 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.676204 [ 268 ] {68558dd1-6b11-4025-88f4-0ae5d3b1690e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.676242 [ 268 ] {68558dd1-6b11-4025-88f4-0ae5d3b1690e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:59:34.676659 [ 268 ] {68558dd1-6b11-4025-88f4-0ae5d3b1690e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.676693 [ 268 ] {68558dd1-6b11-4025-88f4-0ae5d3b1690e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.676995 [ 268 ] {68558dd1-6b11-4025-88f4-0ae5d3b1690e} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.20 17:59:34.677204 [ 268 ] {68558dd1-6b11-4025-88f4-0ae5d3b1690e} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.677329 [ 268 ] {68558dd1-6b11-4025-88f4-0ae5d3b1690e} executeQuery: Read 142 rows, 8.54 KiB in 0.001143 sec., 124234.47069116362 rows/sec., 7.30 MiB/sec. 2026.03.20 17:59:34.677365 [ 268 ] {68558dd1-6b11-4025-88f4-0ae5d3b1690e} TCPHandler: Processed in 0.001306671 sec. 2026.03.20 17:59:34.677476 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.677569 [ 268 ] {36f178f0-13d6-437a-b3bd-eae0b43b6b92} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.677607 [ 268 ] {36f178f0-13d6-437a-b3bd-eae0b43b6b92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:59:34.678018 [ 268 ] {36f178f0-13d6-437a-b3bd-eae0b43b6b92} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.678051 [ 268 ] {36f178f0-13d6-437a-b3bd-eae0b43b6b92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.678331 [ 268 ] {36f178f0-13d6-437a-b3bd-eae0b43b6b92} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.20 17:59:34.678528 [ 268 ] {36f178f0-13d6-437a-b3bd-eae0b43b6b92} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.678623 [ 23 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Selected 6 parts from all_1_59_12 to all_64_64_0 2026.03.20 17:59:34.678652 [ 268 ] {36f178f0-13d6-437a-b3bd-eae0b43b6b92} executeQuery: Read 149 rows, 9.86 KiB in 0.001101 sec., 135331.51680290644 rows/sec., 8.74 MiB/sec. 2026.03.20 17:59:34.678660 [ 23 ] {} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.678683 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.678690 [ 268 ] {36f178f0-13d6-437a-b3bd-eae0b43b6b92} TCPHandler: Processed in 0.001261869 sec. 2026.03.20 17:59:34.678813 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.678824 [ 193 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_64_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_59_12 to all_64_64_0 into Compact with storage Full 2026.03.20 17:59:34.678905 [ 268 ] {1e4670a3-6dd9-49ed-a036-fbdaa0d63e69} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.678951 [ 268 ] {1e4670a3-6dd9-49ed-a036-fbdaa0d63e69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:59:34.679017 [ 193 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_64_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:34.679059 [ 193 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_59_12, total 882 rows starting from the beginning of the part 2026.03.20 17:59:34.679132 [ 193 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 149 rows starting from the beginning of the part 2026.03.20 17:59:34.679183 [ 193 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 708 rows starting from the beginning of the part 2026.03.20 17:59:34.679231 [ 193 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 149 rows starting from the beginning of the part 2026.03.20 17:59:34.679273 [ 193 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 149 rows starting from the beginning of the part 2026.03.20 17:59:34.679315 [ 193 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 149 rows starting from the beginning of the part 2026.03.20 17:59:34.679368 [ 268 ] {1e4670a3-6dd9-49ed-a036-fbdaa0d63e69} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.679407 [ 268 ] {1e4670a3-6dd9-49ed-a036-fbdaa0d63e69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.679734 [ 268 ] {1e4670a3-6dd9-49ed-a036-fbdaa0d63e69} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.20 17:59:34.679963 [ 268 ] {1e4670a3-6dd9-49ed-a036-fbdaa0d63e69} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.680093 [ 268 ] {1e4670a3-6dd9-49ed-a036-fbdaa0d63e69} executeQuery: Read 148 rows, 8.62 KiB in 0.001205 sec., 122821.57676348549 rows/sec., 6.99 MiB/sec. 2026.03.20 17:59:34.680129 [ 268 ] {1e4670a3-6dd9-49ed-a036-fbdaa0d63e69} TCPHandler: Processed in 0.001364531 sec. 2026.03.20 17:59:34.680235 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.680328 [ 268 ] {13117279-1271-4af9-b6cc-b93238f40430} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:34.680367 [ 268 ] {13117279-1271-4af9-b6cc-b93238f40430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:34.680491 [ 186 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_64_13} MergeTask::MergeProjectionsStage: Merge sorted 2186 rows, containing 5 columns (5 merged, 0 gathered) in 0.001738801 sec., 1257188.1428639619 rows/sec., 81.17 MiB/sec. 2026.03.20 17:59:34.680754 [ 196 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_64_13} MergedBlockOutputStream: filled checksums all_1_64_13 (state Temporary) 2026.03.20 17:59:34.680928 [ 268 ] {13117279-1271-4af9-b6cc-b93238f40430} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.680969 [ 268 ] {13117279-1271-4af9-b6cc-b93238f40430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.681098 [ 196 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_64_13} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_merge_all_1_64_13 to all_1_64_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.681189 [ 196 ] {df6079b5-0044-4c5b-b870-43c8b4de5624::all_1_64_13} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624) (MergerMutator): Merged 6 parts: [all_1_59_12, all_64_64_0] -> all_1_64_13 2026.03.20 17:59:34.681292 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.20 17:59:34.681325 [ 268 ] {13117279-1271-4af9-b6cc-b93238f40430} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.03.20 17:59:34.681545 [ 268 ] {13117279-1271-4af9-b6cc-b93238f40430} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.681674 [ 268 ] {13117279-1271-4af9-b6cc-b93238f40430} executeQuery: Read 490 rows, 35.18 KiB in 0.001364 sec., 359237.5366568915 rows/sec., 25.19 MiB/sec. 2026.03.20 17:59:34.681711 [ 268 ] {13117279-1271-4af9-b6cc-b93238f40430} TCPHandler: Processed in 0.001523935 sec. 2026.03.20 17:59:34.681822 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.681918 [ 268 ] {e56a42d5-9864-463d-8126-4e0eb18f3230} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:59:34.681957 [ 268 ] {e56a42d5-9864-463d-8126-4e0eb18f3230} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:59:34.682304 [ 268 ] {e56a42d5-9864-463d-8126-4e0eb18f3230} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.682337 [ 268 ] {e56a42d5-9864-463d-8126-4e0eb18f3230} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.682632 [ 268 ] {e56a42d5-9864-463d-8126-4e0eb18f3230} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:59:34.682830 [ 268 ] {e56a42d5-9864-463d-8126-4e0eb18f3230} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.682952 [ 268 ] {e56a42d5-9864-463d-8126-4e0eb18f3230} executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. 2026.03.20 17:59:34.682987 [ 268 ] {e56a42d5-9864-463d-8126-4e0eb18f3230} TCPHandler: Processed in 0.001213158 sec. 2026.03.20 17:59:34.683098 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.683191 [ 268 ] {14195978-18dd-45ed-a3cb-0abf2839505e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.683232 [ 268 ] {14195978-18dd-45ed-a3cb-0abf2839505e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:34.683620 [ 268 ] {14195978-18dd-45ed-a3cb-0abf2839505e} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.683653 [ 268 ] {14195978-18dd-45ed-a3cb-0abf2839505e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.683973 [ 268 ] {14195978-18dd-45ed-a3cb-0abf2839505e} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.03.20 17:59:34.684174 [ 268 ] {14195978-18dd-45ed-a3cb-0abf2839505e} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.684298 [ 268 ] {14195978-18dd-45ed-a3cb-0abf2839505e} executeQuery: Read 265 rows, 18.03 KiB in 0.001124 sec., 235765.12455516015 rows/sec., 15.67 MiB/sec. 2026.03.20 17:59:34.684333 [ 268 ] {14195978-18dd-45ed-a3cb-0abf2839505e} TCPHandler: Processed in 0.00128362 sec. 2026.03.20 17:59:34.684442 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.684535 [ 268 ] {2419e2d7-16a6-4c1d-b521-ddcb477d7480} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.684575 [ 268 ] {2419e2d7-16a6-4c1d-b521-ddcb477d7480} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:59:34.684879 [ 268 ] {2419e2d7-16a6-4c1d-b521-ddcb477d7480} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.684912 [ 268 ] {2419e2d7-16a6-4c1d-b521-ddcb477d7480} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.685193 [ 268 ] {2419e2d7-16a6-4c1d-b521-ddcb477d7480} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.20 17:59:34.685393 [ 268 ] {2419e2d7-16a6-4c1d-b521-ddcb477d7480} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.685516 [ 268 ] {2419e2d7-16a6-4c1d-b521-ddcb477d7480} executeQuery: Read 1 rows, 69.00 B in 0.000999 sec., 1001.0010010010009 rows/sec., 67.45 KiB/sec. 2026.03.20 17:59:34.685551 [ 268 ] {2419e2d7-16a6-4c1d-b521-ddcb477d7480} TCPHandler: Processed in 0.001156406 sec. 2026.03.20 17:59:34.685668 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.685788 [ 268 ] {61e217ad-648c-444d-84d4-f2fe87496544} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.685837 [ 268 ] {61e217ad-648c-444d-84d4-f2fe87496544} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:34.686223 [ 268 ] {61e217ad-648c-444d-84d4-f2fe87496544} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.686265 [ 268 ] {61e217ad-648c-444d-84d4-f2fe87496544} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.686646 [ 268 ] {61e217ad-648c-444d-84d4-f2fe87496544} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.03.20 17:59:34.686887 [ 268 ] {61e217ad-648c-444d-84d4-f2fe87496544} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.687020 [ 268 ] {61e217ad-648c-444d-84d4-f2fe87496544} executeQuery: Read 90 rows, 5.77 KiB in 0.001257 sec., 71599.04534606205 rows/sec., 4.48 MiB/sec. 2026.03.20 17:59:34.687055 [ 268 ] {61e217ad-648c-444d-84d4-f2fe87496544} TCPHandler: Processed in 0.001446543 sec. 2026.03.20 17:59:34.712085 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2026.03.20 17:59:34.729574 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.729632 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.735759 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.20 17:59:34.736517 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.740544 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2026.03.20 17:59:34.835777 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.835953 [ 268 ] {3374e72c-6c02-48c7-bac6-b5458a2cfcc2} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 17:59:34.836017 [ 268 ] {3374e72c-6c02-48c7-bac6-b5458a2cfcc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 17:59:34.836615 [ 268 ] {3374e72c-6c02-48c7-bac6-b5458a2cfcc2} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.836655 [ 268 ] {3374e72c-6c02-48c7-bac6-b5458a2cfcc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.837035 [ 268 ] {3374e72c-6c02-48c7-bac6-b5458a2cfcc2} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.20 17:59:34.837267 [ 268 ] {3374e72c-6c02-48c7-bac6-b5458a2cfcc2} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.837380 [ 91 ] {} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 2026.03.20 17:59:34.837417 [ 268 ] {3374e72c-6c02-48c7-bac6-b5458a2cfcc2} executeQuery: Read 14 rows, 1.14 KiB in 0.001512 sec., 9259.25925925926 rows/sec., 755.03 KiB/sec. 2026.03.20 17:59:34.837420 [ 91 ] {} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.837453 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.837464 [ 268 ] {3374e72c-6c02-48c7-bac6-b5458a2cfcc2} TCPHandler: Processed in 0.001812702 sec. 2026.03.20 17:59:34.837574 [ 193 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::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.03.20 17:59:34.837581 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.837718 [ 268 ] {3a607546-635e-4eab-a72b-d5e756d2fb42} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:34.837722 [ 193 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:34.837763 [ 268 ] {3a607546-635e-4eab-a72b-d5e756d2fb42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:34.837770 [ 193 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 20 rows starting from the beginning of the part 2026.03.20 17:59:34.837848 [ 193 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part 2026.03.20 17:59:34.837894 [ 193 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part 2026.03.20 17:59:34.837938 [ 193 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part 2026.03.20 17:59:34.837978 [ 193 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part 2026.03.20 17:59:34.838016 [ 193 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part 2026.03.20 17:59:34.838847 [ 198 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001327071 sec., 40691.11599906863 rows/sec., 3.40 MiB/sec. 2026.03.20 17:59:34.839048 [ 198 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2026.03.20 17:59:34.839364 [ 198 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_28_6} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.839452 [ 198 ] {8b0594cb-6bad-4413-9355-626cd3ce9741::all_1_28_6} oximeter.fields_ipaddr (8b0594cb-6bad-4413-9355-626cd3ce9741) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 2026.03.20 17:59:34.839563 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.20 17:59:34.839867 [ 268 ] {3a607546-635e-4eab-a72b-d5e756d2fb42} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.839917 [ 268 ] {3a607546-635e-4eab-a72b-d5e756d2fb42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.840381 [ 268 ] {3a607546-635e-4eab-a72b-d5e756d2fb42} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.03.20 17:59:34.840599 [ 268 ] {3a607546-635e-4eab-a72b-d5e756d2fb42} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.840738 [ 268 ] {3a607546-635e-4eab-a72b-d5e756d2fb42} executeQuery: Read 2029 rows, 157.88 KiB in 0.003038 sec., 667873.6010533245 rows/sec., 50.75 MiB/sec. 2026.03.20 17:59:34.840777 [ 268 ] {3a607546-635e-4eab-a72b-d5e756d2fb42} TCPHandler: Processed in 0.003246016 sec. 2026.03.20 17:59:34.840889 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.840984 [ 268 ] {8f549041-ff08-4964-a254-3229930e6173} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.841023 [ 268 ] {8f549041-ff08-4964-a254-3229930e6173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:59:34.841492 [ 268 ] {8f549041-ff08-4964-a254-3229930e6173} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.841526 [ 268 ] {8f549041-ff08-4964-a254-3229930e6173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.841823 [ 268 ] {8f549041-ff08-4964-a254-3229930e6173} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.20 17:59:34.842040 [ 268 ] {8f549041-ff08-4964-a254-3229930e6173} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.842165 [ 268 ] {8f549041-ff08-4964-a254-3229930e6173} executeQuery: Read 66 rows, 4.89 KiB in 0.0012 sec., 55000.00000000001 rows/sec., 3.98 MiB/sec. 2026.03.20 17:59:34.842202 [ 268 ] {8f549041-ff08-4964-a254-3229930e6173} TCPHandler: Processed in 0.001361082 sec. 2026.03.20 17:59:34.842314 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.842407 [ 268 ] {cc2fefc1-fc74-492e-8a0d-1dd0d91d27f5} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.842447 [ 268 ] {cc2fefc1-fc74-492e-8a0d-1dd0d91d27f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:59:34.843230 [ 268 ] {cc2fefc1-fc74-492e-8a0d-1dd0d91d27f5} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.843264 [ 268 ] {cc2fefc1-fc74-492e-8a0d-1dd0d91d27f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.843586 [ 268 ] {cc2fefc1-fc74-492e-8a0d-1dd0d91d27f5} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.20 17:59:34.843786 [ 268 ] {cc2fefc1-fc74-492e-8a0d-1dd0d91d27f5} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.843913 [ 268 ] {cc2fefc1-fc74-492e-8a0d-1dd0d91d27f5} executeQuery: Read 708 rows, 42.29 KiB in 0.001524 sec., 464566.9291338583 rows/sec., 27.10 MiB/sec. 2026.03.20 17:59:34.843950 [ 268 ] {cc2fefc1-fc74-492e-8a0d-1dd0d91d27f5} TCPHandler: Processed in 0.001684529 sec. 2026.03.20 17:59:34.844053 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.844146 [ 268 ] {e2a2442c-d5b8-4b89-8e02-0bde6ba613da} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.844185 [ 268 ] {e2a2442c-d5b8-4b89-8e02-0bde6ba613da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 17:59:34.844594 [ 268 ] {e2a2442c-d5b8-4b89-8e02-0bde6ba613da} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.844641 [ 268 ] {e2a2442c-d5b8-4b89-8e02-0bde6ba613da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.844986 [ 268 ] {e2a2442c-d5b8-4b89-8e02-0bde6ba613da} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 17:59:34.845193 [ 268 ] {e2a2442c-d5b8-4b89-8e02-0bde6ba613da} oximeter.fields_u64 (b7cd6d5a-05be-4ce5-a8b5-f6dd2fbdac78): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.845324 [ 268 ] {e2a2442c-d5b8-4b89-8e02-0bde6ba613da} executeQuery: Read 1 rows, 72.00 B in 0.001195 sec., 836.8200836820083 rows/sec., 58.84 KiB/sec. 2026.03.20 17:59:34.845363 [ 268 ] {e2a2442c-d5b8-4b89-8e02-0bde6ba613da} TCPHandler: Processed in 0.001357032 sec. 2026.03.20 17:59:34.845472 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.845568 [ 268 ] {1270ff3b-bd51-42ab-845d-c3f5a6c6de44} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:34.845608 [ 268 ] {1270ff3b-bd51-42ab-845d-c3f5a6c6de44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:34.846467 [ 268 ] {1270ff3b-bd51-42ab-845d-c3f5a6c6de44} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.846503 [ 268 ] {1270ff3b-bd51-42ab-845d-c3f5a6c6de44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.846845 [ 268 ] {1270ff3b-bd51-42ab-845d-c3f5a6c6de44} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.03.20 17:59:34.847057 [ 268 ] {1270ff3b-bd51-42ab-845d-c3f5a6c6de44} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.847185 [ 268 ] {1270ff3b-bd51-42ab-845d-c3f5a6c6de44} executeQuery: Read 1066 rows, 75.65 KiB in 0.001636 sec., 651589.2420537897 rows/sec., 45.16 MiB/sec. 2026.03.20 17:59:34.847223 [ 268 ] {1270ff3b-bd51-42ab-845d-c3f5a6c6de44} TCPHandler: Processed in 0.001800932 sec. 2026.03.20 17:59:34.847326 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.847421 [ 268 ] {069550ab-9ddf-4390-a55a-fe9c8deeccf9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.847464 [ 268 ] {069550ab-9ddf-4390-a55a-fe9c8deeccf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:34.848180 [ 268 ] {069550ab-9ddf-4390-a55a-fe9c8deeccf9} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.848214 [ 268 ] {069550ab-9ddf-4390-a55a-fe9c8deeccf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.848620 [ 268 ] {069550ab-9ddf-4390-a55a-fe9c8deeccf9} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.03.20 17:59:34.848830 [ 268 ] {069550ab-9ddf-4390-a55a-fe9c8deeccf9} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.848959 [ 268 ] {069550ab-9ddf-4390-a55a-fe9c8deeccf9} executeQuery: Read 1224 rows, 78.41 KiB in 0.001557 sec., 786127.1676300578 rows/sec., 49.18 MiB/sec. 2026.03.20 17:59:34.849007 [ 268 ] {069550ab-9ddf-4390-a55a-fe9c8deeccf9} TCPHandler: Processed in 0.00173029 sec. 2026.03.20 17:59:34.849143 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.849269 [ 268 ] {41539bc5-6720-4055-8585-7da8e1e7a480} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.849344 [ 268 ] {41539bc5-6720-4055-8585-7da8e1e7a480} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:59:34.850453 [ 268 ] {41539bc5-6720-4055-8585-7da8e1e7a480} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.850487 [ 268 ] {41539bc5-6720-4055-8585-7da8e1e7a480} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.851093 [ 268 ] {41539bc5-6720-4055-8585-7da8e1e7a480} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.20 17:59:34.851321 [ 268 ] {41539bc5-6720-4055-8585-7da8e1e7a480} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.851466 [ 268 ] {41539bc5-6720-4055-8585-7da8e1e7a480} executeQuery: Read 52 rows, 95.42 KiB in 0.002222 sec., 23402.340234023402 rows/sec., 41.94 MiB/sec. 2026.03.20 17:59:34.851542 [ 268 ] {41539bc5-6720-4055-8585-7da8e1e7a480} TCPHandler: Processed in 0.002463147 sec. 2026.03.20 17:59:34.851656 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:34.851749 [ 268 ] {dbc3dc10-0f64-4466-905a-a402c09c3c0f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:34.851790 [ 268 ] {dbc3dc10-0f64-4466-905a-a402c09c3c0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:34.852102 [ 268 ] {dbc3dc10-0f64-4466-905a-a402c09c3c0f} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:34.852136 [ 268 ] {dbc3dc10-0f64-4466-905a-a402c09c3c0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:34.852427 [ 268 ] {dbc3dc10-0f64-4466-905a-a402c09c3c0f} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.03.20 17:59:34.852632 [ 268 ] {dbc3dc10-0f64-4466-905a-a402c09c3c0f} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:34.852758 [ 268 ] {dbc3dc10-0f64-4466-905a-a402c09c3c0f} executeQuery: Read 12 rows, 848.00 B in 0.001027 sec., 11684.518013631938 rows/sec., 806.35 KiB/sec. 2026.03.20 17:59:34.852794 [ 268 ] {dbc3dc10-0f64-4466-905a-a402c09c3c0f} TCPHandler: Processed in 0.001188517 sec. 2026.03.20 17:59:35.000278 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 376.14 MiB, peak 391.46 MiB, free memory in arenas 0.00 B, will set to 374.20 MiB (RSS), difference: -1.94 MiB 2026.03.20 17:59:37.984035 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 2178 2026.03.20 17:59:37.987306 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:37.987371 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:37.988596 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.20 17:59:37.988862 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:37.989029 [ 124 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.20 17:59:37.989124 [ 124 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:37.989150 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2178 2026.03.20 17:59:37.989161 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:37.989345 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::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.03.20 17:59:37.990182 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:37.990327 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1978 rows starting from the beginning of the part 2026.03.20 17:59:37.990677 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part 2026.03.20 17:59:37.991006 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 50 rows starting from the beginning of the part 2026.03.20 17:59:37.991342 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 28 rows starting from the beginning of the part 2026.03.20 17:59:37.991690 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part 2026.03.20 17:59:37.992032 [ 194 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 50 rows starting from the beginning of the part 2026.03.20 17:59:37.999877 [ 201 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 72 columns (72 merged, 0 gathered) in 0.010606916 sec., 205337.72493343023 rows/sec., 158.22 MiB/sec. 2026.03.20 17:59:38.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 380.27 MiB, peak 391.46 MiB, free memory in arenas 0.00 B, will set to 374.43 MiB (RSS), difference: -5.84 MiB 2026.03.20 17:59:38.001967 [ 199 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.20 17:59:38.002515 [ 199 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_56_11} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:38.002585 [ 199 ] {2b048e1c-29b6-4508-869a-fe5985e3fb8a::all_1_56_11} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.20 17:59:38.002869 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.93 MiB. 2026.03.20 17:59:39.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 368.46 MiB, peak 391.46 MiB, free memory in arenas 0.00 B, will set to 374.43 MiB (RSS), difference: 5.97 MiB 2026.03.20 17:59:39.663270 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:39.663469 [ 268 ] {830d1ebc-dde7-49c6-8f23-6d8fab1b6734} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:39.663542 [ 268 ] {830d1ebc-dde7-49c6-8f23-6d8fab1b6734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:39.664321 [ 268 ] {830d1ebc-dde7-49c6-8f23-6d8fab1b6734} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:39.664359 [ 268 ] {830d1ebc-dde7-49c6-8f23-6d8fab1b6734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:39.664765 [ 268 ] {830d1ebc-dde7-49c6-8f23-6d8fab1b6734} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.03.20 17:59:39.664985 [ 268 ] {830d1ebc-dde7-49c6-8f23-6d8fab1b6734} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:39.665133 [ 268 ] {830d1ebc-dde7-49c6-8f23-6d8fab1b6734} executeQuery: Read 56 rows, 4.41 KiB in 0.00172 sec., 32558.13953488372 rows/sec., 2.50 MiB/sec. 2026.03.20 17:59:39.665176 [ 268 ] {830d1ebc-dde7-49c6-8f23-6d8fab1b6734} TCPHandler: Processed in 0.002046688 sec. 2026.03.20 17:59:39.665308 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:39.665431 [ 268 ] {5eef5789-9deb-4a64-b923-f4e19c23dd5f} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:39.665483 [ 268 ] {5eef5789-9deb-4a64-b923-f4e19c23dd5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:39.666003 [ 268 ] {5eef5789-9deb-4a64-b923-f4e19c23dd5f} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:39.666045 [ 268 ] {5eef5789-9deb-4a64-b923-f4e19c23dd5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:39.666382 [ 268 ] {5eef5789-9deb-4a64-b923-f4e19c23dd5f} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.03.20 17:59:39.666594 [ 268 ] {5eef5789-9deb-4a64-b923-f4e19c23dd5f} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:39.666727 [ 268 ] {5eef5789-9deb-4a64-b923-f4e19c23dd5f} executeQuery: Read 64 rows, 5.12 KiB in 0.00132 sec., 48484.84848484849 rows/sec., 3.78 MiB/sec. 2026.03.20 17:59:39.666764 [ 268 ] {5eef5789-9deb-4a64-b923-f4e19c23dd5f} TCPHandler: Processed in 0.001519256 sec. 2026.03.20 17:59:39.666877 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:39.666974 [ 268 ] {fdc33091-3d81-4168-9794-8204707f294e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:39.667018 [ 268 ] {fdc33091-3d81-4168-9794-8204707f294e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:39.667401 [ 268 ] {fdc33091-3d81-4168-9794-8204707f294e} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:39.667434 [ 268 ] {fdc33091-3d81-4168-9794-8204707f294e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:39.667770 [ 268 ] {fdc33091-3d81-4168-9794-8204707f294e} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.03.20 17:59:39.667975 [ 268 ] {fdc33091-3d81-4168-9794-8204707f294e} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:39.668105 [ 268 ] {fdc33091-3d81-4168-9794-8204707f294e} executeQuery: Read 128 rows, 9.13 KiB in 0.001149 sec., 111401.2184508268 rows/sec., 7.76 MiB/sec. 2026.03.20 17:59:39.668141 [ 268 ] {fdc33091-3d81-4168-9794-8204707f294e} TCPHandler: Processed in 0.001314911 sec. 2026.03.20 17:59:39.668252 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:39.668348 [ 268 ] {32fdc133-b089-4609-953d-da2ed677df2a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:39.668389 [ 268 ] {32fdc133-b089-4609-953d-da2ed677df2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:39.668706 [ 268 ] {32fdc133-b089-4609-953d-da2ed677df2a} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:39.668742 [ 268 ] {32fdc133-b089-4609-953d-da2ed677df2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:39.669051 [ 268 ] {32fdc133-b089-4609-953d-da2ed677df2a} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.03.20 17:59:39.669257 [ 268 ] {32fdc133-b089-4609-953d-da2ed677df2a} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:39.669382 [ 268 ] {32fdc133-b089-4609-953d-da2ed677df2a} executeQuery: Read 48 rows, 3.31 KiB in 0.001052 sec., 45627.37642585552 rows/sec., 3.07 MiB/sec. 2026.03.20 17:59:39.669417 [ 268 ] {32fdc133-b089-4609-953d-da2ed677df2a} TCPHandler: Processed in 0.001215598 sec. 2026.03.20 17:59:40.357837 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36069 2026.03.20 17:59:40.358511 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:40.358571 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:40.359216 [ 245 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.20 17:59:40.359640 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:40.359791 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36069 2026.03.20 17:59:40.874960 [ 224 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:40.875017 [ 224 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:40.877431 [ 224 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:41.573356 [ 220 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:41.573406 [ 220 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:41.576913 [ 220 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.20 17:59:42.240653 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2026.03.20 17:59:42.257758 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:42.257821 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:42.264221 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.20 17:59:42.265025 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:42.268081 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2026.03.20 17:59:44.672631 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:44.672830 [ 268 ] {c4e770c8-43a5-47cf-b094-8c593f39b991} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:59:44.672900 [ 268 ] {c4e770c8-43a5-47cf-b094-8c593f39b991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:59:44.673716 [ 268 ] {c4e770c8-43a5-47cf-b094-8c593f39b991} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:44.673766 [ 268 ] {c4e770c8-43a5-47cf-b094-8c593f39b991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:44.674168 [ 268 ] {c4e770c8-43a5-47cf-b094-8c593f39b991} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.20 17:59:44.674396 [ 268 ] {c4e770c8-43a5-47cf-b094-8c593f39b991} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:44.674574 [ 268 ] {c4e770c8-43a5-47cf-b094-8c593f39b991} executeQuery: Read 284 rows, 18.47 KiB in 0.001793 sec., 158393.75348577803 rows/sec., 10.06 MiB/sec. 2026.03.20 17:59:44.674625 [ 268 ] {c4e770c8-43a5-47cf-b094-8c593f39b991} TCPHandler: Processed in 0.00213552 sec. 2026.03.20 17:59:44.674758 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:44.674860 [ 268 ] {229cb2f5-47a0-41f9-b17c-d70c4fcbaa94} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:44.674905 [ 268 ] {229cb2f5-47a0-41f9-b17c-d70c4fcbaa94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:44.675757 [ 268 ] {229cb2f5-47a0-41f9-b17c-d70c4fcbaa94} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:44.675795 [ 268 ] {229cb2f5-47a0-41f9-b17c-d70c4fcbaa94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:44.676160 [ 268 ] {229cb2f5-47a0-41f9-b17c-d70c4fcbaa94} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.03.20 17:59:44.676395 [ 268 ] {229cb2f5-47a0-41f9-b17c-d70c4fcbaa94} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:44.676547 [ 268 ] {229cb2f5-47a0-41f9-b17c-d70c4fcbaa94} executeQuery: Read 797 rows, 63.50 KiB in 0.001709 sec., 466354.5933294324 rows/sec., 36.28 MiB/sec. 2026.03.20 17:59:44.676589 [ 268 ] {229cb2f5-47a0-41f9-b17c-d70c4fcbaa94} TCPHandler: Processed in 0.001888184 sec. 2026.03.20 17:59:44.676709 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:44.676806 [ 268 ] {d3e53789-d8c3-4ab7-b802-791664fdea84} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:59:44.676849 [ 268 ] {d3e53789-d8c3-4ab7-b802-791664fdea84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:59:44.677297 [ 268 ] {d3e53789-d8c3-4ab7-b802-791664fdea84} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:44.677333 [ 268 ] {d3e53789-d8c3-4ab7-b802-791664fdea84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:44.677659 [ 268 ] {d3e53789-d8c3-4ab7-b802-791664fdea84} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.20 17:59:44.677872 [ 268 ] {d3e53789-d8c3-4ab7-b802-791664fdea84} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:44.678006 [ 268 ] {d3e53789-d8c3-4ab7-b802-791664fdea84} executeQuery: Read 142 rows, 8.54 KiB in 0.00122 sec., 116393.44262295082 rows/sec., 6.84 MiB/sec. 2026.03.20 17:59:44.678045 [ 268 ] {d3e53789-d8c3-4ab7-b802-791664fdea84} TCPHandler: Processed in 0.001387472 sec. 2026.03.20 17:59:44.678157 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:44.678253 [ 268 ] {37f2e7e2-16bd-4ee4-a7fa-798630b18cef} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:59:44.678293 [ 268 ] {37f2e7e2-16bd-4ee4-a7fa-798630b18cef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:59:44.678742 [ 268 ] {37f2e7e2-16bd-4ee4-a7fa-798630b18cef} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:44.678779 [ 268 ] {37f2e7e2-16bd-4ee4-a7fa-798630b18cef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:44.679113 [ 268 ] {37f2e7e2-16bd-4ee4-a7fa-798630b18cef} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.20 17:59:44.679322 [ 268 ] {37f2e7e2-16bd-4ee4-a7fa-798630b18cef} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:44.679454 [ 268 ] {37f2e7e2-16bd-4ee4-a7fa-798630b18cef} executeQuery: Read 149 rows, 9.86 KiB in 0.00122 sec., 122131.14754098361 rows/sec., 7.89 MiB/sec. 2026.03.20 17:59:44.679506 [ 268 ] {37f2e7e2-16bd-4ee4-a7fa-798630b18cef} TCPHandler: Processed in 0.001398852 sec. 2026.03.20 17:59:44.679617 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:44.679711 [ 268 ] {97840935-9f3d-417a-876c-f57d249f67bd} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:59:44.679751 [ 268 ] {97840935-9f3d-417a-876c-f57d249f67bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:59:44.680188 [ 268 ] {97840935-9f3d-417a-876c-f57d249f67bd} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:44.680223 [ 268 ] {97840935-9f3d-417a-876c-f57d249f67bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:44.680539 [ 268 ] {97840935-9f3d-417a-876c-f57d249f67bd} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.20 17:59:44.680748 [ 268 ] {97840935-9f3d-417a-876c-f57d249f67bd} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:44.680878 [ 268 ] {97840935-9f3d-417a-876c-f57d249f67bd} executeQuery: Read 148 rows, 8.62 KiB in 0.001185 sec., 124894.51476793249 rows/sec., 7.10 MiB/sec. 2026.03.20 17:59:44.680916 [ 268 ] {97840935-9f3d-417a-876c-f57d249f67bd} TCPHandler: Processed in 0.001348981 sec. 2026.03.20 17:59:44.681026 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:44.681121 [ 268 ] {9a3c1f5f-c3bc-4eca-8e65-5f3f933de43c} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:44.681161 [ 268 ] {9a3c1f5f-c3bc-4eca-8e65-5f3f933de43c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:44.681758 [ 268 ] {9a3c1f5f-c3bc-4eca-8e65-5f3f933de43c} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:44.681794 [ 268 ] {9a3c1f5f-c3bc-4eca-8e65-5f3f933de43c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:44.682144 [ 268 ] {9a3c1f5f-c3bc-4eca-8e65-5f3f933de43c} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.03.20 17:59:44.682354 [ 268 ] {9a3c1f5f-c3bc-4eca-8e65-5f3f933de43c} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:44.682483 [ 268 ] {9a3c1f5f-c3bc-4eca-8e65-5f3f933de43c} executeQuery: Read 490 rows, 35.18 KiB in 0.00138 sec., 355072.46376811597 rows/sec., 24.89 MiB/sec. 2026.03.20 17:59:44.682534 [ 268 ] {9a3c1f5f-c3bc-4eca-8e65-5f3f933de43c} TCPHandler: Processed in 0.001556696 sec. 2026.03.20 17:59:44.682639 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:44.682735 [ 268 ] {f3901e62-4f9e-4fd3-b185-d05af51ef682} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:59:44.682777 [ 268 ] {f3901e62-4f9e-4fd3-b185-d05af51ef682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:59:44.683106 [ 268 ] {f3901e62-4f9e-4fd3-b185-d05af51ef682} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:44.683142 [ 268 ] {f3901e62-4f9e-4fd3-b185-d05af51ef682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:44.683449 [ 268 ] {f3901e62-4f9e-4fd3-b185-d05af51ef682} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:59:44.683672 [ 268 ] {f3901e62-4f9e-4fd3-b185-d05af51ef682} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:44.683800 [ 268 ] {f3901e62-4f9e-4fd3-b185-d05af51ef682} executeQuery: Read 6 rows, 321.00 B in 0.001084 sec., 5535.055350553506 rows/sec., 289.19 KiB/sec. 2026.03.20 17:59:44.683838 [ 268 ] {f3901e62-4f9e-4fd3-b185-d05af51ef682} TCPHandler: Processed in 0.001246429 sec. 2026.03.20 17:59:44.683958 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:44.684081 [ 268 ] {0911fdcf-251d-4764-9c79-24433ceec4f4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:44.684134 [ 268 ] {0911fdcf-251d-4764-9c79-24433ceec4f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:44.684591 [ 268 ] {0911fdcf-251d-4764-9c79-24433ceec4f4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:44.684630 [ 268 ] {0911fdcf-251d-4764-9c79-24433ceec4f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:44.684976 [ 268 ] {0911fdcf-251d-4764-9c79-24433ceec4f4} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.03.20 17:59:44.685188 [ 268 ] {0911fdcf-251d-4764-9c79-24433ceec4f4} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:44.685314 [ 146 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Selected 6 parts from all_1_120_25 to all_125_125_0 2026.03.20 17:59:44.685322 [ 268 ] {0911fdcf-251d-4764-9c79-24433ceec4f4} executeQuery: Read 265 rows, 18.03 KiB in 0.001266 sec., 209320.69510268563 rows/sec., 13.91 MiB/sec. 2026.03.20 17:59:44.685395 [ 146 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:44.685411 [ 268 ] {0911fdcf-251d-4764-9c79-24433ceec4f4} TCPHandler: Processed in 0.001514755 sec. 2026.03.20 17:59:44.685424 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:44.685532 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:44.685558 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_125_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_120_25 to all_125_125_0 into Compact with storage Full 2026.03.20 17:59:44.685630 [ 268 ] {fa399a6b-4d4b-4dcf-ad98-a8f25cc96adc} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:59:44.685678 [ 268 ] {fa399a6b-4d4b-4dcf-ad98-a8f25cc96adc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:59:44.685724 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_125_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:44.685770 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_125_26} MergeTreeSequentialSource: Reading 7 marks from part all_1_120_25, total 41315 rows starting from the beginning of the part 2026.03.20 17:59:44.685846 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_125_26} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part 2026.03.20 17:59:44.685902 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_125_26} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 265 rows starting from the beginning of the part 2026.03.20 17:59:44.685952 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_125_26} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 1224 rows starting from the beginning of the part 2026.03.20 17:59:44.685989 [ 268 ] {fa399a6b-4d4b-4dcf-ad98-a8f25cc96adc} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:44.686005 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_125_26} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 128 rows starting from the beginning of the part 2026.03.20 17:59:44.686033 [ 268 ] {fa399a6b-4d4b-4dcf-ad98-a8f25cc96adc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:44.686064 [ 188 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_125_26} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 265 rows starting from the beginning of the part 2026.03.20 17:59:44.686369 [ 268 ] {fa399a6b-4d4b-4dcf-ad98-a8f25cc96adc} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.20 17:59:44.686621 [ 268 ] {fa399a6b-4d4b-4dcf-ad98-a8f25cc96adc} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:44.686759 [ 268 ] {fa399a6b-4d4b-4dcf-ad98-a8f25cc96adc} executeQuery: Read 1 rows, 69.00 B in 0.001147 sec., 871.8395815170009 rows/sec., 58.75 KiB/sec. 2026.03.20 17:59:44.686797 [ 268 ] {fa399a6b-4d4b-4dcf-ad98-a8f25cc96adc} TCPHandler: Processed in 0.0013158 sec. 2026.03.20 17:59:44.686908 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:44.687013 [ 268 ] {7aea0994-38c8-4f7f-9f9c-93d52d714ec3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:44.687055 [ 268 ] {7aea0994-38c8-4f7f-9f9c-93d52d714ec3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:44.687395 [ 268 ] {7aea0994-38c8-4f7f-9f9c-93d52d714ec3} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:44.687432 [ 268 ] {7aea0994-38c8-4f7f-9f9c-93d52d714ec3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:44.687802 [ 268 ] {7aea0994-38c8-4f7f-9f9c-93d52d714ec3} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.03.20 17:59:44.688016 [ 268 ] {7aea0994-38c8-4f7f-9f9c-93d52d714ec3} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:44.688147 [ 268 ] {7aea0994-38c8-4f7f-9f9c-93d52d714ec3} executeQuery: Read 90 rows, 5.77 KiB in 0.001153 sec., 78057.24197745013 rows/sec., 4.88 MiB/sec. 2026.03.20 17:59:44.688184 [ 268 ] {7aea0994-38c8-4f7f-9f9c-93d52d714ec3} TCPHandler: Processed in 0.00132774 sec. 2026.03.20 17:59:44.693768 [ 191 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_125_26} MergeTask::MergeProjectionsStage: Merge sorted 43357 rows, containing 5 columns (5 merged, 0 gathered) in 0.008273082 sec., 5240731.326004022 rows/sec., 344.04 MiB/sec. 2026.03.20 17:59:44.694304 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_125_26} MergedBlockOutputStream: filled checksums all_1_125_26 (state Temporary) 2026.03.20 17:59:44.694586 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_125_26} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_merge_all_1_125_26 to all_1_125_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:44.694653 [ 187 ] {77df9646-45ed-4670-8dc1-9a2b5ae783a7::all_1_125_26} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7) (MergerMutator): Merged 6 parts: [all_1_120_25, all_125_125_0] -> all_1_125_26 2026.03.20 17:59:44.694731 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.20 17:59:47.687627 [ 144 ] {} DNSResolver: Updating DNS cache 2026.03.20 17:59:47.687693 [ 144 ] {} DNSResolver: Updated DNS cache 2026.03.20 17:59:47.860012 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 36517 2026.03.20 17:59:47.860701 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:47.860749 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:47.861235 [ 245 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.20 17:59:47.861468 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:47.861613 [ 144 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.20 17:59:47.861624 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36517 2026.03.20 17:59:47.861688 [ 144 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:47.861715 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:47.861813 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::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.03.20 17:59:47.861930 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:47.861969 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 34149 rows starting from the beginning of the part 2026.03.20 17:59:47.862033 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 448 rows starting from the beginning of the part 2026.03.20 17:59:47.862078 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 512 rows starting from the beginning of the part 2026.03.20 17:59:47.862120 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 448 rows starting from the beginning of the part 2026.03.20 17:59:47.862160 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 512 rows starting from the beginning of the part 2026.03.20 17:59:47.862200 [ 188 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 448 rows starting from the beginning of the part 2026.03.20 17:59:47.864663 [ 191 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 36517 rows, containing 4 columns (4 merged, 0 gathered) in 0.002889057 sec., 12639764.462937215 rows/sec., 180.81 MiB/sec. 2026.03.20 17:59:47.865184 [ 197 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.20 17:59:47.865628 [ 197 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_76_15} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:47.865699 [ 197 ] {7554f8b6-78b4-4eea-a59c-8dac10ceee23::all_1_76_15} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.20 17:59:47.865799 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.03.20 17:59:47.989500 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2206 2026.03.20 17:59:47.991833 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:47.991874 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. 2026.03.20 17:59:47.993014 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.20 17:59:47.993268 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:47.993516 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2206 2026.03.20 17:59:49.666918 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:49.667114 [ 268 ] {51b9c611-3458-4aa7-8c11-c7ef970aa260} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:49.667181 [ 268 ] {51b9c611-3458-4aa7-8c11-c7ef970aa260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:49.667912 [ 268 ] {51b9c611-3458-4aa7-8c11-c7ef970aa260} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.667964 [ 268 ] {51b9c611-3458-4aa7-8c11-c7ef970aa260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.668370 [ 268 ] {51b9c611-3458-4aa7-8c11-c7ef970aa260} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.03.20 17:59:49.668602 [ 268 ] {51b9c611-3458-4aa7-8c11-c7ef970aa260} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.668768 [ 268 ] {51b9c611-3458-4aa7-8c11-c7ef970aa260} executeQuery: Read 138 rows, 12.29 KiB in 0.001704 sec., 80985.91549295775 rows/sec., 7.04 MiB/sec. 2026.03.20 17:59:49.668770 [ 139 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.03.20 17:59:49.668822 [ 268 ] {51b9c611-3458-4aa7-8c11-c7ef970aa260} TCPHandler: Processed in 0.002033707 sec. 2026.03.20 17:59:49.668823 [ 139 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.668853 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.668959 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.03.20 17:59:49.668964 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:49.669071 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:49.669098 [ 268 ] {862e9463-c1de-40b6-811d-cf0de923c6b3} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:59:49.669113 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2895 rows starting from the beginning of the part 2026.03.20 17:59:49.669146 [ 268 ] {862e9463-c1de-40b6-811d-cf0de923c6b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:59:49.669194 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 797 rows starting from the beginning of the part 2026.03.20 17:59:49.669262 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 2029 rows starting from the beginning of the part 2026.03.20 17:59:49.669333 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 56 rows starting from the beginning of the part 2026.03.20 17:59:49.669404 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 797 rows starting from the beginning of the part 2026.03.20 17:59:49.669464 [ 195 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 138 rows starting from the beginning of the part 2026.03.20 17:59:49.669696 [ 268 ] {862e9463-c1de-40b6-811d-cf0de923c6b3} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.669731 [ 268 ] {862e9463-c1de-40b6-811d-cf0de923c6b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.670046 [ 268 ] {862e9463-c1de-40b6-811d-cf0de923c6b3} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.20 17:59:49.670263 [ 268 ] {862e9463-c1de-40b6-811d-cf0de923c6b3} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.670368 [ 139 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 2026.03.20 17:59:49.670391 [ 268 ] {862e9463-c1de-40b6-811d-cf0de923c6b3} executeQuery: Read 41 rows, 3.08 KiB in 0.001325 sec., 30943.396226415094 rows/sec., 2.27 MiB/sec. 2026.03.20 17:59:49.670392 [ 139 ] {} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.670420 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.670430 [ 268 ] {862e9463-c1de-40b6-811d-cf0de923c6b3} TCPHandler: Processed in 0.001526866 sec. 2026.03.20 17:59:49.670532 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_95_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full 2026.03.20 17:59:49.670555 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:49.670669 [ 268 ] {978a3d85-ce1c-4940-a737-24cd3dbed8ae} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:49.670676 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:49.670713 [ 268 ] {978a3d85-ce1c-4940-a737-24cd3dbed8ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:49.670720 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 226 rows starting from the beginning of the part 2026.03.20 17:59:49.670798 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 41 rows starting from the beginning of the part 2026.03.20 17:59:49.670845 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 142 rows starting from the beginning of the part 2026.03.20 17:59:49.670887 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 66 rows starting from the beginning of the part 2026.03.20 17:59:49.670926 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 142 rows starting from the beginning of the part 2026.03.20 17:59:49.670965 [ 190 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 41 rows starting from the beginning of the part 2026.03.20 17:59:49.671163 [ 268 ] {978a3d85-ce1c-4940-a737-24cd3dbed8ae} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.671203 [ 268 ] {978a3d85-ce1c-4940-a737-24cd3dbed8ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.671592 [ 268 ] {978a3d85-ce1c-4940-a737-24cd3dbed8ae} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.03.20 17:59:49.671710 [ 200 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 6712 rows, containing 5 columns (5 merged, 0 gathered) in 0.002796835 sec., 2399855.551006763 rows/sec., 194.35 MiB/sec. 2026.03.20 17:59:49.671807 [ 268 ] {978a3d85-ce1c-4940-a737-24cd3dbed8ae} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.671815 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 5 columns (5 merged, 0 gathered) in 0.001340652 sec., 490805.9660523388 rows/sec., 33.16 MiB/sec. 2026.03.20 17:59:49.671924 [ 139 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.03.20 17:59:49.671944 [ 268 ] {978a3d85-ce1c-4940-a737-24cd3dbed8ae} executeQuery: Read 105 rows, 8.40 KiB in 0.001294 sec., 81143.74034003091 rows/sec., 6.34 MiB/sec. 2026.03.20 17:59:49.671954 [ 139 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.671976 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.671983 [ 268 ] {978a3d85-ce1c-4940-a737-24cd3dbed8ae} TCPHandler: Processed in 0.001486385 sec. 2026.03.20 17:59:49.672027 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2026.03.20 17:59:49.672068 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.03.20 17:59:49.672079 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.03.20 17:59:49.672096 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:49.672216 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:49.672217 [ 268 ] {8d29c353-076f-49fc-b0dd-6d5b76aea5f9} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:49.672258 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1555 rows starting from the beginning of the part 2026.03.20 17:59:49.672281 [ 268 ] {8d29c353-076f-49fc-b0dd-6d5b76aea5f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:49.672331 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 490 rows starting from the beginning of the part 2026.03.20 17:59:49.672386 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 1066 rows starting from the beginning of the part 2026.03.20 17:59:49.672431 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 64 rows starting from the beginning of the part 2026.03.20 17:59:49.672450 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_95_19} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.672463 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_126_25} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.672475 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 490 rows starting from the beginning of the part 2026.03.20 17:59:49.672534 [ 196 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 105 rows starting from the beginning of the part 2026.03.20 17:59:49.672558 [ 192 ] {4e67f62d-05f4-4008-aa05-7b73d72f4cb8::all_1_95_19} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 2026.03.20 17:59:49.672570 [ 189 ] {8b892c1c-0b50-438d-ab0e-61b84f6c4bc1::all_1_126_25} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.03.20 17:59:49.672655 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 17:59:49.672714 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.20 17:59:49.672714 [ 268 ] {8d29c353-076f-49fc-b0dd-6d5b76aea5f9} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.672773 [ 268 ] {8d29c353-076f-49fc-b0dd-6d5b76aea5f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.673133 [ 268 ] {8d29c353-076f-49fc-b0dd-6d5b76aea5f9} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.03.20 17:59:49.673359 [ 268 ] {8d29c353-076f-49fc-b0dd-6d5b76aea5f9} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.673494 [ 268 ] {8d29c353-076f-49fc-b0dd-6d5b76aea5f9} executeQuery: Read 160 rows, 11.41 KiB in 0.001296 sec., 123456.79012345678 rows/sec., 8.60 MiB/sec. 2026.03.20 17:59:49.673532 [ 268 ] {8d29c353-076f-49fc-b0dd-6d5b76aea5f9} TCPHandler: Processed in 0.001483414 sec. 2026.03.20 17:59:49.673638 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:49.673735 [ 268 ] {f1946816-fae5-46cb-bafd-c2e123b3ab89} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:49.673790 [ 268 ] {f1946816-fae5-46cb-bafd-c2e123b3ab89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:59:49.673929 [ 190 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 3770 rows, containing 5 columns (5 merged, 0 gathered) in 0.001900505 sec., 1983683.284179731 rows/sec., 146.65 MiB/sec. 2026.03.20 17:59:49.674118 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.03.20 17:59:49.674380 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_126_25} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.674452 [ 189 ] {59b753f7-b328-4b7c-8508-05f96418123b::all_1_126_25} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.03.20 17:59:49.674528 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.20 17:59:49.674659 [ 268 ] {f1946816-fae5-46cb-bafd-c2e123b3ab89} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.674700 [ 268 ] {f1946816-fae5-46cb-bafd-c2e123b3ab89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.675274 [ 268 ] {f1946816-fae5-46cb-bafd-c2e123b3ab89} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.20 17:59:49.675500 [ 268 ] {f1946816-fae5-46cb-bafd-c2e123b3ab89} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.675640 [ 268 ] {f1946816-fae5-46cb-bafd-c2e123b3ab89} executeQuery: Read 41 rows, 75.23 KiB in 0.001924 sec., 21309.77130977131 rows/sec., 38.19 MiB/sec. 2026.03.20 17:59:49.675638 [ 137 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.20 17:59:49.675698 [ 268 ] {f1946816-fae5-46cb-bafd-c2e123b3ab89} TCPHandler: Processed in 0.002109619 sec. 2026.03.20 17:59:49.675705 [ 137 ] {} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.675741 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.675814 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:49.675823 [ 190 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::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.03.20 17:59:49.675917 [ 268 ] {dbfa7810-4f53-43ff-8e2b-1a4df66e9734} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:49.675969 [ 268 ] {dbfa7810-4f53-43ff-8e2b-1a4df66e9734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:49.676026 [ 190 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:49.676079 [ 190 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2132 rows starting from the beginning of the part 2026.03.20 17:59:49.676188 [ 190 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 52 rows starting from the beginning of the part 2026.03.20 17:59:49.676285 [ 190 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 41 rows starting from the beginning of the part 2026.03.20 17:59:49.676291 [ 268 ] {dbfa7810-4f53-43ff-8e2b-1a4df66e9734} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.676335 [ 268 ] {dbfa7810-4f53-43ff-8e2b-1a4df66e9734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.676377 [ 190 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 41 rows starting from the beginning of the part 2026.03.20 17:59:49.676474 [ 190 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 52 rows starting from the beginning of the part 2026.03.20 17:59:49.676568 [ 190 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 41 rows starting from the beginning of the part 2026.03.20 17:59:49.676697 [ 268 ] {dbfa7810-4f53-43ff-8e2b-1a4df66e9734} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.03.20 17:59:49.676943 [ 268 ] {dbfa7810-4f53-43ff-8e2b-1a4df66e9734} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.677069 [ 137 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.03.20 17:59:49.677078 [ 268 ] {dbfa7810-4f53-43ff-8e2b-1a4df66e9734} executeQuery: Read 60 rows, 4.14 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.43 MiB/sec. 2026.03.20 17:59:49.677105 [ 137 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.677129 [ 268 ] {dbfa7810-4f53-43ff-8e2b-1a4df66e9734} TCPHandler: Processed in 0.001365192 sec. 2026.03.20 17:59:49.677130 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.677225 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.03.20 17:59:49.677326 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:49.677350 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7380 rows starting from the beginning of the part 2026.03.20 17:59:49.677402 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 90 rows starting from the beginning of the part 2026.03.20 17:59:49.677444 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 12 rows starting from the beginning of the part 2026.03.20 17:59:49.677484 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 48 rows starting from the beginning of the part 2026.03.20 17:59:49.677519 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 90 rows starting from the beginning of the part 2026.03.20 17:59:49.677557 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part 2026.03.20 17:59:49.679537 [ 192 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 7680 rows, containing 4 columns (4 merged, 0 gathered) in 0.002347745 sec., 3271224.0894986466 rows/sec., 210.58 MiB/sec. 2026.03.20 17:59:49.679983 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.03.20 17:59:49.680276 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_126_25} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.680355 [ 186 ] {4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1::all_1_126_25} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.03.20 17:59:49.680441 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2026.03.20 17:59:49.689706 [ 192 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 19 columns (19 merged, 0 gathered) in 0.013916223 sec., 169514.38619516228 rows/sec., 303.76 MiB/sec. 2026.03.20 17:59:49.692232 [ 193 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.20 17:59:49.692610 [ 193 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_56_11} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.692683 [ 193 ] {5d3df87d-a34f-4bfa-9f60-9fbba66355bd::all_1_56_11} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.20 17:59:49.692811 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.37 MiB. 2026.03.20 17:59:49.768204 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2026.03.20 17:59:49.786990 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.787033 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.793710 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.20 17:59:49.794464 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.794779 [ 137 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.20 17:59:49.794821 [ 137 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:49.794843 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:49.794963 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::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.03.20 17:59:49.797806 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2026.03.20 17:59:49.798813 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:49.800413 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part 2026.03.20 17:59:49.805237 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part 2026.03.20 17:59:49.810057 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part 2026.03.20 17:59:49.814847 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part 2026.03.20 17:59:49.820009 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part 2026.03.20 17:59:49.824732 [ 198 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part 2026.03.20 17:59:49.885761 [ 192 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.090853998 sec., 6306.822072926278 rows/sec., 32.61 MiB/sec. 2026.03.20 17:59:49.889012 [ 192 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.20 17:59:49.891227 [ 192 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_76_15} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:49.891335 [ 192 ] {17ee45c6-c061-4a7e-a47c-85f905596612::all_1_76_15} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.20 17:59:49.893949 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.03.20 17:59:50.000257 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 376.20 MiB, peak 393.60 MiB, free memory in arenas 0.00 B, will set to 381.86 MiB (RSS), difference: 5.66 MiB 2026.03.20 17:59:54.431089 [ 223 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.20 17:59:54.431165 [ 223 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.20 17:59:54.435058 [ 223 ] {} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.20 17:59:54.673362 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:54.673542 [ 268 ] {25672630-0b4b-46fd-b608-f7d381bd1333} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 17:59:54.673617 [ 268 ] {25672630-0b4b-46fd-b608-f7d381bd1333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 17:59:54.674429 [ 268 ] {25672630-0b4b-46fd-b608-f7d381bd1333} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:54.674470 [ 268 ] {25672630-0b4b-46fd-b608-f7d381bd1333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:54.674853 [ 268 ] {25672630-0b4b-46fd-b608-f7d381bd1333} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.20 17:59:54.675077 [ 268 ] {25672630-0b4b-46fd-b608-f7d381bd1333} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:54.675224 [ 268 ] {25672630-0b4b-46fd-b608-f7d381bd1333} executeQuery: Read 284 rows, 18.47 KiB in 0.001734 sec., 163783.1603229527 rows/sec., 10.40 MiB/sec. 2026.03.20 17:59:54.675267 [ 268 ] {25672630-0b4b-46fd-b608-f7d381bd1333} TCPHandler: Processed in 0.002034127 sec. 2026.03.20 17:59:54.675394 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:54.675500 [ 268 ] {39d66213-fe29-42ff-bcb1-dea26cacfc70} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:54.675544 [ 268 ] {39d66213-fe29-42ff-bcb1-dea26cacfc70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:54.676370 [ 268 ] {39d66213-fe29-42ff-bcb1-dea26cacfc70} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:54.676405 [ 268 ] {39d66213-fe29-42ff-bcb1-dea26cacfc70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:54.676748 [ 268 ] {39d66213-fe29-42ff-bcb1-dea26cacfc70} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.03.20 17:59:54.676961 [ 268 ] {39d66213-fe29-42ff-bcb1-dea26cacfc70} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:54.677086 [ 268 ] {39d66213-fe29-42ff-bcb1-dea26cacfc70} executeQuery: Read 797 rows, 63.50 KiB in 0.001604 sec., 496882.79301745637 rows/sec., 38.66 MiB/sec. 2026.03.20 17:59:54.677122 [ 268 ] {39d66213-fe29-42ff-bcb1-dea26cacfc70} TCPHandler: Processed in 0.001775262 sec. 2026.03.20 17:59:54.677236 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:54.677337 [ 268 ] {c215ec58-4667-4904-b9e7-5551f045ea15} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:59:54.677376 [ 268 ] {c215ec58-4667-4904-b9e7-5551f045ea15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:59:54.677861 [ 268 ] {c215ec58-4667-4904-b9e7-5551f045ea15} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:54.677896 [ 268 ] {c215ec58-4667-4904-b9e7-5551f045ea15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:54.678196 [ 268 ] {c215ec58-4667-4904-b9e7-5551f045ea15} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.20 17:59:54.678397 [ 268 ] {c215ec58-4667-4904-b9e7-5551f045ea15} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:54.678524 [ 268 ] {c215ec58-4667-4904-b9e7-5551f045ea15} executeQuery: Read 142 rows, 8.54 KiB in 0.001205 sec., 117842.32365145229 rows/sec., 6.92 MiB/sec. 2026.03.20 17:59:54.678560 [ 268 ] {c215ec58-4667-4904-b9e7-5551f045ea15} TCPHandler: Processed in 0.001377422 sec. 2026.03.20 17:59:54.678672 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:54.678764 [ 268 ] {9e468a45-54a8-47e5-b80c-b16788e30d40} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 17:59:54.678802 [ 268 ] {9e468a45-54a8-47e5-b80c-b16788e30d40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 17:59:54.679217 [ 268 ] {9e468a45-54a8-47e5-b80c-b16788e30d40} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:54.679252 [ 268 ] {9e468a45-54a8-47e5-b80c-b16788e30d40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:54.679532 [ 268 ] {9e468a45-54a8-47e5-b80c-b16788e30d40} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.20 17:59:54.679746 [ 268 ] {9e468a45-54a8-47e5-b80c-b16788e30d40} oximeter.fields_u32 (df6079b5-0044-4c5b-b870-43c8b4de5624): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:54.679869 [ 268 ] {9e468a45-54a8-47e5-b80c-b16788e30d40} executeQuery: Read 149 rows, 9.86 KiB in 0.001122 sec., 132798.57397504456 rows/sec., 8.58 MiB/sec. 2026.03.20 17:59:54.679904 [ 268 ] {9e468a45-54a8-47e5-b80c-b16788e30d40} TCPHandler: Processed in 0.0012797 sec. 2026.03.20 17:59:54.680011 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:54.680102 [ 268 ] {780b29b9-ba3e-4b7d-b99c-f44529667561} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 17:59:54.680140 [ 268 ] {780b29b9-ba3e-4b7d-b99c-f44529667561} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 17:59:54.680550 [ 268 ] {780b29b9-ba3e-4b7d-b99c-f44529667561} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:54.680585 [ 268 ] {780b29b9-ba3e-4b7d-b99c-f44529667561} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:54.680881 [ 268 ] {780b29b9-ba3e-4b7d-b99c-f44529667561} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.20 17:59:54.681086 [ 268 ] {780b29b9-ba3e-4b7d-b99c-f44529667561} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:54.681210 [ 268 ] {780b29b9-ba3e-4b7d-b99c-f44529667561} executeQuery: Read 148 rows, 8.62 KiB in 0.001125 sec., 131555.55555555556 rows/sec., 7.48 MiB/sec. 2026.03.20 17:59:54.681246 [ 268 ] {780b29b9-ba3e-4b7d-b99c-f44529667561} TCPHandler: Processed in 0.00128192 sec. 2026.03.20 17:59:54.681350 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:54.681441 [ 268 ] {36fd9371-eddb-4837-9e12-e573dcd202b4} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:54.681479 [ 268 ] {36fd9371-eddb-4837-9e12-e573dcd202b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:54.682058 [ 268 ] {36fd9371-eddb-4837-9e12-e573dcd202b4} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:54.682094 [ 268 ] {36fd9371-eddb-4837-9e12-e573dcd202b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:54.682423 [ 268 ] {36fd9371-eddb-4837-9e12-e573dcd202b4} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.03.20 17:59:54.682688 [ 268 ] {36fd9371-eddb-4837-9e12-e573dcd202b4} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:54.682834 [ 268 ] {36fd9371-eddb-4837-9e12-e573dcd202b4} executeQuery: Read 490 rows, 35.18 KiB in 0.00141 sec., 347517.7304964539 rows/sec., 24.36 MiB/sec. 2026.03.20 17:59:54.682871 [ 268 ] {36fd9371-eddb-4837-9e12-e573dcd202b4} TCPHandler: Processed in 0.001567267 sec. 2026.03.20 17:59:54.682936 [ 217 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.20 17:59:54.682977 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:54.682993 [ 217 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.20 17:59:54.683078 [ 268 ] {a0c86e0c-70c6-4b64-b645-d7d2f438d4ff} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 17:59:54.683122 [ 268 ] {a0c86e0c-70c6-4b64-b645-d7d2f438d4ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 17:59:54.683442 [ 268 ] {a0c86e0c-70c6-4b64-b645-d7d2f438d4ff} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:54.683478 [ 268 ] {a0c86e0c-70c6-4b64-b645-d7d2f438d4ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:54.683766 [ 268 ] {a0c86e0c-70c6-4b64-b645-d7d2f438d4ff} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:59:54.684026 [ 268 ] {a0c86e0c-70c6-4b64-b645-d7d2f438d4ff} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:54.684151 [ 136 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Selected 6 parts from all_1_48_10 to all_53_53_0 2026.03.20 17:59:54.684157 [ 268 ] {a0c86e0c-70c6-4b64-b645-d7d2f438d4ff} executeQuery: Read 6 rows, 321.00 B in 0.001096 sec., 5474.4525547445255 rows/sec., 286.02 KiB/sec. 2026.03.20 17:59:54.684227 [ 136 ] {} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:54.684245 [ 268 ] {a0c86e0c-70c6-4b64-b645-d7d2f438d4ff} TCPHandler: Processed in 0.001314401 sec. 2026.03.20 17:59:54.684256 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:54.684361 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:54.684364 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_53_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_48_10 to all_53_53_0 into Compact with storage Full 2026.03.20 17:59:54.684457 [ 268 ] {360b3c68-c4e2-48d5-ab16-0066bb9cc657} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:54.684469 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_53_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:54.684499 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 288 rows starting from the beginning of the part 2026.03.20 17:59:54.684499 [ 268 ] {360b3c68-c4e2-48d5-ab16-0066bb9cc657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:54.684556 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part 2026.03.20 17:59:54.684598 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part 2026.03.20 17:59:54.684638 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part 2026.03.20 17:59:54.684678 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part 2026.03.20 17:59:54.684716 [ 199 ] {05b673bd-1065-454a-b193-02561891577e::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part 2026.03.20 17:59:54.684985 [ 268 ] {360b3c68-c4e2-48d5-ab16-0066bb9cc657} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:54.685023 [ 268 ] {360b3c68-c4e2-48d5-ab16-0066bb9cc657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:54.685381 [ 268 ] {360b3c68-c4e2-48d5-ab16-0066bb9cc657} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.03.20 17:59:54.685486 [ 194 ] {05b673bd-1065-454a-b193-02561891577e::all_1_53_11} MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 4 columns (4 merged, 0 gathered) in 0.001155186 sec., 275280.34446400835 rows/sec., 14.05 MiB/sec. 2026.03.20 17:59:54.685595 [ 268 ] {360b3c68-c4e2-48d5-ab16-0066bb9cc657} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:54.685643 [ 187 ] {05b673bd-1065-454a-b193-02561891577e::all_1_53_11} MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) 2026.03.20 17:59:54.685735 [ 268 ] {360b3c68-c4e2-48d5-ab16-0066bb9cc657} executeQuery: Read 265 rows, 18.03 KiB in 0.001295 sec., 204633.20463320464 rows/sec., 13.60 MiB/sec. 2026.03.20 17:59:54.685773 [ 268 ] {360b3c68-c4e2-48d5-ab16-0066bb9cc657} TCPHandler: Processed in 0.001458614 sec. 2026.03.20 17:59:54.685846 [ 222 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.20 17:59:54.685888 [ 222 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.20 17:59:54.685902 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:54.685982 [ 187 ] {05b673bd-1065-454a-b193-02561891577e::all_1_53_11} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:54.685998 [ 268 ] {68ce6654-512f-46e8-a3d2-3169aa4fe68e} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 17:59:54.686040 [ 268 ] {68ce6654-512f-46e8-a3d2-3169aa4fe68e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 17:59:54.686049 [ 187 ] {05b673bd-1065-454a-b193-02561891577e::all_1_53_11} oximeter.measurements_bool (05b673bd-1065-454a-b193-02561891577e) (MergerMutator): Merged 6 parts: [all_1_48_10, all_53_53_0] -> all_1_53_11 2026.03.20 17:59:54.686108 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.20 17:59:54.686350 [ 268 ] {68ce6654-512f-46e8-a3d2-3169aa4fe68e} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:54.686386 [ 268 ] {68ce6654-512f-46e8-a3d2-3169aa4fe68e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:54.686536 [ 217 ] {} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.20 17:59:54.686701 [ 268 ] {68ce6654-512f-46e8-a3d2-3169aa4fe68e} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.20 17:59:54.686975 [ 268 ] {68ce6654-512f-46e8-a3d2-3169aa4fe68e} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:54.687086 [ 136 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Selected 6 parts from all_1_48_10 to all_53_53_0 2026.03.20 17:59:54.687106 [ 268 ] {68ce6654-512f-46e8-a3d2-3169aa4fe68e} executeQuery: Read 1 rows, 69.00 B in 0.001125 sec., 888.8888888888889 rows/sec., 59.90 KiB/sec. 2026.03.20 17:59:54.687118 [ 136 ] {} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:54.687148 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:54.687148 [ 268 ] {68ce6654-512f-46e8-a3d2-3169aa4fe68e} TCPHandler: Processed in 0.00129373 sec. 2026.03.20 17:59:54.687246 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_53_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_48_10 to all_53_53_0 into Compact with storage Full 2026.03.20 17:59:54.687272 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:54.687367 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_53_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 17:59:54.687369 [ 268 ] {767f2731-5e49-44a9-bab9-a7af5e71fd96} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:54.687407 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 49 rows starting from the beginning of the part 2026.03.20 17:59:54.687426 [ 268 ] {767f2731-5e49-44a9-bab9-a7af5e71fd96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:54.687473 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part 2026.03.20 17:59:54.687518 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part 2026.03.20 17:59:54.687553 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part 2026.03.20 17:59:54.687587 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part 2026.03.20 17:59:54.687624 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part 2026.03.20 17:59:54.687748 [ 268 ] {767f2731-5e49-44a9-bab9-a7af5e71fd96} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:54.687789 [ 268 ] {767f2731-5e49-44a9-bab9-a7af5e71fd96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:54.688141 [ 268 ] {767f2731-5e49-44a9-bab9-a7af5e71fd96} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.03.20 17:59:54.688359 [ 268 ] {767f2731-5e49-44a9-bab9-a7af5e71fd96} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:54.688395 [ 201 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_53_11} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.001192168 sec., 45295.629475040434 rows/sec., 2.98 MiB/sec. 2026.03.20 17:59:54.688484 [ 268 ] {767f2731-5e49-44a9-bab9-a7af5e71fd96} executeQuery: Read 90 rows, 5.77 KiB in 0.001133 sec., 79435.12797881731 rows/sec., 4.97 MiB/sec. 2026.03.20 17:59:54.688524 [ 268 ] {767f2731-5e49-44a9-bab9-a7af5e71fd96} TCPHandler: Processed in 0.00129862 sec. 2026.03.20 17:59:54.688540 [ 197 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_53_11} MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) 2026.03.20 17:59:54.688891 [ 197 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_53_11} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:54.688970 [ 197 ] {cb1139a8-f971-43ee-a66a-f8f676e89bce::all_1_53_11} oximeter.measurements_f64 (cb1139a8-f971-43ee-a66a-f8f676e89bce) (MergerMutator): Merged 6 parts: [all_1_48_10, all_53_53_0] -> all_1_53_11 2026.03.20 17:59:54.689039 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.20 17:59:54.689076 [ 222 ] {} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.20 17:59:55.361856 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 37029 2026.03.20 17:59:55.362438 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:55.362486 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:55.362997 [ 245 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.20 17:59:55.363229 [ 245 ] {} system.asynchronous_metric_log (7554f8b6-78b4-4eea-a59c-8dac10ceee23): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:55.363367 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37029 2026.03.20 17:59:55.673657 [ 221 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.20 17:59:55.673714 [ 221 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.20 17:59:55.676473 [ 221 ] {} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.20 17:59:57.297937 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2026.03.20 17:59:57.314948 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:57.315013 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:57.320817 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.20 17:59:57.321506 [ 244 ] {} system.metric_log (17ee45c6-c061-4a7e-a47c-85f905596612): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:57.324862 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2026.03.20 17:59:57.993786 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2238 2026.03.20 17:59:57.996299 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:57.996343 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:57.997515 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.20 17:59:57.997773 [ 243 ] {} system.query_log (2b048e1c-29b6-4508-869a-fe5985e3fb8a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:57.998035 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2238 2026.03.20 17:59:59.666621 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:59.666813 [ 268 ] {484e65d5-0c29-484e-b9d3-acf425cec55a} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 17:59:59.666879 [ 268 ] {484e65d5-0c29-484e-b9d3-acf425cec55a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 17:59:59.667551 [ 268 ] {484e65d5-0c29-484e-b9d3-acf425cec55a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:59.667594 [ 268 ] {484e65d5-0c29-484e-b9d3-acf425cec55a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:59.667990 [ 268 ] {484e65d5-0c29-484e-b9d3-acf425cec55a} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.03.20 17:59:59.668224 [ 268 ] {484e65d5-0c29-484e-b9d3-acf425cec55a} oximeter.fields_string (8b892c1c-0b50-438d-ab0e-61b84f6c4bc1): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:59.668379 [ 268 ] {484e65d5-0c29-484e-b9d3-acf425cec55a} executeQuery: Read 138 rows, 12.29 KiB in 0.001615 sec., 85448.91640866874 rows/sec., 7.43 MiB/sec. 2026.03.20 17:59:59.668423 [ 268 ] {484e65d5-0c29-484e-b9d3-acf425cec55a} TCPHandler: Processed in 0.001930145 sec. 2026.03.20 17:59:59.668537 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:59.668634 [ 268 ] {f32f6c45-4bea-4375-9ece-83fd428a7e48} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 17:59:59.668675 [ 268 ] {f32f6c45-4bea-4375-9ece-83fd428a7e48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 17:59:59.669075 [ 268 ] {f32f6c45-4bea-4375-9ece-83fd428a7e48} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:59.669112 [ 268 ] {f32f6c45-4bea-4375-9ece-83fd428a7e48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:59.669412 [ 268 ] {f32f6c45-4bea-4375-9ece-83fd428a7e48} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.20 17:59:59.669636 [ 268 ] {f32f6c45-4bea-4375-9ece-83fd428a7e48} oximeter.fields_u16 (4e67f62d-05f4-4008-aa05-7b73d72f4cb8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:59.669771 [ 268 ] {f32f6c45-4bea-4375-9ece-83fd428a7e48} executeQuery: Read 41 rows, 3.08 KiB in 0.001155 sec., 35497.8354978355 rows/sec., 2.61 MiB/sec. 2026.03.20 17:59:59.669809 [ 268 ] {f32f6c45-4bea-4375-9ece-83fd428a7e48} TCPHandler: Processed in 0.001322561 sec. 2026.03.20 17:59:59.669916 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:59.670011 [ 268 ] {b61f9385-33aa-4437-b497-c809056b9356} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 17:59:59.670052 [ 268 ] {b61f9385-33aa-4437-b497-c809056b9356} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 17:59:59.670459 [ 268 ] {b61f9385-33aa-4437-b497-c809056b9356} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:59.670495 [ 268 ] {b61f9385-33aa-4437-b497-c809056b9356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:59.670802 [ 268 ] {b61f9385-33aa-4437-b497-c809056b9356} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.03.20 17:59:59.671026 [ 268 ] {b61f9385-33aa-4437-b497-c809056b9356} oximeter.fields_uuid (59b753f7-b328-4b7c-8508-05f96418123b): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:59.671162 [ 268 ] {b61f9385-33aa-4437-b497-c809056b9356} executeQuery: Read 105 rows, 8.40 KiB in 0.001161 sec., 90439.27648578813 rows/sec., 7.06 MiB/sec. 2026.03.20 17:59:59.671200 [ 268 ] {b61f9385-33aa-4437-b497-c809056b9356} TCPHandler: Processed in 0.001333711 sec. 2026.03.20 17:59:59.671310 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:59.671405 [ 268 ] {3bed6836-5ac9-484c-85c8-749907d197a7} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:59.671449 [ 268 ] {3bed6836-5ac9-484c-85c8-749907d197a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 17:59:59.671830 [ 268 ] {3bed6836-5ac9-484c-85c8-749907d197a7} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:59.671866 [ 268 ] {3bed6836-5ac9-484c-85c8-749907d197a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:59.672196 [ 268 ] {3bed6836-5ac9-484c-85c8-749907d197a7} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.03.20 17:59:59.672411 [ 268 ] {3bed6836-5ac9-484c-85c8-749907d197a7} oximeter.measurements_cumulativeu64 (77df9646-45ed-4670-8dc1-9a2b5ae783a7): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:59.672539 [ 268 ] {3bed6836-5ac9-484c-85c8-749907d197a7} executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. 2026.03.20 17:59:59.672576 [ 268 ] {3bed6836-5ac9-484c-85c8-749907d197a7} TCPHandler: Processed in 0.00131641 sec. 2026.03.20 17:59:59.672696 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:59.672790 [ 268 ] {bc86f2f4-1e0d-4d57-98eb-012155ea93ef} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 17:59:59.672845 [ 268 ] {bc86f2f4-1e0d-4d57-98eb-012155ea93ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.20 17:59:59.673636 [ 268 ] {bc86f2f4-1e0d-4d57-98eb-012155ea93ef} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:59.673672 [ 268 ] {bc86f2f4-1e0d-4d57-98eb-012155ea93ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:59.674235 [ 268 ] {bc86f2f4-1e0d-4d57-98eb-012155ea93ef} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.20 17:59:59.674470 [ 268 ] {bc86f2f4-1e0d-4d57-98eb-012155ea93ef} oximeter.measurements_histogramu64 (5d3df87d-a34f-4bfa-9f60-9fbba66355bd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:59.674605 [ 268 ] {bc86f2f4-1e0d-4d57-98eb-012155ea93ef} executeQuery: Read 41 rows, 75.23 KiB in 0.001833 sec., 22367.70321876705 rows/sec., 40.08 MiB/sec. 2026.03.20 17:59:59.674658 [ 268 ] {bc86f2f4-1e0d-4d57-98eb-012155ea93ef} TCPHandler: Processed in 0.002015247 sec. 2026.03.20 17:59:59.674767 [ 268 ] {} TCP-Session: 5446276c-b824-4171-835e-826000345301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 17:59:59.674863 [ 268 ] {f2670e9c-bc11-4ea4-b7a7-46b828903670} executeQuery: (from [fd00:1122:3344:101::d]:42523) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 17:59:59.674906 [ 268 ] {f2670e9c-bc11-4ea4-b7a7-46b828903670} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 17:59:59.675266 [ 268 ] {f2670e9c-bc11-4ea4-b7a7-46b828903670} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 17:59:59.675308 [ 268 ] {f2670e9c-bc11-4ea4-b7a7-46b828903670} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.03.20 17:59:59.675635 [ 268 ] {f2670e9c-bc11-4ea4-b7a7-46b828903670} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.03.20 17:59:59.675850 [ 268 ] {f2670e9c-bc11-4ea4-b7a7-46b828903670} oximeter.measurements_u64 (4e2f9bc5-b69b-4294-8a36-f44d00bdc4e1): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.20 17:59:59.675979 [ 268 ] {f2670e9c-bc11-4ea4-b7a7-46b828903670} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2026.03.20 17:59:59.676015 [ 268 ] {f2670e9c-bc11-4ea4-b7a7-46b828903670} TCPHandler: Processed in 0.00129781 sec. 2026.03.20 18:00:00.116857 [ 217 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.03.20 18:00:00.116906 [ 217 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.03.20 18:00:00.119332 [ 217 ] {} oximeter.fields_i16 (5661ffce-2a0b-4f3c-89c4-81e9b5fa4dc2): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.03.20 18:00:00.536085 [ 220 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.03.20 18:00:00.536139 [ 220 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.03.20 18:00:00.538224 [ 220 ] {} oximeter.fields_u8 (b83c1599-5d8c-4558-a79f-9af9d9bec7c8): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.03.20 18:00:01.000224 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 377.87 MiB, peak 393.60 MiB, free memory in arenas 0.00 B, will set to 381.87 MiB (RSS), difference: 4.00 MiB