[ Feb 1 23:37:01 Enabled. ] [ Feb 1 23:37:01 Rereading configuration. ] [ Feb 1 23:37:03 Rereading configuration. ] [ Feb 1 23:37:06 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 [ Feb 1 23:37:06 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.02.01 23:37:07.867928 [ 1 ] {} Application: Will watch for the process with pid 24214 2026.02.01 23:37:07.868282 [ 1 ] {} Application: Forked a child process to watch 2026.02.01 23:37:08.338791 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24214 2026.02.01 23:37:08.339646 [ 1 ] {} Application: starting up 2026.02.01 23:37:08.339790 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.02.01 23:37:08.446788 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.02.01 23:37:08.487670 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.02.01 23:37:08.487786 [ 1 ] {} Application: Initializing DateLUT. 2026.02.01 23:37:08.487808 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.02.01 23:37:08.487878 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.02.01 23:37:08.488623 [ 1 ] {} Application: Initializing interserver credentials. 2026.02.01 23:37:08.490802 [ 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.02.01 23:37:08.491667 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.01 23:37:08.492546 [ 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.02.01 23:37:08.492599 [ 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.02.01 23:37:08.492643 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.02.01 23:37:08.493349 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.01 23:37:08.494238 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.02.01 23:37:08.500249 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.01 23:37:08.501100 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.01 23:37:08.502488 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.01 23:37:08.502586 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.01 23:37:08.503653 [ 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.02.01 23:37:08.504126 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.01 23:37:08.508321 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.01 23:37:08.508888 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.02.01 23:37:08.511984 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.02.01 23:37:08.512403 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.02.01 23:37:08.512996 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.02.01 23:37:08.513322 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.02.01 23:37:08.514805 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.02.01 23:37:08.514831 [ 1 ] {} Application: Loading metadata from /data/ 2026.02.01 23:37:08.514899 [ 34 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:37:08.514990 [ 34 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:37:08.528616 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.02.01 23:37:08.528644 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000174083 sec 2026.02.01 23:37:08.528698 [ 1 ] {} ReferentialDeps: No tables 2026.02.01 23:37:08.528741 [ 1 ] {} LoadingDeps: No tables 2026.02.01 23:37:08.529442 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.02.01 23:37:08.530033 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.02.01 23:37:08.539904 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.02.01 23:37:08.539948 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.02.01 23:37:08.540033 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.02.01 23:37:08.540046 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.02.01 23:37:08.540081 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.02.01 23:37:08.540162 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.02.01 23:37:08.544864 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.02.01 23:37:08.544913 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.02.01 23:37:08.544963 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.02.01 23:37:08.545142 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.02.01 23:37:08.545192 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.02.01 23:37:08.545210 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.02.01 23:37:08.545291 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.02.01 23:37:08.545304 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.02.01 23:37:08.545335 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.02.01 23:37:08.545410 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.02.01 23:37:08.568315 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.02.01 23:37:08.575275 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.02.01 23:37:08.575369 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000114382 sec 2026.02.01 23:37:08.575383 [ 1 ] {} ReferentialDeps: No tables 2026.02.01 23:37:08.575394 [ 1 ] {} LoadingDeps: No tables 2026.02.01 23:37:08.575421 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.02.01 23:37:08.575642 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.02.01 23:37:08.575750 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.02.01 23:37:08.575764 [ 1 ] {} Application: Loaded metadata. 2026.02.01 23:37:08.575774 [ 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.02.01 23:37:08.575785 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.02.01 23:37:08.587885 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.01 23:37:08.588127 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.80 MiB (RSS), difference: 92.02 MiB 2026.02.01 23:37:08.589669 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.344e-05 sec. 2026.02.01 23:37:08.590096 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.02.01 23:37:08.591384 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.02.01 23:37:08.591406 [ 1 ] {} Application: Ready for connections. 2026.02.01 23:37:09.000161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.81 MiB, peak 116.81 MiB, free memory in arenas 0.00 B, will set to 118.34 MiB (RSS), difference: 1.52 MiB 2026.02.01 23:37:09.022151 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34754 2026.02.01 23:37:09.023020 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.023073 [ 3 ] {} TCP-Session: ad93c101-26cb-40a1-91ad-605e1e013c61 Authenticating user 'default' from [fd00:1122:3344:101::c]:34754 2026.02.01 23:37:09.023184 [ 3 ] {} TCP-Session: ad93c101-26cb-40a1-91ad-605e1e013c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.023200 [ 3 ] {} TCP-Session: ad93c101-26cb-40a1-91ad-605e1e013c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.023295 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.01 23:37:09.023403 [ 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.02.01 23:37:09.023418 [ 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.02.01 23:37:09.026060 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62162 2026.02.01 23:37:09.026148 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44668 2026.02.01 23:37:09.026167 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39431 2026.02.01 23:37:09.026274 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.026324 [ 4 ] {} TCP-Session: 45076191-a9f8-412b-9cbd-ae96ba0bcc48 Authenticating user 'default' from [fd00:1122:3344:101::c]:62162 2026.02.01 23:37:09.026346 [ 4 ] {} TCP-Session: 45076191-a9f8-412b-9cbd-ae96ba0bcc48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.026392 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57341 2026.02.01 23:37:09.026350 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.026479 [ 4 ] {} TCP-Session: 45076191-a9f8-412b-9cbd-ae96ba0bcc48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.026486 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.026540 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43219 2026.02.01 23:37:09.026515 [ 254 ] {} TCP-Session: e7fdfad0-e640-4151-914e-c3eea5986730 Authenticating user 'default' from [fd00:1122:3344:101::c]:44668 2026.02.01 23:37:09.026599 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.026618 [ 5 ] {} TCP-Session: 28046118-d123-46ad-a587-aec598df0de1 Authenticating user 'default' from [fd00:1122:3344:101::c]:39431 2026.02.01 23:37:09.026609 [ 254 ] {} TCP-Session: e7fdfad0-e640-4151-914e-c3eea5986730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.026680 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63322 2026.02.01 23:37:09.026720 [ 255 ] {} TCP-Session: fef89303-53a2-4b1a-875e-4ccb702fea3a Authenticating user 'default' from [fd00:1122:3344:101::c]:57341 2026.02.01 23:37:09.026740 [ 254 ] {} TCP-Session: e7fdfad0-e640-4151-914e-c3eea5986730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.026768 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.026765 [ 5 ] {} TCP-Session: 28046118-d123-46ad-a587-aec598df0de1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.026835 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.026828 [ 256 ] {} TCP-Session: 3e5a53ce-eef1-40bf-83ee-929f5ab1a256 Authenticating user 'default' from [fd00:1122:3344:101::c]:43219 2026.02.01 23:37:09.026807 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53381 2026.02.01 23:37:09.026922 [ 257 ] {} TCP-Session: ef96c048-ac25-4f89-a5a4-0e0079082b55 Authenticating user 'default' from [fd00:1122:3344:101::c]:63322 2026.02.01 23:37:09.026908 [ 256 ] {} TCP-Session: 3e5a53ce-eef1-40bf-83ee-929f5ab1a256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.026889 [ 5 ] {} TCP-Session: 28046118-d123-46ad-a587-aec598df0de1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.027034 [ 256 ] {} TCP-Session: 3e5a53ce-eef1-40bf-83ee-929f5ab1a256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.026808 [ 255 ] {} TCP-Session: fef89303-53a2-4b1a-875e-4ccb702fea3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.027048 [ 257 ] {} TCP-Session: ef96c048-ac25-4f89-a5a4-0e0079082b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.027137 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.027123 [ 255 ] {} TCP-Session: fef89303-53a2-4b1a-875e-4ccb702fea3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.027215 [ 257 ] {} TCP-Session: ef96c048-ac25-4f89-a5a4-0e0079082b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.027259 [ 258 ] {} TCP-Session: b419ecfb-d345-44a2-8752-74a652f31616 Authenticating user 'default' from [fd00:1122:3344:101::c]:53381 2026.02.01 23:37:09.027377 [ 258 ] {} TCP-Session: b419ecfb-d345-44a2-8752-74a652f31616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.027392 [ 258 ] {} TCP-Session: b419ecfb-d345-44a2-8752-74a652f31616 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.439766 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40530 2026.02.01 23:37:09.439991 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.440045 [ 259 ] {} TCP-Session: d812a169-ff64-4db8-817d-ac41d978defc Authenticating user 'default' from [fd00:1122:3344:101::a]:40530 2026.02.01 23:37:09.440069 [ 259 ] {} TCP-Session: d812a169-ff64-4db8-817d-ac41d978defc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.440157 [ 259 ] {} TCP-Session: d812a169-ff64-4db8-817d-ac41d978defc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.440241 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.01 23:37:09.440273 [ 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.02.01 23:37:09.440364 [ 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.02.01 23:37:09.443844 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44497 2026.02.01 23:37:09.443927 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64672 2026.02.01 23:37:09.444058 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.444093 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54329 2026.02.01 23:37:09.444134 [ 260 ] {} TCP-Session: 554220e6-de29-428f-b323-0d7816882f73 Authenticating user 'default' from [fd00:1122:3344:101::a]:44497 2026.02.01 23:37:09.444144 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.444230 [ 261 ] {} TCP-Session: 54a905b3-0c3c-4338-8fc1-e5758daad0d4 Authenticating user 'default' from [fd00:1122:3344:101::a]:64672 2026.02.01 23:37:09.444344 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.444300 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62965 2026.02.01 23:37:09.444248 [ 260 ] {} TCP-Session: 554220e6-de29-428f-b323-0d7816882f73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.444446 [ 262 ] {} TCP-Session: dd8cfa87-3b3c-4f40-a8ec-e226dbed1745 Authenticating user 'default' from [fd00:1122:3344:101::a]:54329 2026.02.01 23:37:09.444479 [ 260 ] {} TCP-Session: 554220e6-de29-428f-b323-0d7816882f73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.444411 [ 261 ] {} TCP-Session: 54a905b3-0c3c-4338-8fc1-e5758daad0d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.444540 [ 262 ] {} TCP-Session: dd8cfa87-3b3c-4f40-a8ec-e226dbed1745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.444553 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39881 2026.02.01 23:37:09.444570 [ 261 ] {} TCP-Session: 54a905b3-0c3c-4338-8fc1-e5758daad0d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.444561 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40274 2026.02.01 23:37:09.444617 [ 262 ] {} TCP-Session: dd8cfa87-3b3c-4f40-a8ec-e226dbed1745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.444542 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.444241 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44868 2026.02.01 23:37:09.444737 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.444736 [ 264 ] {} TCP-Session: d8a965ad-4ee3-41c1-b3ea-1a5c597363de Authenticating user 'default' from [fd00:1122:3344:101::a]:62965 2026.02.01 23:37:09.444838 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.444861 [ 264 ] {} TCP-Session: d8a965ad-4ee3-41c1-b3ea-1a5c597363de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.444915 [ 265 ] {} TCP-Session: 6b8f6fd8-f05a-4c55-9e7a-c0cb6b0fb5bf Authenticating user 'default' from [fd00:1122:3344:101::a]:40274 2026.02.01 23:37:09.444893 [ 266 ] {} TCP-Session: d5d075b7-566e-433f-8697-8922b0c74973 Authenticating user 'default' from [fd00:1122:3344:101::a]:39881 2026.02.01 23:37:09.444956 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.444996 [ 265 ] {} TCP-Session: 6b8f6fd8-f05a-4c55-9e7a-c0cb6b0fb5bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.444980 [ 266 ] {} TCP-Session: d5d075b7-566e-433f-8697-8922b0c74973 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.444961 [ 264 ] {} TCP-Session: d8a965ad-4ee3-41c1-b3ea-1a5c597363de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.445068 [ 263 ] {} TCP-Session: f3214051-4e9c-4df3-a895-d4f06240cd7c Authenticating user 'default' from [fd00:1122:3344:101::a]:44868 2026.02.01 23:37:09.445062 [ 266 ] {} TCP-Session: d5d075b7-566e-433f-8697-8922b0c74973 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.445077 [ 265 ] {} TCP-Session: 6b8f6fd8-f05a-4c55-9e7a-c0cb6b0fb5bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.445180 [ 263 ] {} TCP-Session: f3214051-4e9c-4df3-a895-d4f06240cd7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.445273 [ 263 ] {} TCP-Session: f3214051-4e9c-4df3-a895-d4f06240cd7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.531107 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44327 2026.02.01 23:37:09.531371 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.531459 [ 267 ] {} TCP-Session: 9cc78479-e467-47c0-bcda-84c18ea549a8 Authenticating user 'default' from [fd00:1122:3344:101::b]:44327 2026.02.01 23:37:09.531491 [ 267 ] {} TCP-Session: 9cc78479-e467-47c0-bcda-84c18ea549a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.531505 [ 267 ] {} TCP-Session: 9cc78479-e467-47c0-bcda-84c18ea549a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.531667 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.01 23:37:09.531709 [ 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.02.01 23:37:09.531804 [ 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.02.01 23:37:09.533462 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36850 2026.02.01 23:37:09.533575 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45858 2026.02.01 23:37:09.533686 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41573 2026.02.01 23:37:09.533699 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.533816 [ 268 ] {} TCP-Session: 65371e35-b033-469d-b5a3-31097db9b9ed Authenticating user 'default' from [fd00:1122:3344:101::b]:36850 2026.02.01 23:37:09.533844 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.533856 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58600 2026.02.01 23:37:09.533891 [ 268 ] {} TCP-Session: 65371e35-b033-469d-b5a3-31097db9b9ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.533916 [ 269 ] {} TCP-Session: 9ff9f783-96a9-4950-b4df-ee7e8510eefa Authenticating user 'default' from [fd00:1122:3344:101::b]:45858 2026.02.01 23:37:09.533978 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.533998 [ 268 ] {} TCP-Session: 65371e35-b033-469d-b5a3-31097db9b9ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.534046 [ 269 ] {} TCP-Session: 9ff9f783-96a9-4950-b4df-ee7e8510eefa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.534028 [ 270 ] {} TCP-Session: 006a5ff9-9782-4cd3-9854-34fa15ba29d8 Authenticating user 'default' from [fd00:1122:3344:101::b]:41573 2026.02.01 23:37:09.534076 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.534123 [ 269 ] {} TCP-Session: 9ff9f783-96a9-4950-b4df-ee7e8510eefa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.534115 [ 270 ] {} TCP-Session: 006a5ff9-9782-4cd3-9854-34fa15ba29d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.534171 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42480 2026.02.01 23:37:09.534195 [ 271 ] {} TCP-Session: 96ebecb3-d09f-416c-9485-f7ef6a0e77c5 Authenticating user 'default' from [fd00:1122:3344:101::b]:58600 2026.02.01 23:37:09.534196 [ 270 ] {} TCP-Session: 006a5ff9-9782-4cd3-9854-34fa15ba29d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.534257 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64548 2026.02.01 23:37:09.534090 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39047 2026.02.01 23:37:09.534343 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.534285 [ 271 ] {} TCP-Session: 96ebecb3-d09f-416c-9485-f7ef6a0e77c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.534435 [ 271 ] {} TCP-Session: 96ebecb3-d09f-416c-9485-f7ef6a0e77c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.534465 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.534458 [ 273 ] {} TCP-Session: 253b14fe-b1a9-4fb4-8d27-5865eb44e2f5 Authenticating user 'default' from [fd00:1122:3344:101::b]:42480 2026.02.01 23:37:09.534567 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:09.534569 [ 274 ] {} TCP-Session: cb5bf7bb-76b9-44a4-90bc-37fb995c1977 Authenticating user 'default' from [fd00:1122:3344:101::b]:64548 2026.02.01 23:37:09.534577 [ 273 ] {} TCP-Session: 253b14fe-b1a9-4fb4-8d27-5865eb44e2f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.534664 [ 272 ] {} TCP-Session: cc0588bd-c88a-4519-a859-337e9b7c999e Authenticating user 'default' from [fd00:1122:3344:101::b]:39047 2026.02.01 23:37:09.534711 [ 274 ] {} TCP-Session: cb5bf7bb-76b9-44a4-90bc-37fb995c1977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.534734 [ 273 ] {} TCP-Session: 253b14fe-b1a9-4fb4-8d27-5865eb44e2f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.534732 [ 272 ] {} TCP-Session: cc0588bd-c88a-4519-a859-337e9b7c999e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.534797 [ 274 ] {} TCP-Session: cb5bf7bb-76b9-44a4-90bc-37fb995c1977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:09.534806 [ 272 ] {} TCP-Session: cc0588bd-c88a-4519-a859-337e9b7c999e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.000326 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 118.48 MiB, peak 118.48 MiB, free memory in arenas 0.00 B, will set to 120.05 MiB (RSS), difference: 1.58 MiB 2026.02.01 23:37:10.606522 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60920 2026.02.01 23:37:10.606765 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:10.606798 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Authenticating user 'default' from [fd00:1122:3344:101::d]:60920 2026.02.01 23:37:10.606820 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.606901 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.606978 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.01 23:37:10.607021 [ 275 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.01 23:37:10.607124 [ 275 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.01 23:37:10.607774 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57487 2026.02.01 23:37:10.607873 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63614 2026.02.01 23:37:10.607937 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:10.607943 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46124 2026.02.01 23:37:10.607993 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2026.02.01 23:37:10.608042 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35259 2026.02.01 23:37:10.608109 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.608188 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:10.608204 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.608235 [ 277 ] {} TCP-Session: af46fbfd-cabe-40fb-84c4-762e89426305 Authenticating user 'default' from [fd00:1122:3344:101::d]:63614 2026.02.01 23:37:10.608249 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64248 2026.02.01 23:37:10.608318 [ 277 ] {} TCP-Session: af46fbfd-cabe-40fb-84c4-762e89426305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.608409 [ 277 ] {} TCP-Session: af46fbfd-cabe-40fb-84c4-762e89426305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.608951 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:10.609029 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36365 2026.02.01 23:37:10.609073 [ 278 ] {} TCP-Session: 35b261f7-5382-4d47-867d-48ecc4bae1d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46124 2026.02.01 23:37:10.609099 [ 278 ] {} TCP-Session: 35b261f7-5382-4d47-867d-48ecc4bae1d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.609179 [ 278 ] {} TCP-Session: 35b261f7-5382-4d47-867d-48ecc4bae1d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.610265 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64711 2026.02.01 23:37:10.612351 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:10.612424 [ 280 ] {} TCP-Session: a883cd78-3e1c-42ef-903a-6d7d0aecfa70 Authenticating user 'default' from [fd00:1122:3344:101::d]:64248 2026.02.01 23:37:10.612461 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50801 2026.02.01 23:37:10.612533 [ 280 ] {} TCP-Session: a883cd78-3e1c-42ef-903a-6d7d0aecfa70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.612556 [ 280 ] {} TCP-Session: a883cd78-3e1c-42ef-903a-6d7d0aecfa70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.614598 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:10.614634 [ 283 ] {} TCP-Session: 769a3f3a-3b5f-45c7-af33-1ca8d59344c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50801 2026.02.01 23:37:10.614634 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:10.614653 [ 283 ] {} TCP-Session: 769a3f3a-3b5f-45c7-af33-1ca8d59344c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.614710 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:10.614725 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.614790 [ 279 ] {} TCP-Session: dcc283a7-b0c8-4a65-803a-1ee4615de0ba Authenticating user 'default' from [fd00:1122:3344:101::d]:35259 2026.02.01 23:37:10.614767 [ 283 ] {} TCP-Session: 769a3f3a-3b5f-45c7-af33-1ca8d59344c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.614730 [ 281 ] {} TCP-Session: d9a8dddf-dbc4-4017-bc01-8050112bc7b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36365 2026.02.01 23:37:10.614868 [ 279 ] {} TCP-Session: dcc283a7-b0c8-4a65-803a-1ee4615de0ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.614895 [ 281 ] {} TCP-Session: d9a8dddf-dbc4-4017-bc01-8050112bc7b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.614712 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:10.614964 [ 281 ] {} TCP-Session: d9a8dddf-dbc4-4017-bc01-8050112bc7b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.614952 [ 279 ] {} TCP-Session: dcc283a7-b0c8-4a65-803a-1ee4615de0ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.614992 [ 282 ] {} TCP-Session: 7ee1c604-21b0-484e-80ad-11690e5d2740 Authenticating user 'default' from [fd00:1122:3344:101::d]:64711 2026.02.01 23:37:10.615048 [ 282 ] {} TCP-Session: 7ee1c604-21b0-484e-80ad-11690e5d2740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.615133 [ 282 ] {} TCP-Session: 7ee1c604-21b0-484e-80ad-11690e5d2740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:10.617662 [ 275 ] {7953e8d6-c01d-4565-9296-4fcbc7a935fe} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:37:10.747654 [ 275 ] {7953e8d6-c01d-4565-9296-4fcbc7a935fe} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60920) (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.02.01 23:37:10.748598 [ 275 ] {7953e8d6-c01d-4565-9296-4fcbc7a935fe} 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.02.01 23:37:10.748798 [ 275 ] {7953e8d6-c01d-4565-9296-4fcbc7a935fe} TCPHandler: Processed in 0.140835385 sec. 2026.02.01 23:37:10.749322 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.749643 [ 276 ] {2baa5f7e-84fe-4bbe-b21a-8787252c500b} executeQuery: (from [fd00:1122:3344:101::d]:57487) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:37:10.750049 [ 276 ] {2baa5f7e-84fe-4bbe-b21a-8787252c500b} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57487) (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.02.01 23:37:10.750325 [ 276 ] {2baa5f7e-84fe-4bbe-b21a-8787252c500b} 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.02.01 23:37:10.750537 [ 276 ] {2baa5f7e-84fe-4bbe-b21a-8787252c500b} TCPHandler: Processed in 0.001410934 sec. 2026.02.01 23:37:10.750833 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.751583 [ 275 ] {05c96a66-2759-418f-b36e-1438387c2526} executeQuery: (from [fd00:1122:3344:101::d]:60920) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.02.01 23:37:10.752224 [ 275 ] {05c96a66-2759-418f-b36e-1438387c2526} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.02.01 23:37:10.762814 [ 275 ] {05c96a66-2759-418f-b36e-1438387c2526} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.02.01 23:37:10.762856 [ 275 ] {05c96a66-2759-418f-b36e-1438387c2526} TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.3361e-05 sec 2026.02.01 23:37:10.762878 [ 275 ] {05c96a66-2759-418f-b36e-1438387c2526} ReferentialDeps: No tables 2026.02.01 23:37:10.762991 [ 275 ] {05c96a66-2759-418f-b36e-1438387c2526} LoadingDeps: No tables 2026.02.01 23:37:10.763031 [ 275 ] {05c96a66-2759-418f-b36e-1438387c2526} DatabaseAtomic (oximeter): Starting up tables. 2026.02.01 23:37:10.764093 [ 275 ] {05c96a66-2759-418f-b36e-1438387c2526} TCPHandler: Processed in 0.013375544 sec. 2026.02.01 23:37:10.764252 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.764543 [ 275 ] {528c7bae-1304-48b0-996e-a1aa59f5b1b8} executeQuery: (from [fd00:1122:3344:101::d]:60920) /* 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.02.01 23:37:10.764661 [ 275 ] {528c7bae-1304-48b0-996e-a1aa59f5b1b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.02.01 23:37:10.769670 [ 275 ] {528c7bae-1304-48b0-996e-a1aa59f5b1b8} StoragePolicy (default): Storage policy default created, total volumes 1 2026.02.01 23:37:10.772806 [ 275 ] {528c7bae-1304-48b0-996e-a1aa59f5b1b8} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5): Loading data parts 2026.02.01 23:37:10.773962 [ 275 ] {528c7bae-1304-48b0-996e-a1aa59f5b1b8} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5): There are no data parts 2026.02.01 23:37:10.779954 [ 275 ] {528c7bae-1304-48b0-996e-a1aa59f5b1b8} TCPHandler: Processed in 0.015753173 sec. 2026.02.01 23:37:10.780156 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.780355 [ 275 ] {c40576c8-bbd0-4eca-9528-e78a47f163f7} executeQuery: (from [fd00:1122:3344:101::d]:60920) /* 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.02.01 23:37:10.780486 [ 275 ] {c40576c8-bbd0-4eca-9528-e78a47f163f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.02.01 23:37:10.791204 [ 275 ] {c40576c8-bbd0-4eca-9528-e78a47f163f7} oximeter.measurements_bool (725e8b57-7a42-403c-b7ec-8f2235bb0718): Loading data parts 2026.02.01 23:37:10.791429 [ 275 ] {c40576c8-bbd0-4eca-9528-e78a47f163f7} oximeter.measurements_bool (725e8b57-7a42-403c-b7ec-8f2235bb0718): There are no data parts 2026.02.01 23:37:10.797431 [ 275 ] {c40576c8-bbd0-4eca-9528-e78a47f163f7} TCPHandler: Processed in 0.01735168 sec. 2026.02.01 23:37:10.797642 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.797857 [ 275 ] {65b174fc-0770-4272-b734-fdd1c99ad72f} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.797991 [ 275 ] {65b174fc-0770-4272-b734-fdd1c99ad72f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.02.01 23:37:10.803182 [ 275 ] {65b174fc-0770-4272-b734-fdd1c99ad72f} oximeter.measurements_i8 (d992f452-bea9-4f10-9069-6cb4d373995f): Loading data parts 2026.02.01 23:37:10.803353 [ 275 ] {65b174fc-0770-4272-b734-fdd1c99ad72f} oximeter.measurements_i8 (d992f452-bea9-4f10-9069-6cb4d373995f): There are no data parts 2026.02.01 23:37:10.809451 [ 275 ] {65b174fc-0770-4272-b734-fdd1c99ad72f} TCPHandler: Processed in 0.011866848 sec. 2026.02.01 23:37:10.809597 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.809763 [ 275 ] {8e7dccae-41cf-4fc8-ab40-b00ca8d76743} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.809890 [ 275 ] {8e7dccae-41cf-4fc8-ab40-b00ca8d76743} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.02.01 23:37:10.815213 [ 275 ] {8e7dccae-41cf-4fc8-ab40-b00ca8d76743} oximeter.measurements_u8 (d15535d4-4000-4254-a610-fcce1d28c773): Loading data parts 2026.02.01 23:37:10.815381 [ 275 ] {8e7dccae-41cf-4fc8-ab40-b00ca8d76743} oximeter.measurements_u8 (d15535d4-4000-4254-a610-fcce1d28c773): There are no data parts 2026.02.01 23:37:10.820143 [ 275 ] {8e7dccae-41cf-4fc8-ab40-b00ca8d76743} TCPHandler: Processed in 0.010595747 sec. 2026.02.01 23:37:10.820363 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.820603 [ 275 ] {d9f37aeb-4740-49ff-9e3b-4cb02077edcb} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.820730 [ 275 ] {d9f37aeb-4740-49ff-9e3b-4cb02077edcb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.02.01 23:37:10.826104 [ 275 ] {d9f37aeb-4740-49ff-9e3b-4cb02077edcb} oximeter.measurements_i16 (b27d326a-dace-42ac-b428-b44f3d4607a1): Loading data parts 2026.02.01 23:37:10.826265 [ 275 ] {d9f37aeb-4740-49ff-9e3b-4cb02077edcb} oximeter.measurements_i16 (b27d326a-dace-42ac-b428-b44f3d4607a1): There are no data parts 2026.02.01 23:37:10.829400 [ 275 ] {d9f37aeb-4740-49ff-9e3b-4cb02077edcb} TCPHandler: Processed in 0.009100612 sec. 2026.02.01 23:37:10.829547 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.829712 [ 275 ] {406bffff-eabc-42bb-b1b5-cb18a62620ac} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.829833 [ 275 ] {406bffff-eabc-42bb-b1b5-cb18a62620ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.02.01 23:37:10.833731 [ 275 ] {406bffff-eabc-42bb-b1b5-cb18a62620ac} oximeter.measurements_u16 (e997edc0-1cd2-46e6-b565-75c2a06d8f5f): Loading data parts 2026.02.01 23:37:10.833905 [ 275 ] {406bffff-eabc-42bb-b1b5-cb18a62620ac} oximeter.measurements_u16 (e997edc0-1cd2-46e6-b565-75c2a06d8f5f): There are no data parts 2026.02.01 23:37:10.840183 [ 275 ] {406bffff-eabc-42bb-b1b5-cb18a62620ac} TCPHandler: Processed in 0.010692969 sec. 2026.02.01 23:37:10.840406 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.840766 [ 275 ] {97ad046c-b452-4137-bce9-9008c99fccd4} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.840929 [ 275 ] {97ad046c-b452-4137-bce9-9008c99fccd4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.02.01 23:37:10.847658 [ 275 ] {97ad046c-b452-4137-bce9-9008c99fccd4} oximeter.measurements_i32 (1fa6fd52-20d8-494a-bd36-2c606ddf9ac9): Loading data parts 2026.02.01 23:37:10.847858 [ 275 ] {97ad046c-b452-4137-bce9-9008c99fccd4} oximeter.measurements_i32 (1fa6fd52-20d8-494a-bd36-2c606ddf9ac9): There are no data parts 2026.02.01 23:37:10.853808 [ 275 ] {97ad046c-b452-4137-bce9-9008c99fccd4} TCPHandler: Processed in 0.013471436 sec. 2026.02.01 23:37:10.853980 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.854148 [ 275 ] {1d19adaa-a024-4279-adf8-1c36fdd4ab32} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.854265 [ 275 ] {1d19adaa-a024-4279-adf8-1c36fdd4ab32} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.02.01 23:37:10.859658 [ 275 ] {1d19adaa-a024-4279-adf8-1c36fdd4ab32} oximeter.measurements_u32 (5d8229c8-f96a-4005-a941-6782749e2ea5): Loading data parts 2026.02.01 23:37:10.859855 [ 275 ] {1d19adaa-a024-4279-adf8-1c36fdd4ab32} oximeter.measurements_u32 (5d8229c8-f96a-4005-a941-6782749e2ea5): There are no data parts 2026.02.01 23:37:10.862417 [ 275 ] {1d19adaa-a024-4279-adf8-1c36fdd4ab32} TCPHandler: Processed in 0.008497713 sec. 2026.02.01 23:37:10.862571 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.862802 [ 275 ] {05f4f106-bbce-4446-9262-1ed304529815} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.862915 [ 275 ] {05f4f106-bbce-4446-9262-1ed304529815} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.02.01 23:37:10.868356 [ 275 ] {05f4f106-bbce-4446-9262-1ed304529815} oximeter.measurements_i64 (764b067f-71f0-48de-afae-2e8d7405a817): Loading data parts 2026.02.01 23:37:10.868519 [ 275 ] {05f4f106-bbce-4446-9262-1ed304529815} oximeter.measurements_i64 (764b067f-71f0-48de-afae-2e8d7405a817): There are no data parts 2026.02.01 23:37:10.872966 [ 275 ] {05f4f106-bbce-4446-9262-1ed304529815} TCPHandler: Processed in 0.010443475 sec. 2026.02.01 23:37:10.873239 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.873543 [ 275 ] {5a9298bb-9ce8-443c-836a-4be7b7779a67} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.873718 [ 275 ] {5a9298bb-9ce8-443c-836a-4be7b7779a67} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.02.01 23:37:10.880831 [ 275 ] {5a9298bb-9ce8-443c-836a-4be7b7779a67} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Loading data parts 2026.02.01 23:37:10.881027 [ 275 ] {5a9298bb-9ce8-443c-836a-4be7b7779a67} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): There are no data parts 2026.02.01 23:37:10.886938 [ 275 ] {5a9298bb-9ce8-443c-836a-4be7b7779a67} TCPHandler: Processed in 0.01379714 sec. 2026.02.01 23:37:10.887100 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.887357 [ 275 ] {62f24f4f-6c76-4c4e-ba59-142be18fa4a2} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.887469 [ 275 ] {62f24f4f-6c76-4c4e-ba59-142be18fa4a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.02.01 23:37:10.892755 [ 275 ] {62f24f4f-6c76-4c4e-ba59-142be18fa4a2} oximeter.measurements_f32 (f5563746-065f-48d2-ad7a-157f2f3f2b24): Loading data parts 2026.02.01 23:37:10.892944 [ 275 ] {62f24f4f-6c76-4c4e-ba59-142be18fa4a2} oximeter.measurements_f32 (f5563746-065f-48d2-ad7a-157f2f3f2b24): There are no data parts 2026.02.01 23:37:10.898917 [ 275 ] {62f24f4f-6c76-4c4e-ba59-142be18fa4a2} TCPHandler: Processed in 0.011875849 sec. 2026.02.01 23:37:10.899079 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.899268 [ 275 ] {fff8085f-0d11-4234-b6ab-87864448b7ae} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.899397 [ 275 ] {fff8085f-0d11-4234-b6ab-87864448b7ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.02.01 23:37:10.905567 [ 275 ] {fff8085f-0d11-4234-b6ab-87864448b7ae} oximeter.measurements_f64 (c724b6d6-0dd3-4e14-936c-64c28923e855): Loading data parts 2026.02.01 23:37:10.905749 [ 275 ] {fff8085f-0d11-4234-b6ab-87864448b7ae} oximeter.measurements_f64 (c724b6d6-0dd3-4e14-936c-64c28923e855): There are no data parts 2026.02.01 23:37:10.909857 [ 275 ] {fff8085f-0d11-4234-b6ab-87864448b7ae} TCPHandler: Processed in 0.010837071 sec. 2026.02.01 23:37:10.910005 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.910325 [ 275 ] {1540556a-010b-4952-be95-259eedc81389} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.910450 [ 275 ] {1540556a-010b-4952-be95-259eedc81389} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.02.01 23:37:10.915741 [ 275 ] {1540556a-010b-4952-be95-259eedc81389} oximeter.measurements_string (6a218fd6-760c-4e05-b8b6-57550ec7a04d): Loading data parts 2026.02.01 23:37:10.915884 [ 275 ] {1540556a-010b-4952-be95-259eedc81389} oximeter.measurements_string (6a218fd6-760c-4e05-b8b6-57550ec7a04d): There are no data parts 2026.02.01 23:37:10.917662 [ 275 ] {1540556a-010b-4952-be95-259eedc81389} TCPHandler: Processed in 0.007705789 sec. 2026.02.01 23:37:10.917845 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.918033 [ 275 ] {b753b40e-b497-4085-8941-2f75326f81a3} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.918185 [ 275 ] {b753b40e-b497-4085-8941-2f75326f81a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.02.01 23:37:10.923757 [ 275 ] {b753b40e-b497-4085-8941-2f75326f81a3} oximeter.measurements_bytes (d19e00b6-9a13-4e73-8f81-6961879e4f58): Loading data parts 2026.02.01 23:37:10.923991 [ 275 ] {b753b40e-b497-4085-8941-2f75326f81a3} oximeter.measurements_bytes (d19e00b6-9a13-4e73-8f81-6961879e4f58): There are no data parts 2026.02.01 23:37:10.927177 [ 275 ] {b753b40e-b497-4085-8941-2f75326f81a3} TCPHandler: Processed in 0.009390117 sec. 2026.02.01 23:37:10.927346 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.927521 [ 275 ] {89734cf8-57c6-4f8e-a11c-67fd170015af} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.927635 [ 275 ] {89734cf8-57c6-4f8e-a11c-67fd170015af} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.02.01 23:37:10.933284 [ 275 ] {89734cf8-57c6-4f8e-a11c-67fd170015af} oximeter.measurements_cumulativei64 (8d8dc399-8e24-4b83-ba53-5227ad8b0ad2): Loading data parts 2026.02.01 23:37:10.933424 [ 275 ] {89734cf8-57c6-4f8e-a11c-67fd170015af} oximeter.measurements_cumulativei64 (8d8dc399-8e24-4b83-ba53-5227ad8b0ad2): There are no data parts 2026.02.01 23:37:10.938510 [ 275 ] {89734cf8-57c6-4f8e-a11c-67fd170015af} TCPHandler: Processed in 0.011221797 sec. 2026.02.01 23:37:10.938810 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.938972 [ 275 ] {18993bf2-09c0-415f-a0a4-fa4913bb1167} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.939097 [ 275 ] {18993bf2-09c0-415f-a0a4-fa4913bb1167} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.02.01 23:37:10.941511 [ 275 ] {18993bf2-09c0-415f-a0a4-fa4913bb1167} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Loading data parts 2026.02.01 23:37:10.941742 [ 275 ] {18993bf2-09c0-415f-a0a4-fa4913bb1167} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): There are no data parts 2026.02.01 23:37:10.946137 [ 275 ] {18993bf2-09c0-415f-a0a4-fa4913bb1167} TCPHandler: Processed in 0.007375403 sec. 2026.02.01 23:37:10.946296 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.946544 [ 275 ] {a2a1c15d-b30b-48ac-8fce-6cf0e12b0071} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.946661 [ 275 ] {a2a1c15d-b30b-48ac-8fce-6cf0e12b0071} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.02.01 23:37:10.948803 [ 275 ] {a2a1c15d-b30b-48ac-8fce-6cf0e12b0071} oximeter.measurements_cumulativef32 (1f3e5b7d-6137-4416-a24c-ad3c7b8fda82): Loading data parts 2026.02.01 23:37:10.949049 [ 275 ] {a2a1c15d-b30b-48ac-8fce-6cf0e12b0071} oximeter.measurements_cumulativef32 (1f3e5b7d-6137-4416-a24c-ad3c7b8fda82): There are no data parts 2026.02.01 23:37:10.954191 [ 275 ] {a2a1c15d-b30b-48ac-8fce-6cf0e12b0071} TCPHandler: Processed in 0.007943593 sec. 2026.02.01 23:37:10.954463 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.954873 [ 275 ] {0e1112a7-ef38-486f-b858-f5579594235b} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.955091 [ 275 ] {0e1112a7-ef38-486f-b858-f5579594235b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.02.01 23:37:10.960691 [ 275 ] {0e1112a7-ef38-486f-b858-f5579594235b} oximeter.measurements_cumulativef64 (0547f4bb-7fc6-495e-bb78-7f804a8653e7): Loading data parts 2026.02.01 23:37:10.960914 [ 275 ] {0e1112a7-ef38-486f-b858-f5579594235b} oximeter.measurements_cumulativef64 (0547f4bb-7fc6-495e-bb78-7f804a8653e7): There are no data parts 2026.02.01 23:37:10.963788 [ 275 ] {0e1112a7-ef38-486f-b858-f5579594235b} TCPHandler: Processed in 0.009438728 sec. 2026.02.01 23:37:10.964010 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.964238 [ 275 ] {5106a966-3dc2-47c8-81cb-81f261c81e40} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.964365 [ 275 ] {5106a966-3dc2-47c8-81cb-81f261c81e40} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.02.01 23:37:10.968050 [ 275 ] {5106a966-3dc2-47c8-81cb-81f261c81e40} oximeter.measurements_histogrami8 (3b0ecc5a-b86b-47ff-ac9b-5ffa8a2ab2e2): Loading data parts 2026.02.01 23:37:10.968227 [ 275 ] {5106a966-3dc2-47c8-81cb-81f261c81e40} oximeter.measurements_histogrami8 (3b0ecc5a-b86b-47ff-ac9b-5ffa8a2ab2e2): There are no data parts 2026.02.01 23:37:10.970819 [ 275 ] {5106a966-3dc2-47c8-81cb-81f261c81e40} TCPHandler: Processed in 0.006911186 sec. 2026.02.01 23:37:10.970992 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.971412 [ 275 ] {1eb6418c-4332-4782-b7bc-43982c61f900} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.971556 [ 275 ] {1eb6418c-4332-4782-b7bc-43982c61f900} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.02.01 23:37:10.975050 [ 275 ] {1eb6418c-4332-4782-b7bc-43982c61f900} oximeter.measurements_histogramu8 (0248b108-5b54-4809-a233-90e93cfc852f): Loading data parts 2026.02.01 23:37:10.975226 [ 275 ] {1eb6418c-4332-4782-b7bc-43982c61f900} oximeter.measurements_histogramu8 (0248b108-5b54-4809-a233-90e93cfc852f): There are no data parts 2026.02.01 23:37:10.977741 [ 275 ] {1eb6418c-4332-4782-b7bc-43982c61f900} TCPHandler: Processed in 0.006765973 sec. 2026.02.01 23:37:10.977941 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.978199 [ 275 ] {6aee965d-837b-4e86-b0ee-6fb903695f28} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.978318 [ 275 ] {6aee965d-837b-4e86-b0ee-6fb903695f28} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.02.01 23:37:10.983900 [ 275 ] {6aee965d-837b-4e86-b0ee-6fb903695f28} oximeter.measurements_histogrami16 (36c7f1e4-9533-4ca0-924d-4b5c6fa34c09): Loading data parts 2026.02.01 23:37:10.984084 [ 275 ] {6aee965d-837b-4e86-b0ee-6fb903695f28} oximeter.measurements_histogrami16 (36c7f1e4-9533-4ca0-924d-4b5c6fa34c09): There are no data parts 2026.02.01 23:37:10.990366 [ 275 ] {6aee965d-837b-4e86-b0ee-6fb903695f28} TCPHandler: Processed in 0.012483819 sec. 2026.02.01 23:37:10.990515 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:10.990725 [ 275 ] {79dcd635-cb89-499d-b674-3e18599ba8a0} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:10.990850 [ 275 ] {79dcd635-cb89-499d-b674-3e18599ba8a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.02.01 23:37:11.000120 [ 275 ] {79dcd635-cb89-499d-b674-3e18599ba8a0} oximeter.measurements_histogramu16 (ea840d54-107a-4d87-acf5-f6e057d810a7): Loading data parts 2026.02.01 23:37:11.000219 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.78 MiB, peak 125.78 MiB, free memory in arenas 0.00 B, will set to 134.16 MiB (RSS), difference: 8.38 MiB 2026.02.01 23:37:11.000418 [ 275 ] {79dcd635-cb89-499d-b674-3e18599ba8a0} oximeter.measurements_histogramu16 (ea840d54-107a-4d87-acf5-f6e057d810a7): There are no data parts 2026.02.01 23:37:11.008357 [ 275 ] {79dcd635-cb89-499d-b674-3e18599ba8a0} TCPHandler: Processed in 0.017891639 sec. 2026.02.01 23:37:11.008553 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.008815 [ 275 ] {398d0f6a-0ab5-4134-a441-ef6bc84d835c} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.008953 [ 275 ] {398d0f6a-0ab5-4134-a441-ef6bc84d835c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.02.01 23:37:11.019892 [ 275 ] {398d0f6a-0ab5-4134-a441-ef6bc84d835c} oximeter.measurements_histogrami32 (7e11fd37-1032-4c63-b3a8-8c0589b6de80): Loading data parts 2026.02.01 23:37:11.020242 [ 275 ] {398d0f6a-0ab5-4134-a441-ef6bc84d835c} oximeter.measurements_histogrami32 (7e11fd37-1032-4c63-b3a8-8c0589b6de80): There are no data parts 2026.02.01 23:37:11.026062 [ 275 ] {398d0f6a-0ab5-4134-a441-ef6bc84d835c} TCPHandler: Processed in 0.017565014 sec. 2026.02.01 23:37:11.026305 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.026791 [ 275 ] {28984c23-d650-445c-86a2-d6bcce241570} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.026980 [ 275 ] {28984c23-d650-445c-86a2-d6bcce241570} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.02.01 23:37:11.038250 [ 275 ] {28984c23-d650-445c-86a2-d6bcce241570} oximeter.measurements_histogramu32 (239ce804-7d6a-477a-bd29-a84c78eff684): Loading data parts 2026.02.01 23:37:11.038502 [ 275 ] {28984c23-d650-445c-86a2-d6bcce241570} oximeter.measurements_histogramu32 (239ce804-7d6a-477a-bd29-a84c78eff684): There are no data parts 2026.02.01 23:37:11.045805 [ 275 ] {28984c23-d650-445c-86a2-d6bcce241570} TCPHandler: Processed in 0.019589897 sec. 2026.02.01 23:37:11.045975 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.046188 [ 275 ] {730de43b-0c02-4113-aa1f-f89efcc5134d} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.046429 [ 275 ] {730de43b-0c02-4113-aa1f-f89efcc5134d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.02.01 23:37:11.051893 [ 275 ] {730de43b-0c02-4113-aa1f-f89efcc5134d} oximeter.measurements_histogrami64 (135b893c-fe54-4e2b-b721-34ddd4679adb): Loading data parts 2026.02.01 23:37:11.052252 [ 275 ] {730de43b-0c02-4113-aa1f-f89efcc5134d} oximeter.measurements_histogrami64 (135b893c-fe54-4e2b-b721-34ddd4679adb): There are no data parts 2026.02.01 23:37:11.055083 [ 275 ] {730de43b-0c02-4113-aa1f-f89efcc5134d} TCPHandler: Processed in 0.009166063 sec. 2026.02.01 23:37:11.055267 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.055678 [ 275 ] {9e9a2e5b-e61f-47dc-a5ea-11b2d2e18258} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.055813 [ 275 ] {9e9a2e5b-e61f-47dc-a5ea-11b2d2e18258} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.02.01 23:37:11.061175 [ 275 ] {9e9a2e5b-e61f-47dc-a5ea-11b2d2e18258} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Loading data parts 2026.02.01 23:37:11.061351 [ 275 ] {9e9a2e5b-e61f-47dc-a5ea-11b2d2e18258} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): There are no data parts 2026.02.01 23:37:11.067650 [ 275 ] {9e9a2e5b-e61f-47dc-a5ea-11b2d2e18258} TCPHandler: Processed in 0.012443677 sec. 2026.02.01 23:37:11.067805 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.068024 [ 275 ] {a896de96-4fc8-4e0f-85ca-52a547ef5336} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.068263 [ 275 ] {a896de96-4fc8-4e0f-85ca-52a547ef5336} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.02.01 23:37:11.072341 [ 275 ] {a896de96-4fc8-4e0f-85ca-52a547ef5336} oximeter.measurements_histogramf32 (39381d6a-0968-47e7-9e62-783e3ea7182c): Loading data parts 2026.02.01 23:37:11.072660 [ 275 ] {a896de96-4fc8-4e0f-85ca-52a547ef5336} oximeter.measurements_histogramf32 (39381d6a-0968-47e7-9e62-783e3ea7182c): There are no data parts 2026.02.01 23:37:11.078746 [ 275 ] {a896de96-4fc8-4e0f-85ca-52a547ef5336} TCPHandler: Processed in 0.010990694 sec. 2026.02.01 23:37:11.078910 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.079207 [ 275 ] {d15fc48a-b053-4e53-b49e-9d4fcdf435a5} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.079339 [ 275 ] {d15fc48a-b053-4e53-b49e-9d4fcdf435a5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.02.01 23:37:11.089883 [ 275 ] {d15fc48a-b053-4e53-b49e-9d4fcdf435a5} oximeter.measurements_histogramf64 (acd99b2c-c4ad-4efd-b946-c80b84bdc31a): Loading data parts 2026.02.01 23:37:11.090033 [ 275 ] {d15fc48a-b053-4e53-b49e-9d4fcdf435a5} oximeter.measurements_histogramf64 (acd99b2c-c4ad-4efd-b946-c80b84bdc31a): There are no data parts 2026.02.01 23:37:11.095504 [ 275 ] {d15fc48a-b053-4e53-b49e-9d4fcdf435a5} TCPHandler: Processed in 0.016652748 sec. 2026.02.01 23:37:11.095675 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.095886 [ 275 ] {44f9085c-331b-4c7c-8f98-299a2ff3b82c} executeQuery: (from [fd00:1122:3344:101::d]:60920) /* 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.02.01 23:37:11.096027 [ 275 ] {44f9085c-331b-4c7c-8f98-299a2ff3b82c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.02.01 23:37:11.105685 [ 275 ] {44f9085c-331b-4c7c-8f98-299a2ff3b82c} oximeter.fields_bool (c0db934b-6348-42d4-8211-d33c9f07a704): Loading data parts 2026.02.01 23:37:11.105960 [ 275 ] {44f9085c-331b-4c7c-8f98-299a2ff3b82c} oximeter.fields_bool (c0db934b-6348-42d4-8211-d33c9f07a704): There are no data parts 2026.02.01 23:37:11.108026 [ 275 ] {44f9085c-331b-4c7c-8f98-299a2ff3b82c} TCPHandler: Processed in 0.012472569 sec. 2026.02.01 23:37:11.108255 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.108607 [ 275 ] {1d665ec4-a41b-4673-8faa-b1e68db66113} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.108792 [ 275 ] {1d665ec4-a41b-4673-8faa-b1e68db66113} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.02.01 23:37:11.118724 [ 275 ] {1d665ec4-a41b-4673-8faa-b1e68db66113} oximeter.fields_i8 (2dbe756e-aee6-4b72-8596-91831bfbed2f): Loading data parts 2026.02.01 23:37:11.118994 [ 275 ] {1d665ec4-a41b-4673-8faa-b1e68db66113} oximeter.fields_i8 (2dbe756e-aee6-4b72-8596-91831bfbed2f): There are no data parts 2026.02.01 23:37:11.124991 [ 275 ] {1d665ec4-a41b-4673-8faa-b1e68db66113} TCPHandler: Processed in 0.016791201 sec. 2026.02.01 23:37:11.125235 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.125427 [ 275 ] {3eb67a19-9b6d-4007-a335-af17727f7dcf} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.125550 [ 275 ] {3eb67a19-9b6d-4007-a335-af17727f7dcf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.02.01 23:37:11.130927 [ 275 ] {3eb67a19-9b6d-4007-a335-af17727f7dcf} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Loading data parts 2026.02.01 23:37:11.131170 [ 275 ] {3eb67a19-9b6d-4007-a335-af17727f7dcf} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): There are no data parts 2026.02.01 23:37:11.137400 [ 275 ] {3eb67a19-9b6d-4007-a335-af17727f7dcf} TCPHandler: Processed in 0.012221535 sec. 2026.02.01 23:37:11.137662 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.138180 [ 275 ] {157b9032-575b-4ff4-afd7-56d3f4e9f8b7} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.138384 [ 275 ] {157b9032-575b-4ff4-afd7-56d3f4e9f8b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.02.01 23:37:11.144281 [ 275 ] {157b9032-575b-4ff4-afd7-56d3f4e9f8b7} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Loading data parts 2026.02.01 23:37:11.144625 [ 275 ] {157b9032-575b-4ff4-afd7-56d3f4e9f8b7} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): There are no data parts 2026.02.01 23:37:11.147926 [ 275 ] {157b9032-575b-4ff4-afd7-56d3f4e9f8b7} TCPHandler: Processed in 0.010373853 sec. 2026.02.01 23:37:11.148117 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.148306 [ 275 ] {0b7c605f-05af-4400-9c6b-c0c43e416fd7} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.148429 [ 275 ] {0b7c605f-05af-4400-9c6b-c0c43e416fd7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.02.01 23:37:11.154578 [ 275 ] {0b7c605f-05af-4400-9c6b-c0c43e416fd7} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Loading data parts 2026.02.01 23:37:11.154802 [ 275 ] {0b7c605f-05af-4400-9c6b-c0c43e416fd7} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): There are no data parts 2026.02.01 23:37:11.159521 [ 275 ] {0b7c605f-05af-4400-9c6b-c0c43e416fd7} TCPHandler: Processed in 0.011462641 sec. 2026.02.01 23:37:11.159695 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.160037 [ 275 ] {02dda372-8302-417a-8e31-c81b4bc44d6b} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.160146 [ 275 ] {02dda372-8302-417a-8e31-c81b4bc44d6b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.02.01 23:37:11.162294 [ 275 ] {02dda372-8302-417a-8e31-c81b4bc44d6b} oximeter.fields_i32 (fab096f6-5097-4cc7-8bd8-ee58359d761a): Loading data parts 2026.02.01 23:37:11.162470 [ 275 ] {02dda372-8302-417a-8e31-c81b4bc44d6b} oximeter.fields_i32 (fab096f6-5097-4cc7-8bd8-ee58359d761a): There are no data parts 2026.02.01 23:37:11.174595 [ 275 ] {02dda372-8302-417a-8e31-c81b4bc44d6b} TCPHandler: Processed in 0.01495693 sec. 2026.02.01 23:37:11.174748 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.174903 [ 275 ] {a2402170-485f-44b8-85ae-48cc1aac4549} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.175080 [ 275 ] {a2402170-485f-44b8-85ae-48cc1aac4549} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.02.01 23:37:11.198550 [ 275 ] {a2402170-485f-44b8-85ae-48cc1aac4549} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Loading data parts 2026.02.01 23:37:11.198857 [ 275 ] {a2402170-485f-44b8-85ae-48cc1aac4549} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): There are no data parts 2026.02.01 23:37:11.213910 [ 275 ] {a2402170-485f-44b8-85ae-48cc1aac4549} TCPHandler: Processed in 0.039206196 sec. 2026.02.01 23:37:11.214156 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.214511 [ 275 ] {ad937b47-f170-4c63-b12f-3a18fb5aac64} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.214821 [ 275 ] {ad937b47-f170-4c63-b12f-3a18fb5aac64} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.02.01 23:37:11.235356 [ 275 ] {ad937b47-f170-4c63-b12f-3a18fb5aac64} oximeter.fields_i64 (6a245bbc-270a-4ebe-8fb4-e0e5e60c63dd): Loading data parts 2026.02.01 23:37:11.235554 [ 275 ] {ad937b47-f170-4c63-b12f-3a18fb5aac64} oximeter.fields_i64 (6a245bbc-270a-4ebe-8fb4-e0e5e60c63dd): There are no data parts 2026.02.01 23:37:11.249348 [ 275 ] {ad937b47-f170-4c63-b12f-3a18fb5aac64} TCPHandler: Processed in 0.03527748 sec. 2026.02.01 23:37:11.249522 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.249690 [ 275 ] {628fffa9-40f2-4e81-83ef-eac004fa3979} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.249829 [ 275 ] {628fffa9-40f2-4e81-83ef-eac004fa3979} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.02.01 23:37:11.264944 [ 275 ] {628fffa9-40f2-4e81-83ef-eac004fa3979} oximeter.fields_u64 (0625d941-14a3-405b-a5c1-50095e4b0e91): Loading data parts 2026.02.01 23:37:11.265690 [ 275 ] {628fffa9-40f2-4e81-83ef-eac004fa3979} oximeter.fields_u64 (0625d941-14a3-405b-a5c1-50095e4b0e91): There are no data parts 2026.02.01 23:37:11.280179 [ 275 ] {628fffa9-40f2-4e81-83ef-eac004fa3979} TCPHandler: Processed in 0.030710203 sec. 2026.02.01 23:37:11.280335 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.280572 [ 275 ] {699dca7c-5818-4359-9c60-ec2e148b37b2} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.280686 [ 275 ] {699dca7c-5818-4359-9c60-ec2e148b37b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.02.01 23:37:11.291528 [ 275 ] {699dca7c-5818-4359-9c60-ec2e148b37b2} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Loading data parts 2026.02.01 23:37:11.291706 [ 275 ] {699dca7c-5818-4359-9c60-ec2e148b37b2} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): There are no data parts 2026.02.01 23:37:11.298081 [ 275 ] {699dca7c-5818-4359-9c60-ec2e148b37b2} TCPHandler: Processed in 0.017793428 sec. 2026.02.01 23:37:11.298308 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.298591 [ 275 ] {cb798d35-e530-4d87-9fc3-ec36cc0993b8} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.298767 [ 275 ] {cb798d35-e530-4d87-9fc3-ec36cc0993b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.02.01 23:37:11.305821 [ 275 ] {cb798d35-e530-4d87-9fc3-ec36cc0993b8} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Loading data parts 2026.02.01 23:37:11.305983 [ 275 ] {cb798d35-e530-4d87-9fc3-ec36cc0993b8} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): There are no data parts 2026.02.01 23:37:11.312273 [ 275 ] {cb798d35-e530-4d87-9fc3-ec36cc0993b8} TCPHandler: Processed in 0.014056175 sec. 2026.02.01 23:37:11.312479 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.312713 [ 275 ] {978439d7-b3e8-4710-a7ae-7e164b1caf14} executeQuery: (from [fd00:1122:3344:101::d]:60920) 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.02.01 23:37:11.312839 [ 275 ] {978439d7-b3e8-4710-a7ae-7e164b1caf14} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.02.01 23:37:11.317996 [ 275 ] {978439d7-b3e8-4710-a7ae-7e164b1caf14} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Loading data parts 2026.02.01 23:37:11.318168 [ 275 ] {978439d7-b3e8-4710-a7ae-7e164b1caf14} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): There are no data parts 2026.02.01 23:37:11.325098 [ 275 ] {978439d7-b3e8-4710-a7ae-7e164b1caf14} TCPHandler: Processed in 0.012677942 sec. 2026.02.01 23:37:11.325267 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.325528 [ 275 ] {07b90892-f468-4a31-b65b-a5506cf3750d} executeQuery: (from [fd00:1122:3344:101::d]:60920) /* 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.02.01 23:37:11.325672 [ 275 ] {07b90892-f468-4a31-b65b-a5506cf3750d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.02.01 23:37:11.329553 [ 275 ] {07b90892-f468-4a31-b65b-a5506cf3750d} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381): Loading data parts 2026.02.01 23:37:11.329771 [ 275 ] {07b90892-f468-4a31-b65b-a5506cf3750d} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381): There are no data parts 2026.02.01 23:37:11.336436 [ 275 ] {07b90892-f468-4a31-b65b-a5506cf3750d} TCPHandler: Processed in 0.011216618 sec. 2026.02.01 23:37:11.336722 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:11.337039 [ 276 ] {e6a8bc6c-5c2f-4003-85dc-b56af330abbf} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.02.01 23:37:11.338514 [ 276 ] {e6a8bc6c-5c2f-4003-85dc-b56af330abbf} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.02.01 23:37:11.356811 [ 284 ] {e6a8bc6c-5c2f-4003-85dc-b56af330abbf} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:11.356876 [ 284 ] {e6a8bc6c-5c2f-4003-85dc-b56af330abbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:11.361408 [ 284 ] {e6a8bc6c-5c2f-4003-85dc-b56af330abbf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:11.362017 [ 284 ] {e6a8bc6c-5c2f-4003-85dc-b56af330abbf} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:11.362382 [ 276 ] {e6a8bc6c-5c2f-4003-85dc-b56af330abbf} executeQuery: Read 1 rows, 16.00 B in 0.025485 sec., 39.238767902687854 rows/sec., 627.82 B/sec. 2026.02.01 23:37:11.362699 [ 276 ] {e6a8bc6c-5c2f-4003-85dc-b56af330abbf} TCPHandler: Processed in 0.026114286 sec. 2026.02.01 23:37:12.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 135.79 MiB, peak 135.79 MiB, free memory in arenas 0.00 B, will set to 139.75 MiB (RSS), difference: 3.96 MiB 2026.02.01 23:37:16.046551 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.02.01 23:37:16.046715 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.02.01 23:37:16.046840 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.02.01 23:37:16.046857 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.02.01 23:37:16.050825 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Loading data parts 2026.02.01 23:37:16.051084 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): There are no data parts 2026.02.01 23:37:16.057617 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:16.057820 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:16.063080 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Loading data parts 2026.02.01 23:37:16.063276 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): There are no data parts 2026.02.01 23:37:16.063775 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:16.064507 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:16.064781 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.02.01 23:37:16.093068 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:16.093495 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:16.101270 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:16.103050 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:16.107838 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.02.01 23:37:17.000244 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.84 MiB, peak 148.84 MiB, free memory in arenas 0.00 B, will set to 153.89 MiB (RSS), difference: 9.05 MiB 2026.02.01 23:37:18.546539 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.02.01 23:37:18.546647 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.02.01 23:37:18.550914 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Loading data parts 2026.02.01 23:37:18.551108 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): There are no data parts 2026.02.01 23:37:18.557398 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:18.557438 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:18.559317 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:18.559850 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:18.560140 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.02.01 23:37:19.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.08 MiB, peak 158.08 MiB, free memory in arenas 0.00 B, will set to 154.89 MiB (RSS), difference: -3.20 MiB 2026.02.01 23:37:23.516028 [ 116 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:37:23.516090 [ 116 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:37:23.564960 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.02.01 23:37:23.569749 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:23.569859 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:23.570702 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:23.571172 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:23.573473 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.02.01 23:37:23.608191 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.02.01 23:37:23.626684 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:23.626882 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:23.633572 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:23.634791 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:23.638216 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.02.01 23:37:24.000988 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.65 MiB, peak 159.65 MiB, free memory in arenas 0.00 B, will set to 157.84 MiB (RSS), difference: 2.18 MiB 2026.02.01 23:37:29.001127 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.85 MiB, peak 159.65 MiB, free memory in arenas 0.00 B, will set to 157.87 MiB (RSS), difference: 4.02 MiB 2026.02.01 23:37:29.314992 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58874 2026.02.01 23:37:29.316835 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:29.316873 [ 286 ] {} TCP-Session: 89b5c44a-16f2-4e1c-8ff5-d37f320006bc Authenticating user 'default' from [fd00:1122:3344:101::e]:58874 2026.02.01 23:37:29.316894 [ 286 ] {} TCP-Session: 89b5c44a-16f2-4e1c-8ff5-d37f320006bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.316921 [ 286 ] {} TCP-Session: 89b5c44a-16f2-4e1c-8ff5-d37f320006bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.316971 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.01 23:37:29.316995 [ 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.02.01 23:37:29.317011 [ 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.02.01 23:37:29.317431 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56844 2026.02.01 23:37:29.317523 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49099 2026.02.01 23:37:29.317628 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41565 2026.02.01 23:37:29.317683 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:29.317740 [ 287 ] {} TCP-Session: a05dcddc-5e4b-40d6-ba34-badbdd390d63 Authenticating user 'default' from [fd00:1122:3344:101::e]:56844 2026.02.01 23:37:29.317766 [ 287 ] {} TCP-Session: a05dcddc-5e4b-40d6-ba34-badbdd390d63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.317779 [ 287 ] {} TCP-Session: a05dcddc-5e4b-40d6-ba34-badbdd390d63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.317801 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37745 2026.02.01 23:37:29.317905 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:29.317910 [ 286 ] {} TCP-Session: 89b5c44a-16f2-4e1c-8ff5-d37f320006bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:29.317944 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:29.317960 [ 288 ] {} TCP-Session: b068e8dd-a122-443b-8c7b-bd0c55de77cc Authenticating user 'default' from [fd00:1122:3344:101::e]:49099 2026.02.01 23:37:29.318002 [ 289 ] {} TCP-Session: 4427ceb2-7f27-47a6-9555-f372eec4e2ab Authenticating user 'default' from [fd00:1122:3344:101::e]:41565 2026.02.01 23:37:29.318006 [ 288 ] {} TCP-Session: b068e8dd-a122-443b-8c7b-bd0c55de77cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.318035 [ 289 ] {} TCP-Session: 4427ceb2-7f27-47a6-9555-f372eec4e2ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.318035 [ 288 ] {} TCP-Session: b068e8dd-a122-443b-8c7b-bd0c55de77cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.318047 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:29.318057 [ 289 ] {} TCP-Session: 4427ceb2-7f27-47a6-9555-f372eec4e2ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.318107 [ 290 ] {} TCP-Session: 17a0cd2b-4786-48d4-8e34-1a4705b82d6d Authenticating user 'default' from [fd00:1122:3344:101::e]:37745 2026.02.01 23:37:29.318126 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54458 2026.02.01 23:37:29.318144 [ 290 ] {} TCP-Session: 17a0cd2b-4786-48d4-8e34-1a4705b82d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.318151 [ 286 ] {93b9396d-aed5-4737-a0ed-2fe516995a54} executeQuery: (from [fd00:1122:3344:101::e]:58874) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:37:29.318175 [ 290 ] {} TCP-Session: 17a0cd2b-4786-48d4-8e34-1a4705b82d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.318050 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53865 2026.02.01 23:37:29.318372 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:29.318394 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34322 2026.02.01 23:37:29.318412 [ 292 ] {} TCP-Session: 678d9341-1b04-4b60-b071-8ef3f7a05f8e Authenticating user 'default' from [fd00:1122:3344:101::e]:54458 2026.02.01 23:37:29.318400 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45687 2026.02.01 23:37:29.318445 [ 292 ] {} TCP-Session: 678d9341-1b04-4b60-b071-8ef3f7a05f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.318483 [ 292 ] {} TCP-Session: 678d9341-1b04-4b60-b071-8ef3f7a05f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.320481 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:29.320524 [ 291 ] {} TCP-Session: 8ce5cf75-c045-49a1-a614-a5607e27294d Authenticating user 'default' from [fd00:1122:3344:101::e]:53865 2026.02.01 23:37:29.320542 [ 291 ] {} TCP-Session: 8ce5cf75-c045-49a1-a614-a5607e27294d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.320555 [ 291 ] {} TCP-Session: 8ce5cf75-c045-49a1-a614-a5607e27294d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.322698 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:29.322741 [ 293 ] {} TCP-Session: d8d4e91f-b867-4196-ba31-19ab0c7b9a7d Authenticating user 'default' from [fd00:1122:3344:101::e]:45687 2026.02.01 23:37:29.322764 [ 293 ] {} TCP-Session: d8d4e91f-b867-4196-ba31-19ab0c7b9a7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.322778 [ 293 ] {} TCP-Session: d8d4e91f-b867-4196-ba31-19ab0c7b9a7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.324952 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:29.324992 [ 294 ] {} TCP-Session: 9a789a4a-bb3c-4c8c-b853-4634c876b511 Authenticating user 'default' from [fd00:1122:3344:101::e]:34322 2026.02.01 23:37:29.325008 [ 294 ] {} TCP-Session: 9a789a4a-bb3c-4c8c-b853-4634c876b511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.325021 [ 294 ] {} TCP-Session: 9a789a4a-bb3c-4c8c-b853-4634c876b511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.326964 [ 286 ] {93b9396d-aed5-4737-a0ed-2fe516995a54} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:37:29.338796 [ 286 ] {93b9396d-aed5-4737-a0ed-2fe516995a54} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:29.363109 [ 286 ] {93b9396d-aed5-4737-a0ed-2fe516995a54} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:37:29.381122 [ 299 ] {93b9396d-aed5-4737-a0ed-2fe516995a54} AggregatingTransform: Aggregating 2026.02.01 23:37:29.383112 [ 299 ] {93b9396d-aed5-4737-a0ed-2fe516995a54} Aggregator: Aggregation method: without_key 2026.02.01 23:37:29.383756 [ 299 ] {93b9396d-aed5-4737-a0ed-2fe516995a54} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.005321439 sec. (187.919 rows/sec., 7.34 KiB/sec.) 2026.02.01 23:37:29.383778 [ 299 ] {93b9396d-aed5-4737-a0ed-2fe516995a54} Aggregator: Merging aggregated data 2026.02.01 23:37:29.383806 [ 299 ] {93b9396d-aed5-4737-a0ed-2fe516995a54} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.02.01 23:37:29.387006 [ 286 ] {93b9396d-aed5-4737-a0ed-2fe516995a54} executeQuery: Read 1 rows, 40.00 B in 0.068932 sec., 14.507050426507284 rows/sec., 580.28 B/sec. 2026.02.01 23:37:29.387185 [ 286 ] {93b9396d-aed5-4737-a0ed-2fe516995a54} TCPHandler: Processed in 0.069591343 sec. 2026.02.01 23:37:29.390283 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:29.390334 [ 286 ] {} TCP-Session: 89b5c44a-16f2-4e1c-8ff5-d37f320006bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.390335 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:29.390376 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:29.390396 [ 287 ] {} TCP-Session: a05dcddc-5e4b-40d6-ba34-badbdd390d63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.390419 [ 291 ] {} TCP-Session: 8ce5cf75-c045-49a1-a614-a5607e27294d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.390423 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:29.390449 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:29.390467 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:29.390499 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:29.390533 [ 292 ] {} TCP-Session: 678d9341-1b04-4b60-b071-8ef3f7a05f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.390548 [ 290 ] {} TCP-Session: 17a0cd2b-4786-48d4-8e34-1a4705b82d6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.390549 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:29.390603 [ 288 ] {} TCP-Session: b068e8dd-a122-443b-8c7b-bd0c55de77cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.390506 [ 289 ] {} TCP-Session: 4427ceb2-7f27-47a6-9555-f372eec4e2ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.390631 [ 294 ] {} TCP-Session: 9a789a4a-bb3c-4c8c-b853-4634c876b511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:29.390520 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:29.390705 [ 293 ] {} TCP-Session: d8d4e91f-b867-4196-ba31-19ab0c7b9a7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:30.001181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.12 MiB, peak 166.20 MiB, free memory in arenas 0.00 B, will set to 161.18 MiB (RSS), difference: 3.05 MiB 2026.02.01 23:37:31.074061 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 494 entries to flush up to offset 1470 2026.02.01 23:37:31.074562 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:31.074603 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:31.075236 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:37:31.075724 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:31.075862 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1470 2026.02.01 23:37:31.138808 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.02.01 23:37:31.155439 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:31.155501 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:31.162092 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:37:31.163294 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:31.168204 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.02.01 23:37:31.377292 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.377470 [ 275 ] {1630694b-642a-4257-9361-0ca2e1e942c4} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.377739 [ 275 ] {1630694b-642a-4257-9361-0ca2e1e942c4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.377798 [ 275 ] {1630694b-642a-4257-9361-0ca2e1e942c4} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.378212 [ 275 ] {1630694b-642a-4257-9361-0ca2e1e942c4} TCPHandler: Processed in 0.001040997 sec. 2026.02.01 23:37:31.395006 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.395152 [ 275 ] {878269a1-2b93-4657-afdf-f87e3f985209} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.403178 [ 275 ] {878269a1-2b93-4657-afdf-f87e3f985209} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.403231 [ 275 ] {878269a1-2b93-4657-afdf-f87e3f985209} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.405885 [ 275 ] {878269a1-2b93-4657-afdf-f87e3f985209} TCPHandler: Processed in 0.010932063 sec. 2026.02.01 23:37:31.408183 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.408322 [ 275 ] {b1f92b10-2183-4181-a384-a7948ed54266} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.413292 [ 275 ] {b1f92b10-2183-4181-a384-a7948ed54266} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.413346 [ 275 ] {b1f92b10-2183-4181-a384-a7948ed54266} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.413778 [ 275 ] {b1f92b10-2183-4181-a384-a7948ed54266} TCPHandler: Processed in 0.005649074 sec. 2026.02.01 23:37:31.414052 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.414207 [ 275 ] {7c1b4639-0715-44cc-8525-d65137f41771} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.414548 [ 275 ] {7c1b4639-0715-44cc-8525-d65137f41771} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.414603 [ 275 ] {7c1b4639-0715-44cc-8525-d65137f41771} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.415047 [ 275 ] {7c1b4639-0715-44cc-8525-d65137f41771} TCPHandler: Processed in 0.001057067 sec. 2026.02.01 23:37:31.415285 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.415446 [ 275 ] {3d21cb07-6c40-4322-8260-9b55bf5b5cde} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.415756 [ 275 ] {3d21cb07-6c40-4322-8260-9b55bf5b5cde} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.415806 [ 275 ] {3d21cb07-6c40-4322-8260-9b55bf5b5cde} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.416154 [ 275 ] {3d21cb07-6c40-4322-8260-9b55bf5b5cde} TCPHandler: Processed in 0.000930026 sec. 2026.02.01 23:37:31.416374 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.416496 [ 275 ] {bab91555-c555-4675-8861-5d1a2c96c5da} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.416758 [ 275 ] {bab91555-c555-4675-8861-5d1a2c96c5da} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.416804 [ 275 ] {bab91555-c555-4675-8861-5d1a2c96c5da} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.417174 [ 275 ] {bab91555-c555-4675-8861-5d1a2c96c5da} TCPHandler: Processed in 0.000846564 sec. 2026.02.01 23:37:31.417401 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.417592 [ 275 ] {5afc1168-4d5c-47f1-960f-3d941aa4495e} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.417943 [ 275 ] {5afc1168-4d5c-47f1-960f-3d941aa4495e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.418003 [ 275 ] {5afc1168-4d5c-47f1-960f-3d941aa4495e} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.418399 [ 275 ] {5afc1168-4d5c-47f1-960f-3d941aa4495e} TCPHandler: Processed in 0.001062897 sec. 2026.02.01 23:37:31.418607 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.418728 [ 275 ] {78feb7ef-1594-4983-8963-9b33a789c23d} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.418978 [ 275 ] {78feb7ef-1594-4983-8963-9b33a789c23d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.419028 [ 275 ] {78feb7ef-1594-4983-8963-9b33a789c23d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.419387 [ 275 ] {78feb7ef-1594-4983-8963-9b33a789c23d} TCPHandler: Processed in 0.000828584 sec. 2026.02.01 23:37:31.419584 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.419702 [ 275 ] {96e21106-fb07-4f59-826b-f890d0fe31e6} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.419950 [ 275 ] {96e21106-fb07-4f59-826b-f890d0fe31e6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.419992 [ 275 ] {96e21106-fb07-4f59-826b-f890d0fe31e6} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.420318 [ 275 ] {96e21106-fb07-4f59-826b-f890d0fe31e6} TCPHandler: Processed in 0.000781944 sec. 2026.02.01 23:37:31.420517 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.420654 [ 275 ] {17c98d43-8502-4ca4-894f-d7fee89164a2} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.420998 [ 275 ] {17c98d43-8502-4ca4-894f-d7fee89164a2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.421054 [ 275 ] {17c98d43-8502-4ca4-894f-d7fee89164a2} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.421515 [ 275 ] {17c98d43-8502-4ca4-894f-d7fee89164a2} TCPHandler: Processed in 0.001043867 sec. 2026.02.01 23:37:31.421750 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.421903 [ 275 ] {d478204f-7171-4246-afc5-03013c9d0f52} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.422254 [ 275 ] {d478204f-7171-4246-afc5-03013c9d0f52} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.422314 [ 275 ] {d478204f-7171-4246-afc5-03013c9d0f52} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.422760 [ 275 ] {d478204f-7171-4246-afc5-03013c9d0f52} TCPHandler: Processed in 0.001072598 sec. 2026.02.01 23:37:31.423019 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.423172 [ 275 ] {9d287c98-003a-4e03-a633-0bfee5b84616} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.423521 [ 275 ] {9d287c98-003a-4e03-a633-0bfee5b84616} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.423576 [ 275 ] {9d287c98-003a-4e03-a633-0bfee5b84616} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.424027 [ 275 ] {9d287c98-003a-4e03-a633-0bfee5b84616} TCPHandler: Processed in 0.001069098 sec. 2026.02.01 23:37:31.424291 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.424442 [ 275 ] {a63a8511-9962-4316-a740-8dc4788b6e5c} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.424800 [ 275 ] {a63a8511-9962-4316-a740-8dc4788b6e5c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.424855 [ 275 ] {a63a8511-9962-4316-a740-8dc4788b6e5c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.425284 [ 275 ] {a63a8511-9962-4316-a740-8dc4788b6e5c} TCPHandler: Processed in 0.001054897 sec. 2026.02.01 23:37:31.425501 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.425652 [ 275 ] {d422ff63-253a-4707-a4eb-b3329fb7392c} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.425998 [ 275 ] {d422ff63-253a-4707-a4eb-b3329fb7392c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.426054 [ 275 ] {d422ff63-253a-4707-a4eb-b3329fb7392c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.426487 [ 275 ] {d422ff63-253a-4707-a4eb-b3329fb7392c} TCPHandler: Processed in 0.001044477 sec. 2026.02.01 23:37:31.426717 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.426866 [ 275 ] {f24d46ff-cd92-4e9e-99c1-1a5173f16fbb} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.427213 [ 275 ] {f24d46ff-cd92-4e9e-99c1-1a5173f16fbb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.427267 [ 275 ] {f24d46ff-cd92-4e9e-99c1-1a5173f16fbb} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.427843 [ 275 ] {f24d46ff-cd92-4e9e-99c1-1a5173f16fbb} TCPHandler: Processed in 0.00118143 sec. 2026.02.01 23:37:31.428123 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.428265 [ 275 ] {3ccbae04-889d-4661-ba71-49d38dd495ca} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.428609 [ 275 ] {3ccbae04-889d-4661-ba71-49d38dd495ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.428659 [ 275 ] {3ccbae04-889d-4661-ba71-49d38dd495ca} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.429123 [ 275 ] {3ccbae04-889d-4661-ba71-49d38dd495ca} TCPHandler: Processed in 0.001053478 sec. 2026.02.01 23:37:31.429349 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.429508 [ 275 ] {c1e5faa8-8a0e-4b62-bc25-63d17b413778} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.429889 [ 275 ] {c1e5faa8-8a0e-4b62-bc25-63d17b413778} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.429944 [ 275 ] {c1e5faa8-8a0e-4b62-bc25-63d17b413778} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.430418 [ 275 ] {c1e5faa8-8a0e-4b62-bc25-63d17b413778} TCPHandler: Processed in 0.001130849 sec. 2026.02.01 23:37:31.430659 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.430820 [ 275 ] {01f96174-7cfb-4af4-afa4-11b7b65705f8} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.431207 [ 275 ] {01f96174-7cfb-4af4-afa4-11b7b65705f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.431263 [ 275 ] {01f96174-7cfb-4af4-afa4-11b7b65705f8} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.431698 [ 275 ] {01f96174-7cfb-4af4-afa4-11b7b65705f8} TCPHandler: Processed in 0.001102809 sec. 2026.02.01 23:37:31.431924 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.432087 [ 275 ] {36b85241-7a0c-4440-9d64-59bc6d21ffab} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:31.432448 [ 275 ] {36b85241-7a0c-4440-9d64-59bc6d21ffab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.432506 [ 275 ] {36b85241-7a0c-4440-9d64-59bc6d21ffab} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:31.432907 [ 275 ] {36b85241-7a0c-4440-9d64-59bc6d21ffab} TCPHandler: Processed in 0.001047578 sec. 2026.02.01 23:37:31.440655 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.440790 [ 275 ] {8737f044-d041-4a37-bd3c-ac7e66013ac7} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.01 23:37:31.440843 [ 275 ] {8737f044-d041-4a37-bd3c-ac7e66013ac7} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:31.443465 [ 275 ] {8737f044-d041-4a37-bd3c-ac7e66013ac7} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:31.443510 [ 275 ] {8737f044-d041-4a37-bd3c-ac7e66013ac7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:31.446042 [ 275 ] {8737f044-d041-4a37-bd3c-ac7e66013ac7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:31.446254 [ 275 ] {8737f044-d041-4a37-bd3c-ac7e66013ac7} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:31.446402 [ 275 ] {8737f044-d041-4a37-bd3c-ac7e66013ac7} executeQuery: Read 19 rows, 2.74 KiB in 0.005651 sec., 3362.2367722526988 rows/sec., 485.60 KiB/sec. 2026.02.01 23:37:31.446441 [ 275 ] {8737f044-d041-4a37-bd3c-ac7e66013ac7} TCPHandler: Processed in 0.005849458 sec. 2026.02.01 23:37:31.446566 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.446665 [ 275 ] {e96cb5d2-7d78-4e0b-9ac6-c2cb24a4ad41} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:37:31.446705 [ 275 ] {e96cb5d2-7d78-4e0b-9ac6-c2cb24a4ad41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:37:31.449235 [ 275 ] {e96cb5d2-7d78-4e0b-9ac6-c2cb24a4ad41} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:31.449271 [ 275 ] {e96cb5d2-7d78-4e0b-9ac6-c2cb24a4ad41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:31.452126 [ 275 ] {e96cb5d2-7d78-4e0b-9ac6-c2cb24a4ad41} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:31.452368 [ 275 ] {e96cb5d2-7d78-4e0b-9ac6-c2cb24a4ad41} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:31.452535 [ 275 ] {e96cb5d2-7d78-4e0b-9ac6-c2cb24a4ad41} executeQuery: Read 6 rows, 501.00 B in 0.005889 sec., 1018.8487009679062 rows/sec., 83.08 KiB/sec. 2026.02.01 23:37:31.452590 [ 275 ] {e96cb5d2-7d78-4e0b-9ac6-c2cb24a4ad41} TCPHandler: Processed in 0.006071201 sec. 2026.02.01 23:37:31.452725 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.452827 [ 275 ] {be4eff02-eccf-416e-91f0-ecce2ced1c37} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:37:31.452869 [ 275 ] {be4eff02-eccf-416e-91f0-ecce2ced1c37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:37:31.455302 [ 275 ] {be4eff02-eccf-416e-91f0-ecce2ced1c37} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:31.455337 [ 275 ] {be4eff02-eccf-416e-91f0-ecce2ced1c37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:31.455729 [ 275 ] {be4eff02-eccf-416e-91f0-ecce2ced1c37} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:31.455956 [ 275 ] {be4eff02-eccf-416e-91f0-ecce2ced1c37} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:31.456120 [ 275 ] {be4eff02-eccf-416e-91f0-ecce2ced1c37} executeQuery: Read 59 rows, 4.63 KiB in 0.003315 sec., 17797.888386123683 rows/sec., 1.36 MiB/sec. 2026.02.01 23:37:31.456162 [ 275 ] {be4eff02-eccf-416e-91f0-ecce2ced1c37} TCPHandler: Processed in 0.003494429 sec. 2026.02.01 23:37:31.456283 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.456380 [ 275 ] {d1d1d1b8-0586-4e83-9d8c-1b8a955eb812} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:37:31.456422 [ 275 ] {d1d1d1b8-0586-4e83-9d8c-1b8a955eb812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:37:31.456860 [ 275 ] {d1d1d1b8-0586-4e83-9d8c-1b8a955eb812} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:31.456898 [ 275 ] {d1d1d1b8-0586-4e83-9d8c-1b8a955eb812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:31.457266 [ 275 ] {d1d1d1b8-0586-4e83-9d8c-1b8a955eb812} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:31.457506 [ 275 ] {d1d1d1b8-0586-4e83-9d8c-1b8a955eb812} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:31.457652 [ 275 ] {d1d1d1b8-0586-4e83-9d8c-1b8a955eb812} executeQuery: Read 6 rows, 429.00 B in 0.00129 sec., 4651.162790697675 rows/sec., 324.76 KiB/sec. 2026.02.01 23:37:31.457692 [ 275 ] {d1d1d1b8-0586-4e83-9d8c-1b8a955eb812} TCPHandler: Processed in 0.001456914 sec. 2026.02.01 23:37:31.457806 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.457901 [ 275 ] {a2231085-bb52-4628-8576-4131ad106928} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:37:31.457940 [ 275 ] {a2231085-bb52-4628-8576-4131ad106928} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:37:31.458362 [ 275 ] {a2231085-bb52-4628-8576-4131ad106928} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:31.458400 [ 275 ] {a2231085-bb52-4628-8576-4131ad106928} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:31.458825 [ 275 ] {a2231085-bb52-4628-8576-4131ad106928} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:31.459048 [ 275 ] {a2231085-bb52-4628-8576-4131ad106928} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:31.459181 [ 275 ] {a2231085-bb52-4628-8576-4131ad106928} executeQuery: Read 70 rows, 5.60 KiB in 0.001297 sec., 53970.70161912105 rows/sec., 4.22 MiB/sec. 2026.02.01 23:37:31.459226 [ 275 ] {a2231085-bb52-4628-8576-4131ad106928} TCPHandler: Processed in 0.001469715 sec. 2026.02.01 23:37:31.459369 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.459491 [ 275 ] {f224bafc-dbac-49d7-b9fe-564842690bd4} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:37:31.459542 [ 275 ] {f224bafc-dbac-49d7-b9fe-564842690bd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:37:31.460145 [ 275 ] {f224bafc-dbac-49d7-b9fe-564842690bd4} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:31.460180 [ 275 ] {f224bafc-dbac-49d7-b9fe-564842690bd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:31.462877 [ 275 ] {f224bafc-dbac-49d7-b9fe-564842690bd4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:31.463102 [ 275 ] {f224bafc-dbac-49d7-b9fe-564842690bd4} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:31.463251 [ 275 ] {f224bafc-dbac-49d7-b9fe-564842690bd4} executeQuery: Read 163 rows, 11.62 KiB in 0.003784 sec., 43076.109936575056 rows/sec., 3.00 MiB/sec. 2026.02.01 23:37:31.463289 [ 275 ] {f224bafc-dbac-49d7-b9fe-564842690bd4} TCPHandler: Processed in 0.003993707 sec. 2026.02.01 23:37:31.463401 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:31.463495 [ 275 ] {dd64d1a8-b1a3-4e66-8e2b-f96ace117c28} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:37:31.463536 [ 275 ] {dd64d1a8-b1a3-4e66-8e2b-f96ace117c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:37:31.463858 [ 275 ] {dd64d1a8-b1a3-4e66-8e2b-f96ace117c28} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:31.463892 [ 275 ] {dd64d1a8-b1a3-4e66-8e2b-f96ace117c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:31.464293 [ 275 ] {dd64d1a8-b1a3-4e66-8e2b-f96ace117c28} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:31.464506 [ 275 ] {dd64d1a8-b1a3-4e66-8e2b-f96ace117c28} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:31.464638 [ 275 ] {dd64d1a8-b1a3-4e66-8e2b-f96ace117c28} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2026.02.01 23:37:31.464675 [ 275 ] {dd64d1a8-b1a3-4e66-8e2b-f96ace117c28} TCPHandler: Processed in 0.001323952 sec. 2026.02.01 23:37:35.904473 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48490 2026.02.01 23:37:35.904595 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:35.904622 [ 286 ] {} TCP-Session: d755177b-dc9d-4051-b93e-f94eb9c4ef64 Authenticating user 'default' from [fd00:1122:3344:101::e]:48490 2026.02.01 23:37:35.904644 [ 286 ] {} TCP-Session: d755177b-dc9d-4051-b93e-f94eb9c4ef64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.904657 [ 286 ] {} TCP-Session: d755177b-dc9d-4051-b93e-f94eb9c4ef64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.904934 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47772 2026.02.01 23:37:35.904937 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40537 2026.02.01 23:37:35.904992 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61355 2026.02.01 23:37:35.905009 [ 286 ] {} TCP-Session: d755177b-dc9d-4051-b93e-f94eb9c4ef64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:35.905025 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54292 2026.02.01 23:37:35.905022 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48805 2026.02.01 23:37:35.905105 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:35.905073 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:35.905141 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:35.905154 [ 288 ] {} TCP-Session: 961c13bc-4260-4f91-b945-6ec8faa30d67 Authenticating user 'default' from [fd00:1122:3344:101::e]:40537 2026.02.01 23:37:35.905175 [ 287 ] {} TCP-Session: a7f2200a-7d3a-46e7-80ff-f9ed3b920cbe Authenticating user 'default' from [fd00:1122:3344:101::e]:47772 2026.02.01 23:37:35.905186 [ 292 ] {} TCP-Session: 8ad7a45e-47b0-4556-9c83-e3d4935dcc3d Authenticating user 'default' from [fd00:1122:3344:101::e]:61355 2026.02.01 23:37:35.905199 [ 288 ] {} TCP-Session: 961c13bc-4260-4f91-b945-6ec8faa30d67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905212 [ 287 ] {} TCP-Session: a7f2200a-7d3a-46e7-80ff-f9ed3b920cbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905220 [ 292 ] {} TCP-Session: 8ad7a45e-47b0-4556-9c83-e3d4935dcc3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905223 [ 288 ] {} TCP-Session: 961c13bc-4260-4f91-b945-6ec8faa30d67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905239 [ 287 ] {} TCP-Session: a7f2200a-7d3a-46e7-80ff-f9ed3b920cbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905251 [ 292 ] {} TCP-Session: 8ad7a45e-47b0-4556-9c83-e3d4935dcc3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905226 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:35.905203 [ 286 ] {baeefb31-971b-4f67-bdbf-c47fc819a67d} executeQuery: (from [fd00:1122:3344:101::e]:48490) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:37:35.905338 [ 293 ] {} TCP-Session: b726849d-c3bc-4ad5-9040-143225c157fe Authenticating user 'default' from [fd00:1122:3344:101::e]:48805 2026.02.01 23:37:35.904986 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39831 2026.02.01 23:37:35.905382 [ 293 ] {} TCP-Session: b726849d-c3bc-4ad5-9040-143225c157fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.904964 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53000 2026.02.01 23:37:35.905416 [ 293 ] {} TCP-Session: b726849d-c3bc-4ad5-9040-143225c157fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.904968 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49991 2026.02.01 23:37:35.905454 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:35.905154 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:35.905492 [ 291 ] {} TCP-Session: a16cc08a-9e52-48e6-909d-f60fdcd29125 Authenticating user 'default' from [fd00:1122:3344:101::e]:39831 2026.02.01 23:37:35.905520 [ 294 ] {} TCP-Session: bc987439-c73d-4a99-b1c9-26d802173408 Authenticating user 'default' from [fd00:1122:3344:101::e]:54292 2026.02.01 23:37:35.905523 [ 291 ] {} TCP-Session: a16cc08a-9e52-48e6-909d-f60fdcd29125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905555 [ 294 ] {} TCP-Session: bc987439-c73d-4a99-b1c9-26d802173408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905579 [ 286 ] {baeefb31-971b-4f67-bdbf-c47fc819a67d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:37:35.905592 [ 294 ] {} TCP-Session: bc987439-c73d-4a99-b1c9-26d802173408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905582 [ 291 ] {} TCP-Session: a16cc08a-9e52-48e6-909d-f60fdcd29125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905647 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:35.905655 [ 286 ] {baeefb31-971b-4f67-bdbf-c47fc819a67d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:35.905674 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:35.905688 [ 289 ] {} TCP-Session: 888dd8fe-1456-4a50-8b3f-6d4be8532446 Authenticating user 'default' from [fd00:1122:3344:101::e]:53000 2026.02.01 23:37:35.905721 [ 290 ] {} TCP-Session: 2c8487b7-6661-495e-be2b-159362a62aa5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49991 2026.02.01 23:37:35.905725 [ 289 ] {} TCP-Session: 888dd8fe-1456-4a50-8b3f-6d4be8532446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905747 [ 290 ] {} TCP-Session: 2c8487b7-6661-495e-be2b-159362a62aa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905770 [ 289 ] {} TCP-Session: 888dd8fe-1456-4a50-8b3f-6d4be8532446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905777 [ 290 ] {} TCP-Session: 2c8487b7-6661-495e-be2b-159362a62aa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.905954 [ 286 ] {baeefb31-971b-4f67-bdbf-c47fc819a67d} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:37:35.906865 [ 336 ] {baeefb31-971b-4f67-bdbf-c47fc819a67d} AggregatingTransform: Aggregating 2026.02.01 23:37:35.906912 [ 336 ] {baeefb31-971b-4f67-bdbf-c47fc819a67d} Aggregator: Aggregation method: without_key 2026.02.01 23:37:35.906948 [ 336 ] {baeefb31-971b-4f67-bdbf-c47fc819a67d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000898466 sec. (1113.008 rows/sec., 43.48 KiB/sec.) 2026.02.01 23:37:35.906967 [ 336 ] {baeefb31-971b-4f67-bdbf-c47fc819a67d} Aggregator: Merging aggregated data 2026.02.01 23:37:35.908237 [ 286 ] {baeefb31-971b-4f67-bdbf-c47fc819a67d} executeQuery: Read 1 rows, 40.00 B in 0.003089 sec., 323.72936225315635 rows/sec., 12.65 KiB/sec. 2026.02.01 23:37:35.908393 [ 286 ] {baeefb31-971b-4f67-bdbf-c47fc819a67d} TCPHandler: Processed in 0.003501819 sec. 2026.02.01 23:37:35.908513 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:35.908544 [ 286 ] {} TCP-Session: d755177b-dc9d-4051-b93e-f94eb9c4ef64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.908556 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:35.908589 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:35.908590 [ 294 ] {} TCP-Session: bc987439-c73d-4a99-b1c9-26d802173408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.908612 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:35.908632 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:35.908635 [ 288 ] {} TCP-Session: 961c13bc-4260-4f91-b945-6ec8faa30d67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.908666 [ 287 ] {} TCP-Session: a7f2200a-7d3a-46e7-80ff-f9ed3b920cbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.908689 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:35.908687 [ 290 ] {} TCP-Session: 2c8487b7-6661-495e-be2b-159362a62aa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.908710 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:35.908728 [ 291 ] {} TCP-Session: a16cc08a-9e52-48e6-909d-f60fdcd29125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.908740 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:35.908768 [ 292 ] {} TCP-Session: 8ad7a45e-47b0-4556-9c83-e3d4935dcc3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.908666 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:35.908809 [ 293 ] {} TCP-Session: b726849d-c3bc-4ad5-9040-143225c157fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:35.908842 [ 289 ] {} TCP-Session: 888dd8fe-1456-4a50-8b3f-6d4be8532446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.026213 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41478 2026.02.01 23:37:36.026320 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:36.026349 [ 286 ] {} TCP-Session: af689792-eadc-4c5d-aac6-3f4e99694e59 Authenticating user 'default' from [fd00:1122:3344:101::e]:41478 2026.02.01 23:37:36.026372 [ 286 ] {} TCP-Session: af689792-eadc-4c5d-aac6-3f4e99694e59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.026391 [ 286 ] {} TCP-Session: af689792-eadc-4c5d-aac6-3f4e99694e59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.026671 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36717 2026.02.01 23:37:36.026688 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47091 2026.02.01 23:37:36.026733 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33031 2026.02.01 23:37:36.026748 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64840 2026.02.01 23:37:36.026757 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33503 2026.02.01 23:37:36.026786 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:36.026726 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63736 2026.02.01 23:37:36.026837 [ 287 ] {} TCP-Session: 8fcfa1ac-72db-4fe8-aa29-eebe7e2cc40c Authenticating user 'default' from [fd00:1122:3344:101::e]:36717 2026.02.01 23:37:36.026825 [ 286 ] {} TCP-Session: af689792-eadc-4c5d-aac6-3f4e99694e59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:36.026863 [ 287 ] {} TCP-Session: 8fcfa1ac-72db-4fe8-aa29-eebe7e2cc40c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.026876 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:36.026892 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:36.026895 [ 287 ] {} TCP-Session: 8fcfa1ac-72db-4fe8-aa29-eebe7e2cc40c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.026920 [ 293 ] {} TCP-Session: ab3f6403-57df-4fc0-b410-ce22c18c67fb Authenticating user 'default' from [fd00:1122:3344:101::e]:64840 2026.02.01 23:37:36.026930 [ 291 ] {} TCP-Session: 914f5566-74db-4cf8-be3e-0989bc6906f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:63736 2026.02.01 23:37:36.026858 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:36.026965 [ 291 ] {} TCP-Session: 914f5566-74db-4cf8-be3e-0989bc6906f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.026957 [ 293 ] {} TCP-Session: ab3f6403-57df-4fc0-b410-ce22c18c67fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.026995 [ 291 ] {} TCP-Session: 914f5566-74db-4cf8-be3e-0989bc6906f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.027016 [ 293 ] {} TCP-Session: ab3f6403-57df-4fc0-b410-ce22c18c67fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.026993 [ 288 ] {} TCP-Session: 90c20718-62ec-42a4-b63f-07807405b6ac Authenticating user 'default' from [fd00:1122:3344:101::e]:47091 2026.02.01 23:37:36.026858 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:36.027067 [ 286 ] {30ac39fd-bbc9-4ac8-abde-b577da3aef04} executeQuery: (from [fd00:1122:3344:101::e]:41478) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:37:36.027081 [ 292 ] {} TCP-Session: 313a30f4-9b4d-4655-ad39-e5be01db551b Authenticating user 'default' from [fd00:1122:3344:101::e]:33031 2026.02.01 23:37:36.026702 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64650 2026.02.01 23:37:36.027115 [ 292 ] {} TCP-Session: 313a30f4-9b4d-4655-ad39-e5be01db551b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.027073 [ 288 ] {} TCP-Session: 90c20718-62ec-42a4-b63f-07807405b6ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.027152 [ 292 ] {} TCP-Session: 313a30f4-9b4d-4655-ad39-e5be01db551b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.027164 [ 288 ] {} TCP-Session: 90c20718-62ec-42a4-b63f-07807405b6ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.026874 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:36.027181 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:36.026708 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40762 2026.02.01 23:37:36.027220 [ 290 ] {} TCP-Session: 7d225354-822e-4523-946a-581bba9ea519 Authenticating user 'default' from [fd00:1122:3344:101::e]:64650 2026.02.01 23:37:36.027211 [ 294 ] {} TCP-Session: 28aed3f1-92b3-49ee-8845-bf168b2bb27a Authenticating user 'default' from [fd00:1122:3344:101::e]:33503 2026.02.01 23:37:36.027259 [ 290 ] {} TCP-Session: 7d225354-822e-4523-946a-581bba9ea519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.027269 [ 294 ] {} TCP-Session: 28aed3f1-92b3-49ee-8845-bf168b2bb27a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.027273 [ 290 ] {} TCP-Session: 7d225354-822e-4523-946a-581bba9ea519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.027283 [ 294 ] {} TCP-Session: 28aed3f1-92b3-49ee-8845-bf168b2bb27a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.027288 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:37:36.027324 [ 289 ] {} TCP-Session: a500b3f5-37b4-4fba-bc84-32e53c96c496 Authenticating user 'default' from [fd00:1122:3344:101::e]:40762 2026.02.01 23:37:36.027344 [ 289 ] {} TCP-Session: a500b3f5-37b4-4fba-bc84-32e53c96c496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.027356 [ 289 ] {} TCP-Session: a500b3f5-37b4-4fba-bc84-32e53c96c496 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.027421 [ 286 ] {30ac39fd-bbc9-4ac8-abde-b577da3aef04} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:37:36.027493 [ 286 ] {30ac39fd-bbc9-4ac8-abde-b577da3aef04} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:36.027903 [ 286 ] {30ac39fd-bbc9-4ac8-abde-b577da3aef04} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:37:36.029125 [ 317 ] {30ac39fd-bbc9-4ac8-abde-b577da3aef04} AggregatingTransform: Aggregating 2026.02.01 23:37:36.029171 [ 317 ] {30ac39fd-bbc9-4ac8-abde-b577da3aef04} Aggregator: Aggregation method: without_key 2026.02.01 23:37:36.029206 [ 317 ] {30ac39fd-bbc9-4ac8-abde-b577da3aef04} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001172749 sec. (852.697 rows/sec., 33.31 KiB/sec.) 2026.02.01 23:37:36.029226 [ 317 ] {30ac39fd-bbc9-4ac8-abde-b577da3aef04} Aggregator: Merging aggregated data 2026.02.01 23:37:36.030647 [ 286 ] {30ac39fd-bbc9-4ac8-abde-b577da3aef04} executeQuery: Read 1 rows, 40.00 B in 0.00366 sec., 273.224043715847 rows/sec., 10.67 KiB/sec. 2026.02.01 23:37:36.030834 [ 286 ] {30ac39fd-bbc9-4ac8-abde-b577da3aef04} TCPHandler: Processed in 0.00417747 sec. 2026.02.01 23:37:36.030997 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:36.031029 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:36.031033 [ 286 ] {} TCP-Session: af689792-eadc-4c5d-aac6-3f4e99694e59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.031063 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:36.031075 [ 294 ] {} TCP-Session: 28aed3f1-92b3-49ee-8845-bf168b2bb27a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.031093 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:36.031124 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:36.031141 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:36.031160 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:36.031182 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:36.031203 [ 292 ] {} TCP-Session: 313a30f4-9b4d-4655-ad39-e5be01db551b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.031228 [ 290 ] {} TCP-Session: 7d225354-822e-4523-946a-581bba9ea519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.031244 [ 291 ] {} TCP-Session: 914f5566-74db-4cf8-be3e-0989bc6906f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.031206 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:37:36.031187 [ 288 ] {} TCP-Session: 90c20718-62ec-42a4-b63f-07807405b6ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.031112 [ 287 ] {} TCP-Session: 8fcfa1ac-72db-4fe8-aa29-eebe7e2cc40c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.031352 [ 293 ] {} TCP-Session: ab3f6403-57df-4fc0-b410-ce22c18c67fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.031164 [ 289 ] {} TCP-Session: a500b3f5-37b4-4fba-bc84-32e53c96c496 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:37:36.385203 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:36.385412 [ 275 ] {3adc36c2-b39d-495e-a7f7-f1e4e7b77a0a} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:37:36.385492 [ 275 ] {3adc36c2-b39d-495e-a7f7-f1e4e7b77a0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:37:36.386272 [ 275 ] {3adc36c2-b39d-495e-a7f7-f1e4e7b77a0a} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:36.386326 [ 275 ] {3adc36c2-b39d-495e-a7f7-f1e4e7b77a0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:36.386808 [ 275 ] {3adc36c2-b39d-495e-a7f7-f1e4e7b77a0a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:36.387114 [ 275 ] {3adc36c2-b39d-495e-a7f7-f1e4e7b77a0a} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:36.387299 [ 275 ] {3adc36c2-b39d-495e-a7f7-f1e4e7b77a0a} executeQuery: Read 56 rows, 4.41 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.21 MiB/sec. 2026.02.01 23:37:36.387351 [ 275 ] {3adc36c2-b39d-495e-a7f7-f1e4e7b77a0a} TCPHandler: Processed in 0.002328759 sec. 2026.02.01 23:37:36.387502 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:36.387606 [ 275 ] {df27356d-8ef8-4182-a400-226b34bb31e8} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:37:36.387647 [ 275 ] {df27356d-8ef8-4182-a400-226b34bb31e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:37:36.388139 [ 275 ] {df27356d-8ef8-4182-a400-226b34bb31e8} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:36.388183 [ 275 ] {df27356d-8ef8-4182-a400-226b34bb31e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:36.388597 [ 275 ] {df27356d-8ef8-4182-a400-226b34bb31e8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:36.388891 [ 275 ] {df27356d-8ef8-4182-a400-226b34bb31e8} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:36.389061 [ 275 ] {df27356d-8ef8-4182-a400-226b34bb31e8} executeQuery: Read 64 rows, 5.12 KiB in 0.001472 sec., 43478.260869565216 rows/sec., 3.39 MiB/sec. 2026.02.01 23:37:36.389111 [ 275 ] {df27356d-8ef8-4182-a400-226b34bb31e8} TCPHandler: Processed in 0.001672148 sec. 2026.02.01 23:37:36.389247 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:36.389360 [ 275 ] {84a0bdb4-4e74-430e-91d0-13bb1f618fa7} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:37:36.389413 [ 275 ] {84a0bdb4-4e74-430e-91d0-13bb1f618fa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:37:36.389966 [ 275 ] {84a0bdb4-4e74-430e-91d0-13bb1f618fa7} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:36.390011 [ 275 ] {84a0bdb4-4e74-430e-91d0-13bb1f618fa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:36.390378 [ 275 ] {84a0bdb4-4e74-430e-91d0-13bb1f618fa7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:36.390611 [ 275 ] {84a0bdb4-4e74-430e-91d0-13bb1f618fa7} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:36.390747 [ 275 ] {84a0bdb4-4e74-430e-91d0-13bb1f618fa7} executeQuery: Read 160 rows, 11.41 KiB in 0.001413 sec., 113234.2533616419 rows/sec., 7.89 MiB/sec. 2026.02.01 23:37:36.390783 [ 275 ] {84a0bdb4-4e74-430e-91d0-13bb1f618fa7} TCPHandler: Processed in 0.001595956 sec. 2026.02.01 23:37:36.390906 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:36.391006 [ 275 ] {d3b3d8c3-4428-4c6b-84b7-76259e0448cc} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:37:36.391049 [ 275 ] {d3b3d8c3-4428-4c6b-84b7-76259e0448cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:37:36.391377 [ 275 ] {d3b3d8c3-4428-4c6b-84b7-76259e0448cc} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:36.391413 [ 275 ] {d3b3d8c3-4428-4c6b-84b7-76259e0448cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:36.391710 [ 275 ] {d3b3d8c3-4428-4c6b-84b7-76259e0448cc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:36.391912 [ 275 ] {d3b3d8c3-4428-4c6b-84b7-76259e0448cc} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:36.392040 [ 275 ] {d3b3d8c3-4428-4c6b-84b7-76259e0448cc} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2026.02.01 23:37:36.392074 [ 275 ] {d3b3d8c3-4428-4c6b-84b7-76259e0448cc} TCPHandler: Processed in 0.00121727 sec. 2026.02.01 23:37:38.516139 [ 90 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:37:38.516192 [ 90 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:37:38.563013 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 154 2026.02.01 23:37:38.566483 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:38.566541 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:38.567764 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:38.568038 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:38.568357 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 154 2026.02.01 23:37:38.576060 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1918 2026.02.01 23:37:38.576561 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:38.576614 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.01 23:37:38.577138 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:37:38.577387 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:38.577531 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1918 2026.02.01 23:37:38.668396 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.02.01 23:37:38.687879 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:38.687944 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:38.694349 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:37:38.695091 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:38.698369 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.02.01 23:37:39.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 164.62 MiB, peak 172.32 MiB, free memory in arenas 0.00 B, will set to 166.12 MiB (RSS), difference: 1.50 MiB 2026.02.01 23:37:41.386859 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:41.387031 [ 275 ] {2e179e2b-4076-425b-b54b-cecc581a7d54} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:37:41.387092 [ 275 ] {2e179e2b-4076-425b-b54b-cecc581a7d54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:37:41.387746 [ 275 ] {2e179e2b-4076-425b-b54b-cecc581a7d54} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:41.387797 [ 275 ] {2e179e2b-4076-425b-b54b-cecc581a7d54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:41.388190 [ 275 ] {2e179e2b-4076-425b-b54b-cecc581a7d54} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:37:41.388436 [ 275 ] {2e179e2b-4076-425b-b54b-cecc581a7d54} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:41.388592 [ 275 ] {2e179e2b-4076-425b-b54b-cecc581a7d54} executeQuery: Read 56 rows, 4.41 KiB in 0.001606 sec., 34869.2403486924 rows/sec., 2.68 MiB/sec. 2026.02.01 23:37:41.388644 [ 275 ] {2e179e2b-4076-425b-b54b-cecc581a7d54} TCPHandler: Processed in 0.001907162 sec. 2026.02.01 23:37:41.388775 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:41.388882 [ 275 ] {2f0f541f-052b-4740-acf7-3c78b36ce87b} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:37:41.388927 [ 275 ] {2f0f541f-052b-4740-acf7-3c78b36ce87b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:37:41.389360 [ 275 ] {2f0f541f-052b-4740-acf7-3c78b36ce87b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:41.389396 [ 275 ] {2f0f541f-052b-4740-acf7-3c78b36ce87b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:41.389709 [ 275 ] {2f0f541f-052b-4740-acf7-3c78b36ce87b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:37:41.389926 [ 275 ] {2f0f541f-052b-4740-acf7-3c78b36ce87b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:41.390051 [ 275 ] {2f0f541f-052b-4740-acf7-3c78b36ce87b} executeQuery: Read 64 rows, 5.12 KiB in 0.001192 sec., 53691.275167785236 rows/sec., 4.19 MiB/sec. 2026.02.01 23:37:41.390089 [ 275 ] {2f0f541f-052b-4740-acf7-3c78b36ce87b} TCPHandler: Processed in 0.001366253 sec. 2026.02.01 23:37:41.390199 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:41.390296 [ 275 ] {49ec571b-346e-49ab-ab9f-689584b3a502} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:37:41.390341 [ 275 ] {49ec571b-346e-49ab-ab9f-689584b3a502} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:37:41.390753 [ 275 ] {49ec571b-346e-49ab-ab9f-689584b3a502} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:41.390787 [ 275 ] {49ec571b-346e-49ab-ab9f-689584b3a502} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:41.391128 [ 275 ] {49ec571b-346e-49ab-ab9f-689584b3a502} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:37:41.391346 [ 275 ] {49ec571b-346e-49ab-ab9f-689584b3a502} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:41.391470 [ 275 ] {49ec571b-346e-49ab-ab9f-689584b3a502} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2026.02.01 23:37:41.391506 [ 275 ] {49ec571b-346e-49ab-ab9f-689584b3a502} TCPHandler: Processed in 0.001357422 sec. 2026.02.01 23:37:41.391612 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:41.391709 [ 275 ] {3013bf69-c324-4665-b394-465902c458b0} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:37:41.391750 [ 275 ] {3013bf69-c324-4665-b394-465902c458b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:37:41.392061 [ 275 ] {3013bf69-c324-4665-b394-465902c458b0} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:41.392096 [ 275 ] {3013bf69-c324-4665-b394-465902c458b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:41.392397 [ 275 ] {3013bf69-c324-4665-b394-465902c458b0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:37:41.392612 [ 275 ] {3013bf69-c324-4665-b394-465902c458b0} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:41.392738 [ 275 ] {3013bf69-c324-4665-b394-465902c458b0} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2026.02.01 23:37:41.392772 [ 275 ] {3013bf69-c324-4665-b394-465902c458b0} TCPHandler: Processed in 0.001211221 sec. 2026.02.01 23:37:46.078464 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2430 2026.02.01 23:37:46.078993 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.079043 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.079550 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:37:46.079781 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.079938 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2430 2026.02.01 23:37:46.199291 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.02.01 23:37:46.216300 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.216359 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.222713 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:37:46.223444 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.226611 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.02.01 23:37:46.379815 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.380031 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.02.01 23:37:46.380386 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:46.384940 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:46.385183 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:46.385253 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:46.385464 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2026.02.01 23:37:46.387612 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:46.389501 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:46.389533 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:46.396251 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.02.01 23:37:46.396281 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.02.01 23:37:46.429124 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} executeQuery: Read 19 rows, 793.00 B in 0.049177 sec., 386.35947699127644 rows/sec., 15.75 KiB/sec. 2026.02.01 23:37:46.429210 [ 275 ] {c38530c2-034b-473e-a5a9-f39d8da08384} TCPHandler: Processed in 0.049529748 sec. 2026.02.01 23:37:46.430929 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.431078 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:46.431317 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:46.431351 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:46.431531 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:46.431589 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:46.431706 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.02.01 23:37:46.431736 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:46.431757 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:46.431773 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:46.431807 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.02.01 23:37:46.431827 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.02.01 23:37:46.432267 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} executeQuery: Read 19 rows, 793.00 B in 0.001237 sec., 15359.741309620049 rows/sec., 626.04 KiB/sec. 2026.02.01 23:37:46.432333 [ 275 ] {1d43b329-27b6-4d6d-aa8a-16f987160b01} TCPHandler: Processed in 0.001474555 sec. 2026.02.01 23:37:46.432564 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.432700 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:46.432915 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:46.432947 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:46.433118 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:46.433170 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:46.433274 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.02.01 23:37:46.433304 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:46.433322 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:46.433336 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:46.433368 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.02.01 23:37:46.433386 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.02.01 23:37:46.433771 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} executeQuery: Read 19 rows, 793.00 B in 0.001124 sec., 16903.914590747332 rows/sec., 688.98 KiB/sec. 2026.02.01 23:37:46.433837 [ 275 ] {e82276ed-09e2-491b-9550-d48634fab85d} TCPHandler: Processed in 0.001323712 sec. 2026.02.01 23:37:46.434043 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.434172 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:46.434382 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:46.434414 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:46.434587 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:46.434640 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:46.434734 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.02.01 23:37:46.434763 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:46.434781 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:46.434795 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:46.434826 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.02.01 23:37:46.434844 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.02.01 23:37:46.435215 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} executeQuery: Read 19 rows, 793.00 B in 0.001092 sec., 17399.2673992674 rows/sec., 709.17 KiB/sec. 2026.02.01 23:37:46.435279 [ 275 ] {3b5bf0be-209e-41e9-88d1-6838ee6e1c20} TCPHandler: Processed in 0.001286632 sec. 2026.02.01 23:37:46.436062 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.436186 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:46.436400 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:46.436432 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:46.436614 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:46.436666 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:46.436762 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.02.01 23:37:46.436790 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:46.436807 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:46.436821 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:46.436853 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.02.01 23:37:46.436870 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.02.01 23:37:46.437333 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} executeQuery: Read 19 rows, 793.00 B in 0.001194 sec., 15912.897822445562 rows/sec., 648.59 KiB/sec. 2026.02.01 23:37:46.437389 [ 275 ] {7e1ea8dc-0af4-4922-b477-484feebae1e6} TCPHandler: Processed in 0.001377063 sec. 2026.02.01 23:37:46.440071 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.440223 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:46.440442 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:46.440476 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:46.440648 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:46.440700 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:46.440795 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.02.01 23:37:46.440823 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:46.440842 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:46.440856 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:46.440887 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.02.01 23:37:46.440905 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.02.01 23:37:46.441273 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} executeQuery: Read 19 rows, 793.00 B in 0.001111 sec., 17101.7101710171 rows/sec., 697.04 KiB/sec. 2026.02.01 23:37:46.441328 [ 275 ] {e36ad791-16f5-40f5-89e1-023855297319} TCPHandler: Processed in 0.001317912 sec. 2026.02.01 23:37:46.443765 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.443888 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:46.444095 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:46.444127 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:46.444297 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:46.444349 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:46.444443 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.02.01 23:37:46.444471 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:46.444488 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:46.444502 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:46.444534 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" 2026.02.01 23:37:46.444552 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.02.01 23:37:46.444936 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} executeQuery: Read 19 rows, 793.00 B in 0.001094 sec., 17367.45886654479 rows/sec., 707.87 KiB/sec. 2026.02.01 23:37:46.444991 [ 275 ] {a249335e-4f4f-4909-920f-da3e53df718b} TCPHandler: Processed in 0.001276581 sec. 2026.02.01 23:37:46.445250 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.445374 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:46.445583 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:46.445615 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:46.445814 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:46.445865 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:46.445961 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.02.01 23:37:46.445989 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:46.446032 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:46.446048 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:46.446081 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:46.446099 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.02.01 23:37:46.446453 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} executeQuery: Read 19 rows, 793.00 B in 0.001127 sec., 16858.917480035492 rows/sec., 687.15 KiB/sec. 2026.02.01 23:37:46.446508 [ 275 ] {c5554e93-b492-458e-9ee5-bc1d48116666} TCPHandler: Processed in 0.001307862 sec. 2026.02.01 23:37:46.446752 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.446877 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:46.447091 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:46.447124 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:46.447300 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:46.447350 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:46.447450 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.02.01 23:37:46.447478 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:46.447496 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:46.447510 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:46.447542 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:46.447561 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.02.01 23:37:46.447925 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} executeQuery: Read 19 rows, 793.00 B in 0.001096 sec., 17335.766423357665 rows/sec., 706.58 KiB/sec. 2026.02.01 23:37:46.447981 [ 275 ] {cdcc6e58-1016-47fd-8d3a-f8171a2fc8ca} TCPHandler: Processed in 0.001285132 sec. 2026.02.01 23:37:46.448240 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.448365 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:46.448576 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:46.448608 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:46.448787 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:46.448838 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:46.448932 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.02.01 23:37:46.448960 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:46.448977 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:46.448990 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:46.449022 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2026.02.01 23:37:46.449050 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.02.01 23:37:46.449424 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} executeQuery: Read 19 rows, 793.00 B in 0.001107 sec., 17163.50496838302 rows/sec., 699.56 KiB/sec. 2026.02.01 23:37:46.449479 [ 275 ] {6e4eb896-dc3d-42b1-a221-fa938de0ccd1} TCPHandler: Processed in 0.001288622 sec. 2026.02.01 23:37:46.449711 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.449836 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:46.450050 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:46.450084 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:46.450282 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:46.450334 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:46.450430 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.02.01 23:37:46.450459 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:46.450477 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:46.450490 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:46.450523 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2026.02.01 23:37:46.450540 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.02.01 23:37:46.450906 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} executeQuery: Read 19 rows, 793.00 B in 0.00112 sec., 16964.285714285717 rows/sec., 691.44 KiB/sec. 2026.02.01 23:37:46.450971 [ 275 ] {7c8105b1-d8c6-4b42-834f-161c0b294018} TCPHandler: Processed in 0.001309402 sec. 2026.02.01 23:37:46.465892 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.466017 [ 275 ] {0ce3f8b6-762a-49dd-a434-c37d8876a1c1} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.01 23:37:46.466066 [ 275 ] {0ce3f8b6-762a-49dd-a434-c37d8876a1c1} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:46.466668 [ 275 ] {0ce3f8b6-762a-49dd-a434-c37d8876a1c1} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.466713 [ 275 ] {0ce3f8b6-762a-49dd-a434-c37d8876a1c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.467123 [ 275 ] {0ce3f8b6-762a-49dd-a434-c37d8876a1c1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:46.467334 [ 275 ] {0ce3f8b6-762a-49dd-a434-c37d8876a1c1} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.467482 [ 275 ] {0ce3f8b6-762a-49dd-a434-c37d8876a1c1} executeQuery: Read 11 rows, 3.37 KiB in 0.001497 sec., 7348.029392117568 rows/sec., 2.20 MiB/sec. 2026.02.01 23:37:46.467524 [ 275 ] {0ce3f8b6-762a-49dd-a434-c37d8876a1c1} TCPHandler: Processed in 0.001703689 sec. 2026.02.01 23:37:46.467652 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.467751 [ 275 ] {19e0a338-70d0-48f2-ab91-14a08f4f6a61} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:37:46.467792 [ 275 ] {19e0a338-70d0-48f2-ab91-14a08f4f6a61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:37:46.470774 [ 275 ] {19e0a338-70d0-48f2-ab91-14a08f4f6a61} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.470811 [ 275 ] {19e0a338-70d0-48f2-ab91-14a08f4f6a61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.471147 [ 275 ] {19e0a338-70d0-48f2-ab91-14a08f4f6a61} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:46.471371 [ 275 ] {19e0a338-70d0-48f2-ab91-14a08f4f6a61} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.471504 [ 275 ] {19e0a338-70d0-48f2-ab91-14a08f4f6a61} executeQuery: Read 24 rows, 2.04 KiB in 0.003775 sec., 6357.6158940397345 rows/sec., 540.15 KiB/sec. 2026.02.01 23:37:46.471542 [ 275 ] {19e0a338-70d0-48f2-ab91-14a08f4f6a61} TCPHandler: Processed in 0.003939546 sec. 2026.02.01 23:37:46.471659 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.471765 [ 275 ] {9710b1ac-3b09-4514-9e49-d834415d47ae} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:37:46.471807 [ 275 ] {9710b1ac-3b09-4514-9e49-d834415d47ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:37:46.472224 [ 275 ] {9710b1ac-3b09-4514-9e49-d834415d47ae} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.472263 [ 275 ] {9710b1ac-3b09-4514-9e49-d834415d47ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.472555 [ 275 ] {9710b1ac-3b09-4514-9e49-d834415d47ae} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:46.472769 [ 275 ] {9710b1ac-3b09-4514-9e49-d834415d47ae} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.472897 [ 275 ] {9710b1ac-3b09-4514-9e49-d834415d47ae} executeQuery: Read 6 rows, 501.00 B in 0.001154 sec., 5199.306759098787 rows/sec., 423.97 KiB/sec. 2026.02.01 23:37:46.472935 [ 275 ] {9710b1ac-3b09-4514-9e49-d834415d47ae} TCPHandler: Processed in 0.001327832 sec. 2026.02.01 23:37:46.473040 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.473136 [ 275 ] {cb7d6ec0-ca96-4d5a-8c7a-01bf667d61b2} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:37:46.473176 [ 275 ] {cb7d6ec0-ca96-4d5a-8c7a-01bf667d61b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:37:46.473754 [ 275 ] {cb7d6ec0-ca96-4d5a-8c7a-01bf667d61b2} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.473790 [ 275 ] {cb7d6ec0-ca96-4d5a-8c7a-01bf667d61b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.474187 [ 275 ] {cb7d6ec0-ca96-4d5a-8c7a-01bf667d61b2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:37:46.474426 [ 275 ] {cb7d6ec0-ca96-4d5a-8c7a-01bf667d61b2} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.474557 [ 275 ] {cb7d6ec0-ca96-4d5a-8c7a-01bf667d61b2} executeQuery: Read 242 rows, 22.13 KiB in 0.001442 sec., 167822.4687933426 rows/sec., 14.98 MiB/sec. 2026.02.01 23:37:46.474595 [ 275 ] {cb7d6ec0-ca96-4d5a-8c7a-01bf667d61b2} TCPHandler: Processed in 0.001604787 sec. 2026.02.01 23:37:46.474706 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.474800 [ 275 ] {da5536d1-1940-4c65-bcef-7ec233c56f33} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:37:46.474839 [ 275 ] {da5536d1-1940-4c65-bcef-7ec233c56f33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:37:46.475238 [ 275 ] {da5536d1-1940-4c65-bcef-7ec233c56f33} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.475276 [ 275 ] {da5536d1-1940-4c65-bcef-7ec233c56f33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.475571 [ 275 ] {da5536d1-1940-4c65-bcef-7ec233c56f33} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:46.475780 [ 275 ] {da5536d1-1940-4c65-bcef-7ec233c56f33} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.475918 [ 275 ] {da5536d1-1940-4c65-bcef-7ec233c56f33} executeQuery: Read 49 rows, 3.71 KiB in 0.001136 sec., 43133.80281690141 rows/sec., 3.19 MiB/sec. 2026.02.01 23:37:46.475961 [ 275 ] {da5536d1-1940-4c65-bcef-7ec233c56f33} TCPHandler: Processed in 0.001304362 sec. 2026.02.01 23:37:46.476071 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.476165 [ 275 ] {e72ecbca-974a-4fa3-8f02-dd21f4f41737} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:37:46.476206 [ 275 ] {e72ecbca-974a-4fa3-8f02-dd21f4f41737} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:37:46.476636 [ 275 ] {e72ecbca-974a-4fa3-8f02-dd21f4f41737} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.476668 [ 275 ] {e72ecbca-974a-4fa3-8f02-dd21f4f41737} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.477084 [ 275 ] {e72ecbca-974a-4fa3-8f02-dd21f4f41737} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:46.477302 [ 275 ] {e72ecbca-974a-4fa3-8f02-dd21f4f41737} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.477435 [ 275 ] {e72ecbca-974a-4fa3-8f02-dd21f4f41737} executeQuery: Read 25 rows, 2.11 KiB in 0.001288 sec., 19409.937888198758 rows/sec., 1.60 MiB/sec. 2026.02.01 23:37:46.477477 [ 275 ] {e72ecbca-974a-4fa3-8f02-dd21f4f41737} TCPHandler: Processed in 0.001455734 sec. 2026.02.01 23:37:46.477586 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.477678 [ 275 ] {e57ad5df-f2b4-4531-81b0-62daa2560fef} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:37:46.477716 [ 275 ] {e57ad5df-f2b4-4531-81b0-62daa2560fef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:37:46.478101 [ 275 ] {e57ad5df-f2b4-4531-81b0-62daa2560fef} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.478136 [ 275 ] {e57ad5df-f2b4-4531-81b0-62daa2560fef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.480675 [ 275 ] {e57ad5df-f2b4-4531-81b0-62daa2560fef} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:46.480942 [ 275 ] {e57ad5df-f2b4-4531-81b0-62daa2560fef} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.481100 [ 275 ] {e57ad5df-f2b4-4531-81b0-62daa2560fef} executeQuery: Read 12 rows, 960.00 B in 0.003438 sec., 3490.4013961605583 rows/sec., 272.69 KiB/sec. 2026.02.01 23:37:46.481151 [ 275 ] {e57ad5df-f2b4-4531-81b0-62daa2560fef} TCPHandler: Processed in 0.00361294 sec. 2026.02.01 23:37:46.481285 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.481379 [ 275 ] {d22a49bd-928b-4cb9-bb35-0ffced64ce20} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:37:46.481416 [ 275 ] {d22a49bd-928b-4cb9-bb35-0ffced64ce20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:37:46.482111 [ 275 ] {d22a49bd-928b-4cb9-bb35-0ffced64ce20} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.482150 [ 275 ] {d22a49bd-928b-4cb9-bb35-0ffced64ce20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.482483 [ 275 ] {d22a49bd-928b-4cb9-bb35-0ffced64ce20} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:37:46.482795 [ 275 ] {d22a49bd-928b-4cb9-bb35-0ffced64ce20} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.482997 [ 275 ] {d22a49bd-928b-4cb9-bb35-0ffced64ce20} executeQuery: Read 149 rows, 12.31 KiB in 0.001634 sec., 91187.27050183598 rows/sec., 7.36 MiB/sec. 2026.02.01 23:37:46.483056 [ 275 ] {d22a49bd-928b-4cb9-bb35-0ffced64ce20} TCPHandler: Processed in 0.00182681 sec. 2026.02.01 23:37:46.483195 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.483311 [ 275 ] {9ea4f493-cef7-4978-a0e0-7a4ee2f7d509} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:37:46.483362 [ 275 ] {9ea4f493-cef7-4978-a0e0-7a4ee2f7d509} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:37:46.483973 [ 275 ] {9ea4f493-cef7-4978-a0e0-7a4ee2f7d509} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.484008 [ 275 ] {9ea4f493-cef7-4978-a0e0-7a4ee2f7d509} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.484396 [ 275 ] {9ea4f493-cef7-4978-a0e0-7a4ee2f7d509} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:37:46.484613 [ 275 ] {9ea4f493-cef7-4978-a0e0-7a4ee2f7d509} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.484741 [ 275 ] {9ea4f493-cef7-4978-a0e0-7a4ee2f7d509} executeQuery: Read 337 rows, 26.07 KiB in 0.001456 sec., 231456.04395604396 rows/sec., 17.48 MiB/sec. 2026.02.01 23:37:46.484783 [ 275 ] {9ea4f493-cef7-4978-a0e0-7a4ee2f7d509} TCPHandler: Processed in 0.001648917 sec. 2026.02.01 23:37:46.484898 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.484991 [ 275 ] {a78c309b-2bb9-4987-9b2f-e80b87b041cc} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 23:37:46.485033 [ 275 ] {a78c309b-2bb9-4987-9b2f-e80b87b041cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 23:37:46.485353 [ 275 ] {a78c309b-2bb9-4987-9b2f-e80b87b041cc} oximeter.measurements_f64 (c724b6d6-0dd3-4e14-936c-64c28923e855): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.485389 [ 275 ] {a78c309b-2bb9-4987-9b2f-e80b87b041cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.485752 [ 275 ] {a78c309b-2bb9-4987-9b2f-e80b87b041cc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:46.485979 [ 275 ] {a78c309b-2bb9-4987-9b2f-e80b87b041cc} oximeter.measurements_f64 (c724b6d6-0dd3-4e14-936c-64c28923e855): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.486104 [ 275 ] {a78c309b-2bb9-4987-9b2f-e80b87b041cc} executeQuery: Read 1 rows, 65.00 B in 0.001131 sec., 884.1732979664014 rows/sec., 56.12 KiB/sec. 2026.02.01 23:37:46.486148 [ 275 ] {a78c309b-2bb9-4987-9b2f-e80b87b041cc} TCPHandler: Processed in 0.001298942 sec. 2026.02.01 23:37:46.486256 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.486348 [ 275 ] {3b0ef5c3-bdc7-47ef-8991-4fe99c571372} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:37:46.486400 [ 275 ] {3b0ef5c3-bdc7-47ef-8991-4fe99c571372} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:37:46.487275 [ 275 ] {3b0ef5c3-bdc7-47ef-8991-4fe99c571372} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.487312 [ 275 ] {3b0ef5c3-bdc7-47ef-8991-4fe99c571372} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.492862 [ 275 ] {3b0ef5c3-bdc7-47ef-8991-4fe99c571372} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:46.493098 [ 275 ] {3b0ef5c3-bdc7-47ef-8991-4fe99c571372} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.493247 [ 275 ] {3b0ef5c3-bdc7-47ef-8991-4fe99c571372} executeQuery: Read 31 rows, 56.88 KiB in 0.006909 sec., 4486.901143436097 rows/sec., 8.04 MiB/sec. 2026.02.01 23:37:46.493336 [ 275 ] {3b0ef5c3-bdc7-47ef-8991-4fe99c571372} TCPHandler: Processed in 0.007125149 sec. 2026.02.01 23:37:46.493491 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.493607 [ 275 ] {bc4d77ee-8604-4c47-a12e-72f81dd42ffa} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.01 23:37:46.493657 [ 275 ] {bc4d77ee-8604-4c47-a12e-72f81dd42ffa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.01 23:37:46.494065 [ 275 ] {bc4d77ee-8604-4c47-a12e-72f81dd42ffa} oximeter.measurements_i64 (764b067f-71f0-48de-afae-2e8d7405a817): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.494109 [ 275 ] {bc4d77ee-8604-4c47-a12e-72f81dd42ffa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.494500 [ 275 ] {bc4d77ee-8604-4c47-a12e-72f81dd42ffa} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 23:37:46.494722 [ 275 ] {bc4d77ee-8604-4c47-a12e-72f81dd42ffa} oximeter.measurements_i64 (764b067f-71f0-48de-afae-2e8d7405a817): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.494851 [ 275 ] {bc4d77ee-8604-4c47-a12e-72f81dd42ffa} executeQuery: Read 18 rows, 1.33 KiB in 0.001269 sec., 14184.397163120568 rows/sec., 1.02 MiB/sec. 2026.02.01 23:37:46.494887 [ 275 ] {bc4d77ee-8604-4c47-a12e-72f81dd42ffa} TCPHandler: Processed in 0.001457334 sec. 2026.02.01 23:37:46.494994 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:46.495088 [ 275 ] {e6b17ba0-dbd4-49f5-adab-b3f50ad8c82c} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:37:46.495129 [ 275 ] {e6b17ba0-dbd4-49f5-adab-b3f50ad8c82c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:37:46.495479 [ 275 ] {e6b17ba0-dbd4-49f5-adab-b3f50ad8c82c} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:46.495517 [ 275 ] {e6b17ba0-dbd4-49f5-adab-b3f50ad8c82c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:46.495813 [ 275 ] {e6b17ba0-dbd4-49f5-adab-b3f50ad8c82c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:37:46.496025 [ 275 ] {e6b17ba0-dbd4-49f5-adab-b3f50ad8c82c} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:46.496167 [ 275 ] {e6b17ba0-dbd4-49f5-adab-b3f50ad8c82c} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.02.01 23:37:46.496203 [ 275 ] {e6b17ba0-dbd4-49f5-adab-b3f50ad8c82c} TCPHandler: Processed in 0.001258671 sec. 2026.02.01 23:37:48.569424 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 210 2026.02.01 23:37:48.572155 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:48.572214 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:48.573507 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:37:48.573808 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:48.574141 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 210 2026.02.01 23:37:51.385143 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:51.385332 [ 275 ] {e39b2f89-63f3-4c00-b483-2a866deba8d8} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:37:51.385398 [ 275 ] {e39b2f89-63f3-4c00-b483-2a866deba8d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:37:51.386039 [ 275 ] {e39b2f89-63f3-4c00-b483-2a866deba8d8} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:51.386086 [ 275 ] {e39b2f89-63f3-4c00-b483-2a866deba8d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:51.386485 [ 275 ] {e39b2f89-63f3-4c00-b483-2a866deba8d8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:37:51.386719 [ 275 ] {e39b2f89-63f3-4c00-b483-2a866deba8d8} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:51.386881 [ 275 ] {e39b2f89-63f3-4c00-b483-2a866deba8d8} executeQuery: Read 56 rows, 4.41 KiB in 0.001595 sec., 35109.71786833856 rows/sec., 2.70 MiB/sec. 2026.02.01 23:37:51.386929 [ 275 ] {e39b2f89-63f3-4c00-b483-2a866deba8d8} TCPHandler: Processed in 0.001910432 sec. 2026.02.01 23:37:51.387056 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:51.387162 [ 275 ] {88296d76-b478-4889-b3b1-e7917e715c38} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:37:51.387206 [ 275 ] {88296d76-b478-4889-b3b1-e7917e715c38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:37:51.387677 [ 275 ] {88296d76-b478-4889-b3b1-e7917e715c38} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:51.387716 [ 275 ] {88296d76-b478-4889-b3b1-e7917e715c38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:51.388048 [ 275 ] {88296d76-b478-4889-b3b1-e7917e715c38} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:37:51.388274 [ 275 ] {88296d76-b478-4889-b3b1-e7917e715c38} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:51.388411 [ 275 ] {88296d76-b478-4889-b3b1-e7917e715c38} executeQuery: Read 64 rows, 5.12 KiB in 0.001274 sec., 50235.47880690738 rows/sec., 3.92 MiB/sec. 2026.02.01 23:37:51.388451 [ 275 ] {88296d76-b478-4889-b3b1-e7917e715c38} TCPHandler: Processed in 0.001448054 sec. 2026.02.01 23:37:51.388569 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:51.388668 [ 275 ] {9ea8c2cc-dc38-4a46-b288-102f7ac459a2} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:37:51.388715 [ 275 ] {9ea8c2cc-dc38-4a46-b288-102f7ac459a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:37:51.389142 [ 275 ] {9ea8c2cc-dc38-4a46-b288-102f7ac459a2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:51.389178 [ 275 ] {9ea8c2cc-dc38-4a46-b288-102f7ac459a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:51.389516 [ 275 ] {9ea8c2cc-dc38-4a46-b288-102f7ac459a2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:37:51.389736 [ 275 ] {9ea8c2cc-dc38-4a46-b288-102f7ac459a2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:51.389868 [ 275 ] {9ea8c2cc-dc38-4a46-b288-102f7ac459a2} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2026.02.01 23:37:51.389906 [ 275 ] {9ea8c2cc-dc38-4a46-b288-102f7ac459a2} TCPHandler: Processed in 0.001388643 sec. 2026.02.01 23:37:51.390010 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:51.390119 [ 275 ] {3acb6313-d2f9-4414-848f-646f9e7d0f25} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:37:51.390162 [ 275 ] {3acb6313-d2f9-4414-848f-646f9e7d0f25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:37:51.390474 [ 275 ] {3acb6313-d2f9-4414-848f-646f9e7d0f25} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:51.390510 [ 275 ] {3acb6313-d2f9-4414-848f-646f9e7d0f25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:51.390826 [ 275 ] {3acb6313-d2f9-4414-848f-646f9e7d0f25} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:37:51.391065 [ 275 ] {3acb6313-d2f9-4414-848f-646f9e7d0f25} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:51.391197 [ 275 ] {3acb6313-d2f9-4414-848f-646f9e7d0f25} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.02.01 23:37:51.391233 [ 275 ] {3acb6313-d2f9-4414-848f-646f9e7d0f25} TCPHandler: Processed in 0.001271841 sec. 2026.02.01 23:37:53.516454 [ 71 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:37:53.516508 [ 71 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:37:53.580015 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2878 2026.02.01 23:37:53.580526 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:53.580575 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:53.581085 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:37:53.581331 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:53.581471 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2878 2026.02.01 23:37:53.581504 [ 71 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 23:37:53.581586 [ 71 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:53.581613 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:53.586811 [ 188 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:37:53.588994 [ 188 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:37:53.589097 [ 188 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:37:53.589208 [ 188 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2026.02.01 23:37:53.589273 [ 188 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 494 rows starting from the beginning of the part 2026.02.01 23:37:53.589323 [ 188 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:37:53.589367 [ 188 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:37:53.589433 [ 188 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:37:53.631468 [ 200 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2878 rows, containing 4 columns (4 merged, 0 gathered) in 0.047293931 sec., 60853.47399014051 rows/sec., 891.41 KiB/sec. 2026.02.01 23:37:53.632230 [ 188 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 23:37:53.632500 [ 188 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_6_1} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:53.632574 [ 188 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_6_1} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 23:37:53.634795 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.02.01 23:37:53.726675 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.02.01 23:37:53.744072 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:53.744132 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:53.750691 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:37:53.751415 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:53.751716 [ 71 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 23:37:53.751783 [ 71 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:53.751804 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:53.751896 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:37:53.754787 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:37:53.754897 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.02.01 23:37:53.755575 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:37:53.759012 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:37:53.762490 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:37:53.766462 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:37:53.774143 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:37:53.778616 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:37:53.842670 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.090805518 sec., 506.57714435371645 rows/sec., 2.62 MiB/sec. 2026.02.01 23:37:53.845031 [ 187 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 23:37:53.847218 [ 187 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_6_1} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:53.847337 [ 187 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_6_1} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 23:37:53.849147 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.02.01 23:37:54.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 169.86 MiB, peak 179.40 MiB, free memory in arenas 0.00 B, will set to 181.07 MiB (RSS), difference: 11.21 MiB 2026.02.01 23:37:56.388151 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.388333 [ 275 ] {e77668c9-760c-40c1-830a-18727a39dd78} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:37:56.388402 [ 275 ] {e77668c9-760c-40c1-830a-18727a39dd78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:37:56.389096 [ 275 ] {e77668c9-760c-40c1-830a-18727a39dd78} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:56.389147 [ 275 ] {e77668c9-760c-40c1-830a-18727a39dd78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:56.389612 [ 275 ] {e77668c9-760c-40c1-830a-18727a39dd78} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:37:56.389928 [ 275 ] {e77668c9-760c-40c1-830a-18727a39dd78} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:56.390115 [ 275 ] {e77668c9-760c-40c1-830a-18727a39dd78} executeQuery: Read 128 rows, 11.29 KiB in 0.001818 sec., 70407.04070407042 rows/sec., 6.07 MiB/sec. 2026.02.01 23:37:56.390110 [ 69 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 23:37:56.390171 [ 275 ] {e77668c9-760c-40c1-830a-18727a39dd78} TCPHandler: Processed in 0.002147046 sec. 2026.02.01 23:37:56.390193 [ 69 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:56.390221 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:56.390344 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:37:56.390432 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.390449 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:37:56.390519 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 59 rows starting from the beginning of the part 2026.02.01 23:37:56.390609 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.02.01 23:37:56.390610 [ 275 ] {6116b881-fa59-4119-9b92-6f4b16b275d9} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:37:56.390661 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part 2026.02.01 23:37:56.390692 [ 275 ] {6116b881-fa59-4119-9b92-6f4b16b275d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:37:56.390712 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 242 rows starting from the beginning of the part 2026.02.01 23:37:56.390815 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2026.02.01 23:37:56.390880 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 128 rows starting from the beginning of the part 2026.02.01 23:37:56.391372 [ 275 ] {6116b881-fa59-4119-9b92-6f4b16b275d9} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:56.391419 [ 275 ] {6116b881-fa59-4119-9b92-6f4b16b275d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:56.391984 [ 275 ] {6116b881-fa59-4119-9b92-6f4b16b275d9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:37:56.392229 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 597 rows, containing 5 columns (5 merged, 0 gathered) in 0.001951292 sec., 305951.13391537505 rows/sec., 26.82 MiB/sec. 2026.02.01 23:37:56.392293 [ 275 ] {6116b881-fa59-4119-9b92-6f4b16b275d9} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:56.392441 [ 275 ] {6116b881-fa59-4119-9b92-6f4b16b275d9} executeQuery: Read 36 rows, 2.71 KiB in 0.001881 sec., 19138.755980861242 rows/sec., 1.41 MiB/sec. 2026.02.01 23:37:56.392466 [ 200 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 23:37:56.392497 [ 275 ] {6116b881-fa59-4119-9b92-6f4b16b275d9} TCPHandler: Processed in 0.002197217 sec. 2026.02.01 23:37:56.392629 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.392741 [ 275 ] {f851dcb7-05b7-4371-9836-218d18e84d9b} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:37:56.392788 [ 275 ] {f851dcb7-05b7-4371-9836-218d18e84d9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:37:56.392808 [ 200 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_6_1} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:56.392893 [ 200 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_6_1} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 23:37:56.392986 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.02.01 23:37:56.393237 [ 275 ] {f851dcb7-05b7-4371-9836-218d18e84d9b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:56.393280 [ 275 ] {f851dcb7-05b7-4371-9836-218d18e84d9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:56.393609 [ 275 ] {f851dcb7-05b7-4371-9836-218d18e84d9b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:37:56.393846 [ 275 ] {f851dcb7-05b7-4371-9836-218d18e84d9b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:56.393961 [ 69 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 23:37:56.393981 [ 275 ] {f851dcb7-05b7-4371-9836-218d18e84d9b} executeQuery: Read 103 rows, 8.27 KiB in 0.001264 sec., 81487.3417721519 rows/sec., 6.39 MiB/sec. 2026.02.01 23:37:56.394009 [ 69 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:56.394029 [ 275 ] {f851dcb7-05b7-4371-9836-218d18e84d9b} TCPHandler: Processed in 0.001456744 sec. 2026.02.01 23:37:56.394033 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:56.394154 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.394161 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:37:56.394261 [ 275 ] {065f2526-e188-432b-816c-f32fbe532d9f} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:37:56.394301 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:37:56.394311 [ 275 ] {065f2526-e188-432b-816c-f32fbe532d9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:37:56.394350 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 70 rows starting from the beginning of the part 2026.02.01 23:37:56.394451 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2026.02.01 23:37:56.394501 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part 2026.02.01 23:37:56.394545 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 149 rows starting from the beginning of the part 2026.02.01 23:37:56.394586 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2026.02.01 23:37:56.394633 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 103 rows starting from the beginning of the part 2026.02.01 23:37:56.394733 [ 275 ] {065f2526-e188-432b-816c-f32fbe532d9f} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:56.394774 [ 275 ] {065f2526-e188-432b-816c-f32fbe532d9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:56.395148 [ 275 ] {065f2526-e188-432b-816c-f32fbe532d9f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:37:56.395391 [ 275 ] {065f2526-e188-432b-816c-f32fbe532d9f} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:56.395531 [ 275 ] {065f2526-e188-432b-816c-f32fbe532d9f} executeQuery: Read 160 rows, 11.41 KiB in 0.001292 sec., 123839.0092879257 rows/sec., 8.63 MiB/sec. 2026.02.01 23:37:56.395543 [ 67 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 23:37:56.395570 [ 275 ] {065f2526-e188-432b-816c-f32fbe532d9f} TCPHandler: Processed in 0.001466774 sec. 2026.02.01 23:37:56.395604 [ 67 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:56.395631 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:56.395653 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 5 columns (5 merged, 0 gathered) in 0.001540426 sec., 333673.9317565401 rows/sec., 27.60 MiB/sec. 2026.02.01 23:37:56.395691 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.395741 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:37:56.395792 [ 275 ] {ce0d1246-cb8d-4f38-98fe-64abd1ad0e1b} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:37:56.395826 [ 186 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 23:37:56.395853 [ 275 ] {ce0d1246-cb8d-4f38-98fe-64abd1ad0e1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:37:56.395884 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:37:56.395950 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 163 rows starting from the beginning of the part 2026.02.01 23:37:56.396063 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.02.01 23:37:56.396095 [ 186 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_6_1} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:56.396122 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2026.02.01 23:37:56.396168 [ 186 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_6_1} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 23:37:56.396177 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 337 rows starting from the beginning of the part 2026.02.01 23:37:56.396275 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2026.02.01 23:37:56.396296 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.01 23:37:56.396324 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.02.01 23:37:56.396725 [ 275 ] {ce0d1246-cb8d-4f38-98fe-64abd1ad0e1b} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:56.396766 [ 275 ] {ce0d1246-cb8d-4f38-98fe-64abd1ad0e1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:56.397433 [ 275 ] {ce0d1246-cb8d-4f38-98fe-64abd1ad0e1b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:56.397646 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 5 columns (5 merged, 0 gathered) in 0.001959613 sec., 581747.5185151354 rows/sec., 41.53 MiB/sec. 2026.02.01 23:37:56.397709 [ 275 ] {ce0d1246-cb8d-4f38-98fe-64abd1ad0e1b} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:56.397868 [ 275 ] {ce0d1246-cb8d-4f38-98fe-64abd1ad0e1b} executeQuery: Read 36 rows, 66.06 KiB in 0.002096 sec., 17175.57251908397 rows/sec., 30.78 MiB/sec. 2026.02.01 23:37:56.397898 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 23:37:56.397939 [ 275 ] {ce0d1246-cb8d-4f38-98fe-64abd1ad0e1b} TCPHandler: Processed in 0.002298689 sec. 2026.02.01 23:37:56.398060 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.398159 [ 275 ] {e847d413-f895-4383-9ec0-a7a2ae92a53d} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.01 23:37:56.398202 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_6_1} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:56.398204 [ 275 ] {e847d413-f895-4383-9ec0-a7a2ae92a53d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.01 23:37:56.398286 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_6_1} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 23:37:56.398370 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.02.01 23:37:56.398534 [ 275 ] {e847d413-f895-4383-9ec0-a7a2ae92a53d} oximeter.measurements_i64 (764b067f-71f0-48de-afae-2e8d7405a817): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:56.398575 [ 275 ] {e847d413-f895-4383-9ec0-a7a2ae92a53d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:56.398880 [ 275 ] {e847d413-f895-4383-9ec0-a7a2ae92a53d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:56.399102 [ 275 ] {e847d413-f895-4383-9ec0-a7a2ae92a53d} oximeter.measurements_i64 (764b067f-71f0-48de-afae-2e8d7405a817): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:56.399231 [ 275 ] {e847d413-f895-4383-9ec0-a7a2ae92a53d} executeQuery: Read 3 rows, 246.00 B in 0.001092 sec., 2747.252747252747 rows/sec., 219.99 KiB/sec. 2026.02.01 23:37:56.399266 [ 275 ] {e847d413-f895-4383-9ec0-a7a2ae92a53d} TCPHandler: Processed in 0.001255041 sec. 2026.02.01 23:37:56.399372 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.399474 [ 275 ] {a615a646-58e7-4918-a05c-2b548be93fc1} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:37:56.399516 [ 275 ] {a615a646-58e7-4918-a05c-2b548be93fc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:37:56.399832 [ 275 ] {a615a646-58e7-4918-a05c-2b548be93fc1} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:56.399866 [ 275 ] {a615a646-58e7-4918-a05c-2b548be93fc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:56.400191 [ 275 ] {a615a646-58e7-4918-a05c-2b548be93fc1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:37:56.400449 [ 275 ] {a615a646-58e7-4918-a05c-2b548be93fc1} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:56.400555 [ 67 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 23:37:56.400579 [ 275 ] {a615a646-58e7-4918-a05c-2b548be93fc1} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2026.02.01 23:37:56.400595 [ 67 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:56.400627 [ 275 ] {a615a646-58e7-4918-a05c-2b548be93fc1} TCPHandler: Processed in 0.001303792 sec. 2026.02.01 23:37:56.400653 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:56.400739 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:37:56.400834 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:37:56.400861 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part 2026.02.01 23:37:56.400905 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.02.01 23:37:56.400942 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2026.02.01 23:37:56.400980 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.02.01 23:37:56.401014 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.02.01 23:37:56.401052 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.02.01 23:37:56.401820 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.001112639 sec., 323555.0794103029 rows/sec., 21.81 MiB/sec. 2026.02.01 23:37:56.401953 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 23:37:56.402210 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_6_1} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:56.402271 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_6_1} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 23:37:56.402327 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.01 23:37:56.984583 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.984814 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:56.985147 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:56.985186 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:56.985437 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:56.985504 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:56.985640 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.02.01 23:37:56.985765 [ 332 ] {4ae33608-9176-4050-a4bd-c163422038d3} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 23:37:56.985784 [ 339 ] {4ae33608-9176-4050-a4bd-c163422038d3} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:56.985909 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:56.985937 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:56.988504 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 23:37:56.988537 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Reading approx. 30 rows with 2 streams 2026.02.01 23:37:56.988600 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:56.988641 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:56.989616 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} executeQuery: Read 30 rows, 1.30 KiB in 0.004898 sec., 6124.948958758678 rows/sec., 265.97 KiB/sec. 2026.02.01 23:37:56.989728 [ 275 ] {4ae33608-9176-4050-a4bd-c163422038d3} TCPHandler: Processed in 0.005270048 sec. 2026.02.01 23:37:56.990035 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.990169 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:56.990388 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:56.990423 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:56.990620 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:56.990674 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:56.990776 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.02.01 23:37:56.990847 [ 306 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:56.990854 [ 304 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 23:37:56.990967 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:56.990994 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:56.991049 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 23:37:56.991065 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Reading approx. 30 rows with 2 streams 2026.02.01 23:37:56.991096 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:56.991126 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:56.991801 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} executeQuery: Read 30 rows, 1.30 KiB in 0.001686 sec., 17793.59430604982 rows/sec., 772.68 KiB/sec. 2026.02.01 23:37:56.991905 [ 275 ] {9e13755f-036a-4e72-aa5d-07bee1edcbc5} TCPHandler: Processed in 0.001919002 sec. 2026.02.01 23:37:56.992137 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.992271 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:56.992489 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:56.992525 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:56.992724 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:56.992777 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:56.992877 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.02.01 23:37:56.992940 [ 306 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:56.992962 [ 309 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 23:37:56.993037 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:56.993059 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:56.993114 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 23:37:56.993130 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Reading approx. 30 rows with 2 streams 2026.02.01 23:37:56.993161 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:56.993194 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:56.993938 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} executeQuery: Read 30 rows, 1.30 KiB in 0.001718 sec., 17462.165308498254 rows/sec., 758.29 KiB/sec. 2026.02.01 23:37:56.994068 [ 275 ] {bcbb32c1-03e9-46e7-b63f-5e2c82720d6f} TCPHandler: Processed in 0.001979103 sec. 2026.02.01 23:37:56.994392 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.994563 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:56.994784 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:56.994821 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:56.995019 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:56.995073 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:56.995174 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.02.01 23:37:56.995235 [ 317 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:56.995246 [ 306 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 23:37:56.995335 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:56.995361 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:56.995416 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 23:37:56.995433 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Reading approx. 30 rows with 2 streams 2026.02.01 23:37:56.995463 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:56.995494 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:56.996147 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} executeQuery: Read 30 rows, 1.30 KiB in 0.00166 sec., 18072.289156626506 rows/sec., 784.78 KiB/sec. 2026.02.01 23:37:56.996250 [ 275 ] {c2093ba0-7f75-4245-affb-814c0fcd33ef} TCPHandler: Processed in 0.001920672 sec. 2026.02.01 23:37:56.996455 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.996591 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:56.996802 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:56.996837 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:56.997042 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:56.997094 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:56.997193 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.02.01 23:37:56.997254 [ 318 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:56.997264 [ 317 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 23:37:56.997355 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:56.997382 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:56.997471 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 23:37:56.997507 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Reading approx. 30 rows with 2 streams 2026.02.01 23:37:56.997544 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:56.997589 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:56.998238 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} executeQuery: Read 30 rows, 1.30 KiB in 0.001703 sec., 17615.971814445096 rows/sec., 764.96 KiB/sec. 2026.02.01 23:37:56.998325 [ 275 ] {398eb08b-77dc-4442-bdfa-ba80a5a9c8a0} TCPHandler: Processed in 0.001920512 sec. 2026.02.01 23:37:56.998525 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:56.998665 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} executeQuery: (from [fd00:1122:3344:101::d]:60920) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.01 23:37:56.998884 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 23:37:56.998923 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.01 23:37:56.999160 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:56.999216 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:37:56.999319 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.02.01 23:37:56.999373 [ 305 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 23:37:56.999393 [ 318 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 23:37:56.999492 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (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.02.01 23:37:56.999519 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 23:37:56.999573 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 23:37:56.999592 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381) (SelectExecutor): Reading approx. 30 rows with 2 streams 2026.02.01 23:37:56.999623 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:56.999661 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.01 23:37:57.000429 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} executeQuery: Read 30 rows, 1.30 KiB in 0.001823 sec., 16456.390565002745 rows/sec., 714.61 KiB/sec. 2026.02.01 23:37:57.000532 [ 275 ] {f39c33f3-6100-4233-87c5-6986c1f1fa6a} TCPHandler: Processed in 0.002056024 sec. 2026.02.01 23:37:57.076663 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:57.076790 [ 275 ] {db97f757-f2c3-4829-97f2-3c348e8967ed} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.01 23:37:57.076840 [ 275 ] {db97f757-f2c3-4829-97f2-3c348e8967ed} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 23:37:57.077416 [ 275 ] {db97f757-f2c3-4829-97f2-3c348e8967ed} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:57.077457 [ 275 ] {db97f757-f2c3-4829-97f2-3c348e8967ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:57.077931 [ 275 ] {db97f757-f2c3-4829-97f2-3c348e8967ed} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:37:57.078142 [ 275 ] {db97f757-f2c3-4829-97f2-3c348e8967ed} oximeter.timeseries_schema (d11e782e-0232-4db8-ae65-4f90297e6381): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:57.078284 [ 275 ] {db97f757-f2c3-4829-97f2-3c348e8967ed} executeQuery: Read 6 rows, 1.34 KiB in 0.00153 sec., 3921.568627450981 rows/sec., 873.16 KiB/sec. 2026.02.01 23:37:57.078324 [ 275 ] {db97f757-f2c3-4829-97f2-3c348e8967ed} TCPHandler: Processed in 0.001734449 sec. 2026.02.01 23:37:57.078439 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:57.078537 [ 275 ] {b91fc016-7e77-4e74-87dd-966c167670b3} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:37:57.078577 [ 275 ] {b91fc016-7e77-4e74-87dd-966c167670b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:37:57.078970 [ 275 ] {b91fc016-7e77-4e74-87dd-966c167670b3} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:57.079006 [ 275 ] {b91fc016-7e77-4e74-87dd-966c167670b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:57.079329 [ 275 ] {b91fc016-7e77-4e74-87dd-966c167670b3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:37:57.079557 [ 275 ] {b91fc016-7e77-4e74-87dd-966c167670b3} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:57.079684 [ 275 ] {b91fc016-7e77-4e74-87dd-966c167670b3} executeQuery: Read 2 rows, 167.00 B in 0.001166 sec., 1715.2658662092626 rows/sec., 139.87 KiB/sec. 2026.02.01 23:37:57.079720 [ 275 ] {b91fc016-7e77-4e74-87dd-966c167670b3} TCPHandler: Processed in 0.001330762 sec. 2026.02.01 23:37:57.079829 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:57.079925 [ 275 ] {d5cfa7b9-178c-4e08-a3aa-39cf82fef30e} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:37:57.079967 [ 275 ] {d5cfa7b9-178c-4e08-a3aa-39cf82fef30e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:37:57.081096 [ 275 ] {d5cfa7b9-178c-4e08-a3aa-39cf82fef30e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:57.081132 [ 275 ] {d5cfa7b9-178c-4e08-a3aa-39cf82fef30e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:57.081593 [ 275 ] {d5cfa7b9-178c-4e08-a3aa-39cf82fef30e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:37:57.081831 [ 275 ] {d5cfa7b9-178c-4e08-a3aa-39cf82fef30e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:57.081962 [ 275 ] {d5cfa7b9-178c-4e08-a3aa-39cf82fef30e} executeQuery: Read 1197 rows, 101.04 KiB in 0.002056 sec., 582198.4435797666 rows/sec., 47.99 MiB/sec. 2026.02.01 23:37:57.082000 [ 275 ] {d5cfa7b9-178c-4e08-a3aa-39cf82fef30e} TCPHandler: Processed in 0.002219797 sec. 2026.02.01 23:37:57.082104 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:57.082200 [ 275 ] {1450a3ae-ffdb-485c-9af8-b7ffe735c9b4} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:37:57.082240 [ 275 ] {1450a3ae-ffdb-485c-9af8-b7ffe735c9b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:37:57.082632 [ 275 ] {1450a3ae-ffdb-485c-9af8-b7ffe735c9b4} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:57.082668 [ 275 ] {1450a3ae-ffdb-485c-9af8-b7ffe735c9b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:57.082963 [ 275 ] {1450a3ae-ffdb-485c-9af8-b7ffe735c9b4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:37:57.083195 [ 275 ] {1450a3ae-ffdb-485c-9af8-b7ffe735c9b4} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:57.083320 [ 275 ] {1450a3ae-ffdb-485c-9af8-b7ffe735c9b4} executeQuery: Read 2 rows, 143.00 B in 0.001139 sec., 1755.9262510974538 rows/sec., 122.61 KiB/sec. 2026.02.01 23:37:57.083356 [ 275 ] {1450a3ae-ffdb-485c-9af8-b7ffe735c9b4} TCPHandler: Processed in 0.001303041 sec. 2026.02.01 23:37:57.083466 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:57.083563 [ 275 ] {2f80c2e3-bf9c-476b-b99e-2b374af615e9} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:37:57.083602 [ 275 ] {2f80c2e3-bf9c-476b-b99e-2b374af615e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:37:57.084090 [ 275 ] {2f80c2e3-bf9c-476b-b99e-2b374af615e9} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:57.084127 [ 275 ] {2f80c2e3-bf9c-476b-b99e-2b374af615e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:57.084473 [ 275 ] {2f80c2e3-bf9c-476b-b99e-2b374af615e9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:37:57.084714 [ 275 ] {2f80c2e3-bf9c-476b-b99e-2b374af615e9} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:57.084858 [ 275 ] {2f80c2e3-bf9c-476b-b99e-2b374af615e9} executeQuery: Read 228 rows, 15.81 KiB in 0.001313 sec., 173648.13404417367 rows/sec., 11.76 MiB/sec. 2026.02.01 23:37:57.084899 [ 275 ] {2f80c2e3-bf9c-476b-b99e-2b374af615e9} TCPHandler: Processed in 0.001482995 sec. 2026.02.01 23:37:57.085018 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:57.085113 [ 275 ] {72997c9e-8e67-4282-84c0-35d900347431} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:37:57.085154 [ 275 ] {72997c9e-8e67-4282-84c0-35d900347431} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:37:57.085774 [ 275 ] {72997c9e-8e67-4282-84c0-35d900347431} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:57.085810 [ 275 ] {72997c9e-8e67-4282-84c0-35d900347431} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:57.086148 [ 275 ] {72997c9e-8e67-4282-84c0-35d900347431} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:37:57.086370 [ 275 ] {72997c9e-8e67-4282-84c0-35d900347431} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:57.086495 [ 275 ] {72997c9e-8e67-4282-84c0-35d900347431} executeQuery: Read 522 rows, 39.57 KiB in 0.0014 sec., 372857.14285714284 rows/sec., 27.60 MiB/sec. 2026.02.01 23:37:57.086532 [ 275 ] {72997c9e-8e67-4282-84c0-35d900347431} TCPHandler: Processed in 0.001562227 sec. 2026.02.01 23:37:57.086638 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:57.086734 [ 275 ] {01a1d668-66b7-47e6-a46b-cd20f2eff3ed} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:37:57.086778 [ 275 ] {01a1d668-66b7-47e6-a46b-cd20f2eff3ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:37:57.087589 [ 275 ] {01a1d668-66b7-47e6-a46b-cd20f2eff3ed} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:57.087623 [ 275 ] {01a1d668-66b7-47e6-a46b-cd20f2eff3ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:57.088126 [ 275 ] {01a1d668-66b7-47e6-a46b-cd20f2eff3ed} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:37:57.088351 [ 275 ] {01a1d668-66b7-47e6-a46b-cd20f2eff3ed} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:57.088481 [ 275 ] {01a1d668-66b7-47e6-a46b-cd20f2eff3ed} executeQuery: Read 1953 rows, 133.60 KiB in 0.001765 sec., 1106515.5807365438 rows/sec., 73.92 MiB/sec. 2026.02.01 23:37:57.088518 [ 275 ] {01a1d668-66b7-47e6-a46b-cd20f2eff3ed} TCPHandler: Processed in 0.001928812 sec. 2026.02.01 23:37:57.088624 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:37:57.088719 [ 275 ] {dcc4b0df-d835-4d80-909a-d517e584abdd} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:37:57.088761 [ 275 ] {dcc4b0df-d835-4d80-909a-d517e584abdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:37:57.089074 [ 275 ] {dcc4b0df-d835-4d80-909a-d517e584abdd} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:57.089109 [ 275 ] {dcc4b0df-d835-4d80-909a-d517e584abdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:57.089403 [ 275 ] {dcc4b0df-d835-4d80-909a-d517e584abdd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:37:57.089619 [ 275 ] {dcc4b0df-d835-4d80-909a-d517e584abdd} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:57.089742 [ 275 ] {dcc4b0df-d835-4d80-909a-d517e584abdd} executeQuery: Read 12 rows, 848.00 B in 0.001042 sec., 11516.314779270633 rows/sec., 794.75 KiB/sec. 2026.02.01 23:37:57.089778 [ 275 ] {dcc4b0df-d835-4d80-909a-d517e584abdd} TCPHandler: Processed in 0.00120202 sec. 2026.02.01 23:37:58.574370 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 260 2026.02.01 23:37:58.576943 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:37:58.576999 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:37:58.578201 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:37:58.578470 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:37:58.578793 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 260 2026.02.01 23:38:01.081582 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3390 2026.02.01 23:38:01.082112 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:01.082160 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:01.082706 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:38:01.082951 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:01.083090 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3390 2026.02.01 23:38:01.255004 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.02.01 23:38:01.272892 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:01.272958 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:01.278717 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:38:01.279413 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:01.282601 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.02.01 23:38:01.383980 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:01.384172 [ 275 ] {f1aeeb16-4346-436b-b12d-7d5774a94a03} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:38:01.384241 [ 275 ] {f1aeeb16-4346-436b-b12d-7d5774a94a03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:38:01.384915 [ 275 ] {f1aeeb16-4346-436b-b12d-7d5774a94a03} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:01.384963 [ 275 ] {f1aeeb16-4346-436b-b12d-7d5774a94a03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:01.385340 [ 275 ] {f1aeeb16-4346-436b-b12d-7d5774a94a03} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:38:01.385571 [ 275 ] {f1aeeb16-4346-436b-b12d-7d5774a94a03} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:01.385725 [ 275 ] {f1aeeb16-4346-436b-b12d-7d5774a94a03} executeQuery: Read 56 rows, 4.41 KiB in 0.001603 sec., 34934.49781659389 rows/sec., 2.68 MiB/sec. 2026.02.01 23:38:01.385769 [ 275 ] {f1aeeb16-4346-436b-b12d-7d5774a94a03} TCPHandler: Processed in 0.001921392 sec. 2026.02.01 23:38:01.385894 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:01.385995 [ 275 ] {8d4f2102-70de-4381-b5af-3b1b6e8fdc6a} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:38:01.386036 [ 275 ] {8d4f2102-70de-4381-b5af-3b1b6e8fdc6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:38:01.386465 [ 275 ] {8d4f2102-70de-4381-b5af-3b1b6e8fdc6a} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:01.386500 [ 275 ] {8d4f2102-70de-4381-b5af-3b1b6e8fdc6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:01.386805 [ 275 ] {8d4f2102-70de-4381-b5af-3b1b6e8fdc6a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:38:01.387018 [ 275 ] {8d4f2102-70de-4381-b5af-3b1b6e8fdc6a} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:01.387148 [ 275 ] {8d4f2102-70de-4381-b5af-3b1b6e8fdc6a} executeQuery: Read 64 rows, 5.12 KiB in 0.001173 sec., 54560.954816709294 rows/sec., 4.26 MiB/sec. 2026.02.01 23:38:01.387186 [ 275 ] {8d4f2102-70de-4381-b5af-3b1b6e8fdc6a} TCPHandler: Processed in 0.001344023 sec. 2026.02.01 23:38:01.387296 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:01.387390 [ 275 ] {c88dc518-a8a9-4a88-8aa1-2749dcea8ff1} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:01.387433 [ 275 ] {c88dc518-a8a9-4a88-8aa1-2749dcea8ff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:38:01.387815 [ 275 ] {c88dc518-a8a9-4a88-8aa1-2749dcea8ff1} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:01.387852 [ 275 ] {c88dc518-a8a9-4a88-8aa1-2749dcea8ff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:01.388293 [ 275 ] {c88dc518-a8a9-4a88-8aa1-2749dcea8ff1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:38:01.388537 [ 275 ] {c88dc518-a8a9-4a88-8aa1-2749dcea8ff1} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:01.388676 [ 275 ] {c88dc518-a8a9-4a88-8aa1-2749dcea8ff1} executeQuery: Read 128 rows, 9.13 KiB in 0.001291 sec., 99147.94732765298 rows/sec., 6.91 MiB/sec. 2026.02.01 23:38:01.388718 [ 275 ] {c88dc518-a8a9-4a88-8aa1-2749dcea8ff1} TCPHandler: Processed in 0.001471425 sec. 2026.02.01 23:38:01.388830 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:01.388929 [ 275 ] {733c5d71-37e5-41b2-ba4b-43a7d845834a} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:38:01.388973 [ 275 ] {733c5d71-37e5-41b2-ba4b-43a7d845834a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:38:01.389320 [ 275 ] {733c5d71-37e5-41b2-ba4b-43a7d845834a} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:01.389355 [ 275 ] {733c5d71-37e5-41b2-ba4b-43a7d845834a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:01.389671 [ 275 ] {733c5d71-37e5-41b2-ba4b-43a7d845834a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:38:01.389882 [ 275 ] {733c5d71-37e5-41b2-ba4b-43a7d845834a} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:01.390028 [ 275 ] {733c5d71-37e5-41b2-ba4b-43a7d845834a} executeQuery: Read 48 rows, 3.31 KiB in 0.001117 sec., 42972.24709042077 rows/sec., 2.90 MiB/sec. 2026.02.01 23:38:01.390069 [ 275 ] {733c5d71-37e5-41b2-ba4b-43a7d845834a} TCPHandler: Processed in 0.001288532 sec. 2026.02.01 23:38:06.387714 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:06.387899 [ 275 ] {9bb73010-01e1-42f9-8a6d-3e205846f1fd} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:38:06.387964 [ 275 ] {9bb73010-01e1-42f9-8a6d-3e205846f1fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:38:06.388633 [ 275 ] {9bb73010-01e1-42f9-8a6d-3e205846f1fd} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:06.388685 [ 275 ] {9bb73010-01e1-42f9-8a6d-3e205846f1fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:06.389090 [ 275 ] {9bb73010-01e1-42f9-8a6d-3e205846f1fd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:38:06.389326 [ 275 ] {9bb73010-01e1-42f9-8a6d-3e205846f1fd} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:06.389481 [ 275 ] {9bb73010-01e1-42f9-8a6d-3e205846f1fd} executeQuery: Read 128 rows, 11.29 KiB in 0.001627 sec., 78672.40319606639 rows/sec., 6.78 MiB/sec. 2026.02.01 23:38:06.389531 [ 275 ] {9bb73010-01e1-42f9-8a6d-3e205846f1fd} TCPHandler: Processed in 0.001942143 sec. 2026.02.01 23:38:06.389653 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:06.389754 [ 275 ] {2b42a10a-b2bc-4f22-b4a4-2806701318e4} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:38:06.389798 [ 275 ] {2b42a10a-b2bc-4f22-b4a4-2806701318e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:38:06.390202 [ 275 ] {2b42a10a-b2bc-4f22-b4a4-2806701318e4} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:06.390241 [ 275 ] {2b42a10a-b2bc-4f22-b4a4-2806701318e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:06.390537 [ 275 ] {2b42a10a-b2bc-4f22-b4a4-2806701318e4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:38:06.390751 [ 275 ] {2b42a10a-b2bc-4f22-b4a4-2806701318e4} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:06.390888 [ 275 ] {2b42a10a-b2bc-4f22-b4a4-2806701318e4} executeQuery: Read 36 rows, 2.71 KiB in 0.001155 sec., 31168.83116883117 rows/sec., 2.29 MiB/sec. 2026.02.01 23:38:06.390932 [ 275 ] {2b42a10a-b2bc-4f22-b4a4-2806701318e4} TCPHandler: Processed in 0.001331322 sec. 2026.02.01 23:38:06.391044 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:06.391140 [ 275 ] {e199db93-8330-46aa-82e0-b12a69e263c5} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:38:06.391182 [ 275 ] {e199db93-8330-46aa-82e0-b12a69e263c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:38:06.391610 [ 275 ] {e199db93-8330-46aa-82e0-b12a69e263c5} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:06.391645 [ 275 ] {e199db93-8330-46aa-82e0-b12a69e263c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:06.391975 [ 275 ] {e199db93-8330-46aa-82e0-b12a69e263c5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:38:06.392184 [ 275 ] {e199db93-8330-46aa-82e0-b12a69e263c5} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:06.392308 [ 275 ] {e199db93-8330-46aa-82e0-b12a69e263c5} executeQuery: Read 100 rows, 8.00 KiB in 0.001188 sec., 84175.08417508418 rows/sec., 6.57 MiB/sec. 2026.02.01 23:38:06.392345 [ 275 ] {e199db93-8330-46aa-82e0-b12a69e263c5} TCPHandler: Processed in 0.001350943 sec. 2026.02.01 23:38:06.392450 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:06.392544 [ 275 ] {cd958c3c-9f25-43c6-9879-da28366b6a99} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:06.392587 [ 275 ] {cd958c3c-9f25-43c6-9879-da28366b6a99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:38:06.392975 [ 275 ] {cd958c3c-9f25-43c6-9879-da28366b6a99} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:06.393008 [ 275 ] {cd958c3c-9f25-43c6-9879-da28366b6a99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:06.393330 [ 275 ] {cd958c3c-9f25-43c6-9879-da28366b6a99} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:38:06.393536 [ 275 ] {cd958c3c-9f25-43c6-9879-da28366b6a99} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:06.393660 [ 275 ] {cd958c3c-9f25-43c6-9879-da28366b6a99} executeQuery: Read 160 rows, 11.41 KiB in 0.001135 sec., 140969.16299559473 rows/sec., 9.82 MiB/sec. 2026.02.01 23:38:06.393696 [ 275 ] {cd958c3c-9f25-43c6-9879-da28366b6a99} TCPHandler: Processed in 0.001294571 sec. 2026.02.01 23:38:06.393799 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:06.393891 [ 275 ] {572108bf-526a-4af6-9ac3-24989aa8708c} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:06.393944 [ 275 ] {572108bf-526a-4af6-9ac3-24989aa8708c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:38:06.394714 [ 275 ] {572108bf-526a-4af6-9ac3-24989aa8708c} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:06.394749 [ 275 ] {572108bf-526a-4af6-9ac3-24989aa8708c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:06.395269 [ 275 ] {572108bf-526a-4af6-9ac3-24989aa8708c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:38:06.395486 [ 275 ] {572108bf-526a-4af6-9ac3-24989aa8708c} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:06.395616 [ 275 ] {572108bf-526a-4af6-9ac3-24989aa8708c} executeQuery: Read 36 rows, 66.06 KiB in 0.001742 sec., 20665.901262916188 rows/sec., 37.03 MiB/sec. 2026.02.01 23:38:06.395674 [ 275 ] {572108bf-526a-4af6-9ac3-24989aa8708c} TCPHandler: Processed in 0.001923362 sec. 2026.02.01 23:38:06.395781 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:06.395873 [ 275 ] {0ac87cad-5ded-4217-9341-73d7f54f00d2} executeQuery: (from [fd00:1122:3344:101::d]:60920) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:38:06.395914 [ 275 ] {0ac87cad-5ded-4217-9341-73d7f54f00d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:38:06.396243 [ 275 ] {0ac87cad-5ded-4217-9341-73d7f54f00d2} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:06.396276 [ 275 ] {0ac87cad-5ded-4217-9341-73d7f54f00d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:06.396596 [ 275 ] {0ac87cad-5ded-4217-9341-73d7f54f00d2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:38:06.396808 [ 275 ] {0ac87cad-5ded-4217-9341-73d7f54f00d2} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:06.396938 [ 275 ] {0ac87cad-5ded-4217-9341-73d7f54f00d2} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.02.01 23:38:06.396972 [ 275 ] {0ac87cad-5ded-4217-9341-73d7f54f00d2} TCPHandler: Processed in 0.001239181 sec. 2026.02.01 23:38:08.516547 [ 48 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:38:08.516609 [ 48 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:38:08.579083 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 280 2026.02.01 23:38:08.581102 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:08.581155 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:08.582314 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:38:08.582589 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:08.582929 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 280 2026.02.01 23:38:08.583227 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3838 2026.02.01 23:38:08.583769 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:08.583818 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:08.584316 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:38:08.584547 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:08.584689 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3838 2026.02.01 23:38:08.782740 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.02.01 23:38:08.800048 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:08.800100 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:08.805879 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:38:08.806581 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:08.809824 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.02.01 23:38:10.609150 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:38:10.609223 [ 275 ] {} TCP-Session: 9b152f4f-300a-4406-bae4-14f284171116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:11.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 181.62 MiB, peak 187.25 MiB, free memory in arenas 0.00 B, will set to 183.66 MiB (RSS), difference: 2.04 MiB 2026.02.01 23:38:11.385571 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:11.385773 [ 276 ] {db2533c4-0be7-4a3b-841d-7e1b07312291} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:38:11.385847 [ 276 ] {db2533c4-0be7-4a3b-841d-7e1b07312291} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:38:11.386569 [ 276 ] {db2533c4-0be7-4a3b-841d-7e1b07312291} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:11.386620 [ 276 ] {db2533c4-0be7-4a3b-841d-7e1b07312291} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:11.387026 [ 276 ] {db2533c4-0be7-4a3b-841d-7e1b07312291} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:38:11.387251 [ 276 ] {db2533c4-0be7-4a3b-841d-7e1b07312291} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:11.387411 [ 276 ] {db2533c4-0be7-4a3b-841d-7e1b07312291} executeQuery: Read 56 rows, 4.41 KiB in 0.001694 sec., 33057.85123966942 rows/sec., 2.54 MiB/sec. 2026.02.01 23:38:11.387456 [ 276 ] {db2533c4-0be7-4a3b-841d-7e1b07312291} TCPHandler: Processed in 0.002026524 sec. 2026.02.01 23:38:11.387583 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:11.387690 [ 276 ] {82983194-d2ed-4941-8af9-3ff689f38507} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:38:11.387733 [ 276 ] {82983194-d2ed-4941-8af9-3ff689f38507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:38:11.388178 [ 276 ] {82983194-d2ed-4941-8af9-3ff689f38507} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:11.388216 [ 276 ] {82983194-d2ed-4941-8af9-3ff689f38507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:11.388519 [ 276 ] {82983194-d2ed-4941-8af9-3ff689f38507} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:38:11.388734 [ 276 ] {82983194-d2ed-4941-8af9-3ff689f38507} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:11.388860 [ 276 ] {82983194-d2ed-4941-8af9-3ff689f38507} executeQuery: Read 64 rows, 5.12 KiB in 0.001194 sec., 53601.34003350084 rows/sec., 4.18 MiB/sec. 2026.02.01 23:38:11.388896 [ 276 ] {82983194-d2ed-4941-8af9-3ff689f38507} TCPHandler: Processed in 0.001366493 sec. 2026.02.01 23:38:11.389010 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:11.389109 [ 276 ] {b895356d-d2ec-40fa-b6b0-db322e9be294} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:11.389154 [ 276 ] {b895356d-d2ec-40fa-b6b0-db322e9be294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:38:11.389572 [ 276 ] {b895356d-d2ec-40fa-b6b0-db322e9be294} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:11.389608 [ 276 ] {b895356d-d2ec-40fa-b6b0-db322e9be294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:11.389946 [ 276 ] {b895356d-d2ec-40fa-b6b0-db322e9be294} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:38:11.390168 [ 276 ] {b895356d-d2ec-40fa-b6b0-db322e9be294} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:11.390294 [ 276 ] {b895356d-d2ec-40fa-b6b0-db322e9be294} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.02.01 23:38:11.390330 [ 276 ] {b895356d-d2ec-40fa-b6b0-db322e9be294} TCPHandler: Processed in 0.001369643 sec. 2026.02.01 23:38:11.390439 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:11.390534 [ 276 ] {7361afa9-4096-45da-b61b-3454076a5177} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:38:11.390575 [ 276 ] {7361afa9-4096-45da-b61b-3454076a5177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:38:11.390906 [ 276 ] {7361afa9-4096-45da-b61b-3454076a5177} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:11.390942 [ 276 ] {7361afa9-4096-45da-b61b-3454076a5177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:11.391234 [ 276 ] {7361afa9-4096-45da-b61b-3454076a5177} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:38:11.391435 [ 276 ] {7361afa9-4096-45da-b61b-3454076a5177} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:11.391560 [ 276 ] {7361afa9-4096-45da-b61b-3454076a5177} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2026.02.01 23:38:11.391594 [ 276 ] {7361afa9-4096-45da-b61b-3454076a5177} TCPHandler: Processed in 0.0012049 sec. 2026.02.01 23:38:16.020595 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43584 2026.02.01 23:38:16.020751 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:38:16.020789 [ 275 ] {} TCP-Session: d0ff4e4d-7d35-411f-8b70-35e4d43bed9c Authenticating user 'default' from [fd00:1122:3344:101::e]:43584 2026.02.01 23:38:16.020822 [ 275 ] {} TCP-Session: d0ff4e4d-7d35-411f-8b70-35e4d43bed9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.020843 [ 275 ] {} TCP-Session: d0ff4e4d-7d35-411f-8b70-35e4d43bed9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.021127 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40975 2026.02.01 23:38:16.021130 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33000 2026.02.01 23:38:16.021170 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49231 2026.02.01 23:38:16.021215 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59773 2026.02.01 23:38:16.021233 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45681 2026.02.01 23:38:16.021292 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:38:16.021208 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54804 2026.02.01 23:38:16.021331 [ 275 ] {} TCP-Session: d0ff4e4d-7d35-411f-8b70-35e4d43bed9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:16.021341 [ 286 ] {} TCP-Session: 1d1cca6b-06bb-43d9-a83a-ef4a1d673476 Authenticating user 'default' from [fd00:1122:3344:101::e]:33000 2026.02.01 23:38:16.021196 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34528 2026.02.01 23:38:16.021404 [ 286 ] {} TCP-Session: 1d1cca6b-06bb-43d9-a83a-ef4a1d673476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.021207 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:38:16.021443 [ 286 ] {} TCP-Session: 1d1cca6b-06bb-43d9-a83a-ef4a1d673476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.021195 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41656 2026.02.01 23:38:16.021476 [ 287 ] {} TCP-Session: 056240a4-a1a4-4bf1-80e1-aa8d95e64f04 Authenticating user 'default' from [fd00:1122:3344:101::e]:40975 2026.02.01 23:38:16.021526 [ 287 ] {} TCP-Session: 056240a4-a1a4-4bf1-80e1-aa8d95e64f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.021537 [ 275 ] {ab8d70da-bf55-46c2-9eee-04c3577093b3} executeQuery: (from [fd00:1122:3344:101::e]:43584) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:38:16.021541 [ 287 ] {} TCP-Session: 056240a4-a1a4-4bf1-80e1-aa8d95e64f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.021601 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:38:16.021647 [ 288 ] {} TCP-Session: 1c5c9e21-8c3c-4308-9c62-86a08e276971 Authenticating user 'default' from [fd00:1122:3344:101::e]:49231 2026.02.01 23:38:16.021679 [ 288 ] {} TCP-Session: 1c5c9e21-8c3c-4308-9c62-86a08e276971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.021696 [ 288 ] {} TCP-Session: 1c5c9e21-8c3c-4308-9c62-86a08e276971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.021744 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:38:16.021744 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:38:16.021786 [ 291 ] {} TCP-Session: ef3be617-01af-4a96-9b8a-b8d630003564 Authenticating user 'default' from [fd00:1122:3344:101::e]:54804 2026.02.01 23:38:16.021809 [ 290 ] {} TCP-Session: d03dd972-06f2-43c6-973b-d1c59972cafe Authenticating user 'default' from [fd00:1122:3344:101::e]:41656 2026.02.01 23:38:16.021815 [ 291 ] {} TCP-Session: ef3be617-01af-4a96-9b8a-b8d630003564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.021833 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:38:16.021840 [ 275 ] {ab8d70da-bf55-46c2-9eee-04c3577093b3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:38:16.021880 [ 292 ] {} TCP-Session: 806d9e39-b548-4a21-b1af-0db8efd6eeae Authenticating user 'default' from [fd00:1122:3344:101::e]:59773 2026.02.01 23:38:16.021847 [ 291 ] {} TCP-Session: ef3be617-01af-4a96-9b8a-b8d630003564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.021917 [ 292 ] {} TCP-Session: 806d9e39-b548-4a21-b1af-0db8efd6eeae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.021938 [ 275 ] {ab8d70da-bf55-46c2-9eee-04c3577093b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:38:16.021952 [ 292 ] {} TCP-Session: 806d9e39-b548-4a21-b1af-0db8efd6eeae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.021838 [ 290 ] {} TCP-Session: d03dd972-06f2-43c6-973b-d1c59972cafe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.022007 [ 290 ] {} TCP-Session: d03dd972-06f2-43c6-973b-d1c59972cafe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.022005 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:38:16.022022 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:38:16.022060 [ 293 ] {} TCP-Session: f6c1b5ea-75da-4f56-b4a8-c1f8bfb6abdc Authenticating user 'default' from [fd00:1122:3344:101::e]:45681 2026.02.01 23:38:16.022068 [ 289 ] {} TCP-Session: 9ec3715d-123e-4eb1-86b0-6623e5515492 Authenticating user 'default' from [fd00:1122:3344:101::e]:34528 2026.02.01 23:38:16.022088 [ 293 ] {} TCP-Session: f6c1b5ea-75da-4f56-b4a8-c1f8bfb6abdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.022091 [ 289 ] {} TCP-Session: 9ec3715d-123e-4eb1-86b0-6623e5515492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.022108 [ 293 ] {} TCP-Session: f6c1b5ea-75da-4f56-b4a8-c1f8bfb6abdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.022117 [ 289 ] {} TCP-Session: 9ec3715d-123e-4eb1-86b0-6623e5515492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.022312 [ 275 ] {ab8d70da-bf55-46c2-9eee-04c3577093b3} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:38:16.022440 [ 275 ] {ab8d70da-bf55-46c2-9eee-04c3577093b3} Aggregator: Compile expression max()(UInt64) 0 2026.02.01 23:38:16.084855 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4350 2026.02.01 23:38:16.085392 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.085438 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.094829 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:38:16.095068 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.095202 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4350 2026.02.01 23:38:16.309974 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.02.01 23:38:16.327892 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.327960 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.333585 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:38:16.334304 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.337946 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.02.01 23:38:16.389774 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:16.390000 [ 276 ] {7cee4378-c572-4f74-8602-5b1f49621a1a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:38:16.390093 [ 276 ] {7cee4378-c572-4f74-8602-5b1f49621a1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:38:16.390895 [ 276 ] {7cee4378-c572-4f74-8602-5b1f49621a1a} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.390957 [ 276 ] {7cee4378-c572-4f74-8602-5b1f49621a1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.391506 [ 276 ] {7cee4378-c572-4f74-8602-5b1f49621a1a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:38:16.391865 [ 276 ] {7cee4378-c572-4f74-8602-5b1f49621a1a} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.392035 [ 276 ] {7cee4378-c572-4f74-8602-5b1f49621a1a} executeQuery: Read 24 rows, 2.04 KiB in 0.002101 sec., 11423.13184198001 rows/sec., 970.52 KiB/sec. 2026.02.01 23:38:16.392083 [ 276 ] {7cee4378-c572-4f74-8602-5b1f49621a1a} TCPHandler: Processed in 0.002485081 sec. 2026.02.01 23:38:16.392212 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:16.392317 [ 276 ] {cd627d6f-6495-49cc-9441-8487e91f6c50} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:38:16.392362 [ 276 ] {cd627d6f-6495-49cc-9441-8487e91f6c50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:38:16.392938 [ 276 ] {cd627d6f-6495-49cc-9441-8487e91f6c50} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.392976 [ 276 ] {cd627d6f-6495-49cc-9441-8487e91f6c50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.393335 [ 276 ] {cd627d6f-6495-49cc-9441-8487e91f6c50} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:38:16.393577 [ 276 ] {cd627d6f-6495-49cc-9441-8487e91f6c50} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.393696 [ 28 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 23:38:16.393713 [ 276 ] {cd627d6f-6495-49cc-9441-8487e91f6c50} executeQuery: Read 248 rows, 22.75 KiB in 0.001419 sec., 174770.9654686399 rows/sec., 15.66 MiB/sec. 2026.02.01 23:38:16.393759 [ 28 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.393769 [ 276 ] {cd627d6f-6495-49cc-9441-8487e91f6c50} TCPHandler: Processed in 0.001607976 sec. 2026.02.01 23:38:16.393790 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.393902 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:16.393952 [ 193 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:38:16.394013 [ 276 ] {efa282be-bdcf-4a03-9f0b-c61acdbd0efe} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:38:16.394061 [ 276 ] {efa282be-bdcf-4a03-9f0b-c61acdbd0efe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:38:16.394117 [ 193 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:16.394166 [ 193 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 255 rows starting from the beginning of the part 2026.02.01 23:38:16.394264 [ 193 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1197 rows starting from the beginning of the part 2026.02.01 23:38:16.394317 [ 193 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2026.02.01 23:38:16.394371 [ 193 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 128 rows starting from the beginning of the part 2026.02.01 23:38:16.394414 [ 193 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2026.02.01 23:38:16.394462 [ 193 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 248 rows starting from the beginning of the part 2026.02.01 23:38:16.394490 [ 276 ] {efa282be-bdcf-4a03-9f0b-c61acdbd0efe} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.394533 [ 276 ] {efa282be-bdcf-4a03-9f0b-c61acdbd0efe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.394879 [ 276 ] {efa282be-bdcf-4a03-9f0b-c61acdbd0efe} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:38:16.395145 [ 276 ] {efa282be-bdcf-4a03-9f0b-c61acdbd0efe} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.395263 [ 28 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 23:38:16.395288 [ 276 ] {efa282be-bdcf-4a03-9f0b-c61acdbd0efe} executeQuery: Read 48 rows, 3.67 KiB in 0.001296 sec., 37037.03703703704 rows/sec., 2.76 MiB/sec. 2026.02.01 23:38:16.395303 [ 28 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.395333 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.395335 [ 276 ] {efa282be-bdcf-4a03-9f0b-c61acdbd0efe} TCPHandler: Processed in 0.001487034 sec. 2026.02.01 23:38:16.395442 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:38:16.395464 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:16.395558 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:16.395563 [ 276 ] {a0199a54-06f5-4830-a5a4-a9fde600bf6d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:38:16.395601 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:38:16.395616 [ 276 ] {a0199a54-06f5-4830-a5a4-a9fde600bf6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:38:16.395684 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 49 rows starting from the beginning of the part 2026.02.01 23:38:16.395756 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2026.02.01 23:38:16.395824 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2026.02.01 23:38:16.395899 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2026.02.01 23:38:16.395916 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 5 columns (5 merged, 0 gathered) in 0.002023484 sec., 958742.4461967577 rows/sec., 84.34 MiB/sec. 2026.02.01 23:38:16.395966 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 48 rows starting from the beginning of the part 2026.02.01 23:38:16.396052 [ 276 ] {a0199a54-06f5-4830-a5a4-a9fde600bf6d} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.396090 [ 276 ] {a0199a54-06f5-4830-a5a4-a9fde600bf6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.396225 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 23:38:16.396524 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_11_2} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.396599 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_11_2} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 23:38:16.396675 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.02.01 23:38:16.401312 [ 276 ] {a0199a54-06f5-4830-a5a4-a9fde600bf6d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:38:16.401659 [ 276 ] {a0199a54-06f5-4830-a5a4-a9fde600bf6d} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.401833 [ 276 ] {a0199a54-06f5-4830-a5a4-a9fde600bf6d} executeQuery: Read 24 rows, 2.04 KiB in 0.006288 sec., 3816.793893129771 rows/sec., 324.28 KiB/sec. 2026.02.01 23:38:16.401884 [ 276 ] {a0199a54-06f5-4830-a5a4-a9fde600bf6d} TCPHandler: Processed in 0.006469698 sec. 2026.02.01 23:38:16.401984 [ 194 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.006598081 sec., 26825.981675581126 rows/sec., 2.08 MiB/sec. 2026.02.01 23:38:16.402021 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:16.402128 [ 276 ] {178ad875-a19a-4ff4-b8a2-c69879e2275a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:38:16.402183 [ 276 ] {178ad875-a19a-4ff4-b8a2-c69879e2275a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:38:16.402198 [ 194 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 23:38:16.402535 [ 194 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_6_1} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.402614 [ 194 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_6_1} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 23:38:16.402628 [ 276 ] {178ad875-a19a-4ff4-b8a2-c69879e2275a} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.402671 [ 276 ] {178ad875-a19a-4ff4-b8a2-c69879e2275a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.402703 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 23:38:16.402994 [ 276 ] {178ad875-a19a-4ff4-b8a2-c69879e2275a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 23:38:16.403257 [ 276 ] {178ad875-a19a-4ff4-b8a2-c69879e2275a} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.403392 [ 276 ] {178ad875-a19a-4ff4-b8a2-c69879e2275a} executeQuery: Read 12 rows, 960.00 B in 0.001284 sec., 9345.794392523365 rows/sec., 730.14 KiB/sec. 2026.02.01 23:38:16.403431 [ 276 ] {178ad875-a19a-4ff4-b8a2-c69879e2275a} TCPHandler: Processed in 0.001466605 sec. 2026.02.01 23:38:16.403551 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:16.403647 [ 276 ] {9c66142e-08e1-488f-8ec6-eaa8e4ca06b1} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:38:16.403686 [ 276 ] {9c66142e-08e1-488f-8ec6-eaa8e4ca06b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:38:16.404164 [ 276 ] {9c66142e-08e1-488f-8ec6-eaa8e4ca06b1} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.404201 [ 276 ] {9c66142e-08e1-488f-8ec6-eaa8e4ca06b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.404528 [ 276 ] {9c66142e-08e1-488f-8ec6-eaa8e4ca06b1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:38:16.404746 [ 276 ] {9c66142e-08e1-488f-8ec6-eaa8e4ca06b1} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.404850 [ 29 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 23:38:16.404875 [ 276 ] {9c66142e-08e1-488f-8ec6-eaa8e4ca06b1} executeQuery: Read 136 rows, 11.26 KiB in 0.001247 sec., 109061.7481956696 rows/sec., 8.81 MiB/sec. 2026.02.01 23:38:16.404896 [ 29 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.404917 [ 276 ] {9c66142e-08e1-488f-8ec6-eaa8e4ca06b1} TCPHandler: Processed in 0.001416324 sec. 2026.02.01 23:38:16.404921 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.405033 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:16.405046 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:38:16.405135 [ 276 ] {e6b1b8dd-30af-4228-b295-9f71dd8fa4e2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:16.405143 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:16.405180 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 160 rows starting from the beginning of the part 2026.02.01 23:38:16.405184 [ 276 ] {e6b1b8dd-30af-4228-b295-9f71dd8fa4e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:38:16.405261 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 522 rows starting from the beginning of the part 2026.02.01 23:38:16.405316 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2026.02.01 23:38:16.405361 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part 2026.02.01 23:38:16.405404 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part 2026.02.01 23:38:16.405446 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 136 rows starting from the beginning of the part 2026.02.01 23:38:16.405592 [ 276 ] {e6b1b8dd-30af-4228-b295-9f71dd8fa4e2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.405627 [ 276 ] {e6b1b8dd-30af-4228-b295-9f71dd8fa4e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.405980 [ 276 ] {e6b1b8dd-30af-4228-b295-9f71dd8fa4e2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:38:16.406229 [ 276 ] {e6b1b8dd-30af-4228-b295-9f71dd8fa4e2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.406339 [ 29 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 23:38:16.406367 [ 276 ] {e6b1b8dd-30af-4228-b295-9f71dd8fa4e2} executeQuery: Read 196 rows, 14.40 KiB in 0.00125 sec., 156800 rows/sec., 11.25 MiB/sec. 2026.02.01 23:38:16.406372 [ 29 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.406372 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1046 rows, containing 5 columns (5 merged, 0 gathered) in 0.001383403 sec., 756106.4996967622 rows/sec., 60.95 MiB/sec. 2026.02.01 23:38:16.406413 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.406412 [ 276 ] {e6b1b8dd-30af-4228-b295-9f71dd8fa4e2} TCPHandler: Processed in 0.001429244 sec. 2026.02.01 23:38:16.406495 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:38:16.406582 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:16.406592 [ 194 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 23:38:16.406599 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:16.406661 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1140 rows starting from the beginning of the part 2026.02.01 23:38:16.406700 [ 276 ] {547dba1a-be12-4f02-9815-47b739adcb69} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:16.406735 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1953 rows starting from the beginning of the part 2026.02.01 23:38:16.406769 [ 276 ] {547dba1a-be12-4f02-9815-47b739adcb69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:38:16.406796 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part 2026.02.01 23:38:16.406854 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.02.01 23:38:16.406910 [ 194 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_11_2} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.406913 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.02.01 23:38:16.406990 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 196 rows starting from the beginning of the part 2026.02.01 23:38:16.406996 [ 194 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_11_2} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 23:38:16.407088 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.02.01 23:38:16.408019 [ 276 ] {547dba1a-be12-4f02-9815-47b739adcb69} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.408064 [ 276 ] {547dba1a-be12-4f02-9815-47b739adcb69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.408848 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3737 rows, containing 5 columns (5 merged, 0 gathered) in 0.00238922 sec., 1564108.7886423185 rows/sec., 107.61 MiB/sec. 2026.02.01 23:38:16.408855 [ 276 ] {547dba1a-be12-4f02-9815-47b739adcb69} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:38:16.409132 [ 276 ] {547dba1a-be12-4f02-9815-47b739adcb69} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.409269 [ 276 ] {547dba1a-be12-4f02-9815-47b739adcb69} executeQuery: Read 36 rows, 66.06 KiB in 0.002593 sec., 13883.532587736214 rows/sec., 24.88 MiB/sec. 2026.02.01 23:38:16.409323 [ 276 ] {547dba1a-be12-4f02-9815-47b739adcb69} TCPHandler: Processed in 0.002809476 sec. 2026.02.01 23:38:16.409352 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 23:38:16.409447 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:16.409550 [ 276 ] {f3e9ab1d-5e19-4de4-b4ac-73873ac27dc7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:38:16.409595 [ 276 ] {f3e9ab1d-5e19-4de4-b4ac-73873ac27dc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:38:16.409658 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_11_2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.409742 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_11_2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 23:38:16.409827 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. 2026.02.01 23:38:16.409924 [ 276 ] {f3e9ab1d-5e19-4de4-b4ac-73873ac27dc7} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.409966 [ 276 ] {f3e9ab1d-5e19-4de4-b4ac-73873ac27dc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.410283 [ 276 ] {f3e9ab1d-5e19-4de4-b4ac-73873ac27dc7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:38:16.410506 [ 276 ] {f3e9ab1d-5e19-4de4-b4ac-73873ac27dc7} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.410608 [ 29 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 23:38:16.410634 [ 276 ] {f3e9ab1d-5e19-4de4-b4ac-73873ac27dc7} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.02.01 23:38:16.410645 [ 29 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:16.410682 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:16.410684 [ 276 ] {f3e9ab1d-5e19-4de4-b4ac-73873ac27dc7} TCPHandler: Processed in 0.001286541 sec. 2026.02.01 23:38:16.410756 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:38:16.410844 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:16.410869 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 360 rows starting from the beginning of the part 2026.02.01 23:38:16.410911 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.02.01 23:38:16.410950 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part 2026.02.01 23:38:16.410993 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.02.01 23:38:16.411026 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.02.01 23:38:16.411066 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:38:16.411763 [ 194 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 4 columns (4 merged, 0 gathered) in 0.001034637 sec., 579913.5348919476 rows/sec., 39.08 MiB/sec. 2026.02.01 23:38:16.411992 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 23:38:16.412304 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_11_2} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:16.412389 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_11_2} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 23:38:16.412479 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.01 23:38:16.652987 [ 299 ] {ab8d70da-bf55-46c2-9eee-04c3577093b3} AggregatingTransform: Aggregating 2026.02.01 23:38:16.653044 [ 299 ] {ab8d70da-bf55-46c2-9eee-04c3577093b3} Aggregator: Aggregation method: without_key 2026.02.01 23:38:16.653076 [ 299 ] {ab8d70da-bf55-46c2-9eee-04c3577093b3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001317212 sec. (759.179 rows/sec., 29.66 KiB/sec.) 2026.02.01 23:38:16.653091 [ 299 ] {ab8d70da-bf55-46c2-9eee-04c3577093b3} Aggregator: Merging aggregated data 2026.02.01 23:38:16.654145 [ 275 ] {ab8d70da-bf55-46c2-9eee-04c3577093b3} executeQuery: Read 1 rows, 40.00 B in 0.632693 sec., 1.5805453829898546 rows/sec., 63.22 B/sec. 2026.02.01 23:38:16.654292 [ 275 ] {ab8d70da-bf55-46c2-9eee-04c3577093b3} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.02.01 23:38:16.654308 [ 275 ] {ab8d70da-bf55-46c2-9eee-04c3577093b3} TCPHandler: Processed in 0.633152915 sec. 2026.02.01 23:38:16.654467 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:38:16.654494 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 23:38:16.654505 [ 275 ] {} TCP-Session: d0ff4e4d-7d35-411f-8b70-35e4d43bed9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.654518 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:38:16.654534 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:38:16.654551 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:38:16.654577 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:38:16.654592 [ 290 ] {} TCP-Session: d03dd972-06f2-43c6-973b-d1c59972cafe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.654614 [ 292 ] {} TCP-Session: 806d9e39-b548-4a21-b1af-0db8efd6eeae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.654626 [ 288 ] {} TCP-Session: 1c5c9e21-8c3c-4308-9c62-86a08e276971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.654624 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:38:16.654606 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:38:16.654752 [ 291 ] {} TCP-Session: ef3be617-01af-4a96-9b8a-b8d630003564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.654578 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:38:16.654798 [ 289 ] {} TCP-Session: 9ec3715d-123e-4eb1-86b0-6623e5515492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.654582 [ 286 ] {} TCP-Session: 1d1cca6b-06bb-43d9-a83a-ef4a1d673476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.654825 [ 293 ] {} TCP-Session: f6c1b5ea-75da-4f56-b4a8-c1f8bfb6abdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:16.654525 [ 287 ] {} TCP-Session: 056240a4-a1a4-4bf1-80e1-aa8d95e64f04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:38:17.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 186.53 MiB, peak 196.62 MiB, free memory in arenas 0.00 B, will set to 204.85 MiB (RSS), difference: 18.33 MiB 2026.02.01 23:38:18.583150 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 308 2026.02.01 23:38:18.585363 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:18.585423 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:18.586619 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:38:18.586909 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:18.587079 [ 32 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 23:38:18.587146 [ 32 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:18.587172 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:18.587259 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 308 2026.02.01 23:38:18.587271 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::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.02.01 23:38:18.587771 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:18.587938 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.02.01 23:38:18.588343 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 66 rows starting from the beginning of the part 2026.02.01 23:38:18.588710 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part 2026.02.01 23:38:18.589061 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part 2026.02.01 23:38:18.589418 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part 2026.02.01 23:38:18.589768 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part 2026.02.01 23:38:18.596890 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 72 columns (72 merged, 0 gathered) in 0.009652911 sec., 31907.473300023175 rows/sec., 32.06 MiB/sec. 2026.02.01 23:38:18.597774 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 23:38:18.598464 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_6_1} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:18.598569 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_6_1} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 23:38:18.598721 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB. 2026.02.01 23:38:21.385045 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:21.385250 [ 276 ] {20e6fa48-19f0-4379-9950-e5e45858b2b5} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:38:21.385327 [ 276 ] {20e6fa48-19f0-4379-9950-e5e45858b2b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:38:21.386007 [ 276 ] {20e6fa48-19f0-4379-9950-e5e45858b2b5} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:21.386055 [ 276 ] {20e6fa48-19f0-4379-9950-e5e45858b2b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:21.386463 [ 276 ] {20e6fa48-19f0-4379-9950-e5e45858b2b5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:38:21.386695 [ 276 ] {20e6fa48-19f0-4379-9950-e5e45858b2b5} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:21.386861 [ 276 ] {20e6fa48-19f0-4379-9950-e5e45858b2b5} executeQuery: Read 56 rows, 4.41 KiB in 0.001667 sec., 33593.28134373125 rows/sec., 2.58 MiB/sec. 2026.02.01 23:38:21.386909 [ 276 ] {20e6fa48-19f0-4379-9950-e5e45858b2b5} TCPHandler: Processed in 0.002007914 sec. 2026.02.01 23:38:21.387032 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:21.387137 [ 276 ] {10655aae-4050-4317-88b0-167fb056b380} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:38:21.387180 [ 276 ] {10655aae-4050-4317-88b0-167fb056b380} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:38:21.387640 [ 276 ] {10655aae-4050-4317-88b0-167fb056b380} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:21.387679 [ 276 ] {10655aae-4050-4317-88b0-167fb056b380} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:21.388031 [ 276 ] {10655aae-4050-4317-88b0-167fb056b380} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:38:21.388242 [ 276 ] {10655aae-4050-4317-88b0-167fb056b380} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:21.388374 [ 276 ] {10655aae-4050-4317-88b0-167fb056b380} executeQuery: Read 64 rows, 5.12 KiB in 0.001262 sec., 50713.153724247226 rows/sec., 3.96 MiB/sec. 2026.02.01 23:38:21.388412 [ 276 ] {10655aae-4050-4317-88b0-167fb056b380} TCPHandler: Processed in 0.001433924 sec. 2026.02.01 23:38:21.388532 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:21.388632 [ 276 ] {7b3a2c7f-a5d7-4b19-86d6-6817605e4e2e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:21.388676 [ 276 ] {7b3a2c7f-a5d7-4b19-86d6-6817605e4e2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:38:21.389098 [ 276 ] {7b3a2c7f-a5d7-4b19-86d6-6817605e4e2e} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:21.389134 [ 276 ] {7b3a2c7f-a5d7-4b19-86d6-6817605e4e2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:21.389461 [ 276 ] {7b3a2c7f-a5d7-4b19-86d6-6817605e4e2e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:38:21.389685 [ 276 ] {7b3a2c7f-a5d7-4b19-86d6-6817605e4e2e} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:21.389816 [ 276 ] {7b3a2c7f-a5d7-4b19-86d6-6817605e4e2e} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.02.01 23:38:21.389854 [ 276 ] {7b3a2c7f-a5d7-4b19-86d6-6817605e4e2e} TCPHandler: Processed in 0.001373143 sec. 2026.02.01 23:38:21.389972 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:21.390094 [ 276 ] {3a8774fa-b56c-4280-83fd-d6ab0bd24bf2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:38:21.390145 [ 276 ] {3a8774fa-b56c-4280-83fd-d6ab0bd24bf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:38:21.390533 [ 276 ] {3a8774fa-b56c-4280-83fd-d6ab0bd24bf2} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:21.390569 [ 276 ] {3a8774fa-b56c-4280-83fd-d6ab0bd24bf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:21.390906 [ 276 ] {3a8774fa-b56c-4280-83fd-d6ab0bd24bf2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:38:21.391118 [ 276 ] {3a8774fa-b56c-4280-83fd-d6ab0bd24bf2} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:21.391246 [ 276 ] {3a8774fa-b56c-4280-83fd-d6ab0bd24bf2} executeQuery: Read 60 rows, 4.14 KiB in 0.001177 sec., 50977.06032285471 rows/sec., 3.44 MiB/sec. 2026.02.01 23:38:21.391282 [ 276 ] {3a8774fa-b56c-4280-83fd-d6ab0bd24bf2} TCPHandler: Processed in 0.001368073 sec. 2026.02.01 23:38:23.516663 [ 37 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:38:23.516752 [ 37 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:38:23.595361 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4798 2026.02.01 23:38:23.595895 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:23.595930 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:23.596437 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:38:23.596676 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:23.596820 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4798 2026.02.01 23:38:23.838106 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.02.01 23:38:23.856554 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:23.856627 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:23.862885 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:38:23.863634 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:23.866987 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.02.01 23:38:24.000258 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 206.26 MiB, peak 210.26 MiB, free memory in arenas 0.00 B, will set to 209.45 MiB (RSS), difference: 3.19 MiB 2026.02.01 23:38:26.386821 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:26.387033 [ 276 ] {8d6b1eff-4b93-4e80-a2a1-fc5c5b7f99f2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:38:26.387110 [ 276 ] {8d6b1eff-4b93-4e80-a2a1-fc5c5b7f99f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:38:26.387896 [ 276 ] {8d6b1eff-4b93-4e80-a2a1-fc5c5b7f99f2} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:26.387947 [ 276 ] {8d6b1eff-4b93-4e80-a2a1-fc5c5b7f99f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:26.388392 [ 276 ] {8d6b1eff-4b93-4e80-a2a1-fc5c5b7f99f2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:38:26.388637 [ 276 ] {8d6b1eff-4b93-4e80-a2a1-fc5c5b7f99f2} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:26.388795 [ 276 ] {8d6b1eff-4b93-4e80-a2a1-fc5c5b7f99f2} executeQuery: Read 128 rows, 11.29 KiB in 0.001818 sec., 70407.04070407042 rows/sec., 6.07 MiB/sec. 2026.02.01 23:38:26.388840 [ 276 ] {8d6b1eff-4b93-4e80-a2a1-fc5c5b7f99f2} TCPHandler: Processed in 0.002165967 sec. 2026.02.01 23:38:26.388967 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:26.389064 [ 276 ] {a7cc8424-7c8b-47bc-817b-586f547c8d97} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:38:26.389107 [ 276 ] {a7cc8424-7c8b-47bc-817b-586f547c8d97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:38:26.389525 [ 276 ] {a7cc8424-7c8b-47bc-817b-586f547c8d97} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:26.389564 [ 276 ] {a7cc8424-7c8b-47bc-817b-586f547c8d97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:26.389884 [ 276 ] {a7cc8424-7c8b-47bc-817b-586f547c8d97} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:38:26.390122 [ 276 ] {a7cc8424-7c8b-47bc-817b-586f547c8d97} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:26.390255 [ 276 ] {a7cc8424-7c8b-47bc-817b-586f547c8d97} executeQuery: Read 36 rows, 2.71 KiB in 0.00121 sec., 29752.06611570248 rows/sec., 2.18 MiB/sec. 2026.02.01 23:38:26.390293 [ 276 ] {a7cc8424-7c8b-47bc-817b-586f547c8d97} TCPHandler: Processed in 0.001378393 sec. 2026.02.01 23:38:26.390395 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:26.390491 [ 276 ] {ad592b96-7521-4008-ab6a-2849845921bd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:38:26.390530 [ 276 ] {ad592b96-7521-4008-ab6a-2849845921bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:38:26.390958 [ 276 ] {ad592b96-7521-4008-ab6a-2849845921bd} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:26.390994 [ 276 ] {ad592b96-7521-4008-ab6a-2849845921bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:26.391310 [ 276 ] {ad592b96-7521-4008-ab6a-2849845921bd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:38:26.391531 [ 276 ] {ad592b96-7521-4008-ab6a-2849845921bd} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:26.391657 [ 276 ] {ad592b96-7521-4008-ab6a-2849845921bd} executeQuery: Read 100 rows, 8.00 KiB in 0.001184 sec., 84459.45945945947 rows/sec., 6.60 MiB/sec. 2026.02.01 23:38:26.391694 [ 276 ] {ad592b96-7521-4008-ab6a-2849845921bd} TCPHandler: Processed in 0.001348232 sec. 2026.02.01 23:38:26.391806 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:26.391901 [ 276 ] {ac3a317a-8388-4b7f-9b43-5fffc04b6ccd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:26.391946 [ 276 ] {ac3a317a-8388-4b7f-9b43-5fffc04b6ccd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:38:26.392365 [ 276 ] {ac3a317a-8388-4b7f-9b43-5fffc04b6ccd} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:26.392401 [ 276 ] {ac3a317a-8388-4b7f-9b43-5fffc04b6ccd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:26.392729 [ 276 ] {ac3a317a-8388-4b7f-9b43-5fffc04b6ccd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:38:26.392953 [ 276 ] {ac3a317a-8388-4b7f-9b43-5fffc04b6ccd} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:26.393084 [ 276 ] {ac3a317a-8388-4b7f-9b43-5fffc04b6ccd} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2026.02.01 23:38:26.393121 [ 276 ] {ac3a317a-8388-4b7f-9b43-5fffc04b6ccd} TCPHandler: Processed in 0.001365303 sec. 2026.02.01 23:38:26.393241 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:26.393364 [ 276 ] {b6d8d139-022a-41e0-9164-d3133f0a5280} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:26.393429 [ 276 ] {b6d8d139-022a-41e0-9164-d3133f0a5280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:38:26.394401 [ 276 ] {b6d8d139-022a-41e0-9164-d3133f0a5280} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:26.394436 [ 276 ] {b6d8d139-022a-41e0-9164-d3133f0a5280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:26.395053 [ 276 ] {b6d8d139-022a-41e0-9164-d3133f0a5280} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:38:26.395299 [ 276 ] {b6d8d139-022a-41e0-9164-d3133f0a5280} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:26.395440 [ 276 ] {b6d8d139-022a-41e0-9164-d3133f0a5280} executeQuery: Read 36 rows, 66.06 KiB in 0.0021 sec., 17142.857142857145 rows/sec., 30.72 MiB/sec. 2026.02.01 23:38:26.395498 [ 276 ] {b6d8d139-022a-41e0-9164-d3133f0a5280} TCPHandler: Processed in 0.002318299 sec. 2026.02.01 23:38:26.395619 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:26.395716 [ 276 ] {cca8092b-db64-4f0d-9ca6-6a1cdfdc7699} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:38:26.395759 [ 276 ] {cca8092b-db64-4f0d-9ca6-6a1cdfdc7699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:38:26.396102 [ 276 ] {cca8092b-db64-4f0d-9ca6-6a1cdfdc7699} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:26.396138 [ 276 ] {cca8092b-db64-4f0d-9ca6-6a1cdfdc7699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:26.396447 [ 276 ] {cca8092b-db64-4f0d-9ca6-6a1cdfdc7699} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:38:26.396672 [ 276 ] {cca8092b-db64-4f0d-9ca6-6a1cdfdc7699} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:26.396802 [ 276 ] {cca8092b-db64-4f0d-9ca6-6a1cdfdc7699} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.02.01 23:38:26.396836 [ 276 ] {cca8092b-db64-4f0d-9ca6-6a1cdfdc7699} TCPHandler: Processed in 0.001268211 sec. 2026.02.01 23:38:28.587814 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 328 2026.02.01 23:38:28.589862 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:28.589919 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:28.591086 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:38:28.591369 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:28.591705 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 328 2026.02.01 23:38:31.097556 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5310 2026.02.01 23:38:31.098091 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.098135 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:31.098663 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:38:31.098900 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.099028 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5310 2026.02.01 23:38:31.099041 [ 26 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 23:38:31.099149 [ 26 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.099204 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:31.099332 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:38:31.099468 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:31.099506 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2878 rows starting from the beginning of the part 2026.02.01 23:38:31.099567 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:38:31.099610 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:38:31.099671 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:38:31.099735 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:38:31.099802 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:38:31.101288 [ 194 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5310 rows, containing 4 columns (4 merged, 0 gathered) in 0.002012804 sec., 2638110.814565154 rows/sec., 37.74 MiB/sec. 2026.02.01 23:38:31.102122 [ 198 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 23:38:31.102429 [ 198 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_11_2} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.102506 [ 198 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_11_2} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 23:38:31.102594 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.02.01 23:38:31.367730 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.02.01 23:38:31.385135 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.385215 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:31.392704 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:38:31.393545 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.393912 [ 26 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 23:38:31.393978 [ 26 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.393999 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.01 23:38:31.394129 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:38:31.397987 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:31.398391 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.02.01 23:38:31.399308 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:38:31.404123 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:38:31.408217 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:38:31.412626 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:38:31.416869 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:38:31.417318 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:31.417492 [ 276 ] {2610873f-2351-4dd7-a42f-fbc5041ceafd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:38:31.417562 [ 276 ] {2610873f-2351-4dd7-a42f-fbc5041ceafd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:38:31.418175 [ 276 ] {2610873f-2351-4dd7-a42f-fbc5041ceafd} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.418222 [ 276 ] {2610873f-2351-4dd7-a42f-fbc5041ceafd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:31.418657 [ 276 ] {2610873f-2351-4dd7-a42f-fbc5041ceafd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:38:31.418916 [ 276 ] {2610873f-2351-4dd7-a42f-fbc5041ceafd} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.419073 [ 276 ] {2610873f-2351-4dd7-a42f-fbc5041ceafd} executeQuery: Read 10 rows, 835.00 B in 0.001634 sec., 6119.9510403916765 rows/sec., 499.04 KiB/sec. 2026.02.01 23:38:31.419129 [ 276 ] {2610873f-2351-4dd7-a42f-fbc5041ceafd} TCPHandler: Processed in 0.001945773 sec. 2026.02.01 23:38:31.419305 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:31.419431 [ 276 ] {2aa26ff4-6f95-4dfd-9236-32bebe1457f0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:38:31.419477 [ 276 ] {2aa26ff4-6f95-4dfd-9236-32bebe1457f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:38:31.420868 [ 276 ] {2aa26ff4-6f95-4dfd-9236-32bebe1457f0} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.420908 [ 276 ] {2aa26ff4-6f95-4dfd-9236-32bebe1457f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:31.421353 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:38:31.421385 [ 276 ] {2aa26ff4-6f95-4dfd-9236-32bebe1457f0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:38:31.421622 [ 276 ] {2aa26ff4-6f95-4dfd-9236-32bebe1457f0} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.421755 [ 276 ] {2aa26ff4-6f95-4dfd-9236-32bebe1457f0} executeQuery: Read 1209 rows, 102.12 KiB in 0.002349 sec., 514687.10089399747 rows/sec., 42.45 MiB/sec. 2026.02.01 23:38:31.421794 [ 276 ] {2aa26ff4-6f95-4dfd-9236-32bebe1457f0} TCPHandler: Processed in 0.002553702 sec. 2026.02.01 23:38:31.421916 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:31.422042 [ 276 ] {be5c03ad-bd84-4f78-a5fc-26e6b0ed643c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:38:31.422084 [ 276 ] {be5c03ad-bd84-4f78-a5fc-26e6b0ed643c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:38:31.422511 [ 276 ] {be5c03ad-bd84-4f78-a5fc-26e6b0ed643c} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.422550 [ 276 ] {be5c03ad-bd84-4f78-a5fc-26e6b0ed643c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:31.422882 [ 276 ] {be5c03ad-bd84-4f78-a5fc-26e6b0ed643c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:38:31.423103 [ 276 ] {be5c03ad-bd84-4f78-a5fc-26e6b0ed643c} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.423231 [ 276 ] {be5c03ad-bd84-4f78-a5fc-26e6b0ed643c} executeQuery: Read 14 rows, 1023.00 B in 0.001207 sec., 11599.0057995029 rows/sec., 827.69 KiB/sec. 2026.02.01 23:38:31.423270 [ 276 ] {be5c03ad-bd84-4f78-a5fc-26e6b0ed643c} TCPHandler: Processed in 0.001405923 sec. 2026.02.01 23:38:31.423412 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:31.423509 [ 276 ] {95076c6e-08a8-4f25-825b-c55d3407ede2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:38:31.423550 [ 276 ] {95076c6e-08a8-4f25-825b-c55d3407ede2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:38:31.424044 [ 276 ] {95076c6e-08a8-4f25-825b-c55d3407ede2} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.424082 [ 276 ] {95076c6e-08a8-4f25-825b-c55d3407ede2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:31.424415 [ 276 ] {95076c6e-08a8-4f25-825b-c55d3407ede2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:38:31.424645 [ 276 ] {95076c6e-08a8-4f25-825b-c55d3407ede2} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.424773 [ 276 ] {95076c6e-08a8-4f25-825b-c55d3407ede2} executeQuery: Read 228 rows, 15.81 KiB in 0.001282 sec., 177847.11388455538 rows/sec., 12.04 MiB/sec. 2026.02.01 23:38:31.424810 [ 276 ] {95076c6e-08a8-4f25-825b-c55d3407ede2} TCPHandler: Processed in 0.001449064 sec. 2026.02.01 23:38:31.424922 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:31.425018 [ 276 ] {072f4ef4-fbef-4520-a16c-ed071701bbb6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:38:31.425059 [ 276 ] {072f4ef4-fbef-4520-a16c-ed071701bbb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:38:31.425685 [ 276 ] {072f4ef4-fbef-4520-a16c-ed071701bbb6} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.425721 [ 276 ] {072f4ef4-fbef-4520-a16c-ed071701bbb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:31.426050 [ 276 ] {072f4ef4-fbef-4520-a16c-ed071701bbb6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:38:31.426261 [ 276 ] {072f4ef4-fbef-4520-a16c-ed071701bbb6} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.426382 [ 276 ] {072f4ef4-fbef-4520-a16c-ed071701bbb6} executeQuery: Read 540 rows, 41.02 KiB in 0.001441 sec., 374739.7640527412 rows/sec., 27.80 MiB/sec. 2026.02.01 23:38:31.426418 [ 276 ] {072f4ef4-fbef-4520-a16c-ed071701bbb6} TCPHandler: Processed in 0.001608277 sec. 2026.02.01 23:38:31.426610 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:31.426718 [ 276 ] {d22e7f91-ae6a-4c41-975c-8585b3e52b18} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:31.426763 [ 276 ] {d22e7f91-ae6a-4c41-975c-8585b3e52b18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:38:31.427352 [ 276 ] {d22e7f91-ae6a-4c41-975c-8585b3e52b18} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.427390 [ 276 ] {d22e7f91-ae6a-4c41-975c-8585b3e52b18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:31.427843 [ 276 ] {d22e7f91-ae6a-4c41-975c-8585b3e52b18} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:38:31.428072 [ 276 ] {d22e7f91-ae6a-4c41-975c-8585b3e52b18} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.428205 [ 276 ] {d22e7f91-ae6a-4c41-975c-8585b3e52b18} executeQuery: Read 849 rows, 58.52 KiB in 0.001506 sec., 563745.0199203187 rows/sec., 37.95 MiB/sec. 2026.02.01 23:38:31.428242 [ 276 ] {d22e7f91-ae6a-4c41-975c-8585b3e52b18} TCPHandler: Processed in 0.001694218 sec. 2026.02.01 23:38:31.428376 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:31.428486 [ 276 ] {691eeb6d-23df-4df4-a668-1ef06653135a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:31.428550 [ 276 ] {691eeb6d-23df-4df4-a668-1ef06653135a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:38:31.429286 [ 276 ] {691eeb6d-23df-4df4-a668-1ef06653135a} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.429328 [ 276 ] {691eeb6d-23df-4df4-a668-1ef06653135a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:31.429867 [ 276 ] {691eeb6d-23df-4df4-a668-1ef06653135a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:38:31.430114 [ 276 ] {691eeb6d-23df-4df4-a668-1ef06653135a} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.430236 [ 26 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 23:38:31.430259 [ 276 ] {691eeb6d-23df-4df4-a668-1ef06653135a} executeQuery: Read 4 rows, 7.34 KiB in 0.001793 sec., 2230.897936419409 rows/sec., 4.00 MiB/sec. 2026.02.01 23:38:31.430288 [ 26 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.430313 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:31.430319 [ 276 ] {691eeb6d-23df-4df4-a668-1ef06653135a} TCPHandler: Processed in 0.002002503 sec. 2026.02.01 23:38:31.430408 [ 194 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:38:31.430456 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:31.430560 [ 276 ] {154cb2f9-224a-405f-9d85-aaf63226f7bf} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.01 23:38:31.430603 [ 276 ] {154cb2f9-224a-405f-9d85-aaf63226f7bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.01 23:38:31.430755 [ 194 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:31.430826 [ 194 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 31 rows starting from the beginning of the part 2026.02.01 23:38:31.430937 [ 276 ] {154cb2f9-224a-405f-9d85-aaf63226f7bf} oximeter.measurements_i64 (764b067f-71f0-48de-afae-2e8d7405a817): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.430979 [ 276 ] {154cb2f9-224a-405f-9d85-aaf63226f7bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:31.431003 [ 194 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2026.02.01 23:38:31.431140 [ 194 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2026.02.01 23:38:31.431251 [ 194 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2026.02.01 23:38:31.431356 [ 276 ] {154cb2f9-224a-405f-9d85-aaf63226f7bf} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:38:31.431367 [ 194 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2026.02.01 23:38:31.431491 [ 194 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:38:31.431614 [ 276 ] {154cb2f9-224a-405f-9d85-aaf63226f7bf} oximeter.measurements_i64 (764b067f-71f0-48de-afae-2e8d7405a817): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.431759 [ 276 ] {154cb2f9-224a-405f-9d85-aaf63226f7bf} executeQuery: Read 6 rows, 434.00 B in 0.001218 sec., 4926.108374384236 rows/sec., 347.97 KiB/sec. 2026.02.01 23:38:31.431796 [ 276 ] {154cb2f9-224a-405f-9d85-aaf63226f7bf} TCPHandler: Processed in 0.001391014 sec. 2026.02.01 23:38:31.431907 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:31.432005 [ 276 ] {073507d7-13f4-4cc4-b5f9-b8dfdb97c84f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:38:31.432047 [ 276 ] {073507d7-13f4-4cc4-b5f9-b8dfdb97c84f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:38:31.432387 [ 276 ] {073507d7-13f4-4cc4-b5f9-b8dfdb97c84f} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:31.432425 [ 276 ] {073507d7-13f4-4cc4-b5f9-b8dfdb97c84f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:31.432771 [ 276 ] {073507d7-13f4-4cc4-b5f9-b8dfdb97c84f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:38:31.433018 [ 276 ] {073507d7-13f4-4cc4-b5f9-b8dfdb97c84f} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.433154 [ 276 ] {073507d7-13f4-4cc4-b5f9-b8dfdb97c84f} executeQuery: Read 60 rows, 4.14 KiB in 0.001168 sec., 51369.86301369863 rows/sec., 3.46 MiB/sec. 2026.02.01 23:38:31.433191 [ 276 ] {073507d7-13f4-4cc4-b5f9-b8dfdb97c84f} TCPHandler: Processed in 0.001332482 sec. 2026.02.01 23:38:31.438800 [ 190 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 19 columns (19 merged, 0 gathered) in 0.008429001 sec., 21236.205808968345 rows/sec., 38.05 MiB/sec. 2026.02.01 23:38:31.439341 [ 201 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 23:38:31.439804 [ 201 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_6_1} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.439890 [ 201 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_6_1} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 23:38:31.440027 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.02.01 23:38:31.476591 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.082516359 sec., 1005.8611529381708 rows/sec., 5.20 MiB/sec. 2026.02.01 23:38:31.479113 [ 190 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 23:38:31.481199 [ 190 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_11_2} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:31.481304 [ 190 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_11_2} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 23:38:31.483166 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.02.01 23:38:32.000271 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 211.35 MiB, peak 224.87 MiB, free memory in arenas 0.00 B, will set to 220.73 MiB (RSS), difference: 9.37 MiB 2026.02.01 23:38:36.388361 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:36.388564 [ 276 ] {13fc5635-ce27-42b5-a927-832e8685da17} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:38:36.388639 [ 276 ] {13fc5635-ce27-42b5-a927-832e8685da17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:38:36.389295 [ 276 ] {13fc5635-ce27-42b5-a927-832e8685da17} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:36.389345 [ 276 ] {13fc5635-ce27-42b5-a927-832e8685da17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:36.389786 [ 276 ] {13fc5635-ce27-42b5-a927-832e8685da17} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:38:36.390033 [ 276 ] {13fc5635-ce27-42b5-a927-832e8685da17} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:36.390188 [ 276 ] {13fc5635-ce27-42b5-a927-832e8685da17} executeQuery: Read 128 rows, 11.29 KiB in 0.001676 sec., 76372.31503579952 rows/sec., 6.58 MiB/sec. 2026.02.01 23:38:36.390230 [ 276 ] {13fc5635-ce27-42b5-a927-832e8685da17} TCPHandler: Processed in 0.002007823 sec. 2026.02.01 23:38:36.390353 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:36.390452 [ 276 ] {9571ac06-3429-4ac7-8f75-c14720b98d02} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:38:36.390495 [ 276 ] {9571ac06-3429-4ac7-8f75-c14720b98d02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:38:36.390909 [ 276 ] {9571ac06-3429-4ac7-8f75-c14720b98d02} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:36.390947 [ 276 ] {9571ac06-3429-4ac7-8f75-c14720b98d02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:36.391255 [ 276 ] {9571ac06-3429-4ac7-8f75-c14720b98d02} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:38:36.391476 [ 276 ] {9571ac06-3429-4ac7-8f75-c14720b98d02} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:36.391606 [ 276 ] {9571ac06-3429-4ac7-8f75-c14720b98d02} executeQuery: Read 36 rows, 2.71 KiB in 0.001174 sec., 30664.395229982965 rows/sec., 2.25 MiB/sec. 2026.02.01 23:38:36.391645 [ 276 ] {9571ac06-3429-4ac7-8f75-c14720b98d02} TCPHandler: Processed in 0.001345483 sec. 2026.02.01 23:38:36.391763 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:36.391859 [ 276 ] {9c51193f-3202-40ac-a655-6b816cfe0f1c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:38:36.391899 [ 276 ] {9c51193f-3202-40ac-a655-6b816cfe0f1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:38:36.392344 [ 276 ] {9c51193f-3202-40ac-a655-6b816cfe0f1c} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:36.392382 [ 276 ] {9c51193f-3202-40ac-a655-6b816cfe0f1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:36.392706 [ 276 ] {9c51193f-3202-40ac-a655-6b816cfe0f1c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:38:36.392920 [ 276 ] {9c51193f-3202-40ac-a655-6b816cfe0f1c} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:36.393050 [ 276 ] {9c51193f-3202-40ac-a655-6b816cfe0f1c} executeQuery: Read 100 rows, 8.00 KiB in 0.00121 sec., 82644.62809917355 rows/sec., 6.46 MiB/sec. 2026.02.01 23:38:36.393086 [ 276 ] {9c51193f-3202-40ac-a655-6b816cfe0f1c} TCPHandler: Processed in 0.001373303 sec. 2026.02.01 23:38:36.393198 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:36.393293 [ 276 ] {95aa52be-3abc-4ded-90a9-035d469ca177} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:36.393338 [ 276 ] {95aa52be-3abc-4ded-90a9-035d469ca177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:38:36.393739 [ 276 ] {95aa52be-3abc-4ded-90a9-035d469ca177} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:36.393776 [ 276 ] {95aa52be-3abc-4ded-90a9-035d469ca177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:36.394109 [ 276 ] {95aa52be-3abc-4ded-90a9-035d469ca177} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:38:36.394321 [ 276 ] {95aa52be-3abc-4ded-90a9-035d469ca177} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:36.394453 [ 276 ] {95aa52be-3abc-4ded-90a9-035d469ca177} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.02.01 23:38:36.394490 [ 276 ] {95aa52be-3abc-4ded-90a9-035d469ca177} TCPHandler: Processed in 0.001343172 sec. 2026.02.01 23:38:36.394594 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:36.394693 [ 276 ] {dddccff4-6d0f-4c1f-b41c-21c4f48c29ed} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:36.394748 [ 276 ] {dddccff4-6d0f-4c1f-b41c-21c4f48c29ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:38:36.395527 [ 276 ] {dddccff4-6d0f-4c1f-b41c-21c4f48c29ed} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:36.395564 [ 276 ] {dddccff4-6d0f-4c1f-b41c-21c4f48c29ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:36.396138 [ 276 ] {dddccff4-6d0f-4c1f-b41c-21c4f48c29ed} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:38:36.396361 [ 276 ] {dddccff4-6d0f-4c1f-b41c-21c4f48c29ed} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:36.396497 [ 276 ] {dddccff4-6d0f-4c1f-b41c-21c4f48c29ed} executeQuery: Read 36 rows, 66.06 KiB in 0.001824 sec., 19736.842105263157 rows/sec., 35.37 MiB/sec. 2026.02.01 23:38:36.396548 [ 276 ] {dddccff4-6d0f-4c1f-b41c-21c4f48c29ed} TCPHandler: Processed in 0.002004314 sec. 2026.02.01 23:38:36.396661 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:36.396757 [ 276 ] {630c5a25-0b69-4d8f-b253-0bd1b578ca1f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:38:36.396800 [ 276 ] {630c5a25-0b69-4d8f-b253-0bd1b578ca1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:38:36.397143 [ 276 ] {630c5a25-0b69-4d8f-b253-0bd1b578ca1f} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:36.397181 [ 276 ] {630c5a25-0b69-4d8f-b253-0bd1b578ca1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:36.397488 [ 276 ] {630c5a25-0b69-4d8f-b253-0bd1b578ca1f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:38:36.397703 [ 276 ] {630c5a25-0b69-4d8f-b253-0bd1b578ca1f} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:36.397831 [ 276 ] {630c5a25-0b69-4d8f-b253-0bd1b578ca1f} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.02.01 23:38:36.397867 [ 276 ] {630c5a25-0b69-4d8f-b253-0bd1b578ca1f} TCPHandler: Processed in 0.001256271 sec. 2026.02.01 23:38:38.516807 [ 34 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:38:38.516858 [ 34 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:38:38.592322 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 358 2026.02.01 23:38:38.594855 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:38.594991 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:38.596446 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:38:38.596758 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:38.597163 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 358 2026.02.01 23:38:38.599294 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5758 2026.02.01 23:38:38.599842 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:38.599894 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:38.600466 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:38:38.600719 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:38.600878 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5758 2026.02.01 23:38:38.898626 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.02.01 23:38:38.916652 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:38.916719 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:38.922430 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:38:38.923146 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:38.926412 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.02.01 23:38:41.386326 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:41.386608 [ 276 ] {f2b629ce-745a-457d-a7e1-135f2be2a9f9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:38:41.386713 [ 276 ] {f2b629ce-745a-457d-a7e1-135f2be2a9f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:38:41.387466 [ 276 ] {f2b629ce-745a-457d-a7e1-135f2be2a9f9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:41.387508 [ 276 ] {f2b629ce-745a-457d-a7e1-135f2be2a9f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:41.387906 [ 276 ] {f2b629ce-745a-457d-a7e1-135f2be2a9f9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 23:38:41.388136 [ 276 ] {f2b629ce-745a-457d-a7e1-135f2be2a9f9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:41.388265 [ 131 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 23:38:41.388296 [ 276 ] {f2b629ce-745a-457d-a7e1-135f2be2a9f9} executeQuery: Read 64 rows, 5.19 KiB in 0.001765 sec., 36260.62322946175 rows/sec., 2.87 MiB/sec. 2026.02.01 23:38:41.388310 [ 131 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:41.388335 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:41.388345 [ 276 ] {f2b629ce-745a-457d-a7e1-135f2be2a9f9} TCPHandler: Processed in 0.002203887 sec. 2026.02.01 23:38:41.388463 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:41.388475 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:38:41.388567 [ 276 ] {a97f12fe-e28a-495c-97a5-87a06b361676} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:38:41.388617 [ 276 ] {a97f12fe-e28a-495c-97a5-87a06b361676} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:38:41.388639 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:41.388701 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1396 rows starting from the beginning of the part 2026.02.01 23:38:41.388814 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2026.02.01 23:38:41.388869 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 128 rows starting from the beginning of the part 2026.02.01 23:38:41.388920 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1209 rows starting from the beginning of the part 2026.02.01 23:38:41.388964 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part 2026.02.01 23:38:41.389012 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:38:41.389024 [ 276 ] {a97f12fe-e28a-495c-97a5-87a06b361676} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:41.389066 [ 276 ] {a97f12fe-e28a-495c-97a5-87a06b361676} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:41.389453 [ 276 ] {a97f12fe-e28a-495c-97a5-87a06b361676} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:38:41.389688 [ 276 ] {a97f12fe-e28a-495c-97a5-87a06b361676} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:41.389830 [ 276 ] {a97f12fe-e28a-495c-97a5-87a06b361676} executeQuery: Read 4 rows, 308.00 B in 0.001287 sec., 3108.003108003108 rows/sec., 233.71 KiB/sec. 2026.02.01 23:38:41.389868 [ 276 ] {a97f12fe-e28a-495c-97a5-87a06b361676} TCPHandler: Processed in 0.001456135 sec. 2026.02.01 23:38:41.389978 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:41.390076 [ 276 ] {8941516e-1505-481e-8773-4dac60bc8f8e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:38:41.390116 [ 276 ] {8941516e-1505-481e-8773-4dac60bc8f8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:38:41.390549 [ 276 ] {8941516e-1505-481e-8773-4dac60bc8f8e} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:41.390584 [ 276 ] {8941516e-1505-481e-8773-4dac60bc8f8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:41.390606 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2981 rows, containing 5 columns (5 merged, 0 gathered) in 0.002196897 sec., 1356913.8653291436 rows/sec., 118.18 MiB/sec. 2026.02.01 23:38:41.390911 [ 276 ] {8941516e-1505-481e-8773-4dac60bc8f8e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 23:38:41.390923 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 23:38:41.391188 [ 276 ] {8941516e-1505-481e-8773-4dac60bc8f8e} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:41.391291 [ 131 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 23:38:41.391293 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_16_3} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:41.391319 [ 131 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:41.391330 [ 276 ] {8941516e-1505-481e-8773-4dac60bc8f8e} executeQuery: Read 68 rows, 5.44 KiB in 0.001274 sec., 53375.19623233909 rows/sec., 4.17 MiB/sec. 2026.02.01 23:38:41.391344 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:41.391369 [ 276 ] {8941516e-1505-481e-8773-4dac60bc8f8e} TCPHandler: Processed in 0.001440215 sec. 2026.02.01 23:38:41.391390 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_16_3} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 23:38:41.391427 [ 187 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:38:41.391484 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:41.391491 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.02.01 23:38:41.391529 [ 187 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:41.391567 [ 187 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 618 rows starting from the beginning of the part 2026.02.01 23:38:41.391582 [ 276 ] {d9efbde7-5255-4847-ae6f-9d3199d1a3f2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:41.391626 [ 276 ] {d9efbde7-5255-4847-ae6f-9d3199d1a3f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:38:41.391660 [ 187 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2026.02.01 23:38:41.391715 [ 187 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part 2026.02.01 23:38:41.391761 [ 187 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 540 rows starting from the beginning of the part 2026.02.01 23:38:41.391805 [ 187 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 100 rows starting from the beginning of the part 2026.02.01 23:38:41.391847 [ 187 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 68 rows starting from the beginning of the part 2026.02.01 23:38:41.392026 [ 276 ] {d9efbde7-5255-4847-ae6f-9d3199d1a3f2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:41.392060 [ 276 ] {d9efbde7-5255-4847-ae6f-9d3199d1a3f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:41.392397 [ 276 ] {d9efbde7-5255-4847-ae6f-9d3199d1a3f2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 23:38:41.392610 [ 276 ] {d9efbde7-5255-4847-ae6f-9d3199d1a3f2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:41.392733 [ 126 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 23:38:41.392741 [ 276 ] {d9efbde7-5255-4847-ae6f-9d3199d1a3f2} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.02.01 23:38:41.392782 [ 126 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:41.392796 [ 276 ] {d9efbde7-5255-4847-ae6f-9d3199d1a3f2} TCPHandler: Processed in 0.001361722 sec. 2026.02.01 23:38:41.392809 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:41.392872 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 5 columns (5 merged, 0 gathered) in 0.001486635 sec., 1002263.5011283873 rows/sec., 79.51 MiB/sec. 2026.02.01 23:38:41.392879 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:38:41.392909 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:41.392981 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:41.393007 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3737 rows starting from the beginning of the part 2026.02.01 23:38:41.393014 [ 276 ] {6fb4203c-1a40-4b35-b696-0efd6166f8b0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:41.393040 [ 201 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 23:38:41.393053 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.02.01 23:38:41.393071 [ 276 ] {6fb4203c-1a40-4b35-b696-0efd6166f8b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:38:41.393100 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.02.01 23:38:41.393135 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 849 rows starting from the beginning of the part 2026.02.01 23:38:41.393169 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.02.01 23:38:41.393206 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:38:41.393364 [ 201 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_16_3} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:41.393453 [ 201 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_16_3} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 23:38:41.393537 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.02.01 23:38:41.393787 [ 276 ] {6fb4203c-1a40-4b35-b696-0efd6166f8b0} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:41.393828 [ 276 ] {6fb4203c-1a40-4b35-b696-0efd6166f8b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:41.394335 [ 276 ] {6fb4203c-1a40-4b35-b696-0efd6166f8b0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:38:41.394557 [ 276 ] {6fb4203c-1a40-4b35-b696-0efd6166f8b0} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:41.394698 [ 276 ] {6fb4203c-1a40-4b35-b696-0efd6166f8b0} executeQuery: Read 4 rows, 7.34 KiB in 0.001701 sec., 2351.5579071134625 rows/sec., 4.21 MiB/sec. 2026.02.01 23:38:41.394763 [ 276 ] {6fb4203c-1a40-4b35-b696-0efd6166f8b0} TCPHandler: Processed in 0.001902672 sec. 2026.02.01 23:38:41.394876 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:41.394971 [ 276 ] {0913000e-c038-45e9-95be-664b47aa656b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:38:41.395015 [ 276 ] {0913000e-c038-45e9-95be-664b47aa656b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:38:41.395361 [ 276 ] {0913000e-c038-45e9-95be-664b47aa656b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:41.395398 [ 276 ] {0913000e-c038-45e9-95be-664b47aa656b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:41.395442 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5226 rows, containing 5 columns (5 merged, 0 gathered) in 0.002585933 sec., 2020934.0303867115 rows/sec., 138.77 MiB/sec. 2026.02.01 23:38:41.395714 [ 276 ] {0913000e-c038-45e9-95be-664b47aa656b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 23:38:41.395862 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 23:38:41.395936 [ 276 ] {0913000e-c038-45e9-95be-664b47aa656b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:41.396042 [ 126 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 23:38:41.396068 [ 276 ] {0913000e-c038-45e9-95be-664b47aa656b} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.02.01 23:38:41.396084 [ 126 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:41.396108 [ 276 ] {0913000e-c038-45e9-95be-664b47aa656b} TCPHandler: Processed in 0.001280962 sec. 2026.02.01 23:38:41.396112 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_16_3} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:41.396112 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:41.396190 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_16_3} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 23:38:41.396216 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:38:41.396263 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2026.02.01 23:38:41.396329 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:41.396363 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 600 rows starting from the beginning of the part 2026.02.01 23:38:41.396435 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:38:41.396482 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.02.01 23:38:41.396523 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:38:41.396565 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.02.01 23:38:41.396613 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:38:41.397475 [ 190 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 4 columns (4 merged, 0 gathered) in 0.001295332 sec., 694802.5679902913 rows/sec., 46.82 MiB/sec. 2026.02.01 23:38:41.397658 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 23:38:41.397909 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_16_3} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:41.397976 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_16_3} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 23:38:41.398046 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.01 23:38:46.101032 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6270 2026.02.01 23:38:46.101911 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.101987 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.102722 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:38:46.102950 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.103078 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6270 2026.02.01 23:38:46.389853 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:46.390033 [ 276 ] {b440b955-362f-4693-b763-af56b0d39570} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:38:46.390099 [ 276 ] {b440b955-362f-4693-b763-af56b0d39570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:38:46.390730 [ 276 ] {b440b955-362f-4693-b763-af56b0d39570} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.390772 [ 276 ] {b440b955-362f-4693-b763-af56b0d39570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.391160 [ 276 ] {b440b955-362f-4693-b763-af56b0d39570} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:38:46.391387 [ 276 ] {b440b955-362f-4693-b763-af56b0d39570} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.391540 [ 276 ] {b440b955-362f-4693-b763-af56b0d39570} executeQuery: Read 24 rows, 2.04 KiB in 0.001556 sec., 15424.164524421592 rows/sec., 1.28 MiB/sec. 2026.02.01 23:38:46.391581 [ 276 ] {b440b955-362f-4693-b763-af56b0d39570} TCPHandler: Processed in 0.001860342 sec. 2026.02.01 23:38:46.391706 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:46.391803 [ 276 ] {ea9074f8-f73d-413a-ac87-3aac16d3cbf6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:38:46.391845 [ 276 ] {ea9074f8-f73d-413a-ac87-3aac16d3cbf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:38:46.392235 [ 276 ] {ea9074f8-f73d-413a-ac87-3aac16d3cbf6} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.392270 [ 276 ] {ea9074f8-f73d-413a-ac87-3aac16d3cbf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.392553 [ 276 ] {ea9074f8-f73d-413a-ac87-3aac16d3cbf6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:38:46.392766 [ 276 ] {ea9074f8-f73d-413a-ac87-3aac16d3cbf6} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.392893 [ 276 ] {ea9074f8-f73d-413a-ac87-3aac16d3cbf6} executeQuery: Read 6 rows, 501.00 B in 0.001108 sec., 5415.162454873646 rows/sec., 441.57 KiB/sec. 2026.02.01 23:38:46.392929 [ 276 ] {ea9074f8-f73d-413a-ac87-3aac16d3cbf6} TCPHandler: Processed in 0.001272771 sec. 2026.02.01 23:38:46.393048 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:46.393153 [ 276 ] {d7f752dc-b584-4abd-ad05-1ccbf68f2e0b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:38:46.393194 [ 276 ] {d7f752dc-b584-4abd-ad05-1ccbf68f2e0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:38:46.393748 [ 276 ] {d7f752dc-b584-4abd-ad05-1ccbf68f2e0b} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.393785 [ 276 ] {d7f752dc-b584-4abd-ad05-1ccbf68f2e0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.394138 [ 276 ] {d7f752dc-b584-4abd-ad05-1ccbf68f2e0b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 23:38:46.394378 [ 276 ] {d7f752dc-b584-4abd-ad05-1ccbf68f2e0b} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.394509 [ 276 ] {d7f752dc-b584-4abd-ad05-1ccbf68f2e0b} executeQuery: Read 251 rows, 22.97 KiB in 0.001376 sec., 182412.7906976744 rows/sec., 16.30 MiB/sec. 2026.02.01 23:38:46.394547 [ 276 ] {d7f752dc-b584-4abd-ad05-1ccbf68f2e0b} TCPHandler: Processed in 0.001550706 sec. 2026.02.01 23:38:46.394666 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:46.394763 [ 276 ] {ff8a758f-6f56-4b3d-80b1-81b2f924dff9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:38:46.394803 [ 276 ] {ff8a758f-6f56-4b3d-80b1-81b2f924dff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:38:46.395226 [ 276 ] {ff8a758f-6f56-4b3d-80b1-81b2f924dff9} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.395262 [ 276 ] {ff8a758f-6f56-4b3d-80b1-81b2f924dff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.395573 [ 276 ] {ff8a758f-6f56-4b3d-80b1-81b2f924dff9} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:38:46.395791 [ 276 ] {ff8a758f-6f56-4b3d-80b1-81b2f924dff9} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.395899 [ 39 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 23:38:46.395939 [ 39 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.395940 [ 276 ] {ff8a758f-6f56-4b3d-80b1-81b2f924dff9} executeQuery: Read 54 rows, 4.09 KiB in 0.001195 sec., 45188.28451882845 rows/sec., 3.34 MiB/sec. 2026.02.01 23:38:46.395960 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.395990 [ 276 ] {ff8a758f-6f56-4b3d-80b1-81b2f924dff9} TCPHandler: Processed in 0.001374593 sec. 2026.02.01 23:38:46.396099 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:38:46.396124 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:46.396247 [ 276 ] {18f5f525-dc14-4d51-9ec2-572ae8313d8f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:38:46.396260 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:46.396290 [ 276 ] {18f5f525-dc14-4d51-9ec2-572ae8313d8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:38:46.396299 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 62 rows starting from the beginning of the part 2026.02.01 23:38:46.396405 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part 2026.02.01 23:38:46.396452 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part 2026.02.01 23:38:46.396503 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2026.02.01 23:38:46.396549 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2026.02.01 23:38:46.396595 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 54 rows starting from the beginning of the part 2026.02.01 23:38:46.396702 [ 276 ] {18f5f525-dc14-4d51-9ec2-572ae8313d8f} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.396749 [ 276 ] {18f5f525-dc14-4d51-9ec2-572ae8313d8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.397087 [ 276 ] {18f5f525-dc14-4d51-9ec2-572ae8313d8f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:38:46.397342 [ 276 ] {18f5f525-dc14-4d51-9ec2-572ae8313d8f} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.397440 [ 200 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 5 columns (5 merged, 0 gathered) in 0.001403254 sec., 146801.6481691839 rows/sec., 11.31 MiB/sec. 2026.02.01 23:38:46.397478 [ 276 ] {18f5f525-dc14-4d51-9ec2-572ae8313d8f} executeQuery: Read 24 rows, 2.04 KiB in 0.001248 sec., 19230.76923076923 rows/sec., 1.60 MiB/sec. 2026.02.01 23:38:46.397525 [ 276 ] {18f5f525-dc14-4d51-9ec2-572ae8313d8f} TCPHandler: Processed in 0.001456784 sec. 2026.02.01 23:38:46.397646 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:46.397658 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 23:38:46.397745 [ 276 ] {8c7947ea-8c41-4d90-a064-b1011a4147cf} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:38:46.397795 [ 276 ] {8c7947ea-8c41-4d90-a064-b1011a4147cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:38:46.398019 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_11_2} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.398156 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_11_2} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 23:38:46.398210 [ 276 ] {8c7947ea-8c41-4d90-a064-b1011a4147cf} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.398251 [ 276 ] {8c7947ea-8c41-4d90-a064-b1011a4147cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.398279 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 23:38:46.398564 [ 276 ] {8c7947ea-8c41-4d90-a064-b1011a4147cf} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 23:38:46.398804 [ 276 ] {8c7947ea-8c41-4d90-a064-b1011a4147cf} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.398935 [ 276 ] {8c7947ea-8c41-4d90-a064-b1011a4147cf} executeQuery: Read 12 rows, 960.00 B in 0.001209 sec., 9925.558312655086 rows/sec., 775.43 KiB/sec. 2026.02.01 23:38:46.398974 [ 276 ] {8c7947ea-8c41-4d90-a064-b1011a4147cf} TCPHandler: Processed in 0.001383243 sec. 2026.02.01 23:38:46.399091 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:46.399186 [ 276 ] {530c62a3-6f6a-4152-9c24-5c0fc6f50b04} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:38:46.399227 [ 276 ] {530c62a3-6f6a-4152-9c24-5c0fc6f50b04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:38:46.399707 [ 276 ] {530c62a3-6f6a-4152-9c24-5c0fc6f50b04} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.399744 [ 276 ] {530c62a3-6f6a-4152-9c24-5c0fc6f50b04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.400068 [ 276 ] {530c62a3-6f6a-4152-9c24-5c0fc6f50b04} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 23:38:46.400291 [ 276 ] {530c62a3-6f6a-4152-9c24-5c0fc6f50b04} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.400425 [ 276 ] {530c62a3-6f6a-4152-9c24-5c0fc6f50b04} executeQuery: Read 142 rows, 11.75 KiB in 0.001257 sec., 112967.38265712012 rows/sec., 9.12 MiB/sec. 2026.02.01 23:38:46.400463 [ 276 ] {530c62a3-6f6a-4152-9c24-5c0fc6f50b04} TCPHandler: Processed in 0.001423344 sec. 2026.02.01 23:38:46.400571 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:46.400674 [ 276 ] {63092b6e-d130-4ebb-9e96-d1e5c0567d80} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:46.400720 [ 276 ] {63092b6e-d130-4ebb-9e96-d1e5c0567d80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:38:46.401141 [ 276 ] {63092b6e-d130-4ebb-9e96-d1e5c0567d80} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.401179 [ 276 ] {63092b6e-d130-4ebb-9e96-d1e5c0567d80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.401533 [ 276 ] {63092b6e-d130-4ebb-9e96-d1e5c0567d80} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 23:38:46.401765 [ 276 ] {63092b6e-d130-4ebb-9e96-d1e5c0567d80} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.401896 [ 276 ] {63092b6e-d130-4ebb-9e96-d1e5c0567d80} executeQuery: Read 199 rows, 14.61 KiB in 0.001242 sec., 160225.4428341385 rows/sec., 11.49 MiB/sec. 2026.02.01 23:38:46.401934 [ 276 ] {63092b6e-d130-4ebb-9e96-d1e5c0567d80} TCPHandler: Processed in 0.001414374 sec. 2026.02.01 23:38:46.402045 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:46.402140 [ 276 ] {1879e430-7701-4cdc-bc77-62dec69541e0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:46.402195 [ 276 ] {1879e430-7701-4cdc-bc77-62dec69541e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:38:46.403031 [ 276 ] {1879e430-7701-4cdc-bc77-62dec69541e0} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.403068 [ 276 ] {1879e430-7701-4cdc-bc77-62dec69541e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.403622 [ 276 ] {1879e430-7701-4cdc-bc77-62dec69541e0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:38:46.403849 [ 276 ] {1879e430-7701-4cdc-bc77-62dec69541e0} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.403975 [ 276 ] {1879e430-7701-4cdc-bc77-62dec69541e0} executeQuery: Read 36 rows, 66.06 KiB in 0.001871 sec., 19241.047568145375 rows/sec., 34.48 MiB/sec. 2026.02.01 23:38:46.404023 [ 276 ] {1879e430-7701-4cdc-bc77-62dec69541e0} TCPHandler: Processed in 0.002047744 sec. 2026.02.01 23:38:46.404132 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:46.404221 [ 276 ] {6ce9be67-6004-4d2a-b00d-8d7bea72734e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:38:46.404260 [ 276 ] {6ce9be67-6004-4d2a-b00d-8d7bea72734e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:38:46.404572 [ 276 ] {6ce9be67-6004-4d2a-b00d-8d7bea72734e} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.404606 [ 276 ] {6ce9be67-6004-4d2a-b00d-8d7bea72734e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.404982 [ 276 ] {6ce9be67-6004-4d2a-b00d-8d7bea72734e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 23:38:46.405214 [ 276 ] {6ce9be67-6004-4d2a-b00d-8d7bea72734e} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.405342 [ 276 ] {6ce9be67-6004-4d2a-b00d-8d7bea72734e} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.02.01 23:38:46.405378 [ 276 ] {6ce9be67-6004-4d2a-b00d-8d7bea72734e} TCPHandler: Processed in 0.001267831 sec. 2026.02.01 23:38:46.426507 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.02.01 23:38:46.443526 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:46.443580 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:46.449748 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:38:46.450473 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:46.453488 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.02.01 23:38:48.597393 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 390 2026.02.01 23:38:48.600151 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:48.600212 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:48.601545 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:38:48.601856 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:48.602250 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 390 2026.02.01 23:38:51.386250 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:51.386434 [ 276 ] {dbaa4df9-1c0e-483b-b4a4-cdf395c1a9a9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:38:51.386501 [ 276 ] {dbaa4df9-1c0e-483b-b4a4-cdf395c1a9a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:38:51.387145 [ 276 ] {dbaa4df9-1c0e-483b-b4a4-cdf395c1a9a9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:51.387195 [ 276 ] {dbaa4df9-1c0e-483b-b4a4-cdf395c1a9a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:51.387593 [ 276 ] {dbaa4df9-1c0e-483b-b4a4-cdf395c1a9a9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 23:38:51.387827 [ 276 ] {dbaa4df9-1c0e-483b-b4a4-cdf395c1a9a9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:51.387997 [ 276 ] {dbaa4df9-1c0e-483b-b4a4-cdf395c1a9a9} executeQuery: Read 64 rows, 5.19 KiB in 0.001613 sec., 39677.619342839425 rows/sec., 3.14 MiB/sec. 2026.02.01 23:38:51.388047 [ 276 ] {dbaa4df9-1c0e-483b-b4a4-cdf395c1a9a9} TCPHandler: Processed in 0.001931993 sec. 2026.02.01 23:38:51.388167 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:51.388271 [ 276 ] {80f85df3-a12d-477a-b75e-7788f038ee66} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:38:51.388315 [ 276 ] {80f85df3-a12d-477a-b75e-7788f038ee66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:38:51.388721 [ 276 ] {80f85df3-a12d-477a-b75e-7788f038ee66} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:51.388757 [ 276 ] {80f85df3-a12d-477a-b75e-7788f038ee66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:51.389068 [ 276 ] {80f85df3-a12d-477a-b75e-7788f038ee66} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:38:51.389278 [ 276 ] {80f85df3-a12d-477a-b75e-7788f038ee66} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:51.389408 [ 276 ] {80f85df3-a12d-477a-b75e-7788f038ee66} executeQuery: Read 4 rows, 308.00 B in 0.00116 sec., 3448.2758620689656 rows/sec., 259.29 KiB/sec. 2026.02.01 23:38:51.389445 [ 276 ] {80f85df3-a12d-477a-b75e-7788f038ee66} TCPHandler: Processed in 0.001332552 sec. 2026.02.01 23:38:51.389549 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:51.389645 [ 276 ] {2ff43523-cb2f-4c68-8260-24438797f84b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:38:51.389686 [ 276 ] {2ff43523-cb2f-4c68-8260-24438797f84b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:38:51.390090 [ 276 ] {2ff43523-cb2f-4c68-8260-24438797f84b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:51.390127 [ 276 ] {2ff43523-cb2f-4c68-8260-24438797f84b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:51.390436 [ 276 ] {2ff43523-cb2f-4c68-8260-24438797f84b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 23:38:51.390644 [ 276 ] {2ff43523-cb2f-4c68-8260-24438797f84b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:51.390776 [ 276 ] {2ff43523-cb2f-4c68-8260-24438797f84b} executeQuery: Read 68 rows, 5.44 KiB in 0.001149 sec., 59181.89730200174 rows/sec., 4.62 MiB/sec. 2026.02.01 23:38:51.390812 [ 276 ] {2ff43523-cb2f-4c68-8260-24438797f84b} TCPHandler: Processed in 0.001313342 sec. 2026.02.01 23:38:51.390924 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:51.391018 [ 276 ] {e886da65-1d7f-4489-840b-a4616d1ed1c7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:51.391062 [ 276 ] {e886da65-1d7f-4489-840b-a4616d1ed1c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:38:51.391453 [ 276 ] {e886da65-1d7f-4489-840b-a4616d1ed1c7} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:51.391489 [ 276 ] {e886da65-1d7f-4489-840b-a4616d1ed1c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:51.391814 [ 276 ] {e886da65-1d7f-4489-840b-a4616d1ed1c7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 23:38:51.392027 [ 276 ] {e886da65-1d7f-4489-840b-a4616d1ed1c7} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:51.392162 [ 276 ] {e886da65-1d7f-4489-840b-a4616d1ed1c7} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.02.01 23:38:51.392198 [ 276 ] {e886da65-1d7f-4489-840b-a4616d1ed1c7} TCPHandler: Processed in 0.001324762 sec. 2026.02.01 23:38:51.392321 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:51.392446 [ 276 ] {7c713b1a-d38a-4b8e-9f60-e9ce13e4ae68} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:51.392512 [ 276 ] {7c713b1a-d38a-4b8e-9f60-e9ce13e4ae68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:38:51.393369 [ 276 ] {7c713b1a-d38a-4b8e-9f60-e9ce13e4ae68} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:51.393406 [ 276 ] {7c713b1a-d38a-4b8e-9f60-e9ce13e4ae68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:51.393916 [ 276 ] {7c713b1a-d38a-4b8e-9f60-e9ce13e4ae68} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:38:51.394144 [ 276 ] {7c713b1a-d38a-4b8e-9f60-e9ce13e4ae68} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:51.394282 [ 276 ] {7c713b1a-d38a-4b8e-9f60-e9ce13e4ae68} executeQuery: Read 4 rows, 7.34 KiB in 0.001862 sec., 2148.227712137487 rows/sec., 3.85 MiB/sec. 2026.02.01 23:38:51.394343 [ 276 ] {7c713b1a-d38a-4b8e-9f60-e9ce13e4ae68} TCPHandler: Processed in 0.002084755 sec. 2026.02.01 23:38:51.394454 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:51.394550 [ 276 ] {e556ced4-4c08-43c1-bfbc-c42c493c39e0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:38:51.394592 [ 276 ] {e556ced4-4c08-43c1-bfbc-c42c493c39e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:38:51.394921 [ 276 ] {e556ced4-4c08-43c1-bfbc-c42c493c39e0} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:51.394958 [ 276 ] {e556ced4-4c08-43c1-bfbc-c42c493c39e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:51.395266 [ 276 ] {e556ced4-4c08-43c1-bfbc-c42c493c39e0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 23:38:51.395486 [ 276 ] {e556ced4-4c08-43c1-bfbc-c42c493c39e0} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:51.395619 [ 276 ] {e556ced4-4c08-43c1-bfbc-c42c493c39e0} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.02.01 23:38:51.395656 [ 276 ] {e556ced4-4c08-43c1-bfbc-c42c493c39e0} TCPHandler: Processed in 0.001252521 sec. 2026.02.01 23:38:53.516904 [ 119 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:38:53.516978 [ 119 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:38:53.603217 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6718 2026.02.01 23:38:53.603737 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:53.603782 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:53.604291 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:38:53.604533 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:53.604680 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6718 2026.02.01 23:38:53.953622 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.02.01 23:38:53.970746 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:53.970812 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:53.976923 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:38:53.977677 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:53.980607 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.02.01 23:38:56.388210 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:56.388416 [ 276 ] {eb94416c-1d35-44d7-8cc8-69201a6c3e49} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:38:56.388492 [ 276 ] {eb94416c-1d35-44d7-8cc8-69201a6c3e49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:38:56.389293 [ 276 ] {eb94416c-1d35-44d7-8cc8-69201a6c3e49} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:56.389354 [ 276 ] {eb94416c-1d35-44d7-8cc8-69201a6c3e49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:56.389784 [ 276 ] {eb94416c-1d35-44d7-8cc8-69201a6c3e49} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 23:38:56.390005 [ 276 ] {eb94416c-1d35-44d7-8cc8-69201a6c3e49} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:56.390166 [ 276 ] {eb94416c-1d35-44d7-8cc8-69201a6c3e49} executeQuery: Read 128 rows, 11.29 KiB in 0.001808 sec., 70796.46017699115 rows/sec., 6.10 MiB/sec. 2026.02.01 23:38:56.390216 [ 276 ] {eb94416c-1d35-44d7-8cc8-69201a6c3e49} TCPHandler: Processed in 0.002150666 sec. 2026.02.01 23:38:56.390355 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:56.390455 [ 276 ] {8ff3660d-8df2-4b6b-9e34-7bcbb935590f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:38:56.390498 [ 276 ] {8ff3660d-8df2-4b6b-9e34-7bcbb935590f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:38:56.390930 [ 276 ] {8ff3660d-8df2-4b6b-9e34-7bcbb935590f} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:56.390967 [ 276 ] {8ff3660d-8df2-4b6b-9e34-7bcbb935590f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:56.391257 [ 276 ] {8ff3660d-8df2-4b6b-9e34-7bcbb935590f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:38:56.391461 [ 276 ] {8ff3660d-8df2-4b6b-9e34-7bcbb935590f} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:56.391588 [ 276 ] {8ff3660d-8df2-4b6b-9e34-7bcbb935590f} executeQuery: Read 36 rows, 2.71 KiB in 0.001156 sec., 31141.86851211073 rows/sec., 2.29 MiB/sec. 2026.02.01 23:38:56.391625 [ 276 ] {8ff3660d-8df2-4b6b-9e34-7bcbb935590f} TCPHandler: Processed in 0.001320102 sec. 2026.02.01 23:38:56.391729 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:56.391822 [ 276 ] {fb5612d7-398c-47e9-a5e3-b21e301e8845} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:38:56.391863 [ 276 ] {fb5612d7-398c-47e9-a5e3-b21e301e8845} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:38:56.392277 [ 276 ] {fb5612d7-398c-47e9-a5e3-b21e301e8845} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:56.392312 [ 276 ] {fb5612d7-398c-47e9-a5e3-b21e301e8845} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:56.392601 [ 276 ] {fb5612d7-398c-47e9-a5e3-b21e301e8845} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 23:38:56.392798 [ 276 ] {fb5612d7-398c-47e9-a5e3-b21e301e8845} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:56.392921 [ 276 ] {fb5612d7-398c-47e9-a5e3-b21e301e8845} executeQuery: Read 100 rows, 8.00 KiB in 0.001118 sec., 89445.43828264758 rows/sec., 6.99 MiB/sec. 2026.02.01 23:38:56.392955 [ 276 ] {fb5612d7-398c-47e9-a5e3-b21e301e8845} TCPHandler: Processed in 0.001273241 sec. 2026.02.01 23:38:56.393067 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:56.393158 [ 276 ] {afe0d72a-5e22-45ad-b929-f767b1aad1a0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:56.393199 [ 276 ] {afe0d72a-5e22-45ad-b929-f767b1aad1a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:38:56.393594 [ 276 ] {afe0d72a-5e22-45ad-b929-f767b1aad1a0} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:56.393628 [ 276 ] {afe0d72a-5e22-45ad-b929-f767b1aad1a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:56.393953 [ 276 ] {afe0d72a-5e22-45ad-b929-f767b1aad1a0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 23:38:56.394152 [ 276 ] {afe0d72a-5e22-45ad-b929-f767b1aad1a0} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:56.394278 [ 276 ] {afe0d72a-5e22-45ad-b929-f767b1aad1a0} executeQuery: Read 160 rows, 11.41 KiB in 0.001137 sec., 140721.1961301671 rows/sec., 9.80 MiB/sec. 2026.02.01 23:38:56.394312 [ 276 ] {afe0d72a-5e22-45ad-b929-f767b1aad1a0} TCPHandler: Processed in 0.001291072 sec. 2026.02.01 23:38:56.394422 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:56.394514 [ 276 ] {8ca6858d-2332-41ba-98a1-b9999ae2b79b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:38:56.394567 [ 276 ] {8ca6858d-2332-41ba-98a1-b9999ae2b79b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:38:56.395388 [ 276 ] {8ca6858d-2332-41ba-98a1-b9999ae2b79b} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:56.395422 [ 276 ] {8ca6858d-2332-41ba-98a1-b9999ae2b79b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:56.395956 [ 276 ] {8ca6858d-2332-41ba-98a1-b9999ae2b79b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:38:56.396164 [ 276 ] {8ca6858d-2332-41ba-98a1-b9999ae2b79b} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:56.396269 [ 149 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 23:38:56.396293 [ 276 ] {8ca6858d-2332-41ba-98a1-b9999ae2b79b} executeQuery: Read 36 rows, 66.06 KiB in 0.001797 sec., 20033.38898163606 rows/sec., 35.90 MiB/sec. 2026.02.01 23:38:56.396340 [ 149 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:56.396359 [ 276 ] {8ca6858d-2332-41ba-98a1-b9999ae2b79b} TCPHandler: Processed in 0.001983533 sec. 2026.02.01 23:38:56.396364 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:56.396477 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:38:56.396493 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:38:56.396573 [ 276 ] {4ed5e7f2-4d5e-4935-af3c-32d8696eed04} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:38:56.396617 [ 276 ] {4ed5e7f2-4d5e-4935-af3c-32d8696eed04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:38:56.396779 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:56.396855 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 179 rows starting from the beginning of the part 2026.02.01 23:38:56.396941 [ 276 ] {4ed5e7f2-4d5e-4935-af3c-32d8696eed04} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:56.396981 [ 276 ] {4ed5e7f2-4d5e-4935-af3c-32d8696eed04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:56.397008 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part 2026.02.01 23:38:56.397143 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:38:56.397267 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2026.02.01 23:38:56.397285 [ 276 ] {4ed5e7f2-4d5e-4935-af3c-32d8696eed04} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 23:38:56.397389 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2026.02.01 23:38:56.397518 [ 276 ] {4ed5e7f2-4d5e-4935-af3c-32d8696eed04} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:56.397522 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part 2026.02.01 23:38:56.397655 [ 276 ] {4ed5e7f2-4d5e-4935-af3c-32d8696eed04} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.02.01 23:38:56.397693 [ 276 ] {4ed5e7f2-4d5e-4935-af3c-32d8696eed04} TCPHandler: Processed in 0.001262731 sec. 2026.02.01 23:38:56.400418 [ 190 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 19 columns (19 merged, 0 gathered) in 0.003979927 sec., 74121.96253850887 rows/sec., 132.82 MiB/sec. 2026.02.01 23:38:56.400905 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 23:38:56.401236 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_11_2} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:56.401311 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_11_2} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 23:38:56.401401 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2026.02.01 23:38:57.133112 [ 149 ] {} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.01 23:38:57.133178 [ 149 ] {} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:57.133200 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:57.133315 [ 200 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::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.02.01 23:38:57.133458 [ 200 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:57.133491 [ 200 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::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.02.01 23:38:57.133558 [ 200 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.02.01 23:38:57.133609 [ 200 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::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.02.01 23:38:57.133659 [ 200 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.02.01 23:38:57.133703 [ 200 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::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.02.01 23:38:57.134589 [ 186 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001323272 sec., 22671.075939035967 rows/sec., 1.89 MiB/sec. 2026.02.01 23:38:57.134782 [ 189 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.01 23:38:57.135091 [ 189 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_5_1} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:57.135166 [ 189 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_5_1} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.01 23:38:57.135256 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 23:38:58.602464 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 414 2026.02.01 23:38:58.604835 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:58.604876 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:58.606122 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:38:58.606401 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:58.606740 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 414 2026.02.01 23:38:59.199737 [ 147 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.01 23:38:59.199804 [ 147 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:38:59.199827 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:38:59.199952 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::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.02.01 23:38:59.200103 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:38:59.200137 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 25 rows starting from the beginning of the part 2026.02.01 23:38:59.200204 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part 2026.02.01 23:38:59.200254 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.02.01 23:38:59.200297 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part 2026.02.01 23:38:59.200341 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.02.01 23:38:59.201206 [ 193 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 529 rows, containing 5 columns (5 merged, 0 gathered) in 0.001310312 sec., 403720.6405802588 rows/sec., 29.71 MiB/sec. 2026.02.01 23:38:59.201347 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.01 23:38:59.201597 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_5_1} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:38:59.201667 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_5_1} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.01 23:38:59.201736 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.01 23:39:01.104806 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7230 2026.02.01 23:39:01.105325 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:01.105361 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:01.105953 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:39:01.106181 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:01.106311 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7230 2026.02.01 23:39:01.413699 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:01.413898 [ 276 ] {2a86c2a8-2f75-41d9-89d3-118018ea5ce7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:39:01.413972 [ 276 ] {2a86c2a8-2f75-41d9-89d3-118018ea5ce7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:39:01.414634 [ 276 ] {2a86c2a8-2f75-41d9-89d3-118018ea5ce7} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:01.414687 [ 276 ] {2a86c2a8-2f75-41d9-89d3-118018ea5ce7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:01.415066 [ 276 ] {2a86c2a8-2f75-41d9-89d3-118018ea5ce7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:39:01.415306 [ 276 ] {2a86c2a8-2f75-41d9-89d3-118018ea5ce7} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:01.415465 [ 276 ] {2a86c2a8-2f75-41d9-89d3-118018ea5ce7} executeQuery: Read 2 rows, 167.00 B in 0.001621 sec., 1233.8062924120914 rows/sec., 100.61 KiB/sec. 2026.02.01 23:39:01.415513 [ 276 ] {2a86c2a8-2f75-41d9-89d3-118018ea5ce7} TCPHandler: Processed in 0.001942993 sec. 2026.02.01 23:39:01.415632 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:01.415734 [ 276 ] {c2d59a1e-df83-4212-94aa-ad210dfacead} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:39:01.415775 [ 276 ] {c2d59a1e-df83-4212-94aa-ad210dfacead} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:39:01.416821 [ 276 ] {c2d59a1e-df83-4212-94aa-ad210dfacead} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:01.416858 [ 276 ] {c2d59a1e-df83-4212-94aa-ad210dfacead} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:01.417275 [ 276 ] {c2d59a1e-df83-4212-94aa-ad210dfacead} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 23:39:01.417486 [ 276 ] {c2d59a1e-df83-4212-94aa-ad210dfacead} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:01.417616 [ 276 ] {c2d59a1e-df83-4212-94aa-ad210dfacead} executeQuery: Read 1205 rows, 101.82 KiB in 0.001905 sec., 632545.9317585302 rows/sec., 52.20 MiB/sec. 2026.02.01 23:39:01.417652 [ 276 ] {c2d59a1e-df83-4212-94aa-ad210dfacead} TCPHandler: Processed in 0.002070814 sec. 2026.02.01 23:39:01.417760 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:01.417855 [ 276 ] {3f71dd83-26f7-4a6c-b624-4ca1f121c379} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:39:01.417895 [ 276 ] {3f71dd83-26f7-4a6c-b624-4ca1f121c379} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:39:01.418276 [ 276 ] {3f71dd83-26f7-4a6c-b624-4ca1f121c379} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:01.418312 [ 276 ] {3f71dd83-26f7-4a6c-b624-4ca1f121c379} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:01.418605 [ 276 ] {3f71dd83-26f7-4a6c-b624-4ca1f121c379} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:39:01.418810 [ 276 ] {3f71dd83-26f7-4a6c-b624-4ca1f121c379} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:01.418938 [ 276 ] {3f71dd83-26f7-4a6c-b624-4ca1f121c379} executeQuery: Read 6 rows, 451.00 B in 0.001104 sec., 5434.782608695652 rows/sec., 398.94 KiB/sec. 2026.02.01 23:39:01.418973 [ 276 ] {3f71dd83-26f7-4a6c-b624-4ca1f121c379} TCPHandler: Processed in 0.001261301 sec. 2026.02.01 23:39:01.419071 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:01.419161 [ 276 ] {20d2bde3-2791-422b-828b-450ad3ffeb4f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:39:01.419199 [ 276 ] {20d2bde3-2791-422b-828b-450ad3ffeb4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:39:01.419670 [ 276 ] {20d2bde3-2791-422b-828b-450ad3ffeb4f} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:01.419705 [ 276 ] {20d2bde3-2791-422b-828b-450ad3ffeb4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:01.420001 [ 276 ] {20d2bde3-2791-422b-828b-450ad3ffeb4f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:39:01.420214 [ 276 ] {20d2bde3-2791-422b-828b-450ad3ffeb4f} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:01.420336 [ 276 ] {20d2bde3-2791-422b-828b-450ad3ffeb4f} executeQuery: Read 228 rows, 15.81 KiB in 0.001193 sec., 191114.83654652137 rows/sec., 12.94 MiB/sec. 2026.02.01 23:39:01.420371 [ 276 ] {20d2bde3-2791-422b-828b-450ad3ffeb4f} TCPHandler: Processed in 0.001347373 sec. 2026.02.01 23:39:01.420486 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:01.420577 [ 276 ] {b662b411-ac08-4d6e-bdb1-d41cd112d220} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:39:01.420615 [ 276 ] {b662b411-ac08-4d6e-bdb1-d41cd112d220} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:39:01.421199 [ 276 ] {b662b411-ac08-4d6e-bdb1-d41cd112d220} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:01.421234 [ 276 ] {b662b411-ac08-4d6e-bdb1-d41cd112d220} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:01.421540 [ 276 ] {b662b411-ac08-4d6e-bdb1-d41cd112d220} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 23:39:01.421747 [ 276 ] {b662b411-ac08-4d6e-bdb1-d41cd112d220} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:01.421869 [ 276 ] {b662b411-ac08-4d6e-bdb1-d41cd112d220} executeQuery: Read 526 rows, 39.89 KiB in 0.00131 sec., 401526.7175572519 rows/sec., 29.73 MiB/sec. 2026.02.01 23:39:01.421904 [ 276 ] {b662b411-ac08-4d6e-bdb1-d41cd112d220} TCPHandler: Processed in 0.001465275 sec. 2026.02.01 23:39:01.422010 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:01.422101 [ 276 ] {10638f0a-addb-49d6-bcd5-5f4fdb4703bd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:01.422143 [ 276 ] {10638f0a-addb-49d6-bcd5-5f4fdb4703bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:39:01.422695 [ 276 ] {10638f0a-addb-49d6-bcd5-5f4fdb4703bd} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:01.422730 [ 276 ] {10638f0a-addb-49d6-bcd5-5f4fdb4703bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:01.423108 [ 276 ] {10638f0a-addb-49d6-bcd5-5f4fdb4703bd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 23:39:01.423315 [ 276 ] {10638f0a-addb-49d6-bcd5-5f4fdb4703bd} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:01.423438 [ 276 ] {10638f0a-addb-49d6-bcd5-5f4fdb4703bd} executeQuery: Read 845 rows, 58.24 KiB in 0.001355 sec., 623616.2361623616 rows/sec., 41.97 MiB/sec. 2026.02.01 23:39:01.423473 [ 276 ] {10638f0a-addb-49d6-bcd5-5f4fdb4703bd} TCPHandler: Processed in 0.001509176 sec. 2026.02.01 23:39:01.423582 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:01.423673 [ 276 ] {c349ee24-70cb-4a47-84df-3a6c9299bb23} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:01.423727 [ 276 ] {c349ee24-70cb-4a47-84df-3a6c9299bb23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:39:01.424431 [ 276 ] {c349ee24-70cb-4a47-84df-3a6c9299bb23} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:01.424466 [ 276 ] {c349ee24-70cb-4a47-84df-3a6c9299bb23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:01.424958 [ 276 ] {c349ee24-70cb-4a47-84df-3a6c9299bb23} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:39:01.425185 [ 276 ] {c349ee24-70cb-4a47-84df-3a6c9299bb23} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:01.425319 [ 276 ] {c349ee24-70cb-4a47-84df-3a6c9299bb23} executeQuery: Read 4 rows, 7.34 KiB in 0.001663 sec., 2405.2916416115454 rows/sec., 4.31 MiB/sec. 2026.02.01 23:39:01.425369 [ 276 ] {c349ee24-70cb-4a47-84df-3a6c9299bb23} TCPHandler: Processed in 0.00183404 sec. 2026.02.01 23:39:01.425473 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:01.425566 [ 276 ] {a39b6374-968d-44a3-bd5f-fb48ce93a603} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:39:01.425606 [ 276 ] {a39b6374-968d-44a3-bd5f-fb48ce93a603} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:39:01.425919 [ 276 ] {a39b6374-968d-44a3-bd5f-fb48ce93a603} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:01.425956 [ 276 ] {a39b6374-968d-44a3-bd5f-fb48ce93a603} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:01.426259 [ 276 ] {a39b6374-968d-44a3-bd5f-fb48ce93a603} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 23:39:01.426471 [ 276 ] {a39b6374-968d-44a3-bd5f-fb48ce93a603} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:01.426599 [ 276 ] {a39b6374-968d-44a3-bd5f-fb48ce93a603} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2026.02.01 23:39:01.426633 [ 276 ] {a39b6374-968d-44a3-bd5f-fb48ce93a603} TCPHandler: Processed in 0.00120631 sec. 2026.02.01 23:39:01.480720 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.02.01 23:39:01.496717 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:01.496760 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:01.502056 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:39:01.502755 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:01.505484 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.02.01 23:39:06.388299 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:06.388518 [ 276 ] {eb5118f5-b055-40ec-b600-078b8381007c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:39:06.388591 [ 276 ] {eb5118f5-b055-40ec-b600-078b8381007c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:39:06.389316 [ 276 ] {eb5118f5-b055-40ec-b600-078b8381007c} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:06.389357 [ 276 ] {eb5118f5-b055-40ec-b600-078b8381007c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:06.389763 [ 276 ] {eb5118f5-b055-40ec-b600-078b8381007c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 23:39:06.390001 [ 276 ] {eb5118f5-b055-40ec-b600-078b8381007c} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:06.390120 [ 135 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 23:39:06.390156 [ 276 ] {eb5118f5-b055-40ec-b600-078b8381007c} executeQuery: Read 128 rows, 11.29 KiB in 0.001693 sec., 75605.43414057886 rows/sec., 6.51 MiB/sec. 2026.02.01 23:39:06.390161 [ 135 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:06.390192 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:06.390206 [ 276 ] {eb5118f5-b055-40ec-b600-078b8381007c} TCPHandler: Processed in 0.002046914 sec. 2026.02.01 23:39:06.390329 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:39:06.390337 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:06.390474 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:06.390481 [ 276 ] {1b1e114e-952a-4513-8854-a27089c655ec} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:39:06.390515 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1406 rows starting from the beginning of the part 2026.02.01 23:39:06.390537 [ 276 ] {1b1e114e-952a-4513-8854-a27089c655ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:39:06.390587 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 251 rows starting from the beginning of the part 2026.02.01 23:39:06.390635 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:39:06.390678 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 128 rows starting from the beginning of the part 2026.02.01 23:39:06.390747 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1205 rows starting from the beginning of the part 2026.02.01 23:39:06.390812 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 128 rows starting from the beginning of the part 2026.02.01 23:39:06.390979 [ 276 ] {1b1e114e-952a-4513-8854-a27089c655ec} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:06.391021 [ 276 ] {1b1e114e-952a-4513-8854-a27089c655ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:06.391379 [ 276 ] {1b1e114e-952a-4513-8854-a27089c655ec} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:39:06.391623 [ 276 ] {1b1e114e-952a-4513-8854-a27089c655ec} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:06.391761 [ 276 ] {1b1e114e-952a-4513-8854-a27089c655ec} executeQuery: Read 36 rows, 2.71 KiB in 0.001303 sec., 27628.549501151192 rows/sec., 2.03 MiB/sec. 2026.02.01 23:39:06.391799 [ 276 ] {1b1e114e-952a-4513-8854-a27089c655ec} TCPHandler: Processed in 0.001516195 sec. 2026.02.01 23:39:06.391912 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:06.392035 [ 276 ] {8dff60e9-6f7b-4d08-a817-c69b4452e7f9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:39:06.392076 [ 276 ] {8dff60e9-6f7b-4d08-a817-c69b4452e7f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:39:06.392304 [ 193 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3182 rows, containing 5 columns (5 merged, 0 gathered) in 0.002044654 sec., 1556253.527491693 rows/sec., 136.53 MiB/sec. 2026.02.01 23:39:06.392509 [ 276 ] {8dff60e9-6f7b-4d08-a817-c69b4452e7f9} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:06.392548 [ 276 ] {8dff60e9-6f7b-4d08-a817-c69b4452e7f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:06.392607 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 23:39:06.392875 [ 276 ] {8dff60e9-6f7b-4d08-a817-c69b4452e7f9} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 23:39:06.392924 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_21_4} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:06.392992 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_21_4} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 23:39:06.393071 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.02.01 23:39:06.393099 [ 276 ] {8dff60e9-6f7b-4d08-a817-c69b4452e7f9} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:06.393187 [ 135 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 23:39:06.393211 [ 135 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:06.393226 [ 276 ] {8dff60e9-6f7b-4d08-a817-c69b4452e7f9} executeQuery: Read 100 rows, 8.00 KiB in 0.001209 sec., 82712.9859387924 rows/sec., 6.46 MiB/sec. 2026.02.01 23:39:06.393227 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:06.393262 [ 276 ] {8dff60e9-6f7b-4d08-a817-c69b4452e7f9} TCPHandler: Processed in 0.001399493 sec. 2026.02.01 23:39:06.393323 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:39:06.393374 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:06.393454 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:06.393474 [ 276 ] {d4e648c4-3309-4edd-90a6-4f4bd20bb0cf} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:06.393492 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 632 rows starting from the beginning of the part 2026.02.01 23:39:06.393523 [ 276 ] {d4e648c4-3309-4edd-90a6-4f4bd20bb0cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:39:06.393566 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 142 rows starting from the beginning of the part 2026.02.01 23:39:06.393618 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 68 rows starting from the beginning of the part 2026.02.01 23:39:06.393659 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 100 rows starting from the beginning of the part 2026.02.01 23:39:06.393699 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 526 rows starting from the beginning of the part 2026.02.01 23:39:06.393743 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 100 rows starting from the beginning of the part 2026.02.01 23:39:06.393949 [ 276 ] {d4e648c4-3309-4edd-90a6-4f4bd20bb0cf} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:06.393990 [ 276 ] {d4e648c4-3309-4edd-90a6-4f4bd20bb0cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:06.394346 [ 276 ] {d4e648c4-3309-4edd-90a6-4f4bd20bb0cf} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 23:39:06.394580 [ 276 ] {d4e648c4-3309-4edd-90a6-4f4bd20bb0cf} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:06.394674 [ 135 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 23:39:06.394699 [ 135 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:06.394711 [ 276 ] {d4e648c4-3309-4edd-90a6-4f4bd20bb0cf} executeQuery: Read 160 rows, 11.41 KiB in 0.001256 sec., 127388.53503184713 rows/sec., 8.87 MiB/sec. 2026.02.01 23:39:06.394714 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:06.394747 [ 276 ] {d4e648c4-3309-4edd-90a6-4f4bd20bb0cf} TCPHandler: Processed in 0.001422953 sec. 2026.02.01 23:39:06.394797 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:39:06.394830 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001548096 sec., 1012857.0837984207 rows/sec., 80.73 MiB/sec. 2026.02.01 23:39:06.394860 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:06.394886 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:06.394916 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5226 rows starting from the beginning of the part 2026.02.01 23:39:06.394958 [ 276 ] {4564712e-ecb1-422c-ab3c-1c20603763b0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:06.394978 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 199 rows starting from the beginning of the part 2026.02.01 23:39:06.395013 [ 193 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 23:39:06.395015 [ 276 ] {4564712e-ecb1-422c-ab3c-1c20603763b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:39:06.395023 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:39:06.395084 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.02.01 23:39:06.395124 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 845 rows starting from the beginning of the part 2026.02.01 23:39:06.395166 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.02.01 23:39:06.395313 [ 193 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_21_4} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:06.395398 [ 193 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_21_4} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 23:39:06.395470 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.01 23:39:06.395881 [ 276 ] {4564712e-ecb1-422c-ab3c-1c20603763b0} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:06.395922 [ 276 ] {4564712e-ecb1-422c-ab3c-1c20603763b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:06.396495 [ 276 ] {4564712e-ecb1-422c-ab3c-1c20603763b0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:39:06.396732 [ 276 ] {4564712e-ecb1-422c-ab3c-1c20603763b0} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:06.396877 [ 276 ] {4564712e-ecb1-422c-ab3c-1c20603763b0} executeQuery: Read 36 rows, 66.06 KiB in 0.001937 sec., 18585.441404233352 rows/sec., 33.30 MiB/sec. 2026.02.01 23:39:06.396947 [ 276 ] {4564712e-ecb1-422c-ab3c-1c20603763b0} TCPHandler: Processed in 0.002136596 sec. 2026.02.01 23:39:06.397062 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:06.397157 [ 276 ] {4e7e7363-8592-48ce-b9ef-07a38c320f58} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:39:06.397199 [ 276 ] {4e7e7363-8592-48ce-b9ef-07a38c320f58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:39:06.397355 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6750 rows, containing 5 columns (5 merged, 0 gathered) in 0.002589344 sec., 2606837.8709047544 rows/sec., 178.97 MiB/sec. 2026.02.01 23:39:06.397531 [ 276 ] {4e7e7363-8592-48ce-b9ef-07a38c320f58} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:06.397571 [ 276 ] {4e7e7363-8592-48ce-b9ef-07a38c320f58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:06.397889 [ 276 ] {4e7e7363-8592-48ce-b9ef-07a38c320f58} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 23:39:06.397991 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 23:39:06.398147 [ 276 ] {4e7e7363-8592-48ce-b9ef-07a38c320f58} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:06.398261 [ 139 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 23:39:06.398291 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_21_4} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:06.398295 [ 139 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:06.398297 [ 276 ] {4e7e7363-8592-48ce-b9ef-07a38c320f58} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2026.02.01 23:39:06.398337 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:06.398372 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_21_4} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 23:39:06.398372 [ 276 ] {4e7e7363-8592-48ce-b9ef-07a38c320f58} TCPHandler: Processed in 0.001357893 sec. 2026.02.01 23:39:06.398398 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:39:06.398457 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. 2026.02.01 23:39:06.398478 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:06.398509 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 900 rows starting from the beginning of the part 2026.02.01 23:39:06.398552 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.02.01 23:39:06.398586 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:39:06.398620 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.02.01 23:39:06.398654 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:39:06.398690 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.02.01 23:39:06.399457 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1200 rows, containing 4 columns (4 merged, 0 gathered) in 0.001084778 sec., 1106217.124609828 rows/sec., 74.55 MiB/sec. 2026.02.01 23:39:06.399619 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 23:39:06.399855 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_21_4} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:06.399916 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_21_4} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 23:39:06.399967 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.02.01 23:39:08.517024 [ 138 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:39:08.517077 [ 138 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:39:08.606472 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7678 2026.02.01 23:39:08.606983 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 442 2026.02.01 23:39:08.606995 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:08.607066 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:08.607613 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 23:39:08.607865 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:08.608008 [ 138 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 23:39:08.608027 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7678 2026.02.01 23:39:08.608058 [ 138 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:08.608083 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:08.608204 [ 196 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:39:08.608341 [ 196 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:08.608379 [ 196 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5310 rows starting from the beginning of the part 2026.02.01 23:39:08.608470 [ 196 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:39:08.608523 [ 196 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:39:08.608570 [ 196 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:39:08.608617 [ 196 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:39:08.608665 [ 196 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:39:08.609325 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:08.609382 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:08.610099 [ 189 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7678 rows, containing 4 columns (4 merged, 0 gathered) in 0.001952343 sec., 3932710.5943986275 rows/sec., 56.26 MiB/sec. 2026.02.01 23:39:08.610531 [ 199 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 23:39:08.610767 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:39:08.610833 [ 199 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_16_3} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:08.610917 [ 199 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_16_3} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 23:39:08.611017 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.02.01 23:39:08.611058 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:08.611191 [ 138 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 23:39:08.611225 [ 138 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:08.611244 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:08.611317 [ 196 ] {0f50341a-8421-48ae-95bd-5539627c3293::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.02.01 23:39:08.611453 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 442 2026.02.01 23:39:08.611831 [ 196 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:08.611986 [ 196 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part 2026.02.01 23:39:08.612354 [ 196 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part 2026.02.01 23:39:08.612710 [ 196 ] {0f50341a-8421-48ae-95bd-5539627c3293::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.02.01 23:39:08.613054 [ 196 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part 2026.02.01 23:39:08.613387 [ 196 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.02.01 23:39:08.613734 [ 196 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part 2026.02.01 23:39:08.619562 [ 189 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 442 rows, containing 72 columns (72 merged, 0 gathered) in 0.008273988 sec., 53420.4303897951 rows/sec., 48.86 MiB/sec. 2026.02.01 23:39:08.620640 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 23:39:08.621252 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_11_2} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:08.621339 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_11_2} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 23:39:08.621571 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. 2026.02.01 23:39:09.001224 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000863345 sec. 2026.02.01 23:39:09.005634 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.02.01 23:39:09.022847 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:09.022937 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:09.028556 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 23:39:09.029344 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:09.029657 [ 138 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 23:39:09.029711 [ 138 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:09.029733 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:09.029825 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:09.032644 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.02.01 23:39:09.033147 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:09.034042 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:09.037509 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:09.040899 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:09.044750 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:09.048875 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:09.053160 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:09.107621 [ 189 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.077828991 sec., 1554.6905908108201 rows/sec., 8.04 MiB/sec. 2026.02.01 23:39:09.110019 [ 194 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 23:39:09.112071 [ 194 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_16_3} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:09.112171 [ 194 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_16_3} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 23:39:09.114177 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.02.01 23:39:10.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 227.70 MiB, peak 237.65 MiB, free memory in arenas 0.00 B, will set to 236.00 MiB (RSS), difference: 8.29 MiB 2026.02.01 23:39:11.387039 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:11.387287 [ 276 ] {2a072c26-6733-4997-b40b-cc3e7b7e4263} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:39:11.387362 [ 276 ] {2a072c26-6733-4997-b40b-cc3e7b7e4263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:39:11.388074 [ 276 ] {2a072c26-6733-4997-b40b-cc3e7b7e4263} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:11.388122 [ 276 ] {2a072c26-6733-4997-b40b-cc3e7b7e4263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:11.388530 [ 276 ] {2a072c26-6733-4997-b40b-cc3e7b7e4263} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 23:39:11.388770 [ 276 ] {2a072c26-6733-4997-b40b-cc3e7b7e4263} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:11.388928 [ 276 ] {2a072c26-6733-4997-b40b-cc3e7b7e4263} executeQuery: Read 64 rows, 5.19 KiB in 0.001699 sec., 37669.21718658034 rows/sec., 2.98 MiB/sec. 2026.02.01 23:39:11.388971 [ 276 ] {2a072c26-6733-4997-b40b-cc3e7b7e4263} TCPHandler: Processed in 0.002139195 sec. 2026.02.01 23:39:11.389092 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:11.389190 [ 276 ] {adc0616f-5580-46f8-830e-eff5eb40a7fd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:39:11.389231 [ 276 ] {adc0616f-5580-46f8-830e-eff5eb40a7fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:39:11.389634 [ 276 ] {adc0616f-5580-46f8-830e-eff5eb40a7fd} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:11.389671 [ 276 ] {adc0616f-5580-46f8-830e-eff5eb40a7fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:11.389971 [ 276 ] {adc0616f-5580-46f8-830e-eff5eb40a7fd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 23:39:11.390206 [ 276 ] {adc0616f-5580-46f8-830e-eff5eb40a7fd} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:11.390319 [ 133 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 23:39:11.390337 [ 276 ] {adc0616f-5580-46f8-830e-eff5eb40a7fd} executeQuery: Read 4 rows, 308.00 B in 0.001166 sec., 3430.5317324185253 rows/sec., 257.96 KiB/sec. 2026.02.01 23:39:11.390389 [ 133 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:11.390399 [ 276 ] {adc0616f-5580-46f8-830e-eff5eb40a7fd} TCPHandler: Processed in 0.001358633 sec. 2026.02.01 23:39:11.390418 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:11.390521 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:39:11.390527 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:11.390630 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:11.390649 [ 276 ] {76411bc4-d9f0-4ee4-ab14-529805d143f1} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:39:11.390662 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 70 rows starting from the beginning of the part 2026.02.01 23:39:11.390692 [ 276 ] {76411bc4-d9f0-4ee4-ab14-529805d143f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:39:11.390730 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2026.02.01 23:39:11.390783 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part 2026.02.01 23:39:11.390830 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.02.01 23:39:11.390878 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2026.02.01 23:39:11.390923 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2026.02.01 23:39:11.391127 [ 276 ] {76411bc4-d9f0-4ee4-ab14-529805d143f1} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:11.391165 [ 276 ] {76411bc4-d9f0-4ee4-ab14-529805d143f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:11.391618 [ 276 ] {76411bc4-d9f0-4ee4-ab14-529805d143f1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 23:39:11.391694 [ 189 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 5 columns (5 merged, 0 gathered) in 0.001214541 sec., 128443.58486045345 rows/sec., 9.88 MiB/sec. 2026.02.01 23:39:11.391851 [ 276 ] {76411bc4-d9f0-4ee4-ab14-529805d143f1} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:11.391899 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 23:39:11.391988 [ 276 ] {76411bc4-d9f0-4ee4-ab14-529805d143f1} executeQuery: Read 68 rows, 5.44 KiB in 0.001358 sec., 50073.63770250368 rows/sec., 3.91 MiB/sec. 2026.02.01 23:39:11.392033 [ 276 ] {76411bc4-d9f0-4ee4-ab14-529805d143f1} TCPHandler: Processed in 0.001556646 sec. 2026.02.01 23:39:11.392153 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:11.392251 [ 276 ] {2cc8849f-627c-4cab-91ff-d5f589e71827} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:11.392256 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_16_3} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:11.392298 [ 276 ] {2cc8849f-627c-4cab-91ff-d5f589e71827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:39:11.392344 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_16_3} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 23:39:11.392441 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 23:39:11.392710 [ 276 ] {2cc8849f-627c-4cab-91ff-d5f589e71827} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:11.392751 [ 276 ] {2cc8849f-627c-4cab-91ff-d5f589e71827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:11.393097 [ 276 ] {2cc8849f-627c-4cab-91ff-d5f589e71827} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 23:39:11.393309 [ 276 ] {2cc8849f-627c-4cab-91ff-d5f589e71827} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:11.393440 [ 276 ] {2cc8849f-627c-4cab-91ff-d5f589e71827} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.02.01 23:39:11.393477 [ 276 ] {2cc8849f-627c-4cab-91ff-d5f589e71827} TCPHandler: Processed in 0.001373393 sec. 2026.02.01 23:39:11.393593 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:11.393697 [ 276 ] {2aac4a83-b886-4bc8-a449-6052e278d1ea} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:11.393756 [ 276 ] {2aac4a83-b886-4bc8-a449-6052e278d1ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:39:11.394502 [ 276 ] {2aac4a83-b886-4bc8-a449-6052e278d1ea} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:11.394541 [ 276 ] {2aac4a83-b886-4bc8-a449-6052e278d1ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:11.395064 [ 276 ] {2aac4a83-b886-4bc8-a449-6052e278d1ea} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:39:11.395311 [ 276 ] {2aac4a83-b886-4bc8-a449-6052e278d1ea} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:11.395457 [ 276 ] {2aac4a83-b886-4bc8-a449-6052e278d1ea} executeQuery: Read 4 rows, 7.34 KiB in 0.001779 sec., 2248.4541877459246 rows/sec., 4.03 MiB/sec. 2026.02.01 23:39:11.395516 [ 276 ] {2aac4a83-b886-4bc8-a449-6052e278d1ea} TCPHandler: Processed in 0.001974413 sec. 2026.02.01 23:39:11.395629 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:11.395725 [ 276 ] {dfc1e08f-3334-48f0-95fe-c1490988d438} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:39:11.395767 [ 276 ] {dfc1e08f-3334-48f0-95fe-c1490988d438} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:39:11.396104 [ 276 ] {dfc1e08f-3334-48f0-95fe-c1490988d438} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:11.396142 [ 276 ] {dfc1e08f-3334-48f0-95fe-c1490988d438} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:11.396463 [ 276 ] {dfc1e08f-3334-48f0-95fe-c1490988d438} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 23:39:11.396683 [ 276 ] {dfc1e08f-3334-48f0-95fe-c1490988d438} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:11.396815 [ 276 ] {dfc1e08f-3334-48f0-95fe-c1490988d438} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.02.01 23:39:11.396851 [ 276 ] {dfc1e08f-3334-48f0-95fe-c1490988d438} TCPHandler: Processed in 0.001273081 sec. 2026.02.01 23:39:16.015821 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55352 2026.02.01 23:39:16.015950 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.015980 [ 288 ] {} TCP-Session: cfc404ea-6ffa-45aa-966c-98b82780d794 Authenticating user 'default' from [fd00:1122:3344:101::e]:55352 2026.02.01 23:39:16.016003 [ 288 ] {} TCP-Session: cfc404ea-6ffa-45aa-966c-98b82780d794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.016017 [ 288 ] {} TCP-Session: cfc404ea-6ffa-45aa-966c-98b82780d794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.016241 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52245 2026.02.01 23:39:16.016288 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39668 2026.02.01 23:39:16.016301 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32847 2026.02.01 23:39:16.016324 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34130 2026.02.01 23:39:16.016316 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38138 2026.02.01 23:39:16.016394 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.016406 [ 288 ] {} TCP-Session: cfc404ea-6ffa-45aa-966c-98b82780d794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:16.016463 [ 292 ] {} TCP-Session: e96f779b-4ecd-457f-aa3b-b39a694dc7cf Authenticating user 'default' from [fd00:1122:3344:101::e]:39668 2026.02.01 23:39:16.016384 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.016492 [ 292 ] {} TCP-Session: e96f779b-4ecd-457f-aa3b-b39a694dc7cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.016284 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38530 2026.02.01 23:39:16.016538 [ 292 ] {} TCP-Session: e96f779b-4ecd-457f-aa3b-b39a694dc7cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.016534 [ 289 ] {} TCP-Session: 81b4ba4e-7f15-4259-bd69-34473c936b90 Authenticating user 'default' from [fd00:1122:3344:101::e]:52245 2026.02.01 23:39:16.016286 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65128 2026.02.01 23:39:16.016615 [ 289 ] {} TCP-Session: 81b4ba4e-7f15-4259-bd69-34473c936b90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.016632 [ 288 ] {c780a04f-edb2-42b1-8d83-b0d68eaa66ac} executeQuery: (from [fd00:1122:3344:101::e]:55352) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:39:16.016656 [ 289 ] {} TCP-Session: 81b4ba4e-7f15-4259-bd69-34473c936b90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.016336 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47434 2026.02.01 23:39:16.016695 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.016739 [ 293 ] {} TCP-Session: dfa6819f-f89f-454e-9595-3d3b895af08d Authenticating user 'default' from [fd00:1122:3344:101::e]:32847 2026.02.01 23:39:16.016759 [ 293 ] {} TCP-Session: dfa6819f-f89f-454e-9595-3d3b895af08d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.016776 [ 293 ] {} TCP-Session: dfa6819f-f89f-454e-9595-3d3b895af08d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.016946 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.016948 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.016976 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.016992 [ 291 ] {} TCP-Session: a82c904b-d427-4056-94c3-c939a000f4a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:65128 2026.02.01 23:39:16.017009 [ 286 ] {} TCP-Session: 28a2e379-40a3-41c8-afa6-9b799427e65d Authenticating user 'default' from [fd00:1122:3344:101::e]:47434 2026.02.01 23:39:16.017018 [ 290 ] {} TCP-Session: e18d513e-55c9-4fc5-b310-cdaf491c101f Authenticating user 'default' from [fd00:1122:3344:101::e]:38530 2026.02.01 23:39:16.017036 [ 291 ] {} TCP-Session: a82c904b-d427-4056-94c3-c939a000f4a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.017045 [ 286 ] {} TCP-Session: 28a2e379-40a3-41c8-afa6-9b799427e65d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.017048 [ 290 ] {} TCP-Session: e18d513e-55c9-4fc5-b310-cdaf491c101f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.017054 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.017080 [ 290 ] {} TCP-Session: e18d513e-55c9-4fc5-b310-cdaf491c101f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.017072 [ 286 ] {} TCP-Session: 28a2e379-40a3-41c8-afa6-9b799427e65d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.017112 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.017107 [ 275 ] {} TCP-Session: c7ebf332-1518-4868-8b4c-63da3605854a Authenticating user 'default' from [fd00:1122:3344:101::e]:34130 2026.02.01 23:39:16.017149 [ 294 ] {} TCP-Session: e4376cfb-16e4-4bbe-8e75-f5659e19d081 Authenticating user 'default' from [fd00:1122:3344:101::e]:38138 2026.02.01 23:39:16.017167 [ 275 ] {} TCP-Session: c7ebf332-1518-4868-8b4c-63da3605854a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.017183 [ 294 ] {} TCP-Session: e4376cfb-16e4-4bbe-8e75-f5659e19d081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.017192 [ 275 ] {} TCP-Session: c7ebf332-1518-4868-8b4c-63da3605854a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.017206 [ 294 ] {} TCP-Session: e4376cfb-16e4-4bbe-8e75-f5659e19d081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.017061 [ 291 ] {} TCP-Session: a82c904b-d427-4056-94c3-c939a000f4a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.017042 [ 288 ] {c780a04f-edb2-42b1-8d83-b0d68eaa66ac} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:39:16.017316 [ 288 ] {c780a04f-edb2-42b1-8d83-b0d68eaa66ac} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:39:16.017630 [ 288 ] {c780a04f-edb2-42b1-8d83-b0d68eaa66ac} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:39:16.018689 [ 305 ] {c780a04f-edb2-42b1-8d83-b0d68eaa66ac} AggregatingTransform: Aggregating 2026.02.01 23:39:16.018728 [ 305 ] {c780a04f-edb2-42b1-8d83-b0d68eaa66ac} Aggregator: Aggregation method: without_key 2026.02.01 23:39:16.018761 [ 305 ] {c780a04f-edb2-42b1-8d83-b0d68eaa66ac} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001029797 sec. (971.065 rows/sec., 37.93 KiB/sec.) 2026.02.01 23:39:16.018776 [ 305 ] {c780a04f-edb2-42b1-8d83-b0d68eaa66ac} Aggregator: Merging aggregated data 2026.02.01 23:39:16.020168 [ 288 ] {c780a04f-edb2-42b1-8d83-b0d68eaa66ac} executeQuery: Read 1 rows, 40.00 B in 0.003582 sec., 279.17364600781684 rows/sec., 10.91 KiB/sec. 2026.02.01 23:39:16.020350 [ 288 ] {c780a04f-edb2-42b1-8d83-b0d68eaa66ac} TCPHandler: Processed in 0.004091638 sec. 2026.02.01 23:39:16.020483 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.020520 [ 288 ] {} TCP-Session: cfc404ea-6ffa-45aa-966c-98b82780d794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.020534 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.020560 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.020584 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.020595 [ 289 ] {} TCP-Session: 81b4ba4e-7f15-4259-bd69-34473c936b90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.020603 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.020620 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.020650 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.020662 [ 293 ] {} TCP-Session: dfa6819f-f89f-454e-9595-3d3b895af08d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.020683 [ 291 ] {} TCP-Session: a82c904b-d427-4056-94c3-c939a000f4a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.020688 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.020705 [ 290 ] {} TCP-Session: e18d513e-55c9-4fc5-b310-cdaf491c101f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.020690 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.020741 [ 275 ] {} TCP-Session: c7ebf332-1518-4868-8b4c-63da3605854a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.020625 [ 286 ] {} TCP-Session: 28a2e379-40a3-41c8-afa6-9b799427e65d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.020785 [ 292 ] {} TCP-Session: e96f779b-4ecd-457f-aa3b-b39a694dc7cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.020609 [ 294 ] {} TCP-Session: e4376cfb-16e4-4bbe-8e75-f5659e19d081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.052756 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53698 2026.02.01 23:39:16.052841 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.052866 [ 288 ] {} TCP-Session: b2cd9349-98a7-4914-b344-afa85cd1483d Authenticating user 'default' from [fd00:1122:3344:101::e]:53698 2026.02.01 23:39:16.052886 [ 288 ] {} TCP-Session: b2cd9349-98a7-4914-b344-afa85cd1483d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.052899 [ 288 ] {} TCP-Session: b2cd9349-98a7-4914-b344-afa85cd1483d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053062 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53245 2026.02.01 23:39:16.053082 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60577 2026.02.01 23:39:16.053093 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60481 2026.02.01 23:39:16.053137 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37089 2026.02.01 23:39:16.053161 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64453 2026.02.01 23:39:16.053167 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58428 2026.02.01 23:39:16.053199 [ 288 ] {} TCP-Session: b2cd9349-98a7-4914-b344-afa85cd1483d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:16.053232 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.053241 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.053242 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.053267 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.053281 [ 275 ] {} TCP-Session: d0834163-2cec-42f6-9235-bf26554f2ae9 Authenticating user 'default' from [fd00:1122:3344:101::e]:64453 2026.02.01 23:39:16.053302 [ 291 ] {} TCP-Session: 8cac6f64-37bc-4806-9808-76408432a55b Authenticating user 'default' from [fd00:1122:3344:101::e]:60481 2026.02.01 23:39:16.053313 [ 286 ] {} TCP-Session: 701203be-fb29-44c8-9a26-56729529313e Authenticating user 'default' from [fd00:1122:3344:101::e]:58428 2026.02.01 23:39:16.053323 [ 275 ] {} TCP-Session: d0834163-2cec-42f6-9235-bf26554f2ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053335 [ 291 ] {} TCP-Session: 8cac6f64-37bc-4806-9808-76408432a55b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053353 [ 275 ] {} TCP-Session: d0834163-2cec-42f6-9235-bf26554f2ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053346 [ 286 ] {} TCP-Session: 701203be-fb29-44c8-9a26-56729529313e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053366 [ 291 ] {} TCP-Session: 8cac6f64-37bc-4806-9808-76408432a55b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053388 [ 286 ] {} TCP-Session: 701203be-fb29-44c8-9a26-56729529313e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053269 [ 293 ] {} TCP-Session: e81ad430-e449-4204-acf5-06a4265bf00b Authenticating user 'default' from [fd00:1122:3344:101::e]:37089 2026.02.01 23:39:16.053167 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.053449 [ 293 ] {} TCP-Session: e81ad430-e449-4204-acf5-06a4265bf00b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053161 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.053467 [ 289 ] {} TCP-Session: b9f5062f-fb2a-46f6-902c-843aa73ebde1 Authenticating user 'default' from [fd00:1122:3344:101::e]:53245 2026.02.01 23:39:16.053467 [ 293 ] {} TCP-Session: e81ad430-e449-4204-acf5-06a4265bf00b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053509 [ 292 ] {} TCP-Session: 1633017b-12ef-4d38-b7c8-e9fb0d03e6a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:60577 2026.02.01 23:39:16.053511 [ 289 ] {} TCP-Session: b9f5062f-fb2a-46f6-902c-843aa73ebde1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053545 [ 292 ] {} TCP-Session: 1633017b-12ef-4d38-b7c8-e9fb0d03e6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053558 [ 289 ] {} TCP-Session: b9f5062f-fb2a-46f6-902c-843aa73ebde1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053572 [ 292 ] {} TCP-Session: 1633017b-12ef-4d38-b7c8-e9fb0d03e6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053151 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33030 2026.02.01 23:39:16.053066 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59201 2026.02.01 23:39:16.053381 [ 288 ] {a1f96a54-f613-440e-b223-299dfe179efa} executeQuery: (from [fd00:1122:3344:101::e]:53698) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:39:16.053670 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.053695 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:39:16.053710 [ 294 ] {} TCP-Session: 9007ee1c-8fa3-4401-96cb-4edd55e277db Authenticating user 'default' from [fd00:1122:3344:101::e]:33030 2026.02.01 23:39:16.053718 [ 290 ] {} TCP-Session: f906da3c-4fe9-4a55-8deb-ff2f0932ff08 Authenticating user 'default' from [fd00:1122:3344:101::e]:59201 2026.02.01 23:39:16.053729 [ 294 ] {} TCP-Session: 9007ee1c-8fa3-4401-96cb-4edd55e277db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053738 [ 290 ] {} TCP-Session: f906da3c-4fe9-4a55-8deb-ff2f0932ff08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053744 [ 294 ] {} TCP-Session: 9007ee1c-8fa3-4401-96cb-4edd55e277db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053752 [ 290 ] {} TCP-Session: f906da3c-4fe9-4a55-8deb-ff2f0932ff08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.053965 [ 288 ] {a1f96a54-f613-440e-b223-299dfe179efa} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:39:16.054034 [ 288 ] {a1f96a54-f613-440e-b223-299dfe179efa} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:39:16.054384 [ 288 ] {a1f96a54-f613-440e-b223-299dfe179efa} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:39:16.055403 [ 346 ] {a1f96a54-f613-440e-b223-299dfe179efa} AggregatingTransform: Aggregating 2026.02.01 23:39:16.055455 [ 346 ] {a1f96a54-f613-440e-b223-299dfe179efa} Aggregator: Aggregation method: without_key 2026.02.01 23:39:16.055497 [ 346 ] {a1f96a54-f613-440e-b223-299dfe179efa} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000991277 sec. (1008.800 rows/sec., 39.41 KiB/sec.) 2026.02.01 23:39:16.055519 [ 346 ] {a1f96a54-f613-440e-b223-299dfe179efa} Aggregator: Merging aggregated data 2026.02.01 23:39:16.056689 [ 288 ] {a1f96a54-f613-440e-b223-299dfe179efa} executeQuery: Read 1 rows, 40.00 B in 0.003357 sec., 297.88501638367586 rows/sec., 11.64 KiB/sec. 2026.02.01 23:39:16.056846 [ 288 ] {a1f96a54-f613-440e-b223-299dfe179efa} TCPHandler: Processed in 0.003750362 sec. 2026.02.01 23:39:16.056956 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.056986 [ 288 ] {} TCP-Session: b2cd9349-98a7-4914-b344-afa85cd1483d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.056997 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.057021 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.057037 [ 289 ] {} TCP-Session: b9f5062f-fb2a-46f6-902c-843aa73ebde1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.057050 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.057064 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.057108 [ 292 ] {} TCP-Session: 1633017b-12ef-4d38-b7c8-e9fb0d03e6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.057118 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.057141 [ 275 ] {} TCP-Session: d0834163-2cec-42f6-9235-bf26554f2ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.057134 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.057186 [ 291 ] {} TCP-Session: 8cac6f64-37bc-4806-9808-76408432a55b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.057215 [ 294 ] {} TCP-Session: 9007ee1c-8fa3-4401-96cb-4edd55e277db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.057086 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.057067 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:39:16.057265 [ 286 ] {} TCP-Session: 701203be-fb29-44c8-9a26-56729529313e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.057067 [ 290 ] {} TCP-Session: f906da3c-4fe9-4a55-8deb-ff2f0932ff08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.057295 [ 293 ] {} TCP-Session: e81ad430-e449-4204-acf5-06a4265bf00b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:39:16.108259 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8190 2026.02.01 23:39:16.108801 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:16.108851 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:16.109354 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 23:39:16.109611 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:16.109761 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8190 2026.02.01 23:39:16.390682 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:16.390868 [ 276 ] {6df40c9b-c893-4949-91eb-e2caca1f1fd7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:39:16.390937 [ 276 ] {6df40c9b-c893-4949-91eb-e2caca1f1fd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:39:16.391614 [ 276 ] {6df40c9b-c893-4949-91eb-e2caca1f1fd7} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:16.391661 [ 276 ] {6df40c9b-c893-4949-91eb-e2caca1f1fd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:16.392100 [ 276 ] {6df40c9b-c893-4949-91eb-e2caca1f1fd7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:39:16.392383 [ 276 ] {6df40c9b-c893-4949-91eb-e2caca1f1fd7} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:16.392553 [ 276 ] {6df40c9b-c893-4949-91eb-e2caca1f1fd7} executeQuery: Read 24 rows, 2.04 KiB in 0.001733 sec., 13848.817080207733 rows/sec., 1.15 MiB/sec. 2026.02.01 23:39:16.392609 [ 276 ] {6df40c9b-c893-4949-91eb-e2caca1f1fd7} TCPHandler: Processed in 0.002060624 sec. 2026.02.01 23:39:16.392767 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:16.392874 [ 276 ] {ea06a0a0-ef68-44c1-b2eb-e20c4fe8b8e9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:39:16.392920 [ 276 ] {ea06a0a0-ef68-44c1-b2eb-e20c4fe8b8e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:39:16.393494 [ 276 ] {ea06a0a0-ef68-44c1-b2eb-e20c4fe8b8e9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:16.393532 [ 276 ] {ea06a0a0-ef68-44c1-b2eb-e20c4fe8b8e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:16.393906 [ 276 ] {ea06a0a0-ef68-44c1-b2eb-e20c4fe8b8e9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 23:39:16.394132 [ 276 ] {ea06a0a0-ef68-44c1-b2eb-e20c4fe8b8e9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:16.394264 [ 276 ] {ea06a0a0-ef68-44c1-b2eb-e20c4fe8b8e9} executeQuery: Read 248 rows, 22.75 KiB in 0.001414 sec., 175388.9674681754 rows/sec., 15.71 MiB/sec. 2026.02.01 23:39:16.394302 [ 276 ] {ea06a0a0-ef68-44c1-b2eb-e20c4fe8b8e9} TCPHandler: Processed in 0.001588777 sec. 2026.02.01 23:39:16.394422 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:16.394524 [ 276 ] {093b3651-4381-4c83-bccb-0002051544ea} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:39:16.394568 [ 276 ] {093b3651-4381-4c83-bccb-0002051544ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:39:16.395004 [ 276 ] {093b3651-4381-4c83-bccb-0002051544ea} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:16.395040 [ 276 ] {093b3651-4381-4c83-bccb-0002051544ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:16.395370 [ 276 ] {093b3651-4381-4c83-bccb-0002051544ea} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 23:39:16.395597 [ 276 ] {093b3651-4381-4c83-bccb-0002051544ea} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:16.395730 [ 276 ] {093b3651-4381-4c83-bccb-0002051544ea} executeQuery: Read 48 rows, 3.67 KiB in 0.001228 sec., 39087.94788273616 rows/sec., 2.92 MiB/sec. 2026.02.01 23:39:16.395767 [ 276 ] {093b3651-4381-4c83-bccb-0002051544ea} TCPHandler: Processed in 0.001396263 sec. 2026.02.01 23:39:16.395882 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:16.395977 [ 276 ] {60a2e3a1-1074-4f27-9850-639473c970db} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:39:16.396018 [ 276 ] {60a2e3a1-1074-4f27-9850-639473c970db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:39:16.396436 [ 276 ] {60a2e3a1-1074-4f27-9850-639473c970db} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:16.396478 [ 276 ] {60a2e3a1-1074-4f27-9850-639473c970db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:16.396783 [ 276 ] {60a2e3a1-1074-4f27-9850-639473c970db} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:39:16.397002 [ 276 ] {60a2e3a1-1074-4f27-9850-639473c970db} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:16.397137 [ 276 ] {60a2e3a1-1074-4f27-9850-639473c970db} executeQuery: Read 24 rows, 2.04 KiB in 0.001179 sec., 20356.234096692115 rows/sec., 1.69 MiB/sec. 2026.02.01 23:39:16.397174 [ 276 ] {60a2e3a1-1074-4f27-9850-639473c970db} TCPHandler: Processed in 0.001341653 sec. 2026.02.01 23:39:16.397289 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:16.397385 [ 276 ] {3a7d0e5b-073b-4b13-9b94-cf6136b67839} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:39:16.397425 [ 276 ] {3a7d0e5b-073b-4b13-9b94-cf6136b67839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:39:16.397832 [ 276 ] {3a7d0e5b-073b-4b13-9b94-cf6136b67839} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:16.397867 [ 276 ] {3a7d0e5b-073b-4b13-9b94-cf6136b67839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:16.398183 [ 276 ] {3a7d0e5b-073b-4b13-9b94-cf6136b67839} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 23:39:16.398410 [ 276 ] {3a7d0e5b-073b-4b13-9b94-cf6136b67839} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:16.398534 [ 276 ] {3a7d0e5b-073b-4b13-9b94-cf6136b67839} executeQuery: Read 12 rows, 960.00 B in 0.001167 sec., 10282.776349614396 rows/sec., 803.34 KiB/sec. 2026.02.01 23:39:16.398574 [ 276 ] {3a7d0e5b-073b-4b13-9b94-cf6136b67839} TCPHandler: Processed in 0.001334162 sec. 2026.02.01 23:39:16.398692 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:16.398786 [ 276 ] {47e9f964-451e-4572-8839-366e5973f935} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:39:16.398827 [ 276 ] {47e9f964-451e-4572-8839-366e5973f935} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:39:16.399342 [ 276 ] {47e9f964-451e-4572-8839-366e5973f935} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:16.399377 [ 276 ] {47e9f964-451e-4572-8839-366e5973f935} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:16.399736 [ 276 ] {47e9f964-451e-4572-8839-366e5973f935} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 23:39:16.399964 [ 276 ] {47e9f964-451e-4572-8839-366e5973f935} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:16.400093 [ 276 ] {47e9f964-451e-4572-8839-366e5973f935} executeQuery: Read 136 rows, 11.26 KiB in 0.001324 sec., 102719.0332326284 rows/sec., 8.30 MiB/sec. 2026.02.01 23:39:16.400143 [ 276 ] {47e9f964-451e-4572-8839-366e5973f935} TCPHandler: Processed in 0.001497915 sec. 2026.02.01 23:39:16.400270 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:16.400366 [ 276 ] {38dc01c3-e939-4afe-b504-181e5d8ea7ed} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:16.400410 [ 276 ] {38dc01c3-e939-4afe-b504-181e5d8ea7ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:39:16.400860 [ 276 ] {38dc01c3-e939-4afe-b504-181e5d8ea7ed} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:16.400896 [ 276 ] {38dc01c3-e939-4afe-b504-181e5d8ea7ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:16.401276 [ 276 ] {38dc01c3-e939-4afe-b504-181e5d8ea7ed} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 23:39:16.401495 [ 276 ] {38dc01c3-e939-4afe-b504-181e5d8ea7ed} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:16.401622 [ 276 ] {38dc01c3-e939-4afe-b504-181e5d8ea7ed} executeQuery: Read 196 rows, 14.40 KiB in 0.001274 sec., 153846.15384615384 rows/sec., 11.04 MiB/sec. 2026.02.01 23:39:16.401658 [ 276 ] {38dc01c3-e939-4afe-b504-181e5d8ea7ed} TCPHandler: Processed in 0.001436844 sec. 2026.02.01 23:39:16.401773 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:16.401869 [ 276 ] {f39030d4-7d27-4dd1-9faf-5b8ba8d5adf3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:16.401923 [ 276 ] {f39030d4-7d27-4dd1-9faf-5b8ba8d5adf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:39:16.402814 [ 276 ] {f39030d4-7d27-4dd1-9faf-5b8ba8d5adf3} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:16.402849 [ 276 ] {f39030d4-7d27-4dd1-9faf-5b8ba8d5adf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:16.403487 [ 276 ] {f39030d4-7d27-4dd1-9faf-5b8ba8d5adf3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:39:16.403720 [ 276 ] {f39030d4-7d27-4dd1-9faf-5b8ba8d5adf3} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:16.403859 [ 276 ] {f39030d4-7d27-4dd1-9faf-5b8ba8d5adf3} executeQuery: Read 36 rows, 66.06 KiB in 0.002007 sec., 17937.219730941702 rows/sec., 32.14 MiB/sec. 2026.02.01 23:39:16.403912 [ 276 ] {f39030d4-7d27-4dd1-9faf-5b8ba8d5adf3} TCPHandler: Processed in 0.002188296 sec. 2026.02.01 23:39:16.404034 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:16.404131 [ 276 ] {348340f5-ef11-409f-9976-1a5bd878c677} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:39:16.404173 [ 276 ] {348340f5-ef11-409f-9976-1a5bd878c677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:39:16.404547 [ 276 ] {348340f5-ef11-409f-9976-1a5bd878c677} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:16.404582 [ 276 ] {348340f5-ef11-409f-9976-1a5bd878c677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:16.404913 [ 276 ] {348340f5-ef11-409f-9976-1a5bd878c677} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 23:39:16.405142 [ 276 ] {348340f5-ef11-409f-9976-1a5bd878c677} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:16.405269 [ 276 ] {348340f5-ef11-409f-9976-1a5bd878c677} executeQuery: Read 60 rows, 4.14 KiB in 0.001156 sec., 51903.11418685121 rows/sec., 3.50 MiB/sec. 2026.02.01 23:39:16.405304 [ 276 ] {348340f5-ef11-409f-9976-1a5bd878c677} TCPHandler: Processed in 0.001320062 sec. 2026.02.01 23:39:16.532861 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.02.01 23:39:16.548828 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:16.548901 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.01 23:39:16.555380 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 23:39:16.556242 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:16.560262 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.02.01 23:39:18.611748 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 476 2026.02.01 23:39:18.614139 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:18.614194 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:18.615446 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:39:18.615737 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:18.616099 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 476 2026.02.01 23:39:21.386341 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:21.386558 [ 276 ] {71bdd2bc-089f-4fe9-839b-e95177368d6e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:39:21.386649 [ 276 ] {71bdd2bc-089f-4fe9-839b-e95177368d6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:39:21.387443 [ 276 ] {71bdd2bc-089f-4fe9-839b-e95177368d6e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:21.387496 [ 276 ] {71bdd2bc-089f-4fe9-839b-e95177368d6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:21.387923 [ 276 ] {71bdd2bc-089f-4fe9-839b-e95177368d6e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 23:39:21.388154 [ 276 ] {71bdd2bc-089f-4fe9-839b-e95177368d6e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:21.388312 [ 276 ] {71bdd2bc-089f-4fe9-839b-e95177368d6e} executeQuery: Read 64 rows, 5.19 KiB in 0.00181 sec., 35359.11602209945 rows/sec., 2.80 MiB/sec. 2026.02.01 23:39:21.388360 [ 276 ] {71bdd2bc-089f-4fe9-839b-e95177368d6e} TCPHandler: Processed in 0.002208417 sec. 2026.02.01 23:39:21.388485 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:21.388590 [ 276 ] {b85a2cdd-5d2a-44d3-bfbc-cd0c071dad23} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:39:21.388635 [ 276 ] {b85a2cdd-5d2a-44d3-bfbc-cd0c071dad23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:39:21.389062 [ 276 ] {b85a2cdd-5d2a-44d3-bfbc-cd0c071dad23} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:21.389103 [ 276 ] {b85a2cdd-5d2a-44d3-bfbc-cd0c071dad23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:21.389428 [ 276 ] {b85a2cdd-5d2a-44d3-bfbc-cd0c071dad23} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 23:39:21.389650 [ 276 ] {b85a2cdd-5d2a-44d3-bfbc-cd0c071dad23} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:21.389786 [ 276 ] {b85a2cdd-5d2a-44d3-bfbc-cd0c071dad23} executeQuery: Read 4 rows, 308.00 B in 0.001221 sec., 3276.003276003276 rows/sec., 246.34 KiB/sec. 2026.02.01 23:39:21.389825 [ 276 ] {b85a2cdd-5d2a-44d3-bfbc-cd0c071dad23} TCPHandler: Processed in 0.001393493 sec. 2026.02.01 23:39:21.389929 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:21.390026 [ 276 ] {aef0408a-5428-44fa-a369-4e890d253dc1} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:39:21.390069 [ 276 ] {aef0408a-5428-44fa-a369-4e890d253dc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:39:21.390490 [ 276 ] {aef0408a-5428-44fa-a369-4e890d253dc1} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:21.390528 [ 276 ] {aef0408a-5428-44fa-a369-4e890d253dc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:21.390846 [ 276 ] {aef0408a-5428-44fa-a369-4e890d253dc1} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 23:39:21.391065 [ 276 ] {aef0408a-5428-44fa-a369-4e890d253dc1} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:21.391194 [ 276 ] {aef0408a-5428-44fa-a369-4e890d253dc1} executeQuery: Read 68 rows, 5.44 KiB in 0.001187 sec., 57287.27885425443 rows/sec., 4.47 MiB/sec. 2026.02.01 23:39:21.391232 [ 276 ] {aef0408a-5428-44fa-a369-4e890d253dc1} TCPHandler: Processed in 0.001353263 sec. 2026.02.01 23:39:21.391345 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:21.391442 [ 276 ] {7c84d314-c29e-4aac-bb1c-1da4d2b42a04} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:21.391487 [ 276 ] {7c84d314-c29e-4aac-bb1c-1da4d2b42a04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:39:21.391892 [ 276 ] {7c84d314-c29e-4aac-bb1c-1da4d2b42a04} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:21.391930 [ 276 ] {7c84d314-c29e-4aac-bb1c-1da4d2b42a04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:21.392281 [ 276 ] {7c84d314-c29e-4aac-bb1c-1da4d2b42a04} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 23:39:21.392492 [ 276 ] {7c84d314-c29e-4aac-bb1c-1da4d2b42a04} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:21.392623 [ 276 ] {7c84d314-c29e-4aac-bb1c-1da4d2b42a04} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2026.02.01 23:39:21.392661 [ 276 ] {7c84d314-c29e-4aac-bb1c-1da4d2b42a04} TCPHandler: Processed in 0.001366102 sec. 2026.02.01 23:39:21.392768 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:21.392871 [ 276 ] {d26df20c-c76d-4293-b4db-957740b8d89d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:21.392927 [ 276 ] {d26df20c-c76d-4293-b4db-957740b8d89d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:39:21.393696 [ 276 ] {d26df20c-c76d-4293-b4db-957740b8d89d} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:21.393733 [ 276 ] {d26df20c-c76d-4293-b4db-957740b8d89d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:21.394265 [ 276 ] {d26df20c-c76d-4293-b4db-957740b8d89d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 23:39:21.394492 [ 276 ] {d26df20c-c76d-4293-b4db-957740b8d89d} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:21.394610 [ 120 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 23:39:21.394631 [ 276 ] {d26df20c-c76d-4293-b4db-957740b8d89d} executeQuery: Read 4 rows, 7.34 KiB in 0.00178 sec., 2247.191011235955 rows/sec., 4.03 MiB/sec. 2026.02.01 23:39:21.394687 [ 120 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:21.394716 [ 276 ] {d26df20c-c76d-4293-b4db-957740b8d89d} TCPHandler: Processed in 0.001997704 sec. 2026.02.01 23:39:21.394716 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:21.394838 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:39:21.394843 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:21.394957 [ 276 ] {7115ed5e-acfc-4778-b920-8b3deb724902} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:39:21.394999 [ 276 ] {7115ed5e-acfc-4778-b920-8b3deb724902} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:39:21.395055 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:21.395112 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 295 rows starting from the beginning of the part 2026.02.01 23:39:21.395248 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2026.02.01 23:39:21.395336 [ 276 ] {7115ed5e-acfc-4778-b920-8b3deb724902} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:21.395360 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part 2026.02.01 23:39:21.395373 [ 276 ] {7115ed5e-acfc-4778-b920-8b3deb724902} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:21.395451 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part 2026.02.01 23:39:21.395542 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2026.02.01 23:39:21.395630 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2026.02.01 23:39:21.395729 [ 276 ] {7115ed5e-acfc-4778-b920-8b3deb724902} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 23:39:21.395942 [ 276 ] {7115ed5e-acfc-4778-b920-8b3deb724902} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:21.396072 [ 276 ] {7115ed5e-acfc-4778-b920-8b3deb724902} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2026.02.01 23:39:21.396108 [ 276 ] {7115ed5e-acfc-4778-b920-8b3deb724902} TCPHandler: Processed in 0.001314922 sec. 2026.02.01 23:39:21.399073 [ 192 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 379 rows, containing 19 columns (19 merged, 0 gathered) in 0.004277312 sec., 88607.05040922898 rows/sec., 158.78 MiB/sec. 2026.02.01 23:39:21.399647 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 23:39:21.399953 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_16_3} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:21.400017 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_16_3} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 23:39:21.400113 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2026.02.01 23:39:22.001170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 238.28 MiB, peak 246.59 MiB, free memory in arenas 0.00 B, will set to 239.74 MiB (RSS), difference: 1.46 MiB 2026.02.01 23:39:23.517322 [ 116 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:39:23.517397 [ 116 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:39:23.610654 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8638 2026.02.01 23:39:23.611160 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:23.611205 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:23.611712 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 23:39:23.611965 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:23.612121 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8638 2026.02.01 23:39:24.061126 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.02.01 23:39:24.077423 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:24.077491 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:24.083322 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 23:39:24.084082 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:24.086952 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.02.01 23:39:26.387830 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:26.388014 [ 276 ] {0368aabc-c686-4174-9324-7f7bf05dddcd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:39:26.388081 [ 276 ] {0368aabc-c686-4174-9324-7f7bf05dddcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:39:26.388808 [ 276 ] {0368aabc-c686-4174-9324-7f7bf05dddcd} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:26.388852 [ 276 ] {0368aabc-c686-4174-9324-7f7bf05dddcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:26.389279 [ 276 ] {0368aabc-c686-4174-9324-7f7bf05dddcd} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 23:39:26.389522 [ 276 ] {0368aabc-c686-4174-9324-7f7bf05dddcd} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:26.389695 [ 276 ] {0368aabc-c686-4174-9324-7f7bf05dddcd} executeQuery: Read 128 rows, 11.29 KiB in 0.001731 sec., 73945.69612940497 rows/sec., 6.37 MiB/sec. 2026.02.01 23:39:26.389749 [ 276 ] {0368aabc-c686-4174-9324-7f7bf05dddcd} TCPHandler: Processed in 0.002051645 sec. 2026.02.01 23:39:26.389889 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:26.389995 [ 276 ] {4e67aff7-eb60-45ed-894f-d08c3e3d28f5} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:39:26.390039 [ 276 ] {4e67aff7-eb60-45ed-894f-d08c3e3d28f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:39:26.390480 [ 276 ] {4e67aff7-eb60-45ed-894f-d08c3e3d28f5} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:26.390515 [ 276 ] {4e67aff7-eb60-45ed-894f-d08c3e3d28f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:26.390839 [ 276 ] {4e67aff7-eb60-45ed-894f-d08c3e3d28f5} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 23:39:26.391058 [ 276 ] {4e67aff7-eb60-45ed-894f-d08c3e3d28f5} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:26.391191 [ 276 ] {4e67aff7-eb60-45ed-894f-d08c3e3d28f5} executeQuery: Read 36 rows, 2.71 KiB in 0.001222 sec., 29459.901800327334 rows/sec., 2.16 MiB/sec. 2026.02.01 23:39:26.391229 [ 276 ] {4e67aff7-eb60-45ed-894f-d08c3e3d28f5} TCPHandler: Processed in 0.001395893 sec. 2026.02.01 23:39:26.391344 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:26.391442 [ 276 ] {a4805c33-ddfa-4c59-a5f4-0e2575d82ac4} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:39:26.391484 [ 276 ] {a4805c33-ddfa-4c59-a5f4-0e2575d82ac4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:39:26.391935 [ 276 ] {a4805c33-ddfa-4c59-a5f4-0e2575d82ac4} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:26.391971 [ 276 ] {a4805c33-ddfa-4c59-a5f4-0e2575d82ac4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:26.392278 [ 276 ] {a4805c33-ddfa-4c59-a5f4-0e2575d82ac4} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 23:39:26.392494 [ 276 ] {a4805c33-ddfa-4c59-a5f4-0e2575d82ac4} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:26.392628 [ 276 ] {a4805c33-ddfa-4c59-a5f4-0e2575d82ac4} executeQuery: Read 100 rows, 8.00 KiB in 0.001207 sec., 82850.04142502071 rows/sec., 6.47 MiB/sec. 2026.02.01 23:39:26.392665 [ 276 ] {a4805c33-ddfa-4c59-a5f4-0e2575d82ac4} TCPHandler: Processed in 0.001372253 sec. 2026.02.01 23:39:26.392780 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:26.392876 [ 276 ] {1ceddd12-2583-4fac-9b8b-3eea3c63b795} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:26.392923 [ 276 ] {1ceddd12-2583-4fac-9b8b-3eea3c63b795} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:39:26.393348 [ 276 ] {1ceddd12-2583-4fac-9b8b-3eea3c63b795} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:26.393383 [ 276 ] {1ceddd12-2583-4fac-9b8b-3eea3c63b795} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:26.393708 [ 276 ] {1ceddd12-2583-4fac-9b8b-3eea3c63b795} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 23:39:26.393927 [ 276 ] {1ceddd12-2583-4fac-9b8b-3eea3c63b795} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:26.394062 [ 276 ] {1ceddd12-2583-4fac-9b8b-3eea3c63b795} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.02.01 23:39:26.394099 [ 276 ] {1ceddd12-2583-4fac-9b8b-3eea3c63b795} TCPHandler: Processed in 0.001369863 sec. 2026.02.01 23:39:26.394207 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:26.394312 [ 276 ] {56f2ae53-f894-41da-9301-30be6e379fbe} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:26.394371 [ 276 ] {56f2ae53-f894-41da-9301-30be6e379fbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:39:26.395288 [ 276 ] {56f2ae53-f894-41da-9301-30be6e379fbe} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:26.395324 [ 276 ] {56f2ae53-f894-41da-9301-30be6e379fbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:26.395907 [ 276 ] {56f2ae53-f894-41da-9301-30be6e379fbe} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 23:39:26.396131 [ 276 ] {56f2ae53-f894-41da-9301-30be6e379fbe} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:26.396268 [ 276 ] {56f2ae53-f894-41da-9301-30be6e379fbe} executeQuery: Read 36 rows, 66.06 KiB in 0.001977 sec., 18209.40819423369 rows/sec., 32.63 MiB/sec. 2026.02.01 23:39:26.396329 [ 276 ] {56f2ae53-f894-41da-9301-30be6e379fbe} TCPHandler: Processed in 0.002174677 sec. 2026.02.01 23:39:26.396451 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:26.396546 [ 276 ] {d952096a-3fe4-4e3f-8c6f-03abdd0cf70d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:39:26.396587 [ 276 ] {d952096a-3fe4-4e3f-8c6f-03abdd0cf70d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:39:26.396929 [ 276 ] {d952096a-3fe4-4e3f-8c6f-03abdd0cf70d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:26.396962 [ 276 ] {d952096a-3fe4-4e3f-8c6f-03abdd0cf70d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:26.397266 [ 276 ] {d952096a-3fe4-4e3f-8c6f-03abdd0cf70d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 23:39:26.397473 [ 276 ] {d952096a-3fe4-4e3f-8c6f-03abdd0cf70d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:26.397602 [ 276 ] {d952096a-3fe4-4e3f-8c6f-03abdd0cf70d} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.02.01 23:39:26.397638 [ 276 ] {d952096a-3fe4-4e3f-8c6f-03abdd0cf70d} TCPHandler: Processed in 0.0012368 sec. 2026.02.01 23:39:28.616950 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 500 2026.02.01 23:39:28.619127 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:28.619182 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:28.620435 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:39:28.620734 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:28.621094 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 500 2026.02.01 23:39:31.113099 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9150 2026.02.01 23:39:31.113638 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.113683 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.114191 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 23:39:31.114424 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.114559 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9150 2026.02.01 23:39:31.414883 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:31.415086 [ 276 ] {406a739f-ce97-44c3-8682-dac0d972ce24} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:39:31.415163 [ 276 ] {406a739f-ce97-44c3-8682-dac0d972ce24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:39:31.415851 [ 276 ] {406a739f-ce97-44c3-8682-dac0d972ce24} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.415899 [ 276 ] {406a739f-ce97-44c3-8682-dac0d972ce24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.416290 [ 276 ] {406a739f-ce97-44c3-8682-dac0d972ce24} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:39:31.416520 [ 276 ] {406a739f-ce97-44c3-8682-dac0d972ce24} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.416680 [ 276 ] {406a739f-ce97-44c3-8682-dac0d972ce24} executeQuery: Read 10 rows, 835.00 B in 0.001648 sec., 6067.961165048544 rows/sec., 494.80 KiB/sec. 2026.02.01 23:39:31.416731 [ 276 ] {406a739f-ce97-44c3-8682-dac0d972ce24} TCPHandler: Processed in 0.001997343 sec. 2026.02.01 23:39:31.416863 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:31.416966 [ 276 ] {cdd1a9b4-7c3b-44b2-ab9e-35ad87e421cf} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:39:31.417009 [ 276 ] {cdd1a9b4-7c3b-44b2-ab9e-35ad87e421cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:39:31.418282 [ 276 ] {cdd1a9b4-7c3b-44b2-ab9e-35ad87e421cf} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.418327 [ 276 ] {cdd1a9b4-7c3b-44b2-ab9e-35ad87e421cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.418769 [ 276 ] {cdd1a9b4-7c3b-44b2-ab9e-35ad87e421cf} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 23:39:31.419000 [ 276 ] {cdd1a9b4-7c3b-44b2-ab9e-35ad87e421cf} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.419113 [ 106 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 23:39:31.419139 [ 276 ] {cdd1a9b4-7c3b-44b2-ab9e-35ad87e421cf} executeQuery: Read 1209 rows, 102.12 KiB in 0.002195 sec., 550797.2665148064 rows/sec., 45.43 MiB/sec. 2026.02.01 23:39:31.419179 [ 106 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.419191 [ 276 ] {cdd1a9b4-7c3b-44b2-ab9e-35ad87e421cf} TCPHandler: Processed in 0.002380789 sec. 2026.02.01 23:39:31.419206 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.419331 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:31.419341 [ 188 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:39:31.419436 [ 276 ] {04a5d3c2-e51c-4fb4-ad28-839e50f1f90a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:39:31.419483 [ 276 ] {04a5d3c2-e51c-4fb4-ad28-839e50f1f90a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:39:31.419502 [ 188 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:31.419545 [ 188 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1406 rows starting from the beginning of the part 2026.02.01 23:39:31.419619 [ 188 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part 2026.02.01 23:39:31.419673 [ 188 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 248 rows starting from the beginning of the part 2026.02.01 23:39:31.419724 [ 188 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:39:31.419774 [ 188 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 128 rows starting from the beginning of the part 2026.02.01 23:39:31.419819 [ 188 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1209 rows starting from the beginning of the part 2026.02.01 23:39:31.419912 [ 276 ] {04a5d3c2-e51c-4fb4-ad28-839e50f1f90a} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.419958 [ 276 ] {04a5d3c2-e51c-4fb4-ad28-839e50f1f90a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.420299 [ 276 ] {04a5d3c2-e51c-4fb4-ad28-839e50f1f90a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 23:39:31.420534 [ 276 ] {04a5d3c2-e51c-4fb4-ad28-839e50f1f90a} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.420684 [ 276 ] {04a5d3c2-e51c-4fb4-ad28-839e50f1f90a} executeQuery: Read 14 rows, 1023.00 B in 0.001271 sec., 11014.948859166012 rows/sec., 786.01 KiB/sec. 2026.02.01 23:39:31.420723 [ 276 ] {04a5d3c2-e51c-4fb4-ad28-839e50f1f90a} TCPHandler: Processed in 0.001444574 sec. 2026.02.01 23:39:31.420843 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:31.420943 [ 276 ] {7fe5d438-fd30-4eec-a2b0-a693a5d78438} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:39:31.420984 [ 276 ] {7fe5d438-fd30-4eec-a2b0-a693a5d78438} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:39:31.421337 [ 191 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3119 rows, containing 5 columns (5 merged, 0 gathered) in 0.002060414 sec., 1513773.4455308497 rows/sec., 132.51 MiB/sec. 2026.02.01 23:39:31.421581 [ 276 ] {7fe5d438-fd30-4eec-a2b0-a693a5d78438} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.421621 [ 276 ] {7fe5d438-fd30-4eec-a2b0-a693a5d78438} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.421637 [ 191 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 23:39:31.421970 [ 191 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_26_5} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.422028 [ 276 ] {7fe5d438-fd30-4eec-a2b0-a693a5d78438} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:39:31.422041 [ 191 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_26_5} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 23:39:31.422136 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.02.01 23:39:31.422244 [ 276 ] {7fe5d438-fd30-4eec-a2b0-a693a5d78438} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.422375 [ 276 ] {7fe5d438-fd30-4eec-a2b0-a693a5d78438} executeQuery: Read 228 rows, 15.81 KiB in 0.001452 sec., 157024.79338842977 rows/sec., 10.63 MiB/sec. 2026.02.01 23:39:31.422411 [ 276 ] {7fe5d438-fd30-4eec-a2b0-a693a5d78438} TCPHandler: Processed in 0.001618567 sec. 2026.02.01 23:39:31.422527 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:31.422633 [ 276 ] {441d40a5-8988-42df-86a2-7b8e66cf34ba} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:39:31.422675 [ 276 ] {441d40a5-8988-42df-86a2-7b8e66cf34ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:39:31.423336 [ 276 ] {441d40a5-8988-42df-86a2-7b8e66cf34ba} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.423372 [ 276 ] {441d40a5-8988-42df-86a2-7b8e66cf34ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.423755 [ 276 ] {441d40a5-8988-42df-86a2-7b8e66cf34ba} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 23:39:31.423977 [ 276 ] {441d40a5-8988-42df-86a2-7b8e66cf34ba} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.424091 [ 106 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 23:39:31.424113 [ 276 ] {441d40a5-8988-42df-86a2-7b8e66cf34ba} executeQuery: Read 534 rows, 40.54 KiB in 0.001506 sec., 354581.6733067729 rows/sec., 26.29 MiB/sec. 2026.02.01 23:39:31.424125 [ 106 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.424154 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.424160 [ 276 ] {441d40a5-8988-42df-86a2-7b8e66cf34ba} TCPHandler: Processed in 0.001682818 sec. 2026.02.01 23:39:31.424227 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:39:31.424289 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:31.424327 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:31.424356 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 632 rows starting from the beginning of the part 2026.02.01 23:39:31.424393 [ 276 ] {73b65874-f221-4fc9-a247-c94819e6d34e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:31.424399 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 68 rows starting from the beginning of the part 2026.02.01 23:39:31.424446 [ 276 ] {73b65874-f221-4fc9-a247-c94819e6d34e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:39:31.424454 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 136 rows starting from the beginning of the part 2026.02.01 23:39:31.424518 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 68 rows starting from the beginning of the part 2026.02.01 23:39:31.424552 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 100 rows starting from the beginning of the part 2026.02.01 23:39:31.424585 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 534 rows starting from the beginning of the part 2026.02.01 23:39:31.425120 [ 276 ] {73b65874-f221-4fc9-a247-c94819e6d34e} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.425163 [ 276 ] {73b65874-f221-4fc9-a247-c94819e6d34e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.425512 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 5 columns (5 merged, 0 gathered) in 0.001317302 sec., 1167537.8918425692 rows/sec., 93.00 MiB/sec. 2026.02.01 23:39:31.425585 [ 276 ] {73b65874-f221-4fc9-a247-c94819e6d34e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 23:39:31.425713 [ 187 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 23:39:31.425834 [ 276 ] {73b65874-f221-4fc9-a247-c94819e6d34e} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.426016 [ 187 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_26_5} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.426019 [ 106 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 23:39:31.426044 [ 276 ] {73b65874-f221-4fc9-a247-c94819e6d34e} executeQuery: Read 849 rows, 58.52 KiB in 0.001671 sec., 508078.9946140036 rows/sec., 34.20 MiB/sec. 2026.02.01 23:39:31.426061 [ 106 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.426088 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.426092 [ 187 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_26_5} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 23:39:31.426091 [ 276 ] {73b65874-f221-4fc9-a247-c94819e6d34e} TCPHandler: Processed in 0.001851581 sec. 2026.02.01 23:39:31.426194 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:39:31.426207 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.01 23:39:31.426230 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:31.426442 [ 276 ] {c402bc6f-4af2-4d7b-93b3-092a10608696} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:31.426443 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:31.426500 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6750 rows starting from the beginning of the part 2026.02.01 23:39:31.426503 [ 276 ] {c402bc6f-4af2-4d7b-93b3-092a10608696} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:39:31.426571 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.02.01 23:39:31.426622 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 196 rows starting from the beginning of the part 2026.02.01 23:39:31.426662 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:39:31.426700 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.02.01 23:39:31.426742 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 849 rows starting from the beginning of the part 2026.02.01 23:39:31.427276 [ 276 ] {c402bc6f-4af2-4d7b-93b3-092a10608696} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.427318 [ 276 ] {c402bc6f-4af2-4d7b-93b3-092a10608696} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.427878 [ 276 ] {c402bc6f-4af2-4d7b-93b3-092a10608696} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 23:39:31.428115 [ 276 ] {c402bc6f-4af2-4d7b-93b3-092a10608696} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.428271 [ 276 ] {c402bc6f-4af2-4d7b-93b3-092a10608696} executeQuery: Read 4 rows, 7.34 KiB in 0.001848 sec., 2164.5021645021643 rows/sec., 3.88 MiB/sec. 2026.02.01 23:39:31.428338 [ 276 ] {c402bc6f-4af2-4d7b-93b3-092a10608696} TCPHandler: Processed in 0.002158816 sec. 2026.02.01 23:39:31.428454 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:31.428550 [ 276 ] {9b4b343b-64c7-41af-9d0e-c2c044a59ac0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:39:31.428592 [ 276 ] {9b4b343b-64c7-41af-9d0e-c2c044a59ac0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:39:31.428931 [ 276 ] {9b4b343b-64c7-41af-9d0e-c2c044a59ac0} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.428964 [ 276 ] {9b4b343b-64c7-41af-9d0e-c2c044a59ac0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.429283 [ 276 ] {9b4b343b-64c7-41af-9d0e-c2c044a59ac0} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 23:39:31.429491 [ 276 ] {9b4b343b-64c7-41af-9d0e-c2c044a59ac0} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.429585 [ 106 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 23:39:31.429613 [ 276 ] {9b4b343b-64c7-41af-9d0e-c2c044a59ac0} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2026.02.01 23:39:31.429614 [ 106 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.429650 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.429653 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8275 rows, containing 5 columns (5 merged, 0 gathered) in 0.00356856 sec., 2318862.5103683276 rows/sec., 159.18 MiB/sec. 2026.02.01 23:39:31.429654 [ 276 ] {9b4b343b-64c7-41af-9d0e-c2c044a59ac0} TCPHandler: Processed in 0.001304302 sec. 2026.02.01 23:39:31.429720 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:39:31.429858 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:31.429879 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 23:39:31.429890 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1200 rows starting from the beginning of the part 2026.02.01 23:39:31.429958 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:39:31.430003 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.02.01 23:39:31.430047 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:39:31.430084 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.02.01 23:39:31.430125 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.02.01 23:39:31.430190 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_26_5} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.430273 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_26_5} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 23:39:31.430349 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. 2026.02.01 23:39:31.431094 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1500 rows, containing 4 columns (4 merged, 0 gathered) in 0.001344962 sec., 1115273.1452635836 rows/sec., 75.16 MiB/sec. 2026.02.01 23:39:31.431289 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 23:39:31.431539 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_26_5} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.431606 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_26_5} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 23:39:31.431676 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.02.01 23:39:31.587936 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.02.01 23:39:31.604655 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:31.604719 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:31.610817 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 23:39:31.611514 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:31.614419 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.02.01 23:39:36.388305 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:36.388527 [ 276 ] {0cd86cf4-0715-47df-9bd3-6ecb012ba674} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:39:36.388606 [ 276 ] {0cd86cf4-0715-47df-9bd3-6ecb012ba674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:39:36.389314 [ 276 ] {0cd86cf4-0715-47df-9bd3-6ecb012ba674} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:36.389367 [ 276 ] {0cd86cf4-0715-47df-9bd3-6ecb012ba674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:36.389790 [ 276 ] {0cd86cf4-0715-47df-9bd3-6ecb012ba674} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 23:39:36.390031 [ 276 ] {0cd86cf4-0715-47df-9bd3-6ecb012ba674} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:36.390195 [ 276 ] {0cd86cf4-0715-47df-9bd3-6ecb012ba674} executeQuery: Read 128 rows, 11.29 KiB in 0.001722 sec., 74332.1718931475 rows/sec., 6.40 MiB/sec. 2026.02.01 23:39:36.390245 [ 276 ] {0cd86cf4-0715-47df-9bd3-6ecb012ba674} TCPHandler: Processed in 0.002085664 sec. 2026.02.01 23:39:36.390374 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:36.390478 [ 276 ] {13c928be-3b98-4461-aee0-90ebfe1a4fdb} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:39:36.390522 [ 276 ] {13c928be-3b98-4461-aee0-90ebfe1a4fdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:39:36.390949 [ 276 ] {13c928be-3b98-4461-aee0-90ebfe1a4fdb} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:36.390989 [ 276 ] {13c928be-3b98-4461-aee0-90ebfe1a4fdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:36.391313 [ 276 ] {13c928be-3b98-4461-aee0-90ebfe1a4fdb} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 23:39:36.391535 [ 276 ] {13c928be-3b98-4461-aee0-90ebfe1a4fdb} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:36.391644 [ 102 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 23:39:36.391667 [ 276 ] {13c928be-3b98-4461-aee0-90ebfe1a4fdb} executeQuery: Read 36 rows, 2.71 KiB in 0.001213 sec., 29678.483099752677 rows/sec., 2.18 MiB/sec. 2026.02.01 23:39:36.391711 [ 102 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:36.391721 [ 276 ] {13c928be-3b98-4461-aee0-90ebfe1a4fdb} TCPHandler: Processed in 0.001400753 sec. 2026.02.01 23:39:36.391747 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:36.391857 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:36.391873 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:39:36.391957 [ 276 ] {d4d5cea6-9003-4336-99ad-1c5ae50f7cc3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:39:36.391974 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:36.391999 [ 276 ] {d4d5cea6-9003-4336-99ad-1c5ae50f7cc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:39:36.392006 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 70 rows starting from the beginning of the part 2026.02.01 23:39:36.392075 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part 2026.02.01 23:39:36.392128 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2026.02.01 23:39:36.392176 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2026.02.01 23:39:36.392220 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part 2026.02.01 23:39:36.392266 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part 2026.02.01 23:39:36.392436 [ 276 ] {d4d5cea6-9003-4336-99ad-1c5ae50f7cc3} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:36.392472 [ 276 ] {d4d5cea6-9003-4336-99ad-1c5ae50f7cc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:36.392816 [ 276 ] {d4d5cea6-9003-4336-99ad-1c5ae50f7cc3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 23:39:36.393042 [ 276 ] {d4d5cea6-9003-4336-99ad-1c5ae50f7cc3} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:36.393062 [ 200 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.00122819 sec., 169354.90437147344 rows/sec., 13.06 MiB/sec. 2026.02.01 23:39:36.393172 [ 276 ] {d4d5cea6-9003-4336-99ad-1c5ae50f7cc3} executeQuery: Read 100 rows, 8.00 KiB in 0.001234 sec., 81037.27714748784 rows/sec., 6.33 MiB/sec. 2026.02.01 23:39:36.393207 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 23:39:36.393215 [ 276 ] {d4d5cea6-9003-4336-99ad-1c5ae50f7cc3} TCPHandler: Processed in 0.001408973 sec. 2026.02.01 23:39:36.393329 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:36.393424 [ 276 ] {289c1bd2-2a4e-40b2-aca5-0a20697a9bd2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:36.393432 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_21_4} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:36.393469 [ 276 ] {289c1bd2-2a4e-40b2-aca5-0a20697a9bd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:39:36.393496 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_21_4} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 23:39:36.393553 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 23:39:36.393875 [ 276 ] {289c1bd2-2a4e-40b2-aca5-0a20697a9bd2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:36.393909 [ 276 ] {289c1bd2-2a4e-40b2-aca5-0a20697a9bd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:36.394242 [ 276 ] {289c1bd2-2a4e-40b2-aca5-0a20697a9bd2} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 23:39:36.394464 [ 276 ] {289c1bd2-2a4e-40b2-aca5-0a20697a9bd2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:36.394594 [ 276 ] {289c1bd2-2a4e-40b2-aca5-0a20697a9bd2} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.02.01 23:39:36.394631 [ 276 ] {289c1bd2-2a4e-40b2-aca5-0a20697a9bd2} TCPHandler: Processed in 0.001351593 sec. 2026.02.01 23:39:36.394732 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:36.394825 [ 276 ] {7752e51d-4a0f-4cdb-b4fd-b48dd79a7aaf} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:36.394881 [ 276 ] {7752e51d-4a0f-4cdb-b4fd-b48dd79a7aaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:39:36.395715 [ 276 ] {7752e51d-4a0f-4cdb-b4fd-b48dd79a7aaf} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:36.395752 [ 276 ] {7752e51d-4a0f-4cdb-b4fd-b48dd79a7aaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:36.396312 [ 276 ] {7752e51d-4a0f-4cdb-b4fd-b48dd79a7aaf} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 23:39:36.396564 [ 276 ] {7752e51d-4a0f-4cdb-b4fd-b48dd79a7aaf} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:36.396703 [ 276 ] {7752e51d-4a0f-4cdb-b4fd-b48dd79a7aaf} executeQuery: Read 36 rows, 66.06 KiB in 0.001896 sec., 18987.3417721519 rows/sec., 34.02 MiB/sec. 2026.02.01 23:39:36.396765 [ 276 ] {7752e51d-4a0f-4cdb-b4fd-b48dd79a7aaf} TCPHandler: Processed in 0.002083184 sec. 2026.02.01 23:39:36.396876 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:36.396972 [ 276 ] {3d4e43ad-eecd-416c-ac4f-20e21862f35a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:39:36.397015 [ 276 ] {3d4e43ad-eecd-416c-ac4f-20e21862f35a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:39:36.397345 [ 276 ] {3d4e43ad-eecd-416c-ac4f-20e21862f35a} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:36.397382 [ 276 ] {3d4e43ad-eecd-416c-ac4f-20e21862f35a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:36.397689 [ 276 ] {3d4e43ad-eecd-416c-ac4f-20e21862f35a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 23:39:36.397907 [ 276 ] {3d4e43ad-eecd-416c-ac4f-20e21862f35a} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:36.398033 [ 276 ] {3d4e43ad-eecd-416c-ac4f-20e21862f35a} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.02.01 23:39:36.398069 [ 276 ] {3d4e43ad-eecd-416c-ac4f-20e21862f35a} TCPHandler: Processed in 0.00124286 sec. 2026.02.01 23:39:38.517650 [ 100 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:39:38.517714 [ 100 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:39:38.614781 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9598 2026.02.01 23:39:38.615584 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:38.615660 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:38.616226 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 23:39:38.616481 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:38.616608 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9598 2026.02.01 23:39:38.621343 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 528 2026.02.01 23:39:38.623642 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:38.623684 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:38.624896 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:39:38.625188 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:38.625542 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 528 2026.02.01 23:39:39.114597 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.02.01 23:39:39.132210 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:39.132280 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:39.138628 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 23:39:39.139396 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:39.142679 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.02.01 23:39:41.386495 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:41.386699 [ 276 ] {bb857df7-bf5a-4b1d-ad9a-ba9bcb262120} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:39:41.386773 [ 276 ] {bb857df7-bf5a-4b1d-ad9a-ba9bcb262120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:39:41.387469 [ 276 ] {bb857df7-bf5a-4b1d-ad9a-ba9bcb262120} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:41.387516 [ 276 ] {bb857df7-bf5a-4b1d-ad9a-ba9bcb262120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:41.387915 [ 276 ] {bb857df7-bf5a-4b1d-ad9a-ba9bcb262120} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 23:39:41.388143 [ 276 ] {bb857df7-bf5a-4b1d-ad9a-ba9bcb262120} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:41.388301 [ 276 ] {bb857df7-bf5a-4b1d-ad9a-ba9bcb262120} executeQuery: Read 64 rows, 5.19 KiB in 0.001658 sec., 38600.72376357057 rows/sec., 3.06 MiB/sec. 2026.02.01 23:39:41.388344 [ 276 ] {bb857df7-bf5a-4b1d-ad9a-ba9bcb262120} TCPHandler: Processed in 0.001991843 sec. 2026.02.01 23:39:41.388465 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:41.388560 [ 276 ] {ab0b6bef-1f9f-4d70-880e-68b5ebdc5e74} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:39:41.388601 [ 276 ] {ab0b6bef-1f9f-4d70-880e-68b5ebdc5e74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:39:41.388989 [ 276 ] {ab0b6bef-1f9f-4d70-880e-68b5ebdc5e74} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:41.389026 [ 276 ] {ab0b6bef-1f9f-4d70-880e-68b5ebdc5e74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:41.389308 [ 276 ] {ab0b6bef-1f9f-4d70-880e-68b5ebdc5e74} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 23:39:41.389529 [ 276 ] {ab0b6bef-1f9f-4d70-880e-68b5ebdc5e74} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:41.389658 [ 276 ] {ab0b6bef-1f9f-4d70-880e-68b5ebdc5e74} executeQuery: Read 4 rows, 308.00 B in 0.001116 sec., 3584.2293906810037 rows/sec., 269.52 KiB/sec. 2026.02.01 23:39:41.389696 [ 276 ] {ab0b6bef-1f9f-4d70-880e-68b5ebdc5e74} TCPHandler: Processed in 0.001281291 sec. 2026.02.01 23:39:41.389798 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:41.389890 [ 276 ] {a10fb410-5475-41a8-9565-a276392565f4} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:39:41.389929 [ 276 ] {a10fb410-5475-41a8-9565-a276392565f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:39:41.390342 [ 276 ] {a10fb410-5475-41a8-9565-a276392565f4} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:41.390378 [ 276 ] {a10fb410-5475-41a8-9565-a276392565f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:41.390671 [ 276 ] {a10fb410-5475-41a8-9565-a276392565f4} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 23:39:41.390878 [ 276 ] {a10fb410-5475-41a8-9565-a276392565f4} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:41.391009 [ 276 ] {a10fb410-5475-41a8-9565-a276392565f4} executeQuery: Read 68 rows, 5.44 KiB in 0.001136 sec., 59859.15492957746 rows/sec., 4.67 MiB/sec. 2026.02.01 23:39:41.391047 [ 276 ] {a10fb410-5475-41a8-9565-a276392565f4} TCPHandler: Processed in 0.001297022 sec. 2026.02.01 23:39:41.391158 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:41.391251 [ 276 ] {eecaa0cd-5723-4e0a-af22-b341f16adcb4} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:41.391293 [ 276 ] {eecaa0cd-5723-4e0a-af22-b341f16adcb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:39:41.391694 [ 276 ] {eecaa0cd-5723-4e0a-af22-b341f16adcb4} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:41.391729 [ 276 ] {eecaa0cd-5723-4e0a-af22-b341f16adcb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:41.392059 [ 276 ] {eecaa0cd-5723-4e0a-af22-b341f16adcb4} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 23:39:41.392268 [ 276 ] {eecaa0cd-5723-4e0a-af22-b341f16adcb4} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:41.392394 [ 276 ] {eecaa0cd-5723-4e0a-af22-b341f16adcb4} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.02.01 23:39:41.392431 [ 276 ] {eecaa0cd-5723-4e0a-af22-b341f16adcb4} TCPHandler: Processed in 0.001322452 sec. 2026.02.01 23:39:41.392531 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:41.392624 [ 276 ] {5d9a8fa6-4649-4737-b30a-099e6f019c5d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:41.392678 [ 276 ] {5d9a8fa6-4649-4737-b30a-099e6f019c5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:39:41.393405 [ 276 ] {5d9a8fa6-4649-4737-b30a-099e6f019c5d} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:41.393442 [ 276 ] {5d9a8fa6-4649-4737-b30a-099e6f019c5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:41.393927 [ 276 ] {5d9a8fa6-4649-4737-b30a-099e6f019c5d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 23:39:41.394173 [ 276 ] {5d9a8fa6-4649-4737-b30a-099e6f019c5d} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:41.394308 [ 276 ] {5d9a8fa6-4649-4737-b30a-099e6f019c5d} executeQuery: Read 4 rows, 7.34 KiB in 0.001702 sec., 2350.1762632197415 rows/sec., 4.21 MiB/sec. 2026.02.01 23:39:41.394360 [ 276 ] {5d9a8fa6-4649-4737-b30a-099e6f019c5d} TCPHandler: Processed in 0.001876721 sec. 2026.02.01 23:39:41.394470 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:41.394564 [ 276 ] {3abd74e6-f8e2-4f0f-844a-0cbaa04e357e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:39:41.394604 [ 276 ] {3abd74e6-f8e2-4f0f-844a-0cbaa04e357e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:39:41.394934 [ 276 ] {3abd74e6-f8e2-4f0f-844a-0cbaa04e357e} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:41.394970 [ 276 ] {3abd74e6-f8e2-4f0f-844a-0cbaa04e357e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:41.395278 [ 276 ] {3abd74e6-f8e2-4f0f-844a-0cbaa04e357e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 23:39:41.395481 [ 276 ] {3abd74e6-f8e2-4f0f-844a-0cbaa04e357e} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:41.395607 [ 276 ] {3abd74e6-f8e2-4f0f-844a-0cbaa04e357e} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.02.01 23:39:41.395642 [ 276 ] {3abd74e6-f8e2-4f0f-844a-0cbaa04e357e} TCPHandler: Processed in 0.00121997 sec. 2026.02.01 23:39:46.116721 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10110 2026.02.01 23:39:46.117342 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.117378 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.117864 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 23:39:46.118087 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.118211 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10110 2026.02.01 23:39:46.118216 [ 93 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 23:39:46.118257 [ 93 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.118279 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.118376 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:39:46.118473 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:46.118506 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7678 rows starting from the beginning of the part 2026.02.01 23:39:46.118566 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:39:46.118609 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:39:46.118647 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:39:46.118684 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:39:46.118718 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:39:46.120459 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10110 rows, containing 4 columns (4 merged, 0 gathered) in 0.002114766 sec., 4780670.7692482285 rows/sec., 68.39 MiB/sec. 2026.02.01 23:39:46.120781 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 23:39:46.121096 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_21_4} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.121177 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_21_4} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 23:39:46.121295 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.56 MiB. 2026.02.01 23:39:46.391587 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:46.391878 [ 276 ] {db231313-5fb9-4f0c-a5c9-dc304e5b3ae7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:39:46.391990 [ 276 ] {db231313-5fb9-4f0c-a5c9-dc304e5b3ae7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:39:46.392719 [ 276 ] {db231313-5fb9-4f0c-a5c9-dc304e5b3ae7} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.392778 [ 276 ] {db231313-5fb9-4f0c-a5c9-dc304e5b3ae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.393217 [ 276 ] {db231313-5fb9-4f0c-a5c9-dc304e5b3ae7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:39:46.393449 [ 276 ] {db231313-5fb9-4f0c-a5c9-dc304e5b3ae7} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.393575 [ 92 ] {} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.01 23:39:46.393609 [ 276 ] {db231313-5fb9-4f0c-a5c9-dc304e5b3ae7} executeQuery: Read 24 rows, 2.04 KiB in 0.00181 sec., 13259.668508287294 rows/sec., 1.10 MiB/sec. 2026.02.01 23:39:46.393644 [ 92 ] {} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.393669 [ 276 ] {db231313-5fb9-4f0c-a5c9-dc304e5b3ae7} TCPHandler: Processed in 0.002277558 sec. 2026.02.01 23:39:46.393670 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.393795 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:46.393812 [ 197 ] {b350160a-bd3d-4860-8307-4ab0dae52507::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.02.01 23:39:46.393903 [ 276 ] {bce16163-e263-4839-a7dc-5b17c6a8130a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:39:46.393953 [ 276 ] {bce16163-e263-4839-a7dc-5b17c6a8130a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:39:46.393959 [ 197 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:46.394000 [ 197 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.02.01 23:39:46.394100 [ 197 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.02.01 23:39:46.394152 [ 197 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.02.01 23:39:46.394197 [ 197 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.02.01 23:39:46.394242 [ 197 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.02.01 23:39:46.394366 [ 276 ] {bce16163-e263-4839-a7dc-5b17c6a8130a} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.394410 [ 276 ] {bce16163-e263-4839-a7dc-5b17c6a8130a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.394740 [ 276 ] {bce16163-e263-4839-a7dc-5b17c6a8130a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:39:46.394971 [ 276 ] {bce16163-e263-4839-a7dc-5b17c6a8130a} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.395037 [ 191 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001281791 sec., 93619.00653070587 rows/sec., 8.12 MiB/sec. 2026.02.01 23:39:46.395106 [ 276 ] {bce16163-e263-4839-a7dc-5b17c6a8130a} executeQuery: Read 6 rows, 501.00 B in 0.001226 sec., 4893.964110929853 rows/sec., 399.07 KiB/sec. 2026.02.01 23:39:46.395145 [ 276 ] {bce16163-e263-4839-a7dc-5b17c6a8130a} TCPHandler: Processed in 0.001402383 sec. 2026.02.01 23:39:46.395183 [ 201 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.01 23:39:46.395258 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:46.395361 [ 276 ] {be660412-67bd-4599-8e77-69319614301e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:39:46.395403 [ 276 ] {be660412-67bd-4599-8e77-69319614301e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:39:46.395458 [ 201 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_5_1} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.395533 [ 201 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_5_1} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.01 23:39:46.395600 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 23:39:46.395871 [ 276 ] {be660412-67bd-4599-8e77-69319614301e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.395912 [ 276 ] {be660412-67bd-4599-8e77-69319614301e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.396245 [ 276 ] {be660412-67bd-4599-8e77-69319614301e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 23:39:46.396459 [ 276 ] {be660412-67bd-4599-8e77-69319614301e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.396589 [ 276 ] {be660412-67bd-4599-8e77-69319614301e} executeQuery: Read 251 rows, 22.97 KiB in 0.001247 sec., 201283.07939053728 rows/sec., 17.99 MiB/sec. 2026.02.01 23:39:46.396626 [ 276 ] {be660412-67bd-4599-8e77-69319614301e} TCPHandler: Processed in 0.001417814 sec. 2026.02.01 23:39:46.396733 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:46.396826 [ 276 ] {19f00081-22ca-49bc-9df3-25a08bb2c09c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:39:46.396866 [ 276 ] {19f00081-22ca-49bc-9df3-25a08bb2c09c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:39:46.397252 [ 276 ] {19f00081-22ca-49bc-9df3-25a08bb2c09c} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.397287 [ 276 ] {19f00081-22ca-49bc-9df3-25a08bb2c09c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.397577 [ 276 ] {19f00081-22ca-49bc-9df3-25a08bb2c09c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 23:39:46.397780 [ 276 ] {19f00081-22ca-49bc-9df3-25a08bb2c09c} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.397907 [ 276 ] {19f00081-22ca-49bc-9df3-25a08bb2c09c} executeQuery: Read 54 rows, 4.09 KiB in 0.001099 sec., 49135.57779799819 rows/sec., 3.63 MiB/sec. 2026.02.01 23:39:46.397944 [ 276 ] {19f00081-22ca-49bc-9df3-25a08bb2c09c} TCPHandler: Processed in 0.001260831 sec. 2026.02.01 23:39:46.398046 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:46.398139 [ 276 ] {25e90824-56d4-406c-b5b7-9d6feff85f30} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:39:46.398177 [ 276 ] {25e90824-56d4-406c-b5b7-9d6feff85f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:39:46.398545 [ 276 ] {25e90824-56d4-406c-b5b7-9d6feff85f30} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.398581 [ 276 ] {25e90824-56d4-406c-b5b7-9d6feff85f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.398870 [ 276 ] {25e90824-56d4-406c-b5b7-9d6feff85f30} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:39:46.399077 [ 276 ] {25e90824-56d4-406c-b5b7-9d6feff85f30} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.399200 [ 276 ] {25e90824-56d4-406c-b5b7-9d6feff85f30} executeQuery: Read 24 rows, 2.04 KiB in 0.001078 sec., 22263.450834879408 rows/sec., 1.85 MiB/sec. 2026.02.01 23:39:46.399237 [ 276 ] {25e90824-56d4-406c-b5b7-9d6feff85f30} TCPHandler: Processed in 0.001239961 sec. 2026.02.01 23:39:46.399353 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:46.399467 [ 276 ] {3e817ed7-33f9-4c1d-899e-baeb70db99f6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:39:46.399516 [ 276 ] {3e817ed7-33f9-4c1d-899e-baeb70db99f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:39:46.399976 [ 276 ] {3e817ed7-33f9-4c1d-899e-baeb70db99f6} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.400021 [ 276 ] {3e817ed7-33f9-4c1d-899e-baeb70db99f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.400342 [ 276 ] {3e817ed7-33f9-4c1d-899e-baeb70db99f6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 23:39:46.400566 [ 276 ] {3e817ed7-33f9-4c1d-899e-baeb70db99f6} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.400667 [ 93 ] {} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.01 23:39:46.400701 [ 276 ] {3e817ed7-33f9-4c1d-899e-baeb70db99f6} executeQuery: Read 12 rows, 960.00 B in 0.001256 sec., 9554.140127388535 rows/sec., 746.42 KiB/sec. 2026.02.01 23:39:46.400709 [ 93 ] {} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.400743 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.400747 [ 276 ] {3e817ed7-33f9-4c1d-899e-baeb70db99f6} TCPHandler: Processed in 0.001453264 sec. 2026.02.01 23:39:46.400811 [ 197 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::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.02.01 23:39:46.400860 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:46.400907 [ 197 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:46.400938 [ 197 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.02.01 23:39:46.400961 [ 276 ] {24a6d83d-cbf9-4674-b385-051ae8f86ec7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:39:46.400990 [ 197 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2026.02.01 23:39:46.401007 [ 276 ] {24a6d83d-cbf9-4674-b385-051ae8f86ec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:39:46.401037 [ 197 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.02.01 23:39:46.401082 [ 197 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::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.02.01 23:39:46.401123 [ 197 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.02.01 23:39:46.401452 [ 276 ] {24a6d83d-cbf9-4674-b385-051ae8f86ec7} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.401495 [ 276 ] {24a6d83d-cbf9-4674-b385-051ae8f86ec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.401834 [ 276 ] {24a6d83d-cbf9-4674-b385-051ae8f86ec7} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 23:39:46.401921 [ 197 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001134079 sec., 52906.36719311441 rows/sec., 4.24 MiB/sec. 2026.02.01 23:39:46.402053 [ 193 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.01 23:39:46.402103 [ 276 ] {24a6d83d-cbf9-4674-b385-051ae8f86ec7} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.402255 [ 276 ] {24a6d83d-cbf9-4674-b385-051ae8f86ec7} executeQuery: Read 142 rows, 11.75 KiB in 0.001313 sec., 108149.27646610816 rows/sec., 8.74 MiB/sec. 2026.02.01 23:39:46.402297 [ 276 ] {24a6d83d-cbf9-4674-b385-051ae8f86ec7} TCPHandler: Processed in 0.001487825 sec. 2026.02.01 23:39:46.402320 [ 193 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_5_1} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.402382 [ 193 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_5_1} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.01 23:39:46.402403 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:46.402437 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 23:39:46.402504 [ 276 ] {be962b1c-03fa-46a5-a552-4d3874072b3c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:46.402553 [ 276 ] {be962b1c-03fa-46a5-a552-4d3874072b3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:39:46.402946 [ 276 ] {be962b1c-03fa-46a5-a552-4d3874072b3c} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.402983 [ 276 ] {be962b1c-03fa-46a5-a552-4d3874072b3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.403330 [ 276 ] {be962b1c-03fa-46a5-a552-4d3874072b3c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 23:39:46.403551 [ 276 ] {be962b1c-03fa-46a5-a552-4d3874072b3c} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.403682 [ 276 ] {be962b1c-03fa-46a5-a552-4d3874072b3c} executeQuery: Read 199 rows, 14.61 KiB in 0.001196 sec., 166387.95986622074 rows/sec., 11.93 MiB/sec. 2026.02.01 23:39:46.403720 [ 276 ] {be962b1c-03fa-46a5-a552-4d3874072b3c} TCPHandler: Processed in 0.001366942 sec. 2026.02.01 23:39:46.403840 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:46.403936 [ 276 ] {7353aad9-e24e-417b-82cb-f33ec269b8a2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:46.403992 [ 276 ] {7353aad9-e24e-417b-82cb-f33ec269b8a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:39:46.404777 [ 276 ] {7353aad9-e24e-417b-82cb-f33ec269b8a2} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.404815 [ 276 ] {7353aad9-e24e-417b-82cb-f33ec269b8a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.405392 [ 276 ] {7353aad9-e24e-417b-82cb-f33ec269b8a2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 23:39:46.405629 [ 276 ] {7353aad9-e24e-417b-82cb-f33ec269b8a2} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.405742 [ 93 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 23:39:46.405771 [ 276 ] {7353aad9-e24e-417b-82cb-f33ec269b8a2} executeQuery: Read 36 rows, 66.06 KiB in 0.001853 sec., 19427.954668105773 rows/sec., 34.81 MiB/sec. 2026.02.01 23:39:46.405781 [ 93 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.405817 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.405834 [ 276 ] {7353aad9-e24e-417b-82cb-f33ec269b8a2} TCPHandler: Processed in 0.002044194 sec. 2026.02.01 23:39:46.405916 [ 195 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:39:46.405953 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:46.406049 [ 276 ] {e2d067c7-6aca-4d27-80f1-c06212453481} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:39:46.406092 [ 276 ] {e2d067c7-6aca-4d27-80f1-c06212453481} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:39:46.406128 [ 195 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:46.406178 [ 195 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 379 rows starting from the beginning of the part 2026.02.01 23:39:46.406301 [ 195 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2026.02.01 23:39:46.406408 [ 195 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2026.02.01 23:39:46.406415 [ 276 ] {e2d067c7-6aca-4d27-80f1-c06212453481} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.406453 [ 276 ] {e2d067c7-6aca-4d27-80f1-c06212453481} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.406508 [ 195 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2026.02.01 23:39:46.406605 [ 195 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part 2026.02.01 23:39:46.406699 [ 195 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part 2026.02.01 23:39:46.406771 [ 276 ] {e2d067c7-6aca-4d27-80f1-c06212453481} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 23:39:46.407022 [ 276 ] {e2d067c7-6aca-4d27-80f1-c06212453481} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.407154 [ 276 ] {e2d067c7-6aca-4d27-80f1-c06212453481} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.02.01 23:39:46.407192 [ 276 ] {e2d067c7-6aca-4d27-80f1-c06212453481} TCPHandler: Processed in 0.001290982 sec. 2026.02.01 23:39:46.410040 [ 197 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 19 columns (19 merged, 0 gathered) in 0.00417399 sec., 118591.56346804857 rows/sec., 212.51 MiB/sec. 2026.02.01 23:39:46.410858 [ 197 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 23:39:46.411196 [ 197 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_21_4} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.411265 [ 197 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_21_4} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 23:39:46.411376 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2026.02.01 23:39:46.642770 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.02.01 23:39:46.661764 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.661820 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.668112 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 23:39:46.668859 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.669207 [ 93 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 23:39:46.669277 [ 93 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:46.669312 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:46.669435 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:46.672216 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.02.01 23:39:46.673274 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:46.674731 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:46.679268 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:46.683692 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:46.688166 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:46.692508 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:46.696781 [ 191 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:39:46.750042 [ 199 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.080643308 sec., 1971.6453099865398 rows/sec., 10.20 MiB/sec. 2026.02.01 23:39:46.752567 [ 198 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 23:39:46.754631 [ 198 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_21_4} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:46.754737 [ 198 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_21_4} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 23:39:46.756706 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.02.01 23:39:47.000293 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 244.36 MiB, peak 254.93 MiB, free memory in arenas 0.00 B, will set to 247.81 MiB (RSS), difference: 3.46 MiB 2026.02.01 23:39:48.625765 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 560 2026.02.01 23:39:48.628214 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:48.628266 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:48.629555 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:39:48.629845 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:48.630216 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 560 2026.02.01 23:39:51.386737 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:51.386947 [ 276 ] {66d61a0b-1caf-4d51-af35-54d882acd1c7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:39:51.387026 [ 276 ] {66d61a0b-1caf-4d51-af35-54d882acd1c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:39:51.387696 [ 276 ] {66d61a0b-1caf-4d51-af35-54d882acd1c7} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:51.387751 [ 276 ] {66d61a0b-1caf-4d51-af35-54d882acd1c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:51.388183 [ 276 ] {66d61a0b-1caf-4d51-af35-54d882acd1c7} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 23:39:51.388436 [ 276 ] {66d61a0b-1caf-4d51-af35-54d882acd1c7} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:51.388603 [ 276 ] {66d61a0b-1caf-4d51-af35-54d882acd1c7} executeQuery: Read 64 rows, 5.19 KiB in 0.001711 sec., 37405.02630040912 rows/sec., 2.96 MiB/sec. 2026.02.01 23:39:51.388656 [ 276 ] {66d61a0b-1caf-4d51-af35-54d882acd1c7} TCPHandler: Processed in 0.002068294 sec. 2026.02.01 23:39:51.388777 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:51.388884 [ 276 ] {f91c3a4e-d8e3-47ae-b62f-0a5f30c5f387} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:39:51.388929 [ 276 ] {f91c3a4e-d8e3-47ae-b62f-0a5f30c5f387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:39:51.389344 [ 276 ] {f91c3a4e-d8e3-47ae-b62f-0a5f30c5f387} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:51.389383 [ 276 ] {f91c3a4e-d8e3-47ae-b62f-0a5f30c5f387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:51.389713 [ 276 ] {f91c3a4e-d8e3-47ae-b62f-0a5f30c5f387} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 23:39:51.389940 [ 276 ] {f91c3a4e-d8e3-47ae-b62f-0a5f30c5f387} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:51.390078 [ 276 ] {f91c3a4e-d8e3-47ae-b62f-0a5f30c5f387} executeQuery: Read 4 rows, 308.00 B in 0.001218 sec., 3284.072249589491 rows/sec., 246.95 KiB/sec. 2026.02.01 23:39:51.390117 [ 276 ] {f91c3a4e-d8e3-47ae-b62f-0a5f30c5f387} TCPHandler: Processed in 0.001393514 sec. 2026.02.01 23:39:51.390226 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:51.390323 [ 276 ] {c82c3bd6-42a1-4633-b64a-b1714966406c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:39:51.390366 [ 276 ] {c82c3bd6-42a1-4633-b64a-b1714966406c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:39:51.390778 [ 276 ] {c82c3bd6-42a1-4633-b64a-b1714966406c} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:51.390815 [ 276 ] {c82c3bd6-42a1-4633-b64a-b1714966406c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:51.391155 [ 276 ] {c82c3bd6-42a1-4633-b64a-b1714966406c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 23:39:51.391377 [ 276 ] {c82c3bd6-42a1-4633-b64a-b1714966406c} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:51.391511 [ 276 ] {c82c3bd6-42a1-4633-b64a-b1714966406c} executeQuery: Read 68 rows, 5.44 KiB in 0.001206 sec., 56384.74295190713 rows/sec., 4.40 MiB/sec. 2026.02.01 23:39:51.391549 [ 276 ] {c82c3bd6-42a1-4633-b64a-b1714966406c} TCPHandler: Processed in 0.001374313 sec. 2026.02.01 23:39:51.391660 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:51.391757 [ 276 ] {20e86aec-07b8-4ac9-8c9f-7df2b4a0ba5a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:51.391802 [ 276 ] {20e86aec-07b8-4ac9-8c9f-7df2b4a0ba5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:39:51.392241 [ 276 ] {20e86aec-07b8-4ac9-8c9f-7df2b4a0ba5a} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:51.392286 [ 276 ] {20e86aec-07b8-4ac9-8c9f-7df2b4a0ba5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:51.392708 [ 276 ] {20e86aec-07b8-4ac9-8c9f-7df2b4a0ba5a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 23:39:51.392971 [ 276 ] {20e86aec-07b8-4ac9-8c9f-7df2b4a0ba5a} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:51.393133 [ 276 ] {20e86aec-07b8-4ac9-8c9f-7df2b4a0ba5a} executeQuery: Read 160 rows, 11.41 KiB in 0.001393 sec., 114860.0143575018 rows/sec., 8.00 MiB/sec. 2026.02.01 23:39:51.393178 [ 276 ] {20e86aec-07b8-4ac9-8c9f-7df2b4a0ba5a} TCPHandler: Processed in 0.001568096 sec. 2026.02.01 23:39:51.393293 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:51.393390 [ 276 ] {71dea385-a986-43a4-911d-2b4c51a793bf} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:51.393446 [ 276 ] {71dea385-a986-43a4-911d-2b4c51a793bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:39:51.394193 [ 276 ] {71dea385-a986-43a4-911d-2b4c51a793bf} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:51.394229 [ 276 ] {71dea385-a986-43a4-911d-2b4c51a793bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:51.394765 [ 276 ] {71dea385-a986-43a4-911d-2b4c51a793bf} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 23:39:51.394988 [ 276 ] {71dea385-a986-43a4-911d-2b4c51a793bf} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:51.395128 [ 276 ] {71dea385-a986-43a4-911d-2b4c51a793bf} executeQuery: Read 4 rows, 7.34 KiB in 0.001756 sec., 2277.904328018223 rows/sec., 4.08 MiB/sec. 2026.02.01 23:39:51.395189 [ 276 ] {71dea385-a986-43a4-911d-2b4c51a793bf} TCPHandler: Processed in 0.001947313 sec. 2026.02.01 23:39:51.395301 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:51.395398 [ 276 ] {7c9319b7-3e6d-44b6-935e-25dbb3c28664} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:39:51.395441 [ 276 ] {7c9319b7-3e6d-44b6-935e-25dbb3c28664} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:39:51.395771 [ 276 ] {7c9319b7-3e6d-44b6-935e-25dbb3c28664} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:51.395805 [ 276 ] {7c9319b7-3e6d-44b6-935e-25dbb3c28664} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:51.396115 [ 276 ] {7c9319b7-3e6d-44b6-935e-25dbb3c28664} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 23:39:51.396322 [ 276 ] {7c9319b7-3e6d-44b6-935e-25dbb3c28664} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:51.396449 [ 276 ] {7c9319b7-3e6d-44b6-935e-25dbb3c28664} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.02.01 23:39:51.396484 [ 276 ] {7c9319b7-3e6d-44b6-935e-25dbb3c28664} TCPHandler: Processed in 0.001233641 sec. 2026.02.01 23:39:53.517981 [ 85 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:39:53.518064 [ 85 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:39:53.618319 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10558 2026.02.01 23:39:53.619039 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:53.619117 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:53.619677 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 23:39:53.619912 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:53.620053 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10558 2026.02.01 23:39:54.172308 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.02.01 23:39:54.189033 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:54.189100 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:54.195500 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 23:39:54.196267 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:54.199371 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.02.01 23:39:56.387675 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:56.387859 [ 276 ] {bd545f9b-2489-48ba-a251-6578b07beff1} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:39:56.387931 [ 276 ] {bd545f9b-2489-48ba-a251-6578b07beff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:39:56.388669 [ 276 ] {bd545f9b-2489-48ba-a251-6578b07beff1} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:56.388723 [ 276 ] {bd545f9b-2489-48ba-a251-6578b07beff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:56.389132 [ 276 ] {bd545f9b-2489-48ba-a251-6578b07beff1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 23:39:56.389371 [ 276 ] {bd545f9b-2489-48ba-a251-6578b07beff1} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:56.389531 [ 276 ] {bd545f9b-2489-48ba-a251-6578b07beff1} executeQuery: Read 128 rows, 11.29 KiB in 0.00172 sec., 74418.6046511628 rows/sec., 6.41 MiB/sec. 2026.02.01 23:39:56.389536 [ 80 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 23:39:56.389580 [ 276 ] {bd545f9b-2489-48ba-a251-6578b07beff1} TCPHandler: Processed in 0.002041915 sec. 2026.02.01 23:39:56.389605 [ 80 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:56.389631 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:56.389726 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:56.389726 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:39:56.389834 [ 276 ] {4d075e64-9b97-49a3-98bf-2c45c94fe873} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:39:56.389844 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:56.389874 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1406 rows starting from the beginning of the part 2026.02.01 23:39:56.389880 [ 276 ] {4d075e64-9b97-49a3-98bf-2c45c94fe873} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:39:56.389931 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 128 rows starting from the beginning of the part 2026.02.01 23:39:56.389983 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part 2026.02.01 23:39:56.390024 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 251 rows starting from the beginning of the part 2026.02.01 23:39:56.390063 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part 2026.02.01 23:39:56.390109 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 128 rows starting from the beginning of the part 2026.02.01 23:39:56.390320 [ 276 ] {4d075e64-9b97-49a3-98bf-2c45c94fe873} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:56.390356 [ 276 ] {4d075e64-9b97-49a3-98bf-2c45c94fe873} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:56.390685 [ 276 ] {4d075e64-9b97-49a3-98bf-2c45c94fe873} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 23:39:56.390904 [ 276 ] {4d075e64-9b97-49a3-98bf-2c45c94fe873} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:56.391042 [ 276 ] {4d075e64-9b97-49a3-98bf-2c45c94fe873} executeQuery: Read 36 rows, 2.71 KiB in 0.001232 sec., 29220.77922077922 rows/sec., 2.15 MiB/sec. 2026.02.01 23:39:56.391081 [ 276 ] {4d075e64-9b97-49a3-98bf-2c45c94fe873} TCPHandler: Processed in 0.001408864 sec. 2026.02.01 23:39:56.391199 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:56.391228 [ 198 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2041 rows, containing 5 columns (5 merged, 0 gathered) in 0.001537226 sec., 1327716.288951657 rows/sec., 117.37 MiB/sec. 2026.02.01 23:39:56.391296 [ 276 ] {26ff0673-52a8-4dd4-8709-68a3c94e65b4} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:39:56.391343 [ 276 ] {26ff0673-52a8-4dd4-8709-68a3c94e65b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:39:56.391435 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 23:39:56.391666 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_31_6} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:56.391728 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_31_6} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 23:39:56.391773 [ 276 ] {26ff0673-52a8-4dd4-8709-68a3c94e65b4} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:56.391790 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.02.01 23:39:56.391808 [ 276 ] {26ff0673-52a8-4dd4-8709-68a3c94e65b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:56.392115 [ 276 ] {26ff0673-52a8-4dd4-8709-68a3c94e65b4} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 23:39:56.392329 [ 276 ] {26ff0673-52a8-4dd4-8709-68a3c94e65b4} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:56.392433 [ 80 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 23:39:56.392456 [ 276 ] {26ff0673-52a8-4dd4-8709-68a3c94e65b4} executeQuery: Read 100 rows, 8.00 KiB in 0.00118 sec., 84745.7627118644 rows/sec., 6.62 MiB/sec. 2026.02.01 23:39:56.392466 [ 80 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:56.392496 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:56.392501 [ 276 ] {26ff0673-52a8-4dd4-8709-68a3c94e65b4} TCPHandler: Processed in 0.001355522 sec. 2026.02.01 23:39:56.392590 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:39:56.392622 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:56.392708 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:56.392723 [ 276 ] {ee9f37e9-8868-4c58-adf2-41dc49d4f09f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:56.392747 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 632 rows starting from the beginning of the part 2026.02.01 23:39:56.392773 [ 276 ] {ee9f37e9-8868-4c58-adf2-41dc49d4f09f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:39:56.392819 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 100 rows starting from the beginning of the part 2026.02.01 23:39:56.392871 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 68 rows starting from the beginning of the part 2026.02.01 23:39:56.392912 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 142 rows starting from the beginning of the part 2026.02.01 23:39:56.392950 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 68 rows starting from the beginning of the part 2026.02.01 23:39:56.392989 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 100 rows starting from the beginning of the part 2026.02.01 23:39:56.393176 [ 276 ] {ee9f37e9-8868-4c58-adf2-41dc49d4f09f} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:56.393217 [ 276 ] {ee9f37e9-8868-4c58-adf2-41dc49d4f09f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:56.393595 [ 276 ] {ee9f37e9-8868-4c58-adf2-41dc49d4f09f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 23:39:56.393837 [ 276 ] {ee9f37e9-8868-4c58-adf2-41dc49d4f09f} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:56.393943 [ 80 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 23:39:56.393971 [ 276 ] {ee9f37e9-8868-4c58-adf2-41dc49d4f09f} executeQuery: Read 160 rows, 11.41 KiB in 0.001266 sec., 126382.30647709321 rows/sec., 8.80 MiB/sec. 2026.02.01 23:39:56.393974 [ 80 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:56.394011 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1110 rows, containing 5 columns (5 merged, 0 gathered) in 0.001467784 sec., 756242.0628648357 rows/sec., 61.03 MiB/sec. 2026.02.01 23:39:56.394012 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:56.394016 [ 276 ] {ee9f37e9-8868-4c58-adf2-41dc49d4f09f} TCPHandler: Processed in 0.001444485 sec. 2026.02.01 23:39:56.394102 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:39:56.394165 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:56.394168 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 23:39:56.394189 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:56.394227 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8275 rows starting from the beginning of the part 2026.02.01 23:39:56.394264 [ 276 ] {be87b080-f77e-4a70-9070-bc8b78fc2c78} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:39:56.394272 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:39:56.394319 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.02.01 23:39:56.394321 [ 276 ] {be87b080-f77e-4a70-9070-bc8b78fc2c78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:39:56.394357 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 199 rows starting from the beginning of the part 2026.02.01 23:39:56.394392 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.02.01 23:39:56.394430 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:39:56.394466 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_31_6} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:56.394552 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_31_6} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 23:39:56.394634 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.02.01 23:39:56.395193 [ 276 ] {be87b080-f77e-4a70-9070-bc8b78fc2c78} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:56.395233 [ 276 ] {be87b080-f77e-4a70-9070-bc8b78fc2c78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:56.395976 [ 276 ] {be87b080-f77e-4a70-9070-bc8b78fc2c78} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 23:39:56.396213 [ 276 ] {be87b080-f77e-4a70-9070-bc8b78fc2c78} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:56.396354 [ 276 ] {be87b080-f77e-4a70-9070-bc8b78fc2c78} executeQuery: Read 36 rows, 66.06 KiB in 0.002107 sec., 17085.9041290935 rows/sec., 30.62 MiB/sec. 2026.02.01 23:39:56.396409 [ 276 ] {be87b080-f77e-4a70-9070-bc8b78fc2c78} TCPHandler: Processed in 0.002294199 sec. 2026.02.01 23:39:56.396521 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:39:56.396616 [ 276 ] {9eb4a7e2-98a9-4577-973a-75cec788a595} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:39:56.396658 [ 276 ] {9eb4a7e2-98a9-4577-973a-75cec788a595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:39:56.396992 [ 276 ] {9eb4a7e2-98a9-4577-973a-75cec788a595} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:56.397028 [ 276 ] {9eb4a7e2-98a9-4577-973a-75cec788a595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:56.397350 [ 276 ] {9eb4a7e2-98a9-4577-973a-75cec788a595} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 23:39:56.397567 [ 276 ] {9eb4a7e2-98a9-4577-973a-75cec788a595} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:56.397667 [ 80 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 23:39:56.397696 [ 80 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:56.397696 [ 276 ] {9eb4a7e2-98a9-4577-973a-75cec788a595} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.02.01 23:39:56.397713 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:56.397746 [ 276 ] {9eb4a7e2-98a9-4577-973a-75cec788a595} TCPHandler: Processed in 0.001275621 sec. 2026.02.01 23:39:56.397816 [ 194 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:39:56.397953 [ 194 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:56.397989 [ 194 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1500 rows starting from the beginning of the part 2026.02.01 23:39:56.398059 [ 194 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:39:56.398111 [ 194 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.02.01 23:39:56.398156 [ 194 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:39:56.398199 [ 194 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.02.01 23:39:56.398243 [ 194 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:39:56.398299 [ 189 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9114 rows, containing 5 columns (5 merged, 0 gathered) in 0.004217211 sec., 2161143.9408651832 rows/sec., 148.65 MiB/sec. 2026.02.01 23:39:56.398477 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 23:39:56.398730 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_31_6} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:56.398799 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_31_6} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 23:39:56.398860 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2026.02.01 23:39:56.399353 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1800 rows, containing 4 columns (4 merged, 0 gathered) in 0.001583227 sec., 1136918.4583133056 rows/sec., 76.62 MiB/sec. 2026.02.01 23:39:56.399608 [ 194 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 23:39:56.399882 [ 194 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_31_6} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:56.399960 [ 194 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_31_6} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 23:39:56.400029 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.02.01 23:39:57.000228 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 249.75 MiB, peak 256.66 MiB, free memory in arenas 0.00 B, will set to 251.29 MiB (RSS), difference: 1.54 MiB 2026.02.01 23:39:58.395893 [ 81 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.01 23:39:58.395959 [ 81 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:58.395984 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:58.396114 [ 196 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::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.02.01 23:39:58.396261 [ 196 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:58.396297 [ 196 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 253 rows starting from the beginning of the part 2026.02.01 23:39:58.396372 [ 196 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part 2026.02.01 23:39:58.396422 [ 196 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.02.01 23:39:58.396464 [ 196 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part 2026.02.01 23:39:58.396499 [ 196 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.02.01 23:39:58.397316 [ 194 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.00125727 sec., 602098.1968869057 rows/sec., 43.94 MiB/sec. 2026.02.01 23:39:58.397470 [ 196 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.01 23:39:58.397707 [ 196 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_9_2} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:58.397771 [ 196 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_9_2} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.01 23:39:58.397833 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.01 23:39:58.630469 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 584 2026.02.01 23:39:58.632840 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:58.632896 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:58.634125 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 23:39:58.634419 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:58.634582 [ 81 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 23:39:58.634639 [ 81 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:39:58.634665 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:39:58.634762 [ 192 ] {0f50341a-8421-48ae-95bd-5539627c3293::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.02.01 23:39:58.634807 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 584 2026.02.01 23:39:58.635426 [ 192 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:39:58.635594 [ 192 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 442 rows starting from the beginning of the part 2026.02.01 23:39:58.635993 [ 192 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part 2026.02.01 23:39:58.636346 [ 192 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.02.01 23:39:58.636665 [ 192 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 28 rows starting from the beginning of the part 2026.02.01 23:39:58.636989 [ 192 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part 2026.02.01 23:39:58.637319 [ 192 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.02.01 23:39:58.643355 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 72 columns (72 merged, 0 gathered) in 0.008631124 sec., 67662.10287327583 rows/sec., 58.54 MiB/sec. 2026.02.01 23:39:58.644488 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 23:39:58.645073 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_16_3} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:39:58.645153 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_16_3} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 23:39:58.645491 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. 2026.02.01 23:40:01.120164 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11070 2026.02.01 23:40:01.120725 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:01.120760 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:01.121232 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 23:40:01.121465 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:01.121592 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11070 2026.02.01 23:40:01.413230 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:01.413433 [ 276 ] {8ed752c3-4e4f-42fe-b1ed-f3e52cf7d6ad} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:40:01.413511 [ 276 ] {8ed752c3-4e4f-42fe-b1ed-f3e52cf7d6ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:40:01.414153 [ 276 ] {8ed752c3-4e4f-42fe-b1ed-f3e52cf7d6ad} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:01.414206 [ 276 ] {8ed752c3-4e4f-42fe-b1ed-f3e52cf7d6ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:01.414601 [ 276 ] {8ed752c3-4e4f-42fe-b1ed-f3e52cf7d6ad} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:40:01.414835 [ 276 ] {8ed752c3-4e4f-42fe-b1ed-f3e52cf7d6ad} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:01.414997 [ 276 ] {8ed752c3-4e4f-42fe-b1ed-f3e52cf7d6ad} executeQuery: Read 2 rows, 167.00 B in 0.001619 sec., 1235.3304508956146 rows/sec., 100.73 KiB/sec. 2026.02.01 23:40:01.415048 [ 276 ] {8ed752c3-4e4f-42fe-b1ed-f3e52cf7d6ad} TCPHandler: Processed in 0.001964043 sec. 2026.02.01 23:40:01.415175 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:01.415279 [ 276 ] {7ea9fa8c-b841-4922-bc6e-24fba430ea00} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:40:01.415325 [ 276 ] {7ea9fa8c-b841-4922-bc6e-24fba430ea00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:40:01.416557 [ 276 ] {7ea9fa8c-b841-4922-bc6e-24fba430ea00} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:01.416596 [ 276 ] {7ea9fa8c-b841-4922-bc6e-24fba430ea00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:01.416997 [ 276 ] {7ea9fa8c-b841-4922-bc6e-24fba430ea00} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 23:40:01.417219 [ 276 ] {7ea9fa8c-b841-4922-bc6e-24fba430ea00} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:01.417359 [ 276 ] {7ea9fa8c-b841-4922-bc6e-24fba430ea00} executeQuery: Read 1205 rows, 101.82 KiB in 0.002102 sec., 573263.5585156993 rows/sec., 47.31 MiB/sec. 2026.02.01 23:40:01.417398 [ 276 ] {7ea9fa8c-b841-4922-bc6e-24fba430ea00} TCPHandler: Processed in 0.002277188 sec. 2026.02.01 23:40:01.417511 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:01.417609 [ 276 ] {3c0d07cb-b97d-475e-9d84-1b78f8ef5ffc} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:40:01.417652 [ 276 ] {3c0d07cb-b97d-475e-9d84-1b78f8ef5ffc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:40:01.418040 [ 276 ] {3c0d07cb-b97d-475e-9d84-1b78f8ef5ffc} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:01.418077 [ 276 ] {3c0d07cb-b97d-475e-9d84-1b78f8ef5ffc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:01.418381 [ 276 ] {3c0d07cb-b97d-475e-9d84-1b78f8ef5ffc} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 23:40:01.418599 [ 276 ] {3c0d07cb-b97d-475e-9d84-1b78f8ef5ffc} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:01.418708 [ 77 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 23:40:01.418731 [ 276 ] {3c0d07cb-b97d-475e-9d84-1b78f8ef5ffc} executeQuery: Read 6 rows, 451.00 B in 0.00114 sec., 5263.1578947368425 rows/sec., 386.34 KiB/sec. 2026.02.01 23:40:01.418778 [ 77 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:01.418786 [ 276 ] {3c0d07cb-b97d-475e-9d84-1b78f8ef5ffc} TCPHandler: Processed in 0.001325132 sec. 2026.02.01 23:40:01.418807 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:01.418905 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:01.418946 [ 196 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:40:01.419006 [ 276 ] {b10c072b-ea28-479e-9b83-8cf92611fc70} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:40:01.419051 [ 276 ] {b10c072b-ea28-479e-9b83-8cf92611fc70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:40:01.419105 [ 196 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:01.419149 [ 196 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 70 rows starting from the beginning of the part 2026.02.01 23:40:01.419223 [ 196 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part 2026.02.01 23:40:01.419273 [ 196 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 54 rows starting from the beginning of the part 2026.02.01 23:40:01.419321 [ 196 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part 2026.02.01 23:40:01.419364 [ 196 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part 2026.02.01 23:40:01.419412 [ 196 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2026.02.01 23:40:01.419562 [ 276 ] {b10c072b-ea28-479e-9b83-8cf92611fc70} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:01.419604 [ 276 ] {b10c072b-ea28-479e-9b83-8cf92611fc70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:01.419951 [ 276 ] {b10c072b-ea28-479e-9b83-8cf92611fc70} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:40:01.420188 [ 276 ] {b10c072b-ea28-479e-9b83-8cf92611fc70} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:01.420313 [ 194 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.001429964 sec., 121681.38498591573 rows/sec., 9.38 MiB/sec. 2026.02.01 23:40:01.420322 [ 276 ] {b10c072b-ea28-479e-9b83-8cf92611fc70} executeQuery: Read 228 rows, 15.81 KiB in 0.001334 sec., 170914.5427286357 rows/sec., 11.57 MiB/sec. 2026.02.01 23:40:01.420405 [ 276 ] {b10c072b-ea28-479e-9b83-8cf92611fc70} TCPHandler: Processed in 0.001549695 sec. 2026.02.01 23:40:01.420517 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 23:40:01.420522 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:01.420633 [ 276 ] {8598aeb5-0996-46d0-9a15-b5748523836f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:40:01.420675 [ 276 ] {8598aeb5-0996-46d0-9a15-b5748523836f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:40:01.420843 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_26_5} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:01.420937 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_26_5} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 23:40:01.421048 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 23:40:01.421330 [ 276 ] {8598aeb5-0996-46d0-9a15-b5748523836f} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:01.421398 [ 276 ] {8598aeb5-0996-46d0-9a15-b5748523836f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:01.421737 [ 276 ] {8598aeb5-0996-46d0-9a15-b5748523836f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 23:40:01.421953 [ 276 ] {8598aeb5-0996-46d0-9a15-b5748523836f} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:01.422084 [ 276 ] {8598aeb5-0996-46d0-9a15-b5748523836f} executeQuery: Read 526 rows, 39.89 KiB in 0.001468 sec., 358310.6267029973 rows/sec., 26.53 MiB/sec. 2026.02.01 23:40:01.422127 [ 276 ] {8598aeb5-0996-46d0-9a15-b5748523836f} TCPHandler: Processed in 0.001655988 sec. 2026.02.01 23:40:01.422237 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:01.422333 [ 276 ] {9975e2ec-ab34-4bd4-8c77-89d9a406bc6c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:01.422377 [ 276 ] {9975e2ec-ab34-4bd4-8c77-89d9a406bc6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:40:01.423040 [ 276 ] {9975e2ec-ab34-4bd4-8c77-89d9a406bc6c} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:01.423077 [ 276 ] {9975e2ec-ab34-4bd4-8c77-89d9a406bc6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:01.423452 [ 276 ] {9975e2ec-ab34-4bd4-8c77-89d9a406bc6c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 23:40:01.423666 [ 276 ] {9975e2ec-ab34-4bd4-8c77-89d9a406bc6c} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:01.423795 [ 276 ] {9975e2ec-ab34-4bd4-8c77-89d9a406bc6c} executeQuery: Read 845 rows, 58.24 KiB in 0.00148 sec., 570945.9459459459 rows/sec., 38.43 MiB/sec. 2026.02.01 23:40:01.423832 [ 276 ] {9975e2ec-ab34-4bd4-8c77-89d9a406bc6c} TCPHandler: Processed in 0.001644338 sec. 2026.02.01 23:40:01.423949 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:01.424044 [ 276 ] {ebf17afe-13ea-42fb-a519-05fbe53e8a78} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:01.424100 [ 276 ] {ebf17afe-13ea-42fb-a519-05fbe53e8a78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:40:01.424837 [ 276 ] {ebf17afe-13ea-42fb-a519-05fbe53e8a78} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:01.424874 [ 276 ] {ebf17afe-13ea-42fb-a519-05fbe53e8a78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:01.425364 [ 276 ] {ebf17afe-13ea-42fb-a519-05fbe53e8a78} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 23:40:01.425594 [ 276 ] {ebf17afe-13ea-42fb-a519-05fbe53e8a78} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:01.425733 [ 276 ] {ebf17afe-13ea-42fb-a519-05fbe53e8a78} executeQuery: Read 4 rows, 7.34 KiB in 0.001707 sec., 2343.2923257176335 rows/sec., 4.20 MiB/sec. 2026.02.01 23:40:01.425795 [ 276 ] {ebf17afe-13ea-42fb-a519-05fbe53e8a78} TCPHandler: Processed in 0.001896052 sec. 2026.02.01 23:40:01.425904 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:01.426000 [ 276 ] {7cd6f8a8-e687-4e17-b6a0-5797a00158d2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:40:01.426042 [ 276 ] {7cd6f8a8-e687-4e17-b6a0-5797a00158d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:40:01.426395 [ 276 ] {7cd6f8a8-e687-4e17-b6a0-5797a00158d2} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:01.426430 [ 276 ] {7cd6f8a8-e687-4e17-b6a0-5797a00158d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:01.426733 [ 276 ] {7cd6f8a8-e687-4e17-b6a0-5797a00158d2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 23:40:01.426952 [ 276 ] {7cd6f8a8-e687-4e17-b6a0-5797a00158d2} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:01.427080 [ 276 ] {7cd6f8a8-e687-4e17-b6a0-5797a00158d2} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.02.01 23:40:01.427116 [ 276 ] {7cd6f8a8-e687-4e17-b6a0-5797a00158d2} TCPHandler: Processed in 0.001263121 sec. 2026.02.01 23:40:01.699453 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.02.01 23:40:01.716029 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:01.716088 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:01.722686 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 23:40:01.723401 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:01.726562 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.02.01 23:40:06.388661 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:06.388884 [ 276 ] {1438ee8f-01cb-49b7-8bb2-81fdd500e941} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:40:06.388960 [ 276 ] {1438ee8f-01cb-49b7-8bb2-81fdd500e941} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:40:06.389740 [ 276 ] {1438ee8f-01cb-49b7-8bb2-81fdd500e941} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:06.389788 [ 276 ] {1438ee8f-01cb-49b7-8bb2-81fdd500e941} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:06.390214 [ 276 ] {1438ee8f-01cb-49b7-8bb2-81fdd500e941} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 23:40:06.390459 [ 276 ] {1438ee8f-01cb-49b7-8bb2-81fdd500e941} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:06.390615 [ 276 ] {1438ee8f-01cb-49b7-8bb2-81fdd500e941} executeQuery: Read 128 rows, 11.29 KiB in 0.001787 sec., 71628.42753217684 rows/sec., 6.17 MiB/sec. 2026.02.01 23:40:06.390658 [ 276 ] {1438ee8f-01cb-49b7-8bb2-81fdd500e941} TCPHandler: Processed in 0.002143105 sec. 2026.02.01 23:40:06.390789 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:06.390885 [ 276 ] {a94c3cda-6ff5-47fa-9e81-41cfe6428279} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:40:06.390926 [ 276 ] {a94c3cda-6ff5-47fa-9e81-41cfe6428279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:40:06.391335 [ 276 ] {a94c3cda-6ff5-47fa-9e81-41cfe6428279} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:06.391372 [ 276 ] {a94c3cda-6ff5-47fa-9e81-41cfe6428279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:06.391691 [ 276 ] {a94c3cda-6ff5-47fa-9e81-41cfe6428279} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 23:40:06.391910 [ 276 ] {a94c3cda-6ff5-47fa-9e81-41cfe6428279} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:06.392042 [ 276 ] {a94c3cda-6ff5-47fa-9e81-41cfe6428279} executeQuery: Read 36 rows, 2.71 KiB in 0.001174 sec., 30664.395229982965 rows/sec., 2.25 MiB/sec. 2026.02.01 23:40:06.392079 [ 276 ] {a94c3cda-6ff5-47fa-9e81-41cfe6428279} TCPHandler: Processed in 0.001341562 sec. 2026.02.01 23:40:06.392184 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:06.392278 [ 276 ] {8ec53273-d861-4c52-9a81-63bbc9a756c0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:40:06.392318 [ 276 ] {8ec53273-d861-4c52-9a81-63bbc9a756c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:40:06.392744 [ 276 ] {8ec53273-d861-4c52-9a81-63bbc9a756c0} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:06.392780 [ 276 ] {8ec53273-d861-4c52-9a81-63bbc9a756c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:06.393120 [ 276 ] {8ec53273-d861-4c52-9a81-63bbc9a756c0} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 23:40:06.393348 [ 276 ] {8ec53273-d861-4c52-9a81-63bbc9a756c0} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:06.393473 [ 276 ] {8ec53273-d861-4c52-9a81-63bbc9a756c0} executeQuery: Read 100 rows, 8.00 KiB in 0.001213 sec., 82440.23083264632 rows/sec., 6.44 MiB/sec. 2026.02.01 23:40:06.393510 [ 276 ] {8ec53273-d861-4c52-9a81-63bbc9a756c0} TCPHandler: Processed in 0.001377513 sec. 2026.02.01 23:40:06.393624 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:06.393719 [ 276 ] {c64da49e-2795-4477-982d-0c30f36459b8} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:06.393763 [ 276 ] {c64da49e-2795-4477-982d-0c30f36459b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:40:06.394170 [ 276 ] {c64da49e-2795-4477-982d-0c30f36459b8} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:06.394206 [ 276 ] {c64da49e-2795-4477-982d-0c30f36459b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:06.394545 [ 276 ] {c64da49e-2795-4477-982d-0c30f36459b8} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 23:40:06.394767 [ 276 ] {c64da49e-2795-4477-982d-0c30f36459b8} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:06.394898 [ 276 ] {c64da49e-2795-4477-982d-0c30f36459b8} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.02.01 23:40:06.394934 [ 276 ] {c64da49e-2795-4477-982d-0c30f36459b8} TCPHandler: Processed in 0.001361023 sec. 2026.02.01 23:40:06.395054 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:06.395178 [ 276 ] {3ad067f1-5626-4449-96b0-e3fbd1cb5bbf} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:06.395244 [ 276 ] {3ad067f1-5626-4449-96b0-e3fbd1cb5bbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:40:06.396167 [ 276 ] {3ad067f1-5626-4449-96b0-e3fbd1cb5bbf} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:06.396204 [ 276 ] {3ad067f1-5626-4449-96b0-e3fbd1cb5bbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:06.396772 [ 276 ] {3ad067f1-5626-4449-96b0-e3fbd1cb5bbf} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 23:40:06.397002 [ 276 ] {3ad067f1-5626-4449-96b0-e3fbd1cb5bbf} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:06.397143 [ 276 ] {3ad067f1-5626-4449-96b0-e3fbd1cb5bbf} executeQuery: Read 36 rows, 66.06 KiB in 0.00199 sec., 18090.45226130653 rows/sec., 32.42 MiB/sec. 2026.02.01 23:40:06.397195 [ 276 ] {3ad067f1-5626-4449-96b0-e3fbd1cb5bbf} TCPHandler: Processed in 0.002201637 sec. 2026.02.01 23:40:06.397308 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:06.397402 [ 276 ] {8d1da5aa-3b86-47e3-b20b-6efa02f869e2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:40:06.397443 [ 276 ] {8d1da5aa-3b86-47e3-b20b-6efa02f869e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:40:06.397774 [ 276 ] {8d1da5aa-3b86-47e3-b20b-6efa02f869e2} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:06.397809 [ 276 ] {8d1da5aa-3b86-47e3-b20b-6efa02f869e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:06.398110 [ 276 ] {8d1da5aa-3b86-47e3-b20b-6efa02f869e2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 23:40:06.398314 [ 276 ] {8d1da5aa-3b86-47e3-b20b-6efa02f869e2} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:06.398441 [ 276 ] {8d1da5aa-3b86-47e3-b20b-6efa02f869e2} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2026.02.01 23:40:06.398475 [ 276 ] {8d1da5aa-3b86-47e3-b20b-6efa02f869e2} TCPHandler: Processed in 0.00121687 sec. 2026.02.01 23:40:08.518329 [ 71 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:40:08.518391 [ 71 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:40:08.622669 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11518 2026.02.01 23:40:08.623391 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:08.623436 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:08.623955 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 23:40:08.624213 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:08.624363 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11518 2026.02.01 23:40:08.634947 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 612 2026.02.01 23:40:08.637483 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:08.637533 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:08.638790 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 23:40:08.639078 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:08.639457 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 612 2026.02.01 23:40:09.227651 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.02.01 23:40:09.244518 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:09.244573 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:09.250720 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 23:40:09.251441 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:09.254538 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.02.01 23:40:11.386550 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:11.386730 [ 276 ] {dd387b44-ffec-46af-9804-444bc29c51e9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:40:11.386796 [ 276 ] {dd387b44-ffec-46af-9804-444bc29c51e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:40:11.387502 [ 276 ] {dd387b44-ffec-46af-9804-444bc29c51e9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:11.387554 [ 276 ] {dd387b44-ffec-46af-9804-444bc29c51e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:11.387999 [ 276 ] {dd387b44-ffec-46af-9804-444bc29c51e9} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 23:40:11.388240 [ 276 ] {dd387b44-ffec-46af-9804-444bc29c51e9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:11.388397 [ 276 ] {dd387b44-ffec-46af-9804-444bc29c51e9} executeQuery: Read 64 rows, 5.19 KiB in 0.001716 sec., 37296.03729603729 rows/sec., 2.95 MiB/sec. 2026.02.01 23:40:11.388448 [ 276 ] {dd387b44-ffec-46af-9804-444bc29c51e9} TCPHandler: Processed in 0.002028274 sec. 2026.02.01 23:40:11.388575 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:11.388678 [ 276 ] {7e544807-7ed2-4918-9ab8-43289ed012e5} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:40:11.388723 [ 276 ] {7e544807-7ed2-4918-9ab8-43289ed012e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:40:11.389166 [ 276 ] {7e544807-7ed2-4918-9ab8-43289ed012e5} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:11.389200 [ 276 ] {7e544807-7ed2-4918-9ab8-43289ed012e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:11.389505 [ 276 ] {7e544807-7ed2-4918-9ab8-43289ed012e5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 23:40:11.389730 [ 276 ] {7e544807-7ed2-4918-9ab8-43289ed012e5} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:11.389861 [ 276 ] {7e544807-7ed2-4918-9ab8-43289ed012e5} executeQuery: Read 4 rows, 308.00 B in 0.001207 sec., 3314.001657000829 rows/sec., 249.20 KiB/sec. 2026.02.01 23:40:11.389898 [ 276 ] {7e544807-7ed2-4918-9ab8-43289ed012e5} TCPHandler: Processed in 0.001377103 sec. 2026.02.01 23:40:11.390011 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:11.390111 [ 276 ] {a1f80df2-a827-4acd-9853-4857d378a340} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:40:11.390152 [ 276 ] {a1f80df2-a827-4acd-9853-4857d378a340} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:40:11.390577 [ 276 ] {a1f80df2-a827-4acd-9853-4857d378a340} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:11.390611 [ 276 ] {a1f80df2-a827-4acd-9853-4857d378a340} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:11.390919 [ 276 ] {a1f80df2-a827-4acd-9853-4857d378a340} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 23:40:11.391130 [ 276 ] {a1f80df2-a827-4acd-9853-4857d378a340} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:11.391266 [ 276 ] {a1f80df2-a827-4acd-9853-4857d378a340} executeQuery: Read 68 rows, 5.44 KiB in 0.001175 sec., 57872.34042553191 rows/sec., 4.52 MiB/sec. 2026.02.01 23:40:11.391302 [ 276 ] {a1f80df2-a827-4acd-9853-4857d378a340} TCPHandler: Processed in 0.001341342 sec. 2026.02.01 23:40:11.391416 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:11.391518 [ 276 ] {b558456e-59c0-4915-bd9f-c58730c75b8c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:11.391563 [ 276 ] {b558456e-59c0-4915-bd9f-c58730c75b8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:40:11.391957 [ 276 ] {b558456e-59c0-4915-bd9f-c58730c75b8c} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:11.391991 [ 276 ] {b558456e-59c0-4915-bd9f-c58730c75b8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:11.392316 [ 276 ] {b558456e-59c0-4915-bd9f-c58730c75b8c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 23:40:11.392531 [ 276 ] {b558456e-59c0-4915-bd9f-c58730c75b8c} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:11.392660 [ 276 ] {b558456e-59c0-4915-bd9f-c58730c75b8c} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.02.01 23:40:11.392695 [ 276 ] {b558456e-59c0-4915-bd9f-c58730c75b8c} TCPHandler: Processed in 0.001327772 sec. 2026.02.01 23:40:11.392806 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:11.392899 [ 276 ] {9b5ae164-5b4b-4293-a26d-df8a10bbc785} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:11.392954 [ 276 ] {9b5ae164-5b4b-4293-a26d-df8a10bbc785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:40:11.393684 [ 276 ] {9b5ae164-5b4b-4293-a26d-df8a10bbc785} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:11.393718 [ 276 ] {9b5ae164-5b4b-4293-a26d-df8a10bbc785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:11.394212 [ 276 ] {9b5ae164-5b4b-4293-a26d-df8a10bbc785} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 23:40:11.394437 [ 276 ] {9b5ae164-5b4b-4293-a26d-df8a10bbc785} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:11.394533 [ 67 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 23:40:11.394569 [ 67 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:11.394575 [ 276 ] {9b5ae164-5b4b-4293-a26d-df8a10bbc785} executeQuery: Read 4 rows, 7.34 KiB in 0.001693 sec., 2362.6698168930893 rows/sec., 4.23 MiB/sec. 2026.02.01 23:40:11.394590 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:11.394643 [ 276 ] {9b5ae164-5b4b-4293-a26d-df8a10bbc785} TCPHandler: Processed in 0.001885942 sec. 2026.02.01 23:40:11.394707 [ 196 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:40:11.394761 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:11.394861 [ 276 ] {c9f983cf-b49a-4495-8a79-ac9022952747} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:40:11.394902 [ 276 ] {c9f983cf-b49a-4495-8a79-ac9022952747} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:40:11.394957 [ 196 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:11.395028 [ 196 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 495 rows starting from the beginning of the part 2026.02.01 23:40:11.395161 [ 196 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part 2026.02.01 23:40:11.395240 [ 276 ] {c9f983cf-b49a-4495-8a79-ac9022952747} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:11.395266 [ 196 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part 2026.02.01 23:40:11.395280 [ 276 ] {c9f983cf-b49a-4495-8a79-ac9022952747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:11.395378 [ 196 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part 2026.02.01 23:40:11.395478 [ 196 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part 2026.02.01 23:40:11.395570 [ 196 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part 2026.02.01 23:40:11.395612 [ 276 ] {c9f983cf-b49a-4495-8a79-ac9022952747} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 23:40:11.395837 [ 276 ] {c9f983cf-b49a-4495-8a79-ac9022952747} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:11.395975 [ 276 ] {c9f983cf-b49a-4495-8a79-ac9022952747} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2026.02.01 23:40:11.396010 [ 276 ] {c9f983cf-b49a-4495-8a79-ac9022952747} TCPHandler: Processed in 0.001299302 sec. 2026.02.01 23:40:11.418864 [ 190 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 19 columns (19 merged, 0 gathered) in 0.024210725 sec., 23915.021132163536 rows/sec., 42.85 MiB/sec. 2026.02.01 23:40:11.419682 [ 190 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 23:40:11.420057 [ 190 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_26_5} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:11.420140 [ 190 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_26_5} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 23:40:11.420307 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2026.02.01 23:40:12.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 253.27 MiB, peak 260.61 MiB, free memory in arenas 0.00 B, will set to 254.35 MiB (RSS), difference: 1.08 MiB 2026.02.01 23:40:12.092287 [ 66 ] {} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.01 23:40:12.092357 [ 66 ] {} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:12.092395 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:12.092546 [ 190 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::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.02.01 23:40:12.092733 [ 190 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:12.092798 [ 190 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2026.02.01 23:40:12.092963 [ 190 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.02.01 23:40:12.093060 [ 190 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.02.01 23:40:12.093143 [ 190 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.02.01 23:40:12.093197 [ 190 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2026.02.01 23:40:12.093911 [ 196 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001428174 sec., 26607.402179286277 rows/sec., 2.22 MiB/sec. 2026.02.01 23:40:12.094106 [ 188 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.01 23:40:12.094446 [ 188 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_9_2} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:12.094533 [ 188 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_9_2} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.01 23:40:12.094646 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.01 23:40:15.887272 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40492 2026.02.01 23:40:15.887403 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:15.887430 [ 288 ] {} TCP-Session: 21e11f50-fef8-4c19-a7c7-a581f474fdfd Authenticating user 'default' from [fd00:1122:3344:101::e]:40492 2026.02.01 23:40:15.887453 [ 288 ] {} TCP-Session: 21e11f50-fef8-4c19-a7c7-a581f474fdfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.887466 [ 288 ] {} TCP-Session: 21e11f50-fef8-4c19-a7c7-a581f474fdfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.887713 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58079 2026.02.01 23:40:15.887747 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49115 2026.02.01 23:40:15.887767 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46326 2026.02.01 23:40:15.887780 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34354 2026.02.01 23:40:15.887751 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57641 2026.02.01 23:40:15.887869 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:15.887861 [ 288 ] {} TCP-Session: 21e11f50-fef8-4c19-a7c7-a581f474fdfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:15.887941 [ 289 ] {} TCP-Session: 311bcd0b-21dd-409f-8646-d76ddee677dd Authenticating user 'default' from [fd00:1122:3344:101::e]:58079 2026.02.01 23:40:15.887717 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55480 2026.02.01 23:40:15.887997 [ 289 ] {} TCP-Session: 311bcd0b-21dd-409f-8646-d76ddee677dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.888029 [ 289 ] {} TCP-Session: 311bcd0b-21dd-409f-8646-d76ddee677dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.888160 [ 288 ] {b50722d5-568b-43fa-8669-e0d63a52aedf} executeQuery: (from [fd00:1122:3344:101::e]:40492) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:40:15.888547 [ 288 ] {b50722d5-568b-43fa-8669-e0d63a52aedf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:40:15.888626 [ 288 ] {b50722d5-568b-43fa-8669-e0d63a52aedf} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:40:15.889029 [ 288 ] {b50722d5-568b-43fa-8669-e0d63a52aedf} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:40:15.890635 [ 301 ] {b50722d5-568b-43fa-8669-e0d63a52aedf} AggregatingTransform: Aggregating 2026.02.01 23:40:15.890693 [ 301 ] {b50722d5-568b-43fa-8669-e0d63a52aedf} Aggregator: Aggregation method: without_key 2026.02.01 23:40:15.890737 [ 301 ] {b50722d5-568b-43fa-8669-e0d63a52aedf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001561056 sec. (640.592 rows/sec., 25.02 KiB/sec.) 2026.02.01 23:40:15.890758 [ 301 ] {b50722d5-568b-43fa-8669-e0d63a52aedf} Aggregator: Merging aggregated data 2026.02.01 23:40:15.895502 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:15.895545 [ 291 ] {} TCP-Session: 66e55064-90d7-4d91-a8d4-6366361927cc Authenticating user 'default' from [fd00:1122:3344:101::e]:49115 2026.02.01 23:40:15.895569 [ 291 ] {} TCP-Session: 66e55064-90d7-4d91-a8d4-6366361927cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.895582 [ 291 ] {} TCP-Session: 66e55064-90d7-4d91-a8d4-6366361927cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.895821 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:15.895871 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:15.895877 [ 290 ] {} TCP-Session: 84f5349a-bd70-46a0-a72b-99f5c6a2a99f Authenticating user 'default' from [fd00:1122:3344:101::e]:55480 2026.02.01 23:40:15.895927 [ 292 ] {} TCP-Session: a6cc1275-4270-4596-aaa3-423da158275c Authenticating user 'default' from [fd00:1122:3344:101::e]:57641 2026.02.01 23:40:15.895950 [ 290 ] {} TCP-Session: 84f5349a-bd70-46a0-a72b-99f5c6a2a99f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.895961 [ 292 ] {} TCP-Session: a6cc1275-4270-4596-aaa3-423da158275c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.895980 [ 290 ] {} TCP-Session: 84f5349a-bd70-46a0-a72b-99f5c6a2a99f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.895996 [ 292 ] {} TCP-Session: a6cc1275-4270-4596-aaa3-423da158275c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.896080 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64981 2026.02.01 23:40:15.896083 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34505 2026.02.01 23:40:15.896216 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:15.896255 [ 294 ] {} TCP-Session: d0697f1c-f39c-4bfc-95c3-25decb4da127 Authenticating user 'default' from [fd00:1122:3344:101::e]:34354 2026.02.01 23:40:15.896278 [ 294 ] {} TCP-Session: d0697f1c-f39c-4bfc-95c3-25decb4da127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.896296 [ 294 ] {} TCP-Session: d0697f1c-f39c-4bfc-95c3-25decb4da127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.896315 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:15.896368 [ 293 ] {} TCP-Session: dc086e98-7ac4-4a83-bd1c-145fd2d6a917 Authenticating user 'default' from [fd00:1122:3344:101::e]:46326 2026.02.01 23:40:15.896387 [ 293 ] {} TCP-Session: dc086e98-7ac4-4a83-bd1c-145fd2d6a917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.896400 [ 293 ] {} TCP-Session: dc086e98-7ac4-4a83-bd1c-145fd2d6a917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.896410 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:15.896414 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:15.896448 [ 275 ] {} TCP-Session: 22829d94-dd6d-4f57-8e8a-6cd7d0d7fb40 Authenticating user 'default' from [fd00:1122:3344:101::e]:64981 2026.02.01 23:40:15.896477 [ 286 ] {} TCP-Session: 9babfde7-e3fa-4a92-8eaa-57f318c932cf Authenticating user 'default' from [fd00:1122:3344:101::e]:34505 2026.02.01 23:40:15.896480 [ 275 ] {} TCP-Session: 22829d94-dd6d-4f57-8e8a-6cd7d0d7fb40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.896517 [ 286 ] {} TCP-Session: 9babfde7-e3fa-4a92-8eaa-57f318c932cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.896524 [ 275 ] {} TCP-Session: 22829d94-dd6d-4f57-8e8a-6cd7d0d7fb40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.896549 [ 286 ] {} TCP-Session: 9babfde7-e3fa-4a92-8eaa-57f318c932cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.896776 [ 288 ] {b50722d5-568b-43fa-8669-e0d63a52aedf} executeQuery: Read 1 rows, 40.00 B in 0.00869 sec., 115.07479861910242 rows/sec., 4.50 KiB/sec. 2026.02.01 23:40:15.896936 [ 288 ] {b50722d5-568b-43fa-8669-e0d63a52aedf} TCPHandler: Processed in 0.009251555 sec. 2026.02.01 23:40:15.897094 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:15.897117 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:15.897143 [ 288 ] {} TCP-Session: 21e11f50-fef8-4c19-a7c7-a581f474fdfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.897150 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:15.897173 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:15.897197 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:15.897215 [ 289 ] {} TCP-Session: 311bcd0b-21dd-409f-8646-d76ddee677dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.897233 [ 286 ] {} TCP-Session: 9babfde7-e3fa-4a92-8eaa-57f318c932cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.897239 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:15.897260 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:15.897278 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:15.897310 [ 275 ] {} TCP-Session: 22829d94-dd6d-4f57-8e8a-6cd7d0d7fb40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.897304 [ 291 ] {} TCP-Session: 66e55064-90d7-4d91-a8d4-6366361927cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.897334 [ 294 ] {} TCP-Session: d0697f1c-f39c-4bfc-95c3-25decb4da127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.897261 [ 292 ] {} TCP-Session: a6cc1275-4270-4596-aaa3-423da158275c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.897218 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:15.897164 [ 290 ] {} TCP-Session: 84f5349a-bd70-46a0-a72b-99f5c6a2a99f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:15.897416 [ 293 ] {} TCP-Session: dc086e98-7ac4-4a83-bd1c-145fd2d6a917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.091736 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40452 2026.02.01 23:40:16.091848 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.091876 [ 286 ] {} TCP-Session: 1f9a2356-0a1f-4367-a5db-ef99a78d85fb Authenticating user 'default' from [fd00:1122:3344:101::e]:40452 2026.02.01 23:40:16.091898 [ 286 ] {} TCP-Session: 1f9a2356-0a1f-4367-a5db-ef99a78d85fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.091912 [ 286 ] {} TCP-Session: 1f9a2356-0a1f-4367-a5db-ef99a78d85fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092160 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41586 2026.02.01 23:40:16.092191 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54233 2026.02.01 23:40:16.092215 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40862 2026.02.01 23:40:16.092241 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57245 2026.02.01 23:40:16.092277 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.092252 [ 286 ] {} TCP-Session: 1f9a2356-0a1f-4367-a5db-ef99a78d85fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:16.092313 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.092313 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.092351 [ 293 ] {} TCP-Session: d623d006-c701-485e-aa3a-5d05744d3917 Authenticating user 'default' from [fd00:1122:3344:101::e]:40862 2026.02.01 23:40:16.092358 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.092362 [ 289 ] {} TCP-Session: 5c3df3b0-4ca7-4359-abf0-9729174fb369 Authenticating user 'default' from [fd00:1122:3344:101::e]:54233 2026.02.01 23:40:16.092391 [ 293 ] {} TCP-Session: d623d006-c701-485e-aa3a-5d05744d3917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092409 [ 289 ] {} TCP-Session: 5c3df3b0-4ca7-4359-abf0-9729174fb369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092414 [ 293 ] {} TCP-Session: d623d006-c701-485e-aa3a-5d05744d3917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092424 [ 289 ] {} TCP-Session: 5c3df3b0-4ca7-4359-abf0-9729174fb369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092409 [ 275 ] {} TCP-Session: 75fe9386-a133-4f8d-8fe9-00b7ee5db634 Authenticating user 'default' from [fd00:1122:3344:101::e]:57245 2026.02.01 23:40:16.092317 [ 288 ] {} TCP-Session: b21cae8c-26b1-4bb9-bfd6-0fcbde1c11a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:41586 2026.02.01 23:40:16.092477 [ 275 ] {} TCP-Session: 75fe9386-a133-4f8d-8fe9-00b7ee5db634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092477 [ 286 ] {1abebbea-3362-4a9a-ab0c-b2dd6456cfee} executeQuery: (from [fd00:1122:3344:101::e]:40452) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:40:16.092501 [ 275 ] {} TCP-Session: 75fe9386-a133-4f8d-8fe9-00b7ee5db634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092497 [ 288 ] {} TCP-Session: b21cae8c-26b1-4bb9-bfd6-0fcbde1c11a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092230 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38962 2026.02.01 23:40:16.092548 [ 288 ] {} TCP-Session: b21cae8c-26b1-4bb9-bfd6-0fcbde1c11a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092199 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64198 2026.02.01 23:40:16.092175 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48349 2026.02.01 23:40:16.092629 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.092201 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56275 2026.02.01 23:40:16.092678 [ 294 ] {} TCP-Session: 869f1ff8-ca79-437a-bb48-b3b165f1bbd6 Authenticating user 'default' from [fd00:1122:3344:101::e]:38962 2026.02.01 23:40:16.092699 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.092676 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.092722 [ 294 ] {} TCP-Session: 869f1ff8-ca79-437a-bb48-b3b165f1bbd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092741 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.092756 [ 291 ] {} TCP-Session: 594da984-ba6f-4e1b-a613-5eba695b4cc6 Authenticating user 'default' from [fd00:1122:3344:101::e]:64198 2026.02.01 23:40:16.092770 [ 294 ] {} TCP-Session: 869f1ff8-ca79-437a-bb48-b3b165f1bbd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092803 [ 291 ] {} TCP-Session: 594da984-ba6f-4e1b-a613-5eba695b4cc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092794 [ 292 ] {} TCP-Session: b043fce7-39c5-4d79-8e1a-dacef6f6a680 Authenticating user 'default' from [fd00:1122:3344:101::e]:56275 2026.02.01 23:40:16.092838 [ 291 ] {} TCP-Session: 594da984-ba6f-4e1b-a613-5eba695b4cc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092865 [ 292 ] {} TCP-Session: b043fce7-39c5-4d79-8e1a-dacef6f6a680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092731 [ 290 ] {} TCP-Session: 38ab5b57-6245-4886-b7c7-7634844311a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:48349 2026.02.01 23:40:16.092891 [ 292 ] {} TCP-Session: b043fce7-39c5-4d79-8e1a-dacef6f6a680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092764 [ 286 ] {1abebbea-3362-4a9a-ab0c-b2dd6456cfee} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:40:16.092935 [ 290 ] {} TCP-Session: 38ab5b57-6245-4886-b7c7-7634844311a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.092973 [ 290 ] {} TCP-Session: 38ab5b57-6245-4886-b7c7-7634844311a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.093022 [ 286 ] {1abebbea-3362-4a9a-ab0c-b2dd6456cfee} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:40:16.093440 [ 286 ] {1abebbea-3362-4a9a-ab0c-b2dd6456cfee} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:40:16.094541 [ 314 ] {1abebbea-3362-4a9a-ab0c-b2dd6456cfee} AggregatingTransform: Aggregating 2026.02.01 23:40:16.094596 [ 314 ] {1abebbea-3362-4a9a-ab0c-b2dd6456cfee} Aggregator: Aggregation method: without_key 2026.02.01 23:40:16.094635 [ 314 ] {1abebbea-3362-4a9a-ab0c-b2dd6456cfee} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001039898 sec. (961.633 rows/sec., 37.56 KiB/sec.) 2026.02.01 23:40:16.094655 [ 314 ] {1abebbea-3362-4a9a-ab0c-b2dd6456cfee} Aggregator: Merging aggregated data 2026.02.01 23:40:16.095773 [ 286 ] {1abebbea-3362-4a9a-ab0c-b2dd6456cfee} executeQuery: Read 1 rows, 40.00 B in 0.00335 sec., 298.5074626865672 rows/sec., 11.66 KiB/sec. 2026.02.01 23:40:16.095952 [ 286 ] {1abebbea-3362-4a9a-ab0c-b2dd6456cfee} TCPHandler: Processed in 0.003818764 sec. 2026.02.01 23:40:16.096099 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.096131 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.096136 [ 286 ] {} TCP-Session: 1f9a2356-0a1f-4367-a5db-ef99a78d85fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.096161 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.096174 [ 275 ] {} TCP-Session: 75fe9386-a133-4f8d-8fe9-00b7ee5db634 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.096183 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.096209 [ 289 ] {} TCP-Session: 5c3df3b0-4ca7-4359-abf0-9729174fb369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.096217 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.096247 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.096264 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.096281 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.096302 [ 293 ] {} TCP-Session: d623d006-c701-485e-aa3a-5d05744d3917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.096322 [ 292 ] {} TCP-Session: b043fce7-39c5-4d79-8e1a-dacef6f6a680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.096338 [ 294 ] {} TCP-Session: 869f1ff8-ca79-437a-bb48-b3b165f1bbd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.096289 [ 290 ] {} TCP-Session: 38ab5b57-6245-4886-b7c7-7634844311a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.096230 [ 291 ] {} TCP-Session: 594da984-ba6f-4e1b-a613-5eba695b4cc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.096216 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.096439 [ 288 ] {} TCP-Session: b21cae8c-26b1-4bb9-bfd6-0fcbde1c11a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.124429 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12030 2026.02.01 23:40:16.124959 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:16.125009 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:16.125534 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 23:40:16.125794 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:16.125951 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12030 2026.02.01 23:40:16.277301 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41483 2026.02.01 23:40:16.277409 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.277434 [ 286 ] {} TCP-Session: d9d0a308-a3be-4b94-b169-e092e899ce83 Authenticating user 'default' from [fd00:1122:3344:101::e]:41483 2026.02.01 23:40:16.277456 [ 286 ] {} TCP-Session: d9d0a308-a3be-4b94-b169-e092e899ce83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.277469 [ 286 ] {} TCP-Session: d9d0a308-a3be-4b94-b169-e092e899ce83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.277668 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42562 2026.02.01 23:40:16.277741 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49364 2026.02.01 23:40:16.277747 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55628 2026.02.01 23:40:16.277776 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40900 2026.02.01 23:40:16.277795 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63066 2026.02.01 23:40:16.277821 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.277805 [ 286 ] {} TCP-Session: d9d0a308-a3be-4b94-b169-e092e899ce83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:16.277864 [ 290 ] {} TCP-Session: 85abb8f6-1025-4480-b414-dfc1c6324d1e Authenticating user 'default' from [fd00:1122:3344:101::e]:49364 2026.02.01 23:40:16.277872 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.277873 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.277891 [ 290 ] {} TCP-Session: 85abb8f6-1025-4480-b414-dfc1c6324d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.277910 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.277922 [ 290 ] {} TCP-Session: 85abb8f6-1025-4480-b414-dfc1c6324d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.277947 [ 275 ] {} TCP-Session: 7666db6c-9f3b-44ad-bb19-a6d216e120a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:63066 2026.02.01 23:40:16.277915 [ 293 ] {} TCP-Session: ca2b05bb-9b0b-4bc4-81b1-4b6f0e47f3cc Authenticating user 'default' from [fd00:1122:3344:101::e]:40900 2026.02.01 23:40:16.277980 [ 275 ] {} TCP-Session: 7666db6c-9f3b-44ad-bb19-a6d216e120a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.277909 [ 289 ] {} TCP-Session: dd8ab754-39b6-4d0d-b3b8-ecd1ab7e5c8e Authenticating user 'default' from [fd00:1122:3344:101::e]:55628 2026.02.01 23:40:16.278002 [ 293 ] {} TCP-Session: ca2b05bb-9b0b-4bc4-81b1-4b6f0e47f3cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.278006 [ 275 ] {} TCP-Session: 7666db6c-9f3b-44ad-bb19-a6d216e120a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.278021 [ 286 ] {62413f8e-1dba-44ac-8fa3-87080a32d77c} executeQuery: (from [fd00:1122:3344:101::e]:41483) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:40:16.278031 [ 293 ] {} TCP-Session: ca2b05bb-9b0b-4bc4-81b1-4b6f0e47f3cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.278028 [ 289 ] {} TCP-Session: dd8ab754-39b6-4d0d-b3b8-ecd1ab7e5c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.277793 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.278086 [ 289 ] {} TCP-Session: dd8ab754-39b6-4d0d-b3b8-ecd1ab7e5c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.277785 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36059 2026.02.01 23:40:16.278121 [ 288 ] {} TCP-Session: 222056ab-587b-4278-af69-1cb3a59322e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:42562 2026.02.01 23:40:16.277769 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39977 2026.02.01 23:40:16.278172 [ 288 ] {} TCP-Session: 222056ab-587b-4278-af69-1cb3a59322e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.278193 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.278206 [ 288 ] {} TCP-Session: 222056ab-587b-4278-af69-1cb3a59322e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.277762 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56955 2026.02.01 23:40:16.278235 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.278227 [ 294 ] {} TCP-Session: c9684547-cbbf-47fc-a341-6dee67107f20 Authenticating user 'default' from [fd00:1122:3344:101::e]:36059 2026.02.01 23:40:16.278279 [ 291 ] {} TCP-Session: d6f9f494-3c3a-4688-b187-be368af0c2f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39977 2026.02.01 23:40:16.278299 [ 294 ] {} TCP-Session: c9684547-cbbf-47fc-a341-6dee67107f20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.278301 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:40:16.278314 [ 286 ] {62413f8e-1dba-44ac-8fa3-87080a32d77c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:40:16.278346 [ 292 ] {} TCP-Session: 23c50a02-d526-4933-b770-99bf8af41120 Authenticating user 'default' from [fd00:1122:3344:101::e]:56955 2026.02.01 23:40:16.278324 [ 294 ] {} TCP-Session: c9684547-cbbf-47fc-a341-6dee67107f20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.278378 [ 292 ] {} TCP-Session: 23c50a02-d526-4933-b770-99bf8af41120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.278389 [ 286 ] {62413f8e-1dba-44ac-8fa3-87080a32d77c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:40:16.278407 [ 292 ] {} TCP-Session: 23c50a02-d526-4933-b770-99bf8af41120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.278307 [ 291 ] {} TCP-Session: d6f9f494-3c3a-4688-b187-be368af0c2f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.278453 [ 291 ] {} TCP-Session: d6f9f494-3c3a-4688-b187-be368af0c2f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.278684 [ 286 ] {62413f8e-1dba-44ac-8fa3-87080a32d77c} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:40:16.279562 [ 318 ] {62413f8e-1dba-44ac-8fa3-87080a32d77c} AggregatingTransform: Aggregating 2026.02.01 23:40:16.279602 [ 318 ] {62413f8e-1dba-44ac-8fa3-87080a32d77c} Aggregator: Aggregation method: without_key 2026.02.01 23:40:16.279641 [ 318 ] {62413f8e-1dba-44ac-8fa3-87080a32d77c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000855104 sec. (1169.448 rows/sec., 45.68 KiB/sec.) 2026.02.01 23:40:16.279659 [ 318 ] {62413f8e-1dba-44ac-8fa3-87080a32d77c} Aggregator: Merging aggregated data 2026.02.01 23:40:16.281128 [ 286 ] {62413f8e-1dba-44ac-8fa3-87080a32d77c} executeQuery: Read 1 rows, 40.00 B in 0.003166 sec., 315.8559696778269 rows/sec., 12.34 KiB/sec. 2026.02.01 23:40:16.281269 [ 286 ] {62413f8e-1dba-44ac-8fa3-87080a32d77c} TCPHandler: Processed in 0.00357893 sec. 2026.02.01 23:40:16.281358 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.281385 [ 286 ] {} TCP-Session: d9d0a308-a3be-4b94-b169-e092e899ce83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.281390 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.281417 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.281438 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.281453 [ 292 ] {} TCP-Session: 23c50a02-d526-4933-b770-99bf8af41120 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.281467 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.281479 [ 275 ] {} TCP-Session: 7666db6c-9f3b-44ad-bb19-a6d216e120a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.281490 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.281511 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.281527 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.281548 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:40:16.281563 [ 290 ] {} TCP-Session: 85abb8f6-1025-4480-b414-dfc1c6324d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.281581 [ 293 ] {} TCP-Session: ca2b05bb-9b0b-4bc4-81b1-4b6f0e47f3cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.281596 [ 294 ] {} TCP-Session: c9684547-cbbf-47fc-a341-6dee67107f20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.281519 [ 289 ] {} TCP-Session: dd8ab754-39b6-4d0d-b3b8-ecd1ab7e5c8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.281445 [ 288 ] {} TCP-Session: 222056ab-587b-4278-af69-1cb3a59322e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.281541 [ 291 ] {} TCP-Session: d6f9f494-3c3a-4688-b187-be368af0c2f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:40:16.391465 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:16.391684 [ 276 ] {df235710-d144-4a70-aa81-0b15fe0ec07a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:40:16.391774 [ 276 ] {df235710-d144-4a70-aa81-0b15fe0ec07a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:40:16.392582 [ 276 ] {df235710-d144-4a70-aa81-0b15fe0ec07a} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:16.392643 [ 276 ] {df235710-d144-4a70-aa81-0b15fe0ec07a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:16.393144 [ 276 ] {df235710-d144-4a70-aa81-0b15fe0ec07a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:40:16.393379 [ 276 ] {df235710-d144-4a70-aa81-0b15fe0ec07a} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:16.393544 [ 276 ] {df235710-d144-4a70-aa81-0b15fe0ec07a} executeQuery: Read 24 rows, 2.04 KiB in 0.001918 sec., 12513.03441084463 rows/sec., 1.04 MiB/sec. 2026.02.01 23:40:16.393597 [ 276 ] {df235710-d144-4a70-aa81-0b15fe0ec07a} TCPHandler: Processed in 0.002326309 sec. 2026.02.01 23:40:16.393721 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:16.393827 [ 276 ] {e7e5939e-3aa2-4df1-b148-69d9661dcd2c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:40:16.393874 [ 276 ] {e7e5939e-3aa2-4df1-b148-69d9661dcd2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:40:16.394387 [ 276 ] {e7e5939e-3aa2-4df1-b148-69d9661dcd2c} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:16.394426 [ 276 ] {e7e5939e-3aa2-4df1-b148-69d9661dcd2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:16.394761 [ 276 ] {e7e5939e-3aa2-4df1-b148-69d9661dcd2c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 23:40:16.394972 [ 276 ] {e7e5939e-3aa2-4df1-b148-69d9661dcd2c} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:16.395106 [ 276 ] {e7e5939e-3aa2-4df1-b148-69d9661dcd2c} executeQuery: Read 248 rows, 22.75 KiB in 0.001304 sec., 190184.0490797546 rows/sec., 17.04 MiB/sec. 2026.02.01 23:40:16.395144 [ 276 ] {e7e5939e-3aa2-4df1-b148-69d9661dcd2c} TCPHandler: Processed in 0.001476475 sec. 2026.02.01 23:40:16.395256 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:16.395364 [ 276 ] {cd4c2e4a-f692-432f-9202-0890c8c0e48f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:40:16.395417 [ 276 ] {cd4c2e4a-f692-432f-9202-0890c8c0e48f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:40:16.395987 [ 276 ] {cd4c2e4a-f692-432f-9202-0890c8c0e48f} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:16.396035 [ 276 ] {cd4c2e4a-f692-432f-9202-0890c8c0e48f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:16.396428 [ 276 ] {cd4c2e4a-f692-432f-9202-0890c8c0e48f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 23:40:16.396677 [ 276 ] {cd4c2e4a-f692-432f-9202-0890c8c0e48f} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:16.396810 [ 276 ] {cd4c2e4a-f692-432f-9202-0890c8c0e48f} executeQuery: Read 48 rows, 3.67 KiB in 0.001473 sec., 32586.55804480652 rows/sec., 2.43 MiB/sec. 2026.02.01 23:40:16.396848 [ 276 ] {cd4c2e4a-f692-432f-9202-0890c8c0e48f} TCPHandler: Processed in 0.001642527 sec. 2026.02.01 23:40:16.396964 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:16.397059 [ 276 ] {9d023304-991c-44f2-9784-b59039b78a93} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:40:16.397100 [ 276 ] {9d023304-991c-44f2-9784-b59039b78a93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:40:16.397498 [ 276 ] {9d023304-991c-44f2-9784-b59039b78a93} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:16.397533 [ 276 ] {9d023304-991c-44f2-9784-b59039b78a93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:16.397832 [ 276 ] {9d023304-991c-44f2-9784-b59039b78a93} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:40:16.398051 [ 276 ] {9d023304-991c-44f2-9784-b59039b78a93} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:16.398185 [ 276 ] {9d023304-991c-44f2-9784-b59039b78a93} executeQuery: Read 24 rows, 2.04 KiB in 0.001143 sec., 20997.375328083992 rows/sec., 1.74 MiB/sec. 2026.02.01 23:40:16.398222 [ 276 ] {9d023304-991c-44f2-9784-b59039b78a93} TCPHandler: Processed in 0.001309262 sec. 2026.02.01 23:40:16.398349 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:16.398443 [ 276 ] {234c7ed8-36b3-4a71-ad6a-492f62177194} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:40:16.398483 [ 276 ] {234c7ed8-36b3-4a71-ad6a-492f62177194} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:40:16.398883 [ 276 ] {234c7ed8-36b3-4a71-ad6a-492f62177194} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:16.398919 [ 276 ] {234c7ed8-36b3-4a71-ad6a-492f62177194} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:16.399211 [ 276 ] {234c7ed8-36b3-4a71-ad6a-492f62177194} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 23:40:16.399425 [ 276 ] {234c7ed8-36b3-4a71-ad6a-492f62177194} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:16.399550 [ 276 ] {234c7ed8-36b3-4a71-ad6a-492f62177194} executeQuery: Read 12 rows, 960.00 B in 0.001125 sec., 10666.666666666668 rows/sec., 833.33 KiB/sec. 2026.02.01 23:40:16.399586 [ 276 ] {234c7ed8-36b3-4a71-ad6a-492f62177194} TCPHandler: Processed in 0.001286202 sec. 2026.02.01 23:40:16.399711 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:16.399805 [ 276 ] {27500990-530d-42b3-ae7c-0b8fa42661f9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:40:16.399844 [ 276 ] {27500990-530d-42b3-ae7c-0b8fa42661f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:40:16.400352 [ 276 ] {27500990-530d-42b3-ae7c-0b8fa42661f9} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:16.400397 [ 276 ] {27500990-530d-42b3-ae7c-0b8fa42661f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:16.400740 [ 276 ] {27500990-530d-42b3-ae7c-0b8fa42661f9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 23:40:16.401011 [ 276 ] {27500990-530d-42b3-ae7c-0b8fa42661f9} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:16.401162 [ 276 ] {27500990-530d-42b3-ae7c-0b8fa42661f9} executeQuery: Read 136 rows, 11.26 KiB in 0.001376 sec., 98837.20930232557 rows/sec., 7.99 MiB/sec. 2026.02.01 23:40:16.401200 [ 276 ] {27500990-530d-42b3-ae7c-0b8fa42661f9} TCPHandler: Processed in 0.001538906 sec. 2026.02.01 23:40:16.401313 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:16.401409 [ 276 ] {18006d14-6432-4792-a74e-8a461066ce82} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:16.401453 [ 276 ] {18006d14-6432-4792-a74e-8a461066ce82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:40:16.401848 [ 276 ] {18006d14-6432-4792-a74e-8a461066ce82} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:16.401882 [ 276 ] {18006d14-6432-4792-a74e-8a461066ce82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:16.402315 [ 276 ] {18006d14-6432-4792-a74e-8a461066ce82} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 23:40:16.402606 [ 276 ] {18006d14-6432-4792-a74e-8a461066ce82} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:16.402763 [ 276 ] {18006d14-6432-4792-a74e-8a461066ce82} executeQuery: Read 196 rows, 14.40 KiB in 0.001371 sec., 142961.34208606856 rows/sec., 10.26 MiB/sec. 2026.02.01 23:40:16.402817 [ 276 ] {18006d14-6432-4792-a74e-8a461066ce82} TCPHandler: Processed in 0.001553346 sec. 2026.02.01 23:40:16.402950 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:16.403068 [ 276 ] {21a55127-9028-4942-9d31-23dae23b7217} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:16.403131 [ 276 ] {21a55127-9028-4942-9d31-23dae23b7217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:40:16.404212 [ 276 ] {21a55127-9028-4942-9d31-23dae23b7217} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:16.404261 [ 276 ] {21a55127-9028-4942-9d31-23dae23b7217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:16.404924 [ 276 ] {21a55127-9028-4942-9d31-23dae23b7217} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 23:40:16.405217 [ 276 ] {21a55127-9028-4942-9d31-23dae23b7217} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:16.405388 [ 276 ] {21a55127-9028-4942-9d31-23dae23b7217} executeQuery: Read 36 rows, 66.06 KiB in 0.002344 sec., 15358.361774744026 rows/sec., 27.52 MiB/sec. 2026.02.01 23:40:16.405467 [ 276 ] {21a55127-9028-4942-9d31-23dae23b7217} TCPHandler: Processed in 0.002573243 sec. 2026.02.01 23:40:16.405611 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:16.405719 [ 276 ] {fedbfe94-1f1b-4215-9c7a-abe4ab909eba} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:40:16.405770 [ 276 ] {fedbfe94-1f1b-4215-9c7a-abe4ab909eba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:40:16.406187 [ 276 ] {fedbfe94-1f1b-4215-9c7a-abe4ab909eba} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:16.406229 [ 276 ] {fedbfe94-1f1b-4215-9c7a-abe4ab909eba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:16.406610 [ 276 ] {fedbfe94-1f1b-4215-9c7a-abe4ab909eba} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 23:40:16.406895 [ 276 ] {fedbfe94-1f1b-4215-9c7a-abe4ab909eba} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:16.407047 [ 276 ] {fedbfe94-1f1b-4215-9c7a-abe4ab909eba} executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. 2026.02.01 23:40:16.407093 [ 276 ] {fedbfe94-1f1b-4215-9c7a-abe4ab909eba} TCPHandler: Processed in 0.001539205 sec. 2026.02.01 23:40:16.754607 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.02.01 23:40:16.772103 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:16.772167 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.01 23:40:16.777811 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 23:40:16.778525 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:16.781892 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.02.01 23:40:17.000218 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 256.26 MiB, peak 264.92 MiB, free memory in arenas 0.00 B, will set to 254.65 MiB (RSS), difference: -1.60 MiB 2026.02.01 23:40:18.639655 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 648 2026.02.01 23:40:18.642247 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:18.642306 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:18.643550 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 23:40:18.643835 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:18.644218 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 648 2026.02.01 23:40:21.386953 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:21.387203 [ 276 ] {117eaec2-6882-4e4f-b5c0-23a77b26be20} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:40:21.387270 [ 276 ] {117eaec2-6882-4e4f-b5c0-23a77b26be20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:40:21.387930 [ 276 ] {117eaec2-6882-4e4f-b5c0-23a77b26be20} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:21.387974 [ 276 ] {117eaec2-6882-4e4f-b5c0-23a77b26be20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:21.388358 [ 276 ] {117eaec2-6882-4e4f-b5c0-23a77b26be20} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 23:40:21.388588 [ 276 ] {117eaec2-6882-4e4f-b5c0-23a77b26be20} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:21.388726 [ 56 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 23:40:21.388750 [ 276 ] {117eaec2-6882-4e4f-b5c0-23a77b26be20} executeQuery: Read 64 rows, 5.19 KiB in 0.001596 sec., 40100.25062656642 rows/sec., 3.17 MiB/sec. 2026.02.01 23:40:21.388799 [ 56 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:21.388820 [ 276 ] {117eaec2-6882-4e4f-b5c0-23a77b26be20} TCPHandler: Processed in 0.002056165 sec. 2026.02.01 23:40:21.388831 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:21.388967 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:21.388969 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:40:21.389100 [ 276 ] {8d20ab2b-1dae-41f5-bc70-42aa56547704} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:40:21.389147 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:21.389153 [ 276 ] {8d20ab2b-1dae-41f5-bc70-42aa56547704} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:40:21.389194 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1406 rows starting from the beginning of the part 2026.02.01 23:40:21.389270 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1205 rows starting from the beginning of the part 2026.02.01 23:40:21.389318 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:40:21.389364 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:40:21.389409 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 248 rows starting from the beginning of the part 2026.02.01 23:40:21.389456 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part 2026.02.01 23:40:21.389612 [ 276 ] {8d20ab2b-1dae-41f5-bc70-42aa56547704} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:21.389654 [ 276 ] {8d20ab2b-1dae-41f5-bc70-42aa56547704} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:21.389987 [ 276 ] {8d20ab2b-1dae-41f5-bc70-42aa56547704} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 23:40:21.390214 [ 276 ] {8d20ab2b-1dae-41f5-bc70-42aa56547704} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:21.390370 [ 276 ] {8d20ab2b-1dae-41f5-bc70-42aa56547704} executeQuery: Read 4 rows, 308.00 B in 0.001305 sec., 3065.1340996168583 rows/sec., 230.48 KiB/sec. 2026.02.01 23:40:21.390410 [ 276 ] {8d20ab2b-1dae-41f5-bc70-42aa56547704} TCPHandler: Processed in 0.001502645 sec. 2026.02.01 23:40:21.390514 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:21.390610 [ 276 ] {b0de015c-67b0-4847-91a5-5f40f83fa822} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:40:21.390651 [ 276 ] {b0de015c-67b0-4847-91a5-5f40f83fa822} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:40:21.391061 [ 188 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3115 rows, containing 5 columns (5 merged, 0 gathered) in 0.002154136 sec., 1446055.4022587247 rows/sec., 126.60 MiB/sec. 2026.02.01 23:40:21.391067 [ 276 ] {b0de015c-67b0-4847-91a5-5f40f83fa822} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:21.391120 [ 276 ] {b0de015c-67b0-4847-91a5-5f40f83fa822} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:21.391310 [ 196 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 23:40:21.391447 [ 276 ] {b0de015c-67b0-4847-91a5-5f40f83fa822} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 23:40:21.391669 [ 196 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_36_7} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:21.391736 [ 276 ] {b0de015c-67b0-4847-91a5-5f40f83fa822} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:21.391756 [ 196 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_36_7} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 23:40:21.391866 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.02.01 23:40:21.391866 [ 53 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 23:40:21.391882 [ 276 ] {b0de015c-67b0-4847-91a5-5f40f83fa822} executeQuery: Read 68 rows, 5.44 KiB in 0.001292 sec., 52631.57894736842 rows/sec., 4.11 MiB/sec. 2026.02.01 23:40:21.391946 [ 53 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:21.391962 [ 276 ] {b0de015c-67b0-4847-91a5-5f40f83fa822} TCPHandler: Processed in 0.001496905 sec. 2026.02.01 23:40:21.391973 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:21.392075 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:40:21.392078 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:21.392200 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:21.392215 [ 276 ] {c829664a-1c11-4ea2-b4e7-5d038b058ff3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:21.392234 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 632 rows starting from the beginning of the part 2026.02.01 23:40:21.392266 [ 276 ] {c829664a-1c11-4ea2-b4e7-5d038b058ff3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:40:21.392303 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 526 rows starting from the beginning of the part 2026.02.01 23:40:21.392352 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 100 rows starting from the beginning of the part 2026.02.01 23:40:21.392392 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 68 rows starting from the beginning of the part 2026.02.01 23:40:21.392434 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 136 rows starting from the beginning of the part 2026.02.01 23:40:21.392475 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 68 rows starting from the beginning of the part 2026.02.01 23:40:21.392684 [ 276 ] {c829664a-1c11-4ea2-b4e7-5d038b058ff3} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:21.392726 [ 276 ] {c829664a-1c11-4ea2-b4e7-5d038b058ff3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:21.393076 [ 276 ] {c829664a-1c11-4ea2-b4e7-5d038b058ff3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 23:40:21.393297 [ 276 ] {c829664a-1c11-4ea2-b4e7-5d038b058ff3} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:21.393413 [ 53 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 23:40:21.393437 [ 276 ] {c829664a-1c11-4ea2-b4e7-5d038b058ff3} executeQuery: Read 160 rows, 11.41 KiB in 0.001241 sec., 128928.28364222402 rows/sec., 8.98 MiB/sec. 2026.02.01 23:40:21.393443 [ 53 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:21.393476 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:21.393480 [ 276 ] {c829664a-1c11-4ea2-b4e7-5d038b058ff3} TCPHandler: Processed in 0.001451695 sec. 2026.02.01 23:40:21.393488 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1530 rows, containing 5 columns (5 merged, 0 gathered) in 0.001458645 sec., 1048918.6882346286 rows/sec., 83.53 MiB/sec. 2026.02.01 23:40:21.393559 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:40:21.393602 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:21.393650 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 23:40:21.393682 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:21.393702 [ 276 ] {ac5d4624-3f65-4e6f-b0f1-840d23620e37} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:21.393719 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9114 rows starting from the beginning of the part 2026.02.01 23:40:21.393762 [ 276 ] {ac5d4624-3f65-4e6f-b0f1-840d23620e37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:40:21.393784 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 845 rows starting from the beginning of the part 2026.02.01 23:40:21.393839 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.02.01 23:40:21.393882 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:40:21.393924 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 196 rows starting from the beginning of the part 2026.02.01 23:40:21.393945 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_36_7} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:21.393964 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.02.01 23:40:21.394014 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_36_7} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 23:40:21.394090 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.01 23:40:21.394546 [ 276 ] {ac5d4624-3f65-4e6f-b0f1-840d23620e37} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:21.394587 [ 276 ] {ac5d4624-3f65-4e6f-b0f1-840d23620e37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:21.395109 [ 276 ] {ac5d4624-3f65-4e6f-b0f1-840d23620e37} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 23:40:21.395340 [ 276 ] {ac5d4624-3f65-4e6f-b0f1-840d23620e37} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:21.395486 [ 276 ] {ac5d4624-3f65-4e6f-b0f1-840d23620e37} executeQuery: Read 4 rows, 7.34 KiB in 0.001803 sec., 2218.524681087077 rows/sec., 3.98 MiB/sec. 2026.02.01 23:40:21.395549 [ 276 ] {ac5d4624-3f65-4e6f-b0f1-840d23620e37} TCPHandler: Processed in 0.001997053 sec. 2026.02.01 23:40:21.395662 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:21.395757 [ 276 ] {f100eb60-66ce-4d05-92f2-620b6125a32d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:40:21.395798 [ 276 ] {f100eb60-66ce-4d05-92f2-620b6125a32d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:40:21.396116 [ 276 ] {f100eb60-66ce-4d05-92f2-620b6125a32d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:21.396153 [ 276 ] {f100eb60-66ce-4d05-92f2-620b6125a32d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:21.396461 [ 276 ] {f100eb60-66ce-4d05-92f2-620b6125a32d} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 23:40:21.396676 [ 276 ] {f100eb60-66ce-4d05-92f2-620b6125a32d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:21.396779 [ 53 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 23:40:21.396805 [ 276 ] {f100eb60-66ce-4d05-92f2-620b6125a32d} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.02.01 23:40:21.396812 [ 53 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:21.396844 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:21.396847 [ 276 ] {f100eb60-66ce-4d05-92f2-620b6125a32d} TCPHandler: Processed in 0.001233631 sec. 2026.02.01 23:40:21.396934 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:40:21.397055 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:21.397090 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10635 rows, containing 5 columns (5 merged, 0 gathered) in 0.00356731 sec., 2981237.963619646 rows/sec., 204.99 MiB/sec. 2026.02.01 23:40:21.397092 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1800 rows starting from the beginning of the part 2026.02.01 23:40:21.397188 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2026.02.01 23:40:21.397240 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.02.01 23:40:21.397282 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:40:21.397325 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:40:21.397367 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.02.01 23:40:21.397408 [ 200 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 23:40:21.397754 [ 200 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_36_7} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:21.397838 [ 200 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_36_7} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 23:40:21.397925 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. 2026.02.01 23:40:21.398578 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2100 rows, containing 4 columns (4 merged, 0 gathered) in 0.001687558 sec., 1244401.673898023 rows/sec., 83.86 MiB/sec. 2026.02.01 23:40:21.398847 [ 186 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 23:40:21.399129 [ 186 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_36_7} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:21.399211 [ 186 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_36_7} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 23:40:21.399300 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.02.01 23:40:23.518640 [ 52 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:40:23.518693 [ 52 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:40:23.626123 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12478 2026.02.01 23:40:23.626715 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:23.626770 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:23.627317 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 23:40:23.627564 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:23.627701 [ 51 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 23:40:23.627711 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12478 2026.02.01 23:40:23.627780 [ 51 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:23.627811 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:23.627921 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:40:23.628048 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:23.628087 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10110 rows starting from the beginning of the part 2026.02.01 23:40:23.628157 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:40:23.628208 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:40:23.628257 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:40:23.628295 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:40:23.628336 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:40:23.632515 [ 193 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12478 rows, containing 4 columns (4 merged, 0 gathered) in 0.004642077 sec., 2688020.9009889327 rows/sec., 38.45 MiB/sec. 2026.02.01 23:40:23.632756 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 23:40:23.633038 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_26_5} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:23.633114 [ 201 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_26_5} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 23:40:23.633187 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.02.01 23:40:24.282038 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.02.01 23:40:24.300116 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:24.300191 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:24.305820 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 23:40:24.306520 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:24.306829 [ 51 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 23:40:24.306895 [ 51 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:24.306914 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:24.307005 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:40:24.309551 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.02.01 23:40:24.309874 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:24.310600 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:40:24.313945 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:40:24.317350 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:40:24.320959 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:40:24.325381 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:40:24.329095 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:40:24.381839 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.074864411 sec., 2618.066413425733 rows/sec., 13.54 MiB/sec. 2026.02.01 23:40:24.384482 [ 197 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 23:40:24.386549 [ 197 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_26_5} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:24.386655 [ 197 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_26_5} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 23:40:24.388695 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.02.01 23:40:25.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 256.08 MiB, peak 266.63 MiB, free memory in arenas 0.00 B, will set to 261.17 MiB (RSS), difference: 5.09 MiB 2026.02.01 23:40:26.389004 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:26.389206 [ 276 ] {28908783-2c15-460f-9af5-50f13e86d714} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:40:26.389291 [ 276 ] {28908783-2c15-460f-9af5-50f13e86d714} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:40:26.389994 [ 276 ] {28908783-2c15-460f-9af5-50f13e86d714} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:26.390043 [ 276 ] {28908783-2c15-460f-9af5-50f13e86d714} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:26.390465 [ 276 ] {28908783-2c15-460f-9af5-50f13e86d714} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 23:40:26.390691 [ 276 ] {28908783-2c15-460f-9af5-50f13e86d714} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:26.390845 [ 276 ] {28908783-2c15-460f-9af5-50f13e86d714} executeQuery: Read 128 rows, 11.29 KiB in 0.001693 sec., 75605.43414057886 rows/sec., 6.51 MiB/sec. 2026.02.01 23:40:26.390886 [ 276 ] {28908783-2c15-460f-9af5-50f13e86d714} TCPHandler: Processed in 0.002023564 sec. 2026.02.01 23:40:26.391010 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:26.391104 [ 276 ] {2ed05fd9-2df1-46eb-bb22-6ddffa51cb05} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:40:26.391145 [ 276 ] {2ed05fd9-2df1-46eb-bb22-6ddffa51cb05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:40:26.391633 [ 276 ] {2ed05fd9-2df1-46eb-bb22-6ddffa51cb05} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:26.391679 [ 276 ] {2ed05fd9-2df1-46eb-bb22-6ddffa51cb05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:26.392058 [ 276 ] {2ed05fd9-2df1-46eb-bb22-6ddffa51cb05} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 23:40:26.392305 [ 276 ] {2ed05fd9-2df1-46eb-bb22-6ddffa51cb05} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:26.392429 [ 49 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 23:40:26.392440 [ 276 ] {2ed05fd9-2df1-46eb-bb22-6ddffa51cb05} executeQuery: Read 36 rows, 2.71 KiB in 0.001355 sec., 26568.265682656824 rows/sec., 1.95 MiB/sec. 2026.02.01 23:40:26.392528 [ 49 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:26.392540 [ 276 ] {2ed05fd9-2df1-46eb-bb22-6ddffa51cb05} TCPHandler: Processed in 0.001580557 sec. 2026.02.01 23:40:26.392565 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:26.392688 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:40:26.392696 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:26.392815 [ 276 ] {73b5d1a5-63fb-40c1-be21-cbc94177d872} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:40:26.392836 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:26.392854 [ 276 ] {73b5d1a5-63fb-40c1-be21-cbc94177d872} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:40:26.392879 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 70 rows starting from the beginning of the part 2026.02.01 23:40:26.392961 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part 2026.02.01 23:40:26.393012 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part 2026.02.01 23:40:26.393059 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part 2026.02.01 23:40:26.393103 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part 2026.02.01 23:40:26.393148 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part 2026.02.01 23:40:26.393307 [ 276 ] {73b5d1a5-63fb-40c1-be21-cbc94177d872} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:26.393349 [ 276 ] {73b5d1a5-63fb-40c1-be21-cbc94177d872} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:26.393692 [ 276 ] {73b5d1a5-63fb-40c1-be21-cbc94177d872} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 23:40:26.393922 [ 276 ] {73b5d1a5-63fb-40c1-be21-cbc94177d872} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:26.393952 [ 193 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 5 columns (5 merged, 0 gathered) in 0.001319012 sec., 150112.3568246536 rows/sec., 11.61 MiB/sec. 2026.02.01 23:40:26.394051 [ 276 ] {73b5d1a5-63fb-40c1-be21-cbc94177d872} executeQuery: Read 100 rows, 8.00 KiB in 0.001255 sec., 79681.2749003984 rows/sec., 6.22 MiB/sec. 2026.02.01 23:40:26.394081 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 23:40:26.394092 [ 276 ] {73b5d1a5-63fb-40c1-be21-cbc94177d872} TCPHandler: Processed in 0.001447634 sec. 2026.02.01 23:40:26.394218 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:26.394312 [ 276 ] {7c580acc-47e0-468b-be68-967ea1f6f260} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:26.394336 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_31_6} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:26.394355 [ 276 ] {7c580acc-47e0-468b-be68-967ea1f6f260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:40:26.394411 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_31_6} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 23:40:26.394481 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.02.01 23:40:26.394800 [ 276 ] {7c580acc-47e0-468b-be68-967ea1f6f260} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:26.394841 [ 276 ] {7c580acc-47e0-468b-be68-967ea1f6f260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:26.395171 [ 276 ] {7c580acc-47e0-468b-be68-967ea1f6f260} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 23:40:26.395404 [ 276 ] {7c580acc-47e0-468b-be68-967ea1f6f260} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:26.395533 [ 276 ] {7c580acc-47e0-468b-be68-967ea1f6f260} executeQuery: Read 160 rows, 11.41 KiB in 0.001239 sec., 129136.40032284099 rows/sec., 8.99 MiB/sec. 2026.02.01 23:40:26.395569 [ 276 ] {7c580acc-47e0-468b-be68-967ea1f6f260} TCPHandler: Processed in 0.001398354 sec. 2026.02.01 23:40:26.395688 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:26.395812 [ 276 ] {83c36351-c0b7-4344-9173-8f84b60ba4ec} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:26.395878 [ 276 ] {83c36351-c0b7-4344-9173-8f84b60ba4ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:40:26.396805 [ 276 ] {83c36351-c0b7-4344-9173-8f84b60ba4ec} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:26.396867 [ 276 ] {83c36351-c0b7-4344-9173-8f84b60ba4ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:26.397433 [ 276 ] {83c36351-c0b7-4344-9173-8f84b60ba4ec} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 23:40:26.397653 [ 276 ] {83c36351-c0b7-4344-9173-8f84b60ba4ec} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:26.397789 [ 276 ] {83c36351-c0b7-4344-9173-8f84b60ba4ec} executeQuery: Read 36 rows, 66.06 KiB in 0.001999 sec., 18009.004502251126 rows/sec., 32.27 MiB/sec. 2026.02.01 23:40:26.397840 [ 276 ] {83c36351-c0b7-4344-9173-8f84b60ba4ec} TCPHandler: Processed in 0.002212417 sec. 2026.02.01 23:40:26.397958 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:26.398052 [ 276 ] {5ce62f49-5fee-447a-ab0a-04b0b038945d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:40:26.398094 [ 276 ] {5ce62f49-5fee-447a-ab0a-04b0b038945d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:40:26.398448 [ 276 ] {5ce62f49-5fee-447a-ab0a-04b0b038945d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:26.398484 [ 276 ] {5ce62f49-5fee-447a-ab0a-04b0b038945d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:26.398798 [ 276 ] {5ce62f49-5fee-447a-ab0a-04b0b038945d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 23:40:26.399004 [ 276 ] {5ce62f49-5fee-447a-ab0a-04b0b038945d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:26.399131 [ 276 ] {5ce62f49-5fee-447a-ab0a-04b0b038945d} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.02.01 23:40:26.399166 [ 276 ] {5ce62f49-5fee-447a-ab0a-04b0b038945d} TCPHandler: Processed in 0.001257892 sec. 2026.02.01 23:40:28.644523 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 672 2026.02.01 23:40:28.646728 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:28.646776 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:28.648033 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 23:40:28.648326 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:28.648699 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 672 2026.02.01 23:40:31.127988 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12990 2026.02.01 23:40:31.128715 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:31.128755 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:31.129277 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 23:40:31.129523 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:31.129654 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12990 2026.02.01 23:40:31.414159 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:31.414360 [ 276 ] {58af6377-ef05-4033-b11b-ed402f0f1497} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:40:31.414438 [ 276 ] {58af6377-ef05-4033-b11b-ed402f0f1497} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:40:31.415063 [ 276 ] {58af6377-ef05-4033-b11b-ed402f0f1497} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:31.415114 [ 276 ] {58af6377-ef05-4033-b11b-ed402f0f1497} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:31.415507 [ 276 ] {58af6377-ef05-4033-b11b-ed402f0f1497} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:40:31.415734 [ 276 ] {58af6377-ef05-4033-b11b-ed402f0f1497} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:31.415897 [ 276 ] {58af6377-ef05-4033-b11b-ed402f0f1497} executeQuery: Read 10 rows, 835.00 B in 0.001591 sec., 6285.355122564425 rows/sec., 512.53 KiB/sec. 2026.02.01 23:40:31.415948 [ 276 ] {58af6377-ef05-4033-b11b-ed402f0f1497} TCPHandler: Processed in 0.001933453 sec. 2026.02.01 23:40:31.416070 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:31.416174 [ 276 ] {1060aed4-2db6-46ac-aea4-604c5b46ab93} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:40:31.416216 [ 276 ] {1060aed4-2db6-46ac-aea4-604c5b46ab93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:40:31.417350 [ 276 ] {1060aed4-2db6-46ac-aea4-604c5b46ab93} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:31.417388 [ 276 ] {1060aed4-2db6-46ac-aea4-604c5b46ab93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:31.417804 [ 276 ] {1060aed4-2db6-46ac-aea4-604c5b46ab93} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 23:40:31.418026 [ 276 ] {1060aed4-2db6-46ac-aea4-604c5b46ab93} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:31.418165 [ 276 ] {1060aed4-2db6-46ac-aea4-604c5b46ab93} executeQuery: Read 1209 rows, 102.12 KiB in 0.002015 sec., 600000 rows/sec., 49.49 MiB/sec. 2026.02.01 23:40:31.418203 [ 276 ] {1060aed4-2db6-46ac-aea4-604c5b46ab93} TCPHandler: Processed in 0.002186467 sec. 2026.02.01 23:40:31.418313 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:31.418411 [ 276 ] {8e37cca7-8163-40ab-89ef-e25b2bdf7592} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:40:31.418452 [ 276 ] {8e37cca7-8163-40ab-89ef-e25b2bdf7592} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:40:31.418835 [ 276 ] {8e37cca7-8163-40ab-89ef-e25b2bdf7592} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:31.418871 [ 276 ] {8e37cca7-8163-40ab-89ef-e25b2bdf7592} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:31.419184 [ 276 ] {8e37cca7-8163-40ab-89ef-e25b2bdf7592} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 23:40:31.419399 [ 276 ] {8e37cca7-8163-40ab-89ef-e25b2bdf7592} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:31.419533 [ 276 ] {8e37cca7-8163-40ab-89ef-e25b2bdf7592} executeQuery: Read 14 rows, 1023.00 B in 0.001143 sec., 12248.468941382329 rows/sec., 874.04 KiB/sec. 2026.02.01 23:40:31.419569 [ 276 ] {8e37cca7-8163-40ab-89ef-e25b2bdf7592} TCPHandler: Processed in 0.001306311 sec. 2026.02.01 23:40:31.419669 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:31.419763 [ 276 ] {e95881a2-def6-4364-a6c8-72bcbe61295d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:40:31.419802 [ 276 ] {e95881a2-def6-4364-a6c8-72bcbe61295d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:40:31.420299 [ 276 ] {e95881a2-def6-4364-a6c8-72bcbe61295d} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:31.420335 [ 276 ] {e95881a2-def6-4364-a6c8-72bcbe61295d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:31.420664 [ 276 ] {e95881a2-def6-4364-a6c8-72bcbe61295d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:40:31.420884 [ 276 ] {e95881a2-def6-4364-a6c8-72bcbe61295d} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:31.421010 [ 276 ] {e95881a2-def6-4364-a6c8-72bcbe61295d} executeQuery: Read 228 rows, 15.81 KiB in 0.001267 sec., 179952.64404104184 rows/sec., 12.18 MiB/sec. 2026.02.01 23:40:31.421047 [ 276 ] {e95881a2-def6-4364-a6c8-72bcbe61295d} TCPHandler: Processed in 0.001426664 sec. 2026.02.01 23:40:31.421154 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:31.421259 [ 276 ] {12d928ca-12e1-4040-8034-378cf28906c8} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:40:31.421300 [ 276 ] {12d928ca-12e1-4040-8034-378cf28906c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:40:31.421950 [ 276 ] {12d928ca-12e1-4040-8034-378cf28906c8} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:31.421987 [ 276 ] {12d928ca-12e1-4040-8034-378cf28906c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:31.422348 [ 276 ] {12d928ca-12e1-4040-8034-378cf28906c8} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 23:40:31.422564 [ 276 ] {12d928ca-12e1-4040-8034-378cf28906c8} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:31.422701 [ 276 ] {12d928ca-12e1-4040-8034-378cf28906c8} executeQuery: Read 534 rows, 40.54 KiB in 0.001462 sec., 365253.0779753762 rows/sec., 27.08 MiB/sec. 2026.02.01 23:40:31.422740 [ 276 ] {12d928ca-12e1-4040-8034-378cf28906c8} TCPHandler: Processed in 0.001636827 sec. 2026.02.01 23:40:31.422846 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:31.422941 [ 276 ] {773064bb-423a-46b8-ab82-b0c3ba27c189} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:31.422984 [ 276 ] {773064bb-423a-46b8-ab82-b0c3ba27c189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:40:31.423602 [ 276 ] {773064bb-423a-46b8-ab82-b0c3ba27c189} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:31.423638 [ 276 ] {773064bb-423a-46b8-ab82-b0c3ba27c189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:31.424029 [ 276 ] {773064bb-423a-46b8-ab82-b0c3ba27c189} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 23:40:31.424246 [ 276 ] {773064bb-423a-46b8-ab82-b0c3ba27c189} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:31.424382 [ 276 ] {773064bb-423a-46b8-ab82-b0c3ba27c189} executeQuery: Read 849 rows, 58.52 KiB in 0.00146 sec., 581506.8493150686 rows/sec., 39.14 MiB/sec. 2026.02.01 23:40:31.424419 [ 276 ] {773064bb-423a-46b8-ab82-b0c3ba27c189} TCPHandler: Processed in 0.001622197 sec. 2026.02.01 23:40:31.424524 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:31.424618 [ 276 ] {a74a9871-2d46-4f91-b139-042adcd10d97} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:31.424674 [ 276 ] {a74a9871-2d46-4f91-b139-042adcd10d97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:40:31.425413 [ 276 ] {a74a9871-2d46-4f91-b139-042adcd10d97} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:31.425450 [ 276 ] {a74a9871-2d46-4f91-b139-042adcd10d97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:31.425982 [ 276 ] {a74a9871-2d46-4f91-b139-042adcd10d97} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 23:40:31.426216 [ 276 ] {a74a9871-2d46-4f91-b139-042adcd10d97} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:31.426359 [ 276 ] {a74a9871-2d46-4f91-b139-042adcd10d97} executeQuery: Read 4 rows, 7.34 KiB in 0.001759 sec., 2274.019329164298 rows/sec., 4.07 MiB/sec. 2026.02.01 23:40:31.426421 [ 276 ] {a74a9871-2d46-4f91-b139-042adcd10d97} TCPHandler: Processed in 0.001946033 sec. 2026.02.01 23:40:31.426528 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:31.426622 [ 276 ] {260ca465-a608-4866-82a0-bd24c5143ef0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:40:31.426664 [ 276 ] {260ca465-a608-4866-82a0-bd24c5143ef0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:40:31.426996 [ 276 ] {260ca465-a608-4866-82a0-bd24c5143ef0} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:31.427030 [ 276 ] {260ca465-a608-4866-82a0-bd24c5143ef0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:31.427331 [ 276 ] {260ca465-a608-4866-82a0-bd24c5143ef0} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 23:40:31.427546 [ 276 ] {260ca465-a608-4866-82a0-bd24c5143ef0} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:31.427676 [ 276 ] {260ca465-a608-4866-82a0-bd24c5143ef0} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.02.01 23:40:31.427712 [ 276 ] {260ca465-a608-4866-82a0-bd24c5143ef0} TCPHandler: Processed in 0.00123294 sec. 2026.02.01 23:40:31.809740 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.02.01 23:40:31.825955 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:31.826020 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:31.832019 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 23:40:31.832736 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:31.835383 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.02.01 23:40:36.389139 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:36.389355 [ 276 ] {8b6ddd5b-6919-4c75-ad2e-e836306aa9ab} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:40:36.389427 [ 276 ] {8b6ddd5b-6919-4c75-ad2e-e836306aa9ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:40:36.390127 [ 276 ] {8b6ddd5b-6919-4c75-ad2e-e836306aa9ab} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:36.390171 [ 276 ] {8b6ddd5b-6919-4c75-ad2e-e836306aa9ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:36.390582 [ 276 ] {8b6ddd5b-6919-4c75-ad2e-e836306aa9ab} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 23:40:36.390802 [ 276 ] {8b6ddd5b-6919-4c75-ad2e-e836306aa9ab} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:36.390952 [ 276 ] {8b6ddd5b-6919-4c75-ad2e-e836306aa9ab} executeQuery: Read 128 rows, 11.29 KiB in 0.001652 sec., 77481.8401937046 rows/sec., 6.68 MiB/sec. 2026.02.01 23:40:36.390993 [ 276 ] {8b6ddd5b-6919-4c75-ad2e-e836306aa9ab} TCPHandler: Processed in 0.001988144 sec. 2026.02.01 23:40:36.391107 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:36.391199 [ 276 ] {6d905ed6-742f-482d-ba4c-a04435652b89} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:40:36.391239 [ 276 ] {6d905ed6-742f-482d-ba4c-a04435652b89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:40:36.391632 [ 276 ] {6d905ed6-742f-482d-ba4c-a04435652b89} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:36.391667 [ 276 ] {6d905ed6-742f-482d-ba4c-a04435652b89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:36.391948 [ 276 ] {6d905ed6-742f-482d-ba4c-a04435652b89} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 23:40:36.392150 [ 276 ] {6d905ed6-742f-482d-ba4c-a04435652b89} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:36.392275 [ 276 ] {6d905ed6-742f-482d-ba4c-a04435652b89} executeQuery: Read 36 rows, 2.71 KiB in 0.001095 sec., 32876.71232876712 rows/sec., 2.41 MiB/sec. 2026.02.01 23:40:36.392311 [ 276 ] {6d905ed6-742f-482d-ba4c-a04435652b89} TCPHandler: Processed in 0.001251781 sec. 2026.02.01 23:40:36.392409 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:36.392499 [ 276 ] {3c01c4cf-f81c-41f6-9ef2-1f8f6628879e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:40:36.392538 [ 276 ] {3c01c4cf-f81c-41f6-9ef2-1f8f6628879e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:40:36.392940 [ 276 ] {3c01c4cf-f81c-41f6-9ef2-1f8f6628879e} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:36.392974 [ 276 ] {3c01c4cf-f81c-41f6-9ef2-1f8f6628879e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:36.393268 [ 276 ] {3c01c4cf-f81c-41f6-9ef2-1f8f6628879e} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 23:40:36.393491 [ 276 ] {3c01c4cf-f81c-41f6-9ef2-1f8f6628879e} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:36.393615 [ 276 ] {3c01c4cf-f81c-41f6-9ef2-1f8f6628879e} executeQuery: Read 100 rows, 8.00 KiB in 0.001133 sec., 88261.253309797 rows/sec., 6.89 MiB/sec. 2026.02.01 23:40:36.393651 [ 276 ] {3c01c4cf-f81c-41f6-9ef2-1f8f6628879e} TCPHandler: Processed in 0.001288401 sec. 2026.02.01 23:40:36.393753 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:36.393844 [ 276 ] {6e7c0b9e-2e91-4636-9689-be90224fd587} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:36.393886 [ 276 ] {6e7c0b9e-2e91-4636-9689-be90224fd587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:40:36.394271 [ 276 ] {6e7c0b9e-2e91-4636-9689-be90224fd587} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:36.394305 [ 276 ] {6e7c0b9e-2e91-4636-9689-be90224fd587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:36.394616 [ 276 ] {6e7c0b9e-2e91-4636-9689-be90224fd587} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 23:40:36.394816 [ 276 ] {6e7c0b9e-2e91-4636-9689-be90224fd587} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:36.394939 [ 276 ] {6e7c0b9e-2e91-4636-9689-be90224fd587} executeQuery: Read 160 rows, 11.41 KiB in 0.001113 sec., 143755.61545372865 rows/sec., 10.01 MiB/sec. 2026.02.01 23:40:36.394975 [ 276 ] {6e7c0b9e-2e91-4636-9689-be90224fd587} TCPHandler: Processed in 0.001268461 sec. 2026.02.01 23:40:36.395095 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:36.395216 [ 276 ] {8a2fe70a-ec2d-4ca2-b42a-19d941b121bb} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:36.395283 [ 276 ] {8a2fe70a-ec2d-4ca2-b42a-19d941b121bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:40:36.396192 [ 276 ] {8a2fe70a-ec2d-4ca2-b42a-19d941b121bb} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:36.396227 [ 276 ] {8a2fe70a-ec2d-4ca2-b42a-19d941b121bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:36.396804 [ 276 ] {8a2fe70a-ec2d-4ca2-b42a-19d941b121bb} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 23:40:36.397036 [ 276 ] {8a2fe70a-ec2d-4ca2-b42a-19d941b121bb} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:36.397175 [ 276 ] {8a2fe70a-ec2d-4ca2-b42a-19d941b121bb} executeQuery: Read 36 rows, 66.06 KiB in 0.001985 sec., 18136.020151133504 rows/sec., 32.50 MiB/sec. 2026.02.01 23:40:36.397175 [ 29 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 23:40:36.397229 [ 276 ] {8a2fe70a-ec2d-4ca2-b42a-19d941b121bb} TCPHandler: Processed in 0.002196227 sec. 2026.02.01 23:40:36.397273 [ 29 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:36.397317 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:36.397350 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:36.397430 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:40:36.397452 [ 276 ] {5410c5c8-82c3-4dbe-bee3-90d981c4f1c7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:40:36.397495 [ 276 ] {5410c5c8-82c3-4dbe-bee3-90d981c4f1c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:40:36.397638 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:36.397693 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 579 rows starting from the beginning of the part 2026.02.01 23:40:36.397841 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part 2026.02.01 23:40:36.397851 [ 276 ] {5410c5c8-82c3-4dbe-bee3-90d981c4f1c7} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:36.397889 [ 276 ] {5410c5c8-82c3-4dbe-bee3-90d981c4f1c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:36.397940 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part 2026.02.01 23:40:36.398037 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part 2026.02.01 23:40:36.398133 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part 2026.02.01 23:40:36.398210 [ 276 ] {5410c5c8-82c3-4dbe-bee3-90d981c4f1c7} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 23:40:36.398226 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part 2026.02.01 23:40:36.398444 [ 276 ] {5410c5c8-82c3-4dbe-bee3-90d981c4f1c7} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:36.398573 [ 276 ] {5410c5c8-82c3-4dbe-bee3-90d981c4f1c7} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2026.02.01 23:40:36.398609 [ 276 ] {5410c5c8-82c3-4dbe-bee3-90d981c4f1c7} TCPHandler: Processed in 0.001307772 sec. 2026.02.01 23:40:36.403065 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 19 columns (19 merged, 0 gathered) in 0.005676915 sec., 122425.64843757568 rows/sec., 219.38 MiB/sec. 2026.02.01 23:40:36.404108 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 23:40:36.404466 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_31_6} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:36.404548 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_31_6} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 23:40:36.404672 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. 2026.02.01 23:40:37.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 262.61 MiB, peak 270.11 MiB, free memory in arenas 0.00 B, will set to 264.91 MiB (RSS), difference: 2.29 MiB 2026.02.01 23:40:38.518763 [ 32 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:40:38.518816 [ 32 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:40:38.629893 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13438 2026.02.01 23:40:38.630621 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:38.630677 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:38.631218 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 23:40:38.631463 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:38.631613 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13438 2026.02.01 23:40:38.649067 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 700 2026.02.01 23:40:38.651818 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:38.651872 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:38.653090 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 23:40:38.653380 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:38.653752 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 700 2026.02.01 23:40:39.335576 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.02.01 23:40:39.351022 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:39.351068 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:39.357065 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 23:40:39.357765 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:39.360448 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.02.01 23:40:41.387494 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:41.387774 [ 276 ] {0d429601-c497-445b-83ef-63a6a84d07ad} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:40:41.387874 [ 276 ] {0d429601-c497-445b-83ef-63a6a84d07ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:40:41.388632 [ 276 ] {0d429601-c497-445b-83ef-63a6a84d07ad} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:41.388679 [ 276 ] {0d429601-c497-445b-83ef-63a6a84d07ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:41.389078 [ 276 ] {0d429601-c497-445b-83ef-63a6a84d07ad} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 23:40:41.389302 [ 276 ] {0d429601-c497-445b-83ef-63a6a84d07ad} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:41.389460 [ 276 ] {0d429601-c497-445b-83ef-63a6a84d07ad} executeQuery: Read 64 rows, 5.19 KiB in 0.001764 sec., 36281.179138322 rows/sec., 2.87 MiB/sec. 2026.02.01 23:40:41.389510 [ 276 ] {0d429601-c497-445b-83ef-63a6a84d07ad} TCPHandler: Processed in 0.002205997 sec. 2026.02.01 23:40:41.389628 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:41.389721 [ 276 ] {d6b9fbe6-f173-4259-91b3-e51c6e5b0567} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:40:41.389760 [ 276 ] {d6b9fbe6-f173-4259-91b3-e51c6e5b0567} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:40:41.390151 [ 276 ] {d6b9fbe6-f173-4259-91b3-e51c6e5b0567} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:41.390187 [ 276 ] {d6b9fbe6-f173-4259-91b3-e51c6e5b0567} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:41.390475 [ 276 ] {d6b9fbe6-f173-4259-91b3-e51c6e5b0567} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 23:40:41.390684 [ 276 ] {d6b9fbe6-f173-4259-91b3-e51c6e5b0567} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:41.390810 [ 276 ] {d6b9fbe6-f173-4259-91b3-e51c6e5b0567} executeQuery: Read 4 rows, 308.00 B in 0.001108 sec., 3610.1083032490974 rows/sec., 271.46 KiB/sec. 2026.02.01 23:40:41.390846 [ 276 ] {d6b9fbe6-f173-4259-91b3-e51c6e5b0567} TCPHandler: Processed in 0.001265392 sec. 2026.02.01 23:40:41.390952 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:41.391043 [ 276 ] {15b1bdfa-2183-4f83-9147-154c4652e2ca} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:40:41.391080 [ 276 ] {15b1bdfa-2183-4f83-9147-154c4652e2ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:40:41.391495 [ 276 ] {15b1bdfa-2183-4f83-9147-154c4652e2ca} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:41.391530 [ 276 ] {15b1bdfa-2183-4f83-9147-154c4652e2ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:41.391825 [ 276 ] {15b1bdfa-2183-4f83-9147-154c4652e2ca} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 23:40:41.392043 [ 276 ] {15b1bdfa-2183-4f83-9147-154c4652e2ca} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:41.392168 [ 276 ] {15b1bdfa-2183-4f83-9147-154c4652e2ca} executeQuery: Read 68 rows, 5.44 KiB in 0.001143 sec., 59492.56342957131 rows/sec., 4.64 MiB/sec. 2026.02.01 23:40:41.392204 [ 276 ] {15b1bdfa-2183-4f83-9147-154c4652e2ca} TCPHandler: Processed in 0.001299051 sec. 2026.02.01 23:40:41.392314 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:41.392408 [ 276 ] {da227fd8-3b3d-4dfb-9822-ebdc781c5147} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:41.392450 [ 276 ] {da227fd8-3b3d-4dfb-9822-ebdc781c5147} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:40:41.392897 [ 276 ] {da227fd8-3b3d-4dfb-9822-ebdc781c5147} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:41.392936 [ 276 ] {da227fd8-3b3d-4dfb-9822-ebdc781c5147} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:41.393268 [ 276 ] {da227fd8-3b3d-4dfb-9822-ebdc781c5147} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 23:40:41.393474 [ 276 ] {da227fd8-3b3d-4dfb-9822-ebdc781c5147} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:41.393604 [ 276 ] {da227fd8-3b3d-4dfb-9822-ebdc781c5147} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2026.02.01 23:40:41.393640 [ 276 ] {da227fd8-3b3d-4dfb-9822-ebdc781c5147} TCPHandler: Processed in 0.001373093 sec. 2026.02.01 23:40:41.393752 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:41.393844 [ 276 ] {0f0e4f45-341c-4590-a608-dacfec951d13} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:41.393898 [ 276 ] {0f0e4f45-341c-4590-a608-dacfec951d13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:40:41.394664 [ 276 ] {0f0e4f45-341c-4590-a608-dacfec951d13} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:41.394704 [ 276 ] {0f0e4f45-341c-4590-a608-dacfec951d13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:41.395199 [ 276 ] {0f0e4f45-341c-4590-a608-dacfec951d13} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 23:40:41.395413 [ 276 ] {0f0e4f45-341c-4590-a608-dacfec951d13} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:41.395547 [ 276 ] {0f0e4f45-341c-4590-a608-dacfec951d13} executeQuery: Read 4 rows, 7.34 KiB in 0.001721 sec., 2324.230098779779 rows/sec., 4.16 MiB/sec. 2026.02.01 23:40:41.395598 [ 276 ] {0f0e4f45-341c-4590-a608-dacfec951d13} TCPHandler: Processed in 0.001897102 sec. 2026.02.01 23:40:41.395720 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:41.395812 [ 276 ] {b65c1a45-046f-437c-af02-b4554e7895db} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:40:41.395853 [ 276 ] {b65c1a45-046f-437c-af02-b4554e7895db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:40:41.396186 [ 276 ] {b65c1a45-046f-437c-af02-b4554e7895db} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:41.396220 [ 276 ] {b65c1a45-046f-437c-af02-b4554e7895db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:41.396515 [ 276 ] {b65c1a45-046f-437c-af02-b4554e7895db} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 23:40:41.396722 [ 276 ] {b65c1a45-046f-437c-af02-b4554e7895db} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:41.396846 [ 276 ] {b65c1a45-046f-437c-af02-b4554e7895db} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.02.01 23:40:41.396880 [ 276 ] {b65c1a45-046f-437c-af02-b4554e7895db} TCPHandler: Processed in 0.001216241 sec. 2026.02.01 23:40:46.131707 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13950 2026.02.01 23:40:46.132240 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.132280 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.132791 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 23:40:46.133049 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.133194 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13950 2026.02.01 23:40:46.390816 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:46.391000 [ 276 ] {c031481b-956e-406e-af91-d66c46018433} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:40:46.391070 [ 276 ] {c031481b-956e-406e-af91-d66c46018433} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:40:46.391787 [ 276 ] {c031481b-956e-406e-af91-d66c46018433} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.391838 [ 276 ] {c031481b-956e-406e-af91-d66c46018433} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.392223 [ 276 ] {c031481b-956e-406e-af91-d66c46018433} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:40:46.392462 [ 276 ] {c031481b-956e-406e-af91-d66c46018433} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.392622 [ 276 ] {c031481b-956e-406e-af91-d66c46018433} executeQuery: Read 24 rows, 2.04 KiB in 0.001672 sec., 14354.066985645932 rows/sec., 1.19 MiB/sec. 2026.02.01 23:40:46.392671 [ 276 ] {c031481b-956e-406e-af91-d66c46018433} TCPHandler: Processed in 0.001987683 sec. 2026.02.01 23:40:46.392806 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:46.392907 [ 276 ] {c6dcae1f-3a72-4c3c-a6a0-a57ad33c5406} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:40:46.392950 [ 276 ] {c6dcae1f-3a72-4c3c-a6a0-a57ad33c5406} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:40:46.393397 [ 276 ] {c6dcae1f-3a72-4c3c-a6a0-a57ad33c5406} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.393434 [ 276 ] {c6dcae1f-3a72-4c3c-a6a0-a57ad33c5406} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.393739 [ 276 ] {c6dcae1f-3a72-4c3c-a6a0-a57ad33c5406} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:40:46.393956 [ 276 ] {c6dcae1f-3a72-4c3c-a6a0-a57ad33c5406} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.394089 [ 276 ] {c6dcae1f-3a72-4c3c-a6a0-a57ad33c5406} executeQuery: Read 6 rows, 501.00 B in 0.001205 sec., 4979.253112033195 rows/sec., 406.02 KiB/sec. 2026.02.01 23:40:46.394126 [ 276 ] {c6dcae1f-3a72-4c3c-a6a0-a57ad33c5406} TCPHandler: Processed in 0.001369363 sec. 2026.02.01 23:40:46.394237 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:46.394330 [ 276 ] {ad550692-7314-43bd-b8af-88efa6c66830} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:40:46.394370 [ 276 ] {ad550692-7314-43bd-b8af-88efa6c66830} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:40:46.394929 [ 276 ] {ad550692-7314-43bd-b8af-88efa6c66830} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.394965 [ 276 ] {ad550692-7314-43bd-b8af-88efa6c66830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.395286 [ 276 ] {ad550692-7314-43bd-b8af-88efa6c66830} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 23:40:46.395514 [ 276 ] {ad550692-7314-43bd-b8af-88efa6c66830} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.395644 [ 276 ] {ad550692-7314-43bd-b8af-88efa6c66830} executeQuery: Read 251 rows, 22.97 KiB in 0.001333 sec., 188297.07426856714 rows/sec., 16.83 MiB/sec. 2026.02.01 23:40:46.395656 [ 36 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 23:40:46.395681 [ 276 ] {ad550692-7314-43bd-b8af-88efa6c66830} TCPHandler: Processed in 0.001491225 sec. 2026.02.01 23:40:46.395723 [ 36 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.395748 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.395814 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:46.395861 [ 197 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:40:46.395910 [ 276 ] {58807b14-b1e7-46a4-89ed-a64feaccf129} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:40:46.395954 [ 276 ] {58807b14-b1e7-46a4-89ed-a64feaccf129} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:40:46.395992 [ 197 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:46.396033 [ 197 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1406 rows starting from the beginning of the part 2026.02.01 23:40:46.396101 [ 197 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 128 rows starting from the beginning of the part 2026.02.01 23:40:46.396145 [ 197 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1209 rows starting from the beginning of the part 2026.02.01 23:40:46.396183 [ 197 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 128 rows starting from the beginning of the part 2026.02.01 23:40:46.396221 [ 197 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:40:46.396260 [ 197 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 251 rows starting from the beginning of the part 2026.02.01 23:40:46.396377 [ 276 ] {58807b14-b1e7-46a4-89ed-a64feaccf129} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.396421 [ 276 ] {58807b14-b1e7-46a4-89ed-a64feaccf129} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.396741 [ 276 ] {58807b14-b1e7-46a4-89ed-a64feaccf129} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 23:40:46.396965 [ 276 ] {58807b14-b1e7-46a4-89ed-a64feaccf129} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.397101 [ 276 ] {58807b14-b1e7-46a4-89ed-a64feaccf129} executeQuery: Read 54 rows, 4.09 KiB in 0.001209 sec., 44665.01240694789 rows/sec., 3.30 MiB/sec. 2026.02.01 23:40:46.397137 [ 276 ] {58807b14-b1e7-46a4-89ed-a64feaccf129} TCPHandler: Processed in 0.001370333 sec. 2026.02.01 23:40:46.397244 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:46.397341 [ 276 ] {b2f87af2-cca7-409e-8ee7-cb16e3011d2f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:40:46.397380 [ 276 ] {b2f87af2-cca7-409e-8ee7-cb16e3011d2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:40:46.397623 [ 193 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3186 rows, containing 5 columns (5 merged, 0 gathered) in 0.00182043 sec., 1750135.9568893064 rows/sec., 153.51 MiB/sec. 2026.02.01 23:40:46.397772 [ 276 ] {b2f87af2-cca7-409e-8ee7-cb16e3011d2f} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.397813 [ 276 ] {b2f87af2-cca7-409e-8ee7-cb16e3011d2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.397821 [ 197 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 23:40:46.398106 [ 197 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_41_8} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.398153 [ 276 ] {b2f87af2-cca7-409e-8ee7-cb16e3011d2f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:40:46.398181 [ 197 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_41_8} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 23:40:46.398254 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.02.01 23:40:46.398377 [ 276 ] {b2f87af2-cca7-409e-8ee7-cb16e3011d2f} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.398511 [ 276 ] {b2f87af2-cca7-409e-8ee7-cb16e3011d2f} executeQuery: Read 24 rows, 2.04 KiB in 0.001193 sec., 20117.351215423303 rows/sec., 1.67 MiB/sec. 2026.02.01 23:40:46.398546 [ 276 ] {b2f87af2-cca7-409e-8ee7-cb16e3011d2f} TCPHandler: Processed in 0.001349013 sec. 2026.02.01 23:40:46.398644 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:46.398735 [ 276 ] {178fc147-0f18-44a1-92b2-0d617213cb45} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:40:46.398773 [ 276 ] {178fc147-0f18-44a1-92b2-0d617213cb45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:40:46.399161 [ 276 ] {178fc147-0f18-44a1-92b2-0d617213cb45} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.399195 [ 276 ] {178fc147-0f18-44a1-92b2-0d617213cb45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.399480 [ 276 ] {178fc147-0f18-44a1-92b2-0d617213cb45} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 23:40:46.399689 [ 276 ] {178fc147-0f18-44a1-92b2-0d617213cb45} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.399814 [ 276 ] {178fc147-0f18-44a1-92b2-0d617213cb45} executeQuery: Read 12 rows, 960.00 B in 0.001097 sec., 10938.924339106654 rows/sec., 854.60 KiB/sec. 2026.02.01 23:40:46.399851 [ 276 ] {178fc147-0f18-44a1-92b2-0d617213cb45} TCPHandler: Processed in 0.001253041 sec. 2026.02.01 23:40:46.399973 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:46.400096 [ 276 ] {5b67dad3-a798-457d-913d-5d98043cf79d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:40:46.400145 [ 276 ] {5b67dad3-a798-457d-913d-5d98043cf79d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:40:46.400734 [ 276 ] {5b67dad3-a798-457d-913d-5d98043cf79d} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.400779 [ 276 ] {5b67dad3-a798-457d-913d-5d98043cf79d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.401149 [ 276 ] {5b67dad3-a798-457d-913d-5d98043cf79d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 23:40:46.401355 [ 276 ] {5b67dad3-a798-457d-913d-5d98043cf79d} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.401460 [ 36 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 23:40:46.401487 [ 276 ] {5b67dad3-a798-457d-913d-5d98043cf79d} executeQuery: Read 142 rows, 11.75 KiB in 0.001416 sec., 100282.48587570622 rows/sec., 8.10 MiB/sec. 2026.02.01 23:40:46.401490 [ 36 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.401526 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.401532 [ 276 ] {5b67dad3-a798-457d-913d-5d98043cf79d} TCPHandler: Processed in 0.001620847 sec. 2026.02.01 23:40:46.401630 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:40:46.401640 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:46.401772 [ 276 ] {01297f1a-f25f-4e9a-a3dc-6c6073ad5169} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:46.401776 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:46.401818 [ 276 ] {01297f1a-f25f-4e9a-a3dc-6c6073ad5169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:40:46.401824 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 632 rows starting from the beginning of the part 2026.02.01 23:40:46.401923 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 100 rows starting from the beginning of the part 2026.02.01 23:40:46.401972 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 534 rows starting from the beginning of the part 2026.02.01 23:40:46.402015 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 100 rows starting from the beginning of the part 2026.02.01 23:40:46.402089 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 68 rows starting from the beginning of the part 2026.02.01 23:40:46.402138 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 142 rows starting from the beginning of the part 2026.02.01 23:40:46.402244 [ 276 ] {01297f1a-f25f-4e9a-a3dc-6c6073ad5169} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.402285 [ 276 ] {01297f1a-f25f-4e9a-a3dc-6c6073ad5169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.402695 [ 276 ] {01297f1a-f25f-4e9a-a3dc-6c6073ad5169} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 23:40:46.402928 [ 276 ] {01297f1a-f25f-4e9a-a3dc-6c6073ad5169} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.403037 [ 36 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 23:40:46.403063 [ 276 ] {01297f1a-f25f-4e9a-a3dc-6c6073ad5169} executeQuery: Read 199 rows, 14.61 KiB in 0.00131 sec., 151908.3969465649 rows/sec., 10.89 MiB/sec. 2026.02.01 23:40:46.403065 [ 36 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.403104 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.403107 [ 276 ] {01297f1a-f25f-4e9a-a3dc-6c6073ad5169} TCPHandler: Processed in 0.001513245 sec. 2026.02.01 23:40:46.403179 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:40:46.403231 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:46.403288 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:46.403321 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10635 rows starting from the beginning of the part 2026.02.01 23:40:46.403328 [ 276 ] {11c5c817-4114-4b26-bbbe-36b210e738bc} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:46.403356 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 5 columns (5 merged, 0 gathered) in 0.00177688 sec., 886947.9086938904 rows/sec., 70.71 MiB/sec. 2026.02.01 23:40:46.403366 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:40:46.403387 [ 276 ] {11c5c817-4114-4b26-bbbe-36b210e738bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:40:46.403425 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 849 rows starting from the beginning of the part 2026.02.01 23:40:46.403465 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2026.02.01 23:40:46.403499 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2026.02.01 23:40:46.403535 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 199 rows starting from the beginning of the part 2026.02.01 23:40:46.403567 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 23:40:46.403900 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_41_8} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.403978 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_41_8} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 23:40:46.404062 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.01 23:40:46.404244 [ 276 ] {11c5c817-4114-4b26-bbbe-36b210e738bc} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.404279 [ 276 ] {11c5c817-4114-4b26-bbbe-36b210e738bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.404874 [ 276 ] {11c5c817-4114-4b26-bbbe-36b210e738bc} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 23:40:46.405104 [ 276 ] {11c5c817-4114-4b26-bbbe-36b210e738bc} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.405244 [ 276 ] {11c5c817-4114-4b26-bbbe-36b210e738bc} executeQuery: Read 36 rows, 66.06 KiB in 0.001935 sec., 18604.6511627907 rows/sec., 33.34 MiB/sec. 2026.02.01 23:40:46.405308 [ 276 ] {11c5c817-4114-4b26-bbbe-36b210e738bc} TCPHandler: Processed in 0.002124756 sec. 2026.02.01 23:40:46.405421 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:46.405513 [ 276 ] {f797d079-b32b-4d28-bca2-4f5d04b88160} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:40:46.405554 [ 276 ] {f797d079-b32b-4d28-bca2-4f5d04b88160} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:40:46.405884 [ 276 ] {f797d079-b32b-4d28-bca2-4f5d04b88160} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.405919 [ 276 ] {f797d079-b32b-4d28-bca2-4f5d04b88160} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.406223 [ 276 ] {f797d079-b32b-4d28-bca2-4f5d04b88160} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 23:40:46.406436 [ 276 ] {f797d079-b32b-4d28-bca2-4f5d04b88160} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.406539 [ 36 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 23:40:46.406567 [ 36 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.406568 [ 276 ] {f797d079-b32b-4d28-bca2-4f5d04b88160} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.02.01 23:40:46.406584 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.406617 [ 276 ] {f797d079-b32b-4d28-bca2-4f5d04b88160} TCPHandler: Processed in 0.001242851 sec. 2026.02.01 23:40:46.406692 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:40:46.406808 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:46.406839 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2100 rows starting from the beginning of the part 2026.02.01 23:40:46.406892 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:40:46.406933 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.02.01 23:40:46.406968 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2026.02.01 23:40:46.407005 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2026.02.01 23:40:46.407041 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.02.01 23:40:46.407096 [ 192 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12163 rows, containing 5 columns (5 merged, 0 gathered) in 0.003946335 sec., 3082100.2271728073 rows/sec., 211.87 MiB/sec. 2026.02.01 23:40:46.407383 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 23:40:46.407654 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_41_8} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.407728 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_41_8} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 23:40:46.407792 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB. 2026.02.01 23:40:46.408154 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 4 columns (4 merged, 0 gathered) in 0.001517615 sec., 1581428.7549872664 rows/sec., 106.58 MiB/sec. 2026.02.01 23:40:46.408417 [ 197 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 23:40:46.408666 [ 197 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_41_8} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.408734 [ 197 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_41_8} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 23:40:46.408814 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.02.01 23:40:46.860528 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.02.01 23:40:46.876853 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:46.876903 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:46.883097 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 23:40:46.883811 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:46.886587 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.02.01 23:40:48.653925 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 732 2026.02.01 23:40:48.656322 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:48.656372 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:48.657622 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 23:40:48.657911 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:48.658057 [ 31 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 23:40:48.658100 [ 31 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:48.658122 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:48.658283 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 732 2026.02.01 23:40:48.658287 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::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.02.01 23:40:48.659158 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:48.659341 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 584 rows starting from the beginning of the part 2026.02.01 23:40:48.659693 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part 2026.02.01 23:40:48.660011 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part 2026.02.01 23:40:48.660325 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.02.01 23:40:48.660624 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 28 rows starting from the beginning of the part 2026.02.01 23:40:48.660978 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part 2026.02.01 23:40:48.667227 [ 192 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 72 columns (72 merged, 0 gathered) in 0.009023771 sec., 81119.07981707426 rows/sec., 67.69 MiB/sec. 2026.02.01 23:40:48.668364 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 23:40:48.668904 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_21_4} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:48.668978 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_21_4} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 23:40:48.669180 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2026.02.01 23:40:51.387056 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:51.387253 [ 276 ] {1afd337e-4220-4f5a-80d0-a3350998e5d4} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:40:51.387321 [ 276 ] {1afd337e-4220-4f5a-80d0-a3350998e5d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:40:51.387993 [ 276 ] {1afd337e-4220-4f5a-80d0-a3350998e5d4} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:51.388037 [ 276 ] {1afd337e-4220-4f5a-80d0-a3350998e5d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:51.388437 [ 276 ] {1afd337e-4220-4f5a-80d0-a3350998e5d4} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 23:40:51.388668 [ 276 ] {1afd337e-4220-4f5a-80d0-a3350998e5d4} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:51.388833 [ 276 ] {1afd337e-4220-4f5a-80d0-a3350998e5d4} executeQuery: Read 64 rows, 5.19 KiB in 0.001634 sec., 39167.68665850673 rows/sec., 3.10 MiB/sec. 2026.02.01 23:40:51.388881 [ 276 ] {1afd337e-4220-4f5a-80d0-a3350998e5d4} TCPHandler: Processed in 0.001964073 sec. 2026.02.01 23:40:51.389010 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:51.389113 [ 276 ] {50cfad81-d87c-4f20-8d60-e0511f9f95fc} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:40:51.389157 [ 276 ] {50cfad81-d87c-4f20-8d60-e0511f9f95fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:40:51.389582 [ 276 ] {50cfad81-d87c-4f20-8d60-e0511f9f95fc} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:51.389616 [ 276 ] {50cfad81-d87c-4f20-8d60-e0511f9f95fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:51.389936 [ 276 ] {50cfad81-d87c-4f20-8d60-e0511f9f95fc} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 23:40:51.390155 [ 276 ] {50cfad81-d87c-4f20-8d60-e0511f9f95fc} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:51.390259 [ 23 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 23:40:51.390289 [ 276 ] {50cfad81-d87c-4f20-8d60-e0511f9f95fc} executeQuery: Read 4 rows, 308.00 B in 0.0012 sec., 3333.3333333333335 rows/sec., 250.65 KiB/sec. 2026.02.01 23:40:51.390295 [ 23 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:51.390321 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:51.390330 [ 276 ] {50cfad81-d87c-4f20-8d60-e0511f9f95fc} TCPHandler: Processed in 0.001372683 sec. 2026.02.01 23:40:51.390437 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:40:51.390441 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:51.390585 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:51.390588 [ 276 ] {5cb28f9b-81ab-4a8c-8ea8-ec3c335c5e0a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:40:51.390626 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 70 rows starting from the beginning of the part 2026.02.01 23:40:51.390647 [ 276 ] {5cb28f9b-81ab-4a8c-8ea8-ec3c335c5e0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:40:51.390693 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part 2026.02.01 23:40:51.390739 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part 2026.02.01 23:40:51.390782 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part 2026.02.01 23:40:51.390819 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 54 rows starting from the beginning of the part 2026.02.01 23:40:51.390855 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part 2026.02.01 23:40:51.391082 [ 276 ] {5cb28f9b-81ab-4a8c-8ea8-ec3c335c5e0a} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:51.391123 [ 276 ] {5cb28f9b-81ab-4a8c-8ea8-ec3c335c5e0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:51.391451 [ 276 ] {5cb28f9b-81ab-4a8c-8ea8-ec3c335c5e0a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 23:40:51.391610 [ 194 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.001231231 sec., 147819.53995635264 rows/sec., 11.37 MiB/sec. 2026.02.01 23:40:51.391674 [ 276 ] {5cb28f9b-81ab-4a8c-8ea8-ec3c335c5e0a} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:51.391815 [ 276 ] {5cb28f9b-81ab-4a8c-8ea8-ec3c335c5e0a} executeQuery: Read 68 rows, 5.44 KiB in 0.001244 sec., 54662.37942122186 rows/sec., 4.27 MiB/sec. 2026.02.01 23:40:51.391817 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 23:40:51.391854 [ 276 ] {5cb28f9b-81ab-4a8c-8ea8-ec3c335c5e0a} TCPHandler: Processed in 0.001462535 sec. 2026.02.01 23:40:51.391991 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:51.392089 [ 276 ] {3dd38e3f-18ed-4e81-ba69-2205e91b7531} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:51.392135 [ 276 ] {3dd38e3f-18ed-4e81-ba69-2205e91b7531} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:40:51.392190 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_36_7} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:51.392280 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_36_7} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 23:40:51.392373 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 23:40:51.392557 [ 276 ] {3dd38e3f-18ed-4e81-ba69-2205e91b7531} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:51.392596 [ 276 ] {3dd38e3f-18ed-4e81-ba69-2205e91b7531} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:51.392930 [ 276 ] {3dd38e3f-18ed-4e81-ba69-2205e91b7531} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 23:40:51.393142 [ 276 ] {3dd38e3f-18ed-4e81-ba69-2205e91b7531} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:51.393272 [ 276 ] {3dd38e3f-18ed-4e81-ba69-2205e91b7531} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.02.01 23:40:51.393307 [ 276 ] {3dd38e3f-18ed-4e81-ba69-2205e91b7531} TCPHandler: Processed in 0.001365263 sec. 2026.02.01 23:40:51.393431 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:51.393553 [ 276 ] {83b989a0-c7f1-4716-9dc3-73fccab4e9ca} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:51.393621 [ 276 ] {83b989a0-c7f1-4716-9dc3-73fccab4e9ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:40:51.394449 [ 276 ] {83b989a0-c7f1-4716-9dc3-73fccab4e9ca} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:51.394485 [ 276 ] {83b989a0-c7f1-4716-9dc3-73fccab4e9ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:51.395007 [ 276 ] {83b989a0-c7f1-4716-9dc3-73fccab4e9ca} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 23:40:51.395233 [ 276 ] {83b989a0-c7f1-4716-9dc3-73fccab4e9ca} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:51.395376 [ 276 ] {83b989a0-c7f1-4716-9dc3-73fccab4e9ca} executeQuery: Read 4 rows, 7.34 KiB in 0.001848 sec., 2164.5021645021643 rows/sec., 3.88 MiB/sec. 2026.02.01 23:40:51.395438 [ 276 ] {83b989a0-c7f1-4716-9dc3-73fccab4e9ca} TCPHandler: Processed in 0.002069675 sec. 2026.02.01 23:40:51.395558 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:51.395655 [ 276 ] {50fd118d-200c-416f-96f7-044623cf555b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:40:51.395696 [ 276 ] {50fd118d-200c-416f-96f7-044623cf555b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:40:51.396038 [ 276 ] {50fd118d-200c-416f-96f7-044623cf555b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:51.396073 [ 276 ] {50fd118d-200c-416f-96f7-044623cf555b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:51.396381 [ 276 ] {50fd118d-200c-416f-96f7-044623cf555b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 23:40:51.396607 [ 276 ] {50fd118d-200c-416f-96f7-044623cf555b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:51.396739 [ 276 ] {50fd118d-200c-416f-96f7-044623cf555b} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2026.02.01 23:40:51.396775 [ 276 ] {50fd118d-200c-416f-96f7-044623cf555b} TCPHandler: Processed in 0.001268211 sec. 2026.02.01 23:40:53.519051 [ 26 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:40:53.519100 [ 26 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:40:53.633255 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14398 2026.02.01 23:40:53.633776 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:53.633821 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:53.634308 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 23:40:53.634549 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:53.634694 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14398 2026.02.01 23:40:54.386641 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.02.01 23:40:54.404414 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:54.404476 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:54.410723 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 23:40:54.411444 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:54.414438 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.02.01 23:40:56.389504 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:56.389708 [ 276 ] {ac02c0db-73da-47fb-8c42-eccd7de94b92} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:40:56.389785 [ 276 ] {ac02c0db-73da-47fb-8c42-eccd7de94b92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:40:56.390583 [ 276 ] {ac02c0db-73da-47fb-8c42-eccd7de94b92} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:56.390639 [ 276 ] {ac02c0db-73da-47fb-8c42-eccd7de94b92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:56.391053 [ 276 ] {ac02c0db-73da-47fb-8c42-eccd7de94b92} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 23:40:56.391294 [ 276 ] {ac02c0db-73da-47fb-8c42-eccd7de94b92} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:56.391463 [ 276 ] {ac02c0db-73da-47fb-8c42-eccd7de94b92} executeQuery: Read 128 rows, 11.29 KiB in 0.00181 sec., 70718.2320441989 rows/sec., 6.09 MiB/sec. 2026.02.01 23:40:56.391512 [ 276 ] {ac02c0db-73da-47fb-8c42-eccd7de94b92} TCPHandler: Processed in 0.002165316 sec. 2026.02.01 23:40:56.391638 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:56.391743 [ 276 ] {603c9c3a-b84d-451a-ab35-d51a0e5fa6dc} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:40:56.391787 [ 276 ] {603c9c3a-b84d-451a-ab35-d51a0e5fa6dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:40:56.392217 [ 276 ] {603c9c3a-b84d-451a-ab35-d51a0e5fa6dc} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:56.392251 [ 276 ] {603c9c3a-b84d-451a-ab35-d51a0e5fa6dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:56.392558 [ 276 ] {603c9c3a-b84d-451a-ab35-d51a0e5fa6dc} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 23:40:56.392774 [ 276 ] {603c9c3a-b84d-451a-ab35-d51a0e5fa6dc} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:56.392905 [ 276 ] {603c9c3a-b84d-451a-ab35-d51a0e5fa6dc} executeQuery: Read 36 rows, 2.71 KiB in 0.001186 sec., 30354.131534569984 rows/sec., 2.23 MiB/sec. 2026.02.01 23:40:56.392942 [ 276 ] {603c9c3a-b84d-451a-ab35-d51a0e5fa6dc} TCPHandler: Processed in 0.001359373 sec. 2026.02.01 23:40:56.393044 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:56.393139 [ 276 ] {db115fa0-dba5-4499-981f-bb7852b8c1c0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:40:56.393181 [ 276 ] {db115fa0-dba5-4499-981f-bb7852b8c1c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:40:56.393623 [ 276 ] {db115fa0-dba5-4499-981f-bb7852b8c1c0} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:56.393657 [ 276 ] {db115fa0-dba5-4499-981f-bb7852b8c1c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:56.393965 [ 276 ] {db115fa0-dba5-4499-981f-bb7852b8c1c0} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 23:40:56.394178 [ 276 ] {db115fa0-dba5-4499-981f-bb7852b8c1c0} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:56.394305 [ 276 ] {db115fa0-dba5-4499-981f-bb7852b8c1c0} executeQuery: Read 100 rows, 8.00 KiB in 0.001184 sec., 84459.45945945947 rows/sec., 6.60 MiB/sec. 2026.02.01 23:40:56.394341 [ 276 ] {db115fa0-dba5-4499-981f-bb7852b8c1c0} TCPHandler: Processed in 0.001346582 sec. 2026.02.01 23:40:56.394455 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:56.394552 [ 276 ] {03130e12-58ba-4032-aa69-25a1be43bcc9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:56.394597 [ 276 ] {03130e12-58ba-4032-aa69-25a1be43bcc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:40:56.395005 [ 276 ] {03130e12-58ba-4032-aa69-25a1be43bcc9} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:56.395038 [ 276 ] {03130e12-58ba-4032-aa69-25a1be43bcc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:56.395379 [ 276 ] {03130e12-58ba-4032-aa69-25a1be43bcc9} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 23:40:56.395595 [ 276 ] {03130e12-58ba-4032-aa69-25a1be43bcc9} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:56.395726 [ 276 ] {03130e12-58ba-4032-aa69-25a1be43bcc9} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.02.01 23:40:56.395761 [ 276 ] {03130e12-58ba-4032-aa69-25a1be43bcc9} TCPHandler: Processed in 0.001357283 sec. 2026.02.01 23:40:56.395873 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:56.395969 [ 276 ] {853b509a-bcf7-4e01-a12b-3756444fdb68} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:40:56.396034 [ 276 ] {853b509a-bcf7-4e01-a12b-3756444fdb68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:40:56.396920 [ 276 ] {853b509a-bcf7-4e01-a12b-3756444fdb68} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:56.396956 [ 276 ] {853b509a-bcf7-4e01-a12b-3756444fdb68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:56.397505 [ 276 ] {853b509a-bcf7-4e01-a12b-3756444fdb68} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 23:40:56.397732 [ 276 ] {853b509a-bcf7-4e01-a12b-3756444fdb68} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:56.397870 [ 276 ] {853b509a-bcf7-4e01-a12b-3756444fdb68} executeQuery: Read 36 rows, 66.06 KiB in 0.001919 sec., 18759.7707139135 rows/sec., 33.62 MiB/sec. 2026.02.01 23:40:56.397921 [ 276 ] {853b509a-bcf7-4e01-a12b-3756444fdb68} TCPHandler: Processed in 0.002099395 sec. 2026.02.01 23:40:56.398034 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:40:56.398129 [ 276 ] {683a4e52-d009-43a1-9f4b-4658d5301621} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:40:56.398170 [ 276 ] {683a4e52-d009-43a1-9f4b-4658d5301621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:40:56.398508 [ 276 ] {683a4e52-d009-43a1-9f4b-4658d5301621} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:56.398542 [ 276 ] {683a4e52-d009-43a1-9f4b-4658d5301621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:56.398841 [ 276 ] {683a4e52-d009-43a1-9f4b-4658d5301621} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 23:40:56.399052 [ 276 ] {683a4e52-d009-43a1-9f4b-4658d5301621} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:56.399180 [ 276 ] {683a4e52-d009-43a1-9f4b-4658d5301621} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.02.01 23:40:56.399214 [ 276 ] {683a4e52-d009-43a1-9f4b-4658d5301621} TCPHandler: Processed in 0.001229701 sec. 2026.02.01 23:40:58.658537 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 756 2026.02.01 23:40:58.660885 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:58.660939 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:58.662155 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 23:40:58.662456 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:58.662847 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 756 2026.02.01 23:40:58.904404 [ 136 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.02.01 23:40:58.904470 [ 136 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:40:58.904491 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:40:58.904608 [ 187 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::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.02.01 23:40:58.904749 [ 187 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:40:58.904783 [ 187 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 253 rows starting from the beginning of the part 2026.02.01 23:40:58.904849 [ 187 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part 2026.02.01 23:40:58.904898 [ 187 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.02.01 23:40:58.904938 [ 187 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part 2026.02.01 23:40:58.904979 [ 187 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.02.01 23:40:58.905867 [ 192 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001311321 sec., 577280.4675590493 rows/sec., 42.13 MiB/sec. 2026.02.01 23:40:58.906063 [ 194 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.02.01 23:40:58.906373 [ 194 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_13_3} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:40:58.906450 [ 194 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_13_3} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.02.01 23:40:58.906563 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.01 23:41:01.134832 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14910 2026.02.01 23:41:01.135424 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.135473 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:41:01.136021 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 23:41:01.136254 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:01.136385 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14910 2026.02.01 23:41:01.136409 [ 34 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 23:41:01.136484 [ 34 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.136508 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:41:01.136645 [ 192 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:41:01.136804 [ 192 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:01.136850 [ 192 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12478 rows starting from the beginning of the part 2026.02.01 23:41:01.136922 [ 192 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:41:01.136973 [ 192 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:41:01.137023 [ 192 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:41:01.137065 [ 192 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:41:01.137107 [ 192 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:41:01.139344 [ 194 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14910 rows, containing 4 columns (4 merged, 0 gathered) in 0.002765526 sec., 5391379.433785833 rows/sec., 77.12 MiB/sec. 2026.02.01 23:41:01.139803 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 23:41:01.140125 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_31_6} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:01.140207 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_31_6} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 23:41:01.140324 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.02.01 23:41:01.414636 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:01.414922 [ 276 ] {48ebad09-5b06-4c0d-ae06-bc96d25efc97} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:41:01.415030 [ 276 ] {48ebad09-5b06-4c0d-ae06-bc96d25efc97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:41:01.415869 [ 276 ] {48ebad09-5b06-4c0d-ae06-bc96d25efc97} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.415918 [ 276 ] {48ebad09-5b06-4c0d-ae06-bc96d25efc97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:41:01.416298 [ 276 ] {48ebad09-5b06-4c0d-ae06-bc96d25efc97} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:41:01.416540 [ 276 ] {48ebad09-5b06-4c0d-ae06-bc96d25efc97} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:01.416704 [ 276 ] {48ebad09-5b06-4c0d-ae06-bc96d25efc97} executeQuery: Read 2 rows, 167.00 B in 0.00186 sec., 1075.268817204301 rows/sec., 87.68 KiB/sec. 2026.02.01 23:41:01.416755 [ 276 ] {48ebad09-5b06-4c0d-ae06-bc96d25efc97} TCPHandler: Processed in 0.002285788 sec. 2026.02.01 23:41:01.416884 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:01.416987 [ 276 ] {1571bc3d-b6ac-4749-b1ef-3c01ee82ae40} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:41:01.417030 [ 276 ] {1571bc3d-b6ac-4749-b1ef-3c01ee82ae40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:41:01.418089 [ 276 ] {1571bc3d-b6ac-4749-b1ef-3c01ee82ae40} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.418128 [ 276 ] {1571bc3d-b6ac-4749-b1ef-3c01ee82ae40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:41:01.418515 [ 276 ] {1571bc3d-b6ac-4749-b1ef-3c01ee82ae40} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 23:41:01.418738 [ 276 ] {1571bc3d-b6ac-4749-b1ef-3c01ee82ae40} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:01.418873 [ 276 ] {1571bc3d-b6ac-4749-b1ef-3c01ee82ae40} executeQuery: Read 1205 rows, 101.82 KiB in 0.001908 sec., 631551.3626834381 rows/sec., 52.12 MiB/sec. 2026.02.01 23:41:01.418912 [ 276 ] {1571bc3d-b6ac-4749-b1ef-3c01ee82ae40} TCPHandler: Processed in 0.002080195 sec. 2026.02.01 23:41:01.419022 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:01.419118 [ 276 ] {f7fb477d-082c-4c24-8648-1c68594fe2a2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:41:01.419158 [ 276 ] {f7fb477d-082c-4c24-8648-1c68594fe2a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:41:01.419556 [ 276 ] {f7fb477d-082c-4c24-8648-1c68594fe2a2} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.419593 [ 276 ] {f7fb477d-082c-4c24-8648-1c68594fe2a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:41:01.419888 [ 276 ] {f7fb477d-082c-4c24-8648-1c68594fe2a2} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 23:41:01.420094 [ 276 ] {f7fb477d-082c-4c24-8648-1c68594fe2a2} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:01.420229 [ 276 ] {f7fb477d-082c-4c24-8648-1c68594fe2a2} executeQuery: Read 6 rows, 451.00 B in 0.001131 sec., 5305.039787798408 rows/sec., 389.42 KiB/sec. 2026.02.01 23:41:01.420266 [ 276 ] {f7fb477d-082c-4c24-8648-1c68594fe2a2} TCPHandler: Processed in 0.001292852 sec. 2026.02.01 23:41:01.420375 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:01.420468 [ 276 ] {6d9de323-8f4b-4c43-adc7-edbb0ad340d6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:41:01.420507 [ 276 ] {6d9de323-8f4b-4c43-adc7-edbb0ad340d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:41:01.420995 [ 276 ] {6d9de323-8f4b-4c43-adc7-edbb0ad340d6} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.421030 [ 276 ] {6d9de323-8f4b-4c43-adc7-edbb0ad340d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:41:01.421331 [ 276 ] {6d9de323-8f4b-4c43-adc7-edbb0ad340d6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:41:01.421549 [ 276 ] {6d9de323-8f4b-4c43-adc7-edbb0ad340d6} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:01.421679 [ 276 ] {6d9de323-8f4b-4c43-adc7-edbb0ad340d6} executeQuery: Read 228 rows, 15.81 KiB in 0.001229 sec., 185516.68022782748 rows/sec., 12.56 MiB/sec. 2026.02.01 23:41:01.421716 [ 276 ] {6d9de323-8f4b-4c43-adc7-edbb0ad340d6} TCPHandler: Processed in 0.001389953 sec. 2026.02.01 23:41:01.421833 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:01.421953 [ 276 ] {31f7dd97-83b7-45df-961b-94bfba17ecbb} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:41:01.422000 [ 276 ] {31f7dd97-83b7-45df-961b-94bfba17ecbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:41:01.422689 [ 276 ] {31f7dd97-83b7-45df-961b-94bfba17ecbb} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.422726 [ 276 ] {31f7dd97-83b7-45df-961b-94bfba17ecbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:41:01.423069 [ 276 ] {31f7dd97-83b7-45df-961b-94bfba17ecbb} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 23:41:01.423277 [ 276 ] {31f7dd97-83b7-45df-961b-94bfba17ecbb} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:01.423401 [ 276 ] {31f7dd97-83b7-45df-961b-94bfba17ecbb} executeQuery: Read 526 rows, 39.89 KiB in 0.001473 sec., 357094.3652410048 rows/sec., 26.44 MiB/sec. 2026.02.01 23:41:01.423439 [ 276 ] {31f7dd97-83b7-45df-961b-94bfba17ecbb} TCPHandler: Processed in 0.001665318 sec. 2026.02.01 23:41:01.423548 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:01.423641 [ 276 ] {4f3c3937-7427-4b55-9962-e660ebb1b9c3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:01.423683 [ 276 ] {4f3c3937-7427-4b55-9962-e660ebb1b9c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:41:01.424272 [ 276 ] {4f3c3937-7427-4b55-9962-e660ebb1b9c3} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.424309 [ 276 ] {4f3c3937-7427-4b55-9962-e660ebb1b9c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:41:01.424695 [ 276 ] {4f3c3937-7427-4b55-9962-e660ebb1b9c3} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 23:41:01.424904 [ 276 ] {4f3c3937-7427-4b55-9962-e660ebb1b9c3} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:01.425030 [ 276 ] {4f3c3937-7427-4b55-9962-e660ebb1b9c3} executeQuery: Read 845 rows, 58.24 KiB in 0.001407 sec., 600568.5856432125 rows/sec., 40.42 MiB/sec. 2026.02.01 23:41:01.425068 [ 276 ] {4f3c3937-7427-4b55-9962-e660ebb1b9c3} TCPHandler: Processed in 0.001566846 sec. 2026.02.01 23:41:01.425177 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:01.425270 [ 276 ] {12a85e62-359e-4fa0-8c5b-440db941e832} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:01.425348 [ 276 ] {12a85e62-359e-4fa0-8c5b-440db941e832} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:41:01.426114 [ 276 ] {12a85e62-359e-4fa0-8c5b-440db941e832} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.426152 [ 276 ] {12a85e62-359e-4fa0-8c5b-440db941e832} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:41:01.426641 [ 276 ] {12a85e62-359e-4fa0-8c5b-440db941e832} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 23:41:01.426861 [ 276 ] {12a85e62-359e-4fa0-8c5b-440db941e832} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:01.426998 [ 276 ] {12a85e62-359e-4fa0-8c5b-440db941e832} executeQuery: Read 4 rows, 7.34 KiB in 0.001747 sec., 2289.6393817973667 rows/sec., 4.10 MiB/sec. 2026.02.01 23:41:01.426998 [ 34 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 23:41:01.427051 [ 276 ] {12a85e62-359e-4fa0-8c5b-440db941e832} TCPHandler: Processed in 0.001921032 sec. 2026.02.01 23:41:01.427098 [ 34 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.427125 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:41:01.427188 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:01.427246 [ 192 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:41:01.427284 [ 276 ] {ca5c3c46-ca8e-47d8-a231-52a7a8f1e21d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:41:01.427331 [ 276 ] {ca5c3c46-ca8e-47d8-a231-52a7a8f1e21d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:41:01.427500 [ 192 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:01.427559 [ 192 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 695 rows starting from the beginning of the part 2026.02.01 23:41:01.427679 [ 192 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part 2026.02.01 23:41:01.427686 [ 276 ] {ca5c3c46-ca8e-47d8-a231-52a7a8f1e21d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.427727 [ 276 ] {ca5c3c46-ca8e-47d8-a231-52a7a8f1e21d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:01.427778 [ 192 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part 2026.02.01 23:41:01.427876 [ 192 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part 2026.02.01 23:41:01.427965 [ 192 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part 2026.02.01 23:41:01.428048 [ 276 ] {ca5c3c46-ca8e-47d8-a231-52a7a8f1e21d} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 23:41:01.428049 [ 192 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part 2026.02.01 23:41:01.428272 [ 276 ] {ca5c3c46-ca8e-47d8-a231-52a7a8f1e21d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:01.428413 [ 276 ] {ca5c3c46-ca8e-47d8-a231-52a7a8f1e21d} executeQuery: Read 60 rows, 4.14 KiB in 0.001147 sec., 52310.37489102005 rows/sec., 3.53 MiB/sec. 2026.02.01 23:41:01.428450 [ 276 ] {ca5c3c46-ca8e-47d8-a231-52a7a8f1e21d} TCPHandler: Processed in 0.001309511 sec. 2026.02.01 23:41:01.432509 [ 190 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 779 rows, containing 19 columns (19 merged, 0 gathered) in 0.005317619 sec., 146494.1358152963 rows/sec., 262.51 MiB/sec. 2026.02.01 23:41:01.433830 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 23:41:01.434190 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_36_7} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:01.434270 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_36_7} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 23:41:01.434388 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB. 2026.02.01 23:41:01.914568 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.02.01 23:41:01.932838 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.932906 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:41:01.938547 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 23:41:01.939241 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:01.939610 [ 61 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 23:41:01.939713 [ 61 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:01.939756 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.01 23:41:01.939878 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:01.942428 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.02.01 23:41:01.942790 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:01.943545 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:01.946809 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:01.950086 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:01.953757 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:01.957559 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:01.961267 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:02.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 279.20 MiB, peak 279.20 MiB, free memory in arenas 0.00 B, will set to 271.75 MiB (RSS), difference: -7.45 MiB 2026.02.01 23:41:02.011286 [ 190 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.071447294 sec., 3275.141533001936 rows/sec., 16.94 MiB/sec. 2026.02.01 23:41:02.013128 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 23:41:02.014795 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_31_6} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:02.014890 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_31_6} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 23:41:02.016186 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. 2026.02.01 23:41:03.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 261.24 MiB, peak 279.20 MiB, free memory in arenas 0.00 B, will set to 272.39 MiB (RSS), difference: 11.15 MiB 2026.02.01 23:41:06.389713 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:06.389929 [ 276 ] {9abf7265-8505-46c3-a030-722088dc4a8e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:41:06.390003 [ 276 ] {9abf7265-8505-46c3-a030-722088dc4a8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:41:06.390786 [ 276 ] {9abf7265-8505-46c3-a030-722088dc4a8e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:06.390842 [ 276 ] {9abf7265-8505-46c3-a030-722088dc4a8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:06.391245 [ 276 ] {9abf7265-8505-46c3-a030-722088dc4a8e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 23:41:06.391467 [ 276 ] {9abf7265-8505-46c3-a030-722088dc4a8e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:06.391623 [ 276 ] {9abf7265-8505-46c3-a030-722088dc4a8e} executeQuery: Read 128 rows, 11.29 KiB in 0.00175 sec., 73142.85714285714 rows/sec., 6.30 MiB/sec. 2026.02.01 23:41:06.391665 [ 276 ] {9abf7265-8505-46c3-a030-722088dc4a8e} TCPHandler: Processed in 0.002093315 sec. 2026.02.01 23:41:06.391790 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:06.391882 [ 276 ] {217aa00e-7942-4995-9826-cfb05d6968bb} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:41:06.391922 [ 276 ] {217aa00e-7942-4995-9826-cfb05d6968bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:41:06.392324 [ 276 ] {217aa00e-7942-4995-9826-cfb05d6968bb} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:06.392359 [ 276 ] {217aa00e-7942-4995-9826-cfb05d6968bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:06.392645 [ 276 ] {217aa00e-7942-4995-9826-cfb05d6968bb} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 23:41:06.392861 [ 276 ] {217aa00e-7942-4995-9826-cfb05d6968bb} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:06.392986 [ 276 ] {217aa00e-7942-4995-9826-cfb05d6968bb} executeQuery: Read 36 rows, 2.71 KiB in 0.001123 sec., 32056.990204808546 rows/sec., 2.35 MiB/sec. 2026.02.01 23:41:06.393023 [ 276 ] {217aa00e-7942-4995-9826-cfb05d6968bb} TCPHandler: Processed in 0.001281111 sec. 2026.02.01 23:41:06.393128 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:06.393220 [ 276 ] {a307debb-a477-4e38-bf5a-7eaa6653fb18} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:41:06.393258 [ 276 ] {a307debb-a477-4e38-bf5a-7eaa6653fb18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:41:06.393669 [ 276 ] {a307debb-a477-4e38-bf5a-7eaa6653fb18} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:06.393704 [ 276 ] {a307debb-a477-4e38-bf5a-7eaa6653fb18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:06.393991 [ 276 ] {a307debb-a477-4e38-bf5a-7eaa6653fb18} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 23:41:06.394190 [ 276 ] {a307debb-a477-4e38-bf5a-7eaa6653fb18} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:06.394315 [ 276 ] {a307debb-a477-4e38-bf5a-7eaa6653fb18} executeQuery: Read 100 rows, 8.00 KiB in 0.001113 sec., 89847.25965858041 rows/sec., 7.02 MiB/sec. 2026.02.01 23:41:06.394352 [ 276 ] {a307debb-a477-4e38-bf5a-7eaa6653fb18} TCPHandler: Processed in 0.001270061 sec. 2026.02.01 23:41:06.394460 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:06.394551 [ 276 ] {8601e43b-9139-49f3-90cb-1f6dcc56648f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:06.394592 [ 276 ] {8601e43b-9139-49f3-90cb-1f6dcc56648f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:41:06.394989 [ 276 ] {8601e43b-9139-49f3-90cb-1f6dcc56648f} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:06.395022 [ 276 ] {8601e43b-9139-49f3-90cb-1f6dcc56648f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:06.395333 [ 276 ] {8601e43b-9139-49f3-90cb-1f6dcc56648f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 23:41:06.395535 [ 276 ] {8601e43b-9139-49f3-90cb-1f6dcc56648f} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:06.395663 [ 276 ] {8601e43b-9139-49f3-90cb-1f6dcc56648f} executeQuery: Read 160 rows, 11.41 KiB in 0.00113 sec., 141592.9203539823 rows/sec., 9.86 MiB/sec. 2026.02.01 23:41:06.395700 [ 276 ] {8601e43b-9139-49f3-90cb-1f6dcc56648f} TCPHandler: Processed in 0.001287092 sec. 2026.02.01 23:41:06.395824 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:06.395949 [ 276 ] {3d09cda4-f252-4056-b736-a24413ff0389} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:06.396017 [ 276 ] {3d09cda4-f252-4056-b736-a24413ff0389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:41:06.397000 [ 276 ] {3d09cda4-f252-4056-b736-a24413ff0389} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:06.397038 [ 276 ] {3d09cda4-f252-4056-b736-a24413ff0389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:06.397609 [ 276 ] {3d09cda4-f252-4056-b736-a24413ff0389} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 23:41:06.397833 [ 276 ] {3d09cda4-f252-4056-b736-a24413ff0389} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:06.397979 [ 276 ] {3d09cda4-f252-4056-b736-a24413ff0389} executeQuery: Read 36 rows, 66.06 KiB in 0.002055 sec., 17518.24817518248 rows/sec., 31.39 MiB/sec. 2026.02.01 23:41:06.398043 [ 276 ] {3d09cda4-f252-4056-b736-a24413ff0389} TCPHandler: Processed in 0.002281318 sec. 2026.02.01 23:41:06.398158 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:06.398255 [ 276 ] {378332af-665e-45cc-a40a-934b84adb17c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:41:06.398297 [ 276 ] {378332af-665e-45cc-a40a-934b84adb17c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:41:06.398635 [ 276 ] {378332af-665e-45cc-a40a-934b84adb17c} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:06.398671 [ 276 ] {378332af-665e-45cc-a40a-934b84adb17c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:06.398952 [ 276 ] {378332af-665e-45cc-a40a-934b84adb17c} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 23:41:06.399149 [ 276 ] {378332af-665e-45cc-a40a-934b84adb17c} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:06.399275 [ 276 ] {378332af-665e-45cc-a40a-934b84adb17c} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.02.01 23:41:06.399309 [ 276 ] {378332af-665e-45cc-a40a-934b84adb17c} TCPHandler: Processed in 0.001243881 sec. 2026.02.01 23:41:08.519354 [ 39 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:41:08.519426 [ 39 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:41:08.636620 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15358 2026.02.01 23:41:08.637163 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:08.637213 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:08.637806 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 23:41:08.638061 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:08.638213 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15358 2026.02.01 23:41:08.663207 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 784 2026.02.01 23:41:08.665910 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:08.665951 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:08.667144 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 23:41:08.667413 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:08.667674 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 784 2026.02.01 23:41:09.001261 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000895255 sec. 2026.02.01 23:41:09.442644 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.02.01 23:41:09.458945 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:09.459014 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:09.464941 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 23:41:09.465652 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:09.468576 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.02.01 23:41:11.387638 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:11.387926 [ 276 ] {e678d974-3026-4e85-9014-0bf77d2b0d16} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:41:11.388034 [ 276 ] {e678d974-3026-4e85-9014-0bf77d2b0d16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:41:11.388709 [ 276 ] {e678d974-3026-4e85-9014-0bf77d2b0d16} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:11.388761 [ 276 ] {e678d974-3026-4e85-9014-0bf77d2b0d16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:11.389188 [ 276 ] {e678d974-3026-4e85-9014-0bf77d2b0d16} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 23:41:11.389420 [ 276 ] {e678d974-3026-4e85-9014-0bf77d2b0d16} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:11.389583 [ 276 ] {e678d974-3026-4e85-9014-0bf77d2b0d16} executeQuery: Read 64 rows, 5.19 KiB in 0.001734 sec., 36908.881199538635 rows/sec., 2.92 MiB/sec. 2026.02.01 23:41:11.389585 [ 154 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 23:41:11.389634 [ 276 ] {e678d974-3026-4e85-9014-0bf77d2b0d16} TCPHandler: Processed in 0.002188237 sec. 2026.02.01 23:41:11.389663 [ 154 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:11.389694 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:11.389760 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:11.389804 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:41:11.389869 [ 276 ] {56988251-3882-4754-ad31-626d0530e4bb} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:41:11.389917 [ 276 ] {56988251-3882-4754-ad31-626d0530e4bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:41:11.389938 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:11.389981 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1406 rows starting from the beginning of the part 2026.02.01 23:41:11.390055 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part 2026.02.01 23:41:11.390108 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part 2026.02.01 23:41:11.390157 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1205 rows starting from the beginning of the part 2026.02.01 23:41:11.390202 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 128 rows starting from the beginning of the part 2026.02.01 23:41:11.390251 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part 2026.02.01 23:41:11.390329 [ 276 ] {56988251-3882-4754-ad31-626d0530e4bb} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:11.390374 [ 276 ] {56988251-3882-4754-ad31-626d0530e4bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:11.390724 [ 276 ] {56988251-3882-4754-ad31-626d0530e4bb} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 23:41:11.390953 [ 276 ] {56988251-3882-4754-ad31-626d0530e4bb} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:11.391095 [ 276 ] {56988251-3882-4754-ad31-626d0530e4bb} executeQuery: Read 4 rows, 308.00 B in 0.001251 sec., 3197.44204636291 rows/sec., 240.43 KiB/sec. 2026.02.01 23:41:11.391133 [ 276 ] {56988251-3882-4754-ad31-626d0530e4bb} TCPHandler: Processed in 0.001427144 sec. 2026.02.01 23:41:11.391236 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:11.391332 [ 276 ] {a1563f78-769b-421c-b298-6f92c149586a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:41:11.391371 [ 276 ] {a1563f78-769b-421c-b298-6f92c149586a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:41:11.391777 [ 276 ] {a1563f78-769b-421c-b298-6f92c149586a} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:11.391813 [ 276 ] {a1563f78-769b-421c-b298-6f92c149586a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:11.391871 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2995 rows, containing 5 columns (5 merged, 0 gathered) in 0.002116395 sec., 1415142.2584158438 rows/sec., 123.36 MiB/sec. 2026.02.01 23:41:11.392109 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 23:41:11.392160 [ 276 ] {a1563f78-769b-421c-b298-6f92c149586a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 23:41:11.392423 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_46_9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:11.392450 [ 276 ] {a1563f78-769b-421c-b298-6f92c149586a} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:11.392500 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_46_9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 23:41:11.392570 [ 154 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 23:41:11.392593 [ 276 ] {a1563f78-769b-421c-b298-6f92c149586a} executeQuery: Read 68 rows, 5.44 KiB in 0.00128 sec., 53124.99999999999 rows/sec., 4.15 MiB/sec. 2026.02.01 23:41:11.392602 [ 154 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:11.392609 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.02.01 23:41:11.392635 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:11.392639 [ 276 ] {a1563f78-769b-421c-b298-6f92c149586a} TCPHandler: Processed in 0.001453034 sec. 2026.02.01 23:41:11.392698 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:41:11.392762 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:11.392783 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:11.392812 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 632 rows starting from the beginning of the part 2026.02.01 23:41:11.392861 [ 276 ] {be3675a9-dab9-4a04-b4b0-ce01b7248660} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:11.392862 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 68 rows starting from the beginning of the part 2026.02.01 23:41:11.392913 [ 276 ] {be3675a9-dab9-4a04-b4b0-ce01b7248660} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:41:11.392926 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 100 rows starting from the beginning of the part 2026.02.01 23:41:11.392970 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 526 rows starting from the beginning of the part 2026.02.01 23:41:11.393006 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 100 rows starting from the beginning of the part 2026.02.01 23:41:11.393043 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 68 rows starting from the beginning of the part 2026.02.01 23:41:11.393337 [ 276 ] {be3675a9-dab9-4a04-b4b0-ce01b7248660} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:11.393379 [ 276 ] {be3675a9-dab9-4a04-b4b0-ce01b7248660} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:11.393740 [ 276 ] {be3675a9-dab9-4a04-b4b0-ce01b7248660} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 23:41:11.393969 [ 276 ] {be3675a9-dab9-4a04-b4b0-ce01b7248660} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:11.394000 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1494 rows, containing 5 columns (5 merged, 0 gathered) in 0.001328462 sec., 1124608.7580977099 rows/sec., 89.22 MiB/sec. 2026.02.01 23:41:11.394084 [ 154 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 23:41:11.394107 [ 276 ] {be3675a9-dab9-4a04-b4b0-ce01b7248660} executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. 2026.02.01 23:41:11.394114 [ 154 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:11.394140 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 23:41:11.394152 [ 276 ] {be3675a9-dab9-4a04-b4b0-ce01b7248660} TCPHandler: Processed in 0.001439794 sec. 2026.02.01 23:41:11.394163 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:11.394243 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:41:11.394292 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:11.394360 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:11.394390 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_46_9} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:11.394396 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12163 rows starting from the beginning of the part 2026.02.01 23:41:11.394392 [ 276 ] {a6c97f84-c7d0-4eff-9f82-a2907fac76a9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:11.394454 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_46_9} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 23:41:11.394461 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:41:11.394473 [ 276 ] {a6c97f84-c7d0-4eff-9f82-a2907fac76a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:41:11.394514 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2026.02.01 23:41:11.394521 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.02.01 23:41:11.394569 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 845 rows starting from the beginning of the part 2026.02.01 23:41:11.394613 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2026.02.01 23:41:11.394653 [ 186 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2026.02.01 23:41:11.395240 [ 276 ] {a6c97f84-c7d0-4eff-9f82-a2907fac76a9} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:11.395281 [ 276 ] {a6c97f84-c7d0-4eff-9f82-a2907fac76a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:11.396074 [ 276 ] {a6c97f84-c7d0-4eff-9f82-a2907fac76a9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 23:41:11.396306 [ 276 ] {a6c97f84-c7d0-4eff-9f82-a2907fac76a9} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:11.396462 [ 276 ] {a6c97f84-c7d0-4eff-9f82-a2907fac76a9} executeQuery: Read 4 rows, 7.34 KiB in 0.002089 sec., 1914.7917663954045 rows/sec., 3.43 MiB/sec. 2026.02.01 23:41:11.396528 [ 276 ] {a6c97f84-c7d0-4eff-9f82-a2907fac76a9} TCPHandler: Processed in 0.002285248 sec. 2026.02.01 23:41:11.396642 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:11.396737 [ 276 ] {d93d10b3-9b5f-483e-b139-45bbef0d37c2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:41:11.396785 [ 276 ] {d93d10b3-9b5f-483e-b139-45bbef0d37c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:41:11.397106 [ 276 ] {d93d10b3-9b5f-483e-b139-45bbef0d37c2} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:11.397141 [ 276 ] {d93d10b3-9b5f-483e-b139-45bbef0d37c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:11.397557 [ 276 ] {d93d10b3-9b5f-483e-b139-45bbef0d37c2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 23:41:11.397788 [ 276 ] {d93d10b3-9b5f-483e-b139-45bbef0d37c2} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:11.397907 [ 154 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 23:41:11.397923 [ 276 ] {d93d10b3-9b5f-483e-b139-45bbef0d37c2} executeQuery: Read 60 rows, 4.14 KiB in 0.001205 sec., 49792.53112033195 rows/sec., 3.36 MiB/sec. 2026.02.01 23:41:11.397945 [ 154 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:11.397968 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:11.397968 [ 276 ] {d93d10b3-9b5f-483e-b139-45bbef0d37c2} TCPHandler: Processed in 0.001375253 sec. 2026.02.01 23:41:11.398082 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:41:11.398240 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:11.398282 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2400 rows starting from the beginning of the part 2026.02.01 23:41:11.398354 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:41:11.398405 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.02.01 23:41:11.398454 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:41:11.398504 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.02.01 23:41:11.398549 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2026.02.01 23:41:11.400028 [ 199 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 13648 rows, containing 5 columns (5 merged, 0 gathered) in 0.005812337 sec., 2348108.858794664 rows/sec., 161.31 MiB/sec. 2026.02.01 23:41:11.400114 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2700 rows, containing 4 columns (4 merged, 0 gathered) in 0.002090235 sec., 1291720.7873755821 rows/sec., 87.05 MiB/sec. 2026.02.01 23:41:11.400526 [ 199 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 23:41:11.400564 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 23:41:11.400865 [ 199 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_46_9} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:11.400951 [ 199 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_46_9} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 23:41:11.401011 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_46_9} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:11.401039 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. 2026.02.01 23:41:11.401102 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_46_9} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 23:41:11.401206 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.02.01 23:41:12.000208 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 274.03 MiB, peak 282.66 MiB, free memory in arenas 0.00 B, will set to 276.46 MiB (RSS), difference: 2.43 MiB 2026.02.01 23:41:16.138372 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15870 2026.02.01 23:41:16.138918 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:16.138966 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:16.139476 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 23:41:16.139727 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:16.139864 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15870 2026.02.01 23:41:16.163790 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37087 2026.02.01 23:41:16.163901 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.163928 [ 286 ] {} TCP-Session: 79c615b5-8013-4b84-aebd-d6c4b82a5dc4 Authenticating user 'default' from [fd00:1122:3344:101::e]:37087 2026.02.01 23:41:16.163949 [ 286 ] {} TCP-Session: 79c615b5-8013-4b84-aebd-d6c4b82a5dc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.163962 [ 286 ] {} TCP-Session: 79c615b5-8013-4b84-aebd-d6c4b82a5dc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.164159 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63379 2026.02.01 23:41:16.164194 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36779 2026.02.01 23:41:16.164203 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39952 2026.02.01 23:41:16.164223 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49659 2026.02.01 23:41:16.164259 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55432 2026.02.01 23:41:16.164278 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.164289 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.164261 [ 286 ] {} TCP-Session: 79c615b5-8013-4b84-aebd-d6c4b82a5dc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:16.164334 [ 288 ] {} TCP-Session: 9c10a51d-b765-45ad-bc5b-06f9dbcb8a5c Authenticating user 'default' from [fd00:1122:3344:101::e]:63379 2026.02.01 23:41:16.164346 [ 289 ] {} TCP-Session: 0c410151-07e9-44f1-90e2-26580ec8e955 Authenticating user 'default' from [fd00:1122:3344:101::e]:36779 2026.02.01 23:41:16.164250 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35413 2026.02.01 23:41:16.164399 [ 289 ] {} TCP-Session: 0c410151-07e9-44f1-90e2-26580ec8e955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.164384 [ 288 ] {} TCP-Session: 9c10a51d-b765-45ad-bc5b-06f9dbcb8a5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.164441 [ 289 ] {} TCP-Session: 0c410151-07e9-44f1-90e2-26580ec8e955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.164460 [ 288 ] {} TCP-Session: 9c10a51d-b765-45ad-bc5b-06f9dbcb8a5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.164236 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57459 2026.02.01 23:41:16.164225 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60873 2026.02.01 23:41:16.164510 [ 286 ] {991110b3-cfe0-483f-8aa1-cbab997784bd} executeQuery: (from [fd00:1122:3344:101::e]:37087) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:41:16.164813 [ 286 ] {991110b3-cfe0-483f-8aa1-cbab997784bd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:41:16.164868 [ 286 ] {991110b3-cfe0-483f-8aa1-cbab997784bd} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:41:16.164929 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.164967 [ 293 ] {} TCP-Session: dba030c9-ec8a-4484-bb0e-800c6692ef62 Authenticating user 'default' from [fd00:1122:3344:101::e]:57459 2026.02.01 23:41:16.164990 [ 293 ] {} TCP-Session: dba030c9-ec8a-4484-bb0e-800c6692ef62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.165005 [ 293 ] {} TCP-Session: dba030c9-ec8a-4484-bb0e-800c6692ef62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.165036 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.165073 [ 275 ] {} TCP-Session: 2fcc152a-9acf-4981-8df0-201f85b1d636 Authenticating user 'default' from [fd00:1122:3344:101::e]:55432 2026.02.01 23:41:16.165095 [ 275 ] {} TCP-Session: 2fcc152a-9acf-4981-8df0-201f85b1d636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.165112 [ 275 ] {} TCP-Session: 2fcc152a-9acf-4981-8df0-201f85b1d636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.165164 [ 286 ] {991110b3-cfe0-483f-8aa1-cbab997784bd} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:41:16.165276 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.165317 [ 290 ] {} TCP-Session: 450017b8-8216-4d96-b810-68246a6bc0c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:39952 2026.02.01 23:41:16.165347 [ 290 ] {} TCP-Session: 450017b8-8216-4d96-b810-68246a6bc0c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.165357 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.165364 [ 290 ] {} TCP-Session: 450017b8-8216-4d96-b810-68246a6bc0c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.165392 [ 294 ] {} TCP-Session: 97cece29-d687-46ef-8f57-a1e9cdc29d01 Authenticating user 'default' from [fd00:1122:3344:101::e]:35413 2026.02.01 23:41:16.165409 [ 294 ] {} TCP-Session: 97cece29-d687-46ef-8f57-a1e9cdc29d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.165426 [ 294 ] {} TCP-Session: 97cece29-d687-46ef-8f57-a1e9cdc29d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.165582 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.165618 [ 292 ] {} TCP-Session: 67711f91-0399-40dc-8ade-62b9860f5139 Authenticating user 'default' from [fd00:1122:3344:101::e]:60873 2026.02.01 23:41:16.165635 [ 292 ] {} TCP-Session: 67711f91-0399-40dc-8ade-62b9860f5139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.165652 [ 292 ] {} TCP-Session: 67711f91-0399-40dc-8ade-62b9860f5139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.165680 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.165717 [ 291 ] {} TCP-Session: 25c3627a-adfe-4401-837c-446f4c0d9234 Authenticating user 'default' from [fd00:1122:3344:101::e]:49659 2026.02.01 23:41:16.165734 [ 291 ] {} TCP-Session: 25c3627a-adfe-4401-837c-446f4c0d9234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.165746 [ 291 ] {} TCP-Session: 25c3627a-adfe-4401-837c-446f4c0d9234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.166204 [ 341 ] {991110b3-cfe0-483f-8aa1-cbab997784bd} AggregatingTransform: Aggregating 2026.02.01 23:41:16.166254 [ 341 ] {991110b3-cfe0-483f-8aa1-cbab997784bd} Aggregator: Aggregation method: without_key 2026.02.01 23:41:16.166291 [ 341 ] {991110b3-cfe0-483f-8aa1-cbab997784bd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001020357 sec. (980.049 rows/sec., 38.28 KiB/sec.) 2026.02.01 23:41:16.166315 [ 341 ] {991110b3-cfe0-483f-8aa1-cbab997784bd} Aggregator: Merging aggregated data 2026.02.01 23:41:16.167482 [ 286 ] {991110b3-cfe0-483f-8aa1-cbab997784bd} executeQuery: Read 1 rows, 40.00 B in 0.003027 sec., 330.3600925008259 rows/sec., 12.90 KiB/sec. 2026.02.01 23:41:16.167687 [ 286 ] {991110b3-cfe0-483f-8aa1-cbab997784bd} TCPHandler: Processed in 0.003540509 sec. 2026.02.01 23:41:16.167850 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.167888 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.167888 [ 286 ] {} TCP-Session: 79c615b5-8013-4b84-aebd-d6c4b82a5dc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.167913 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.167933 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.167951 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.167980 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.167999 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.168025 [ 290 ] {} TCP-Session: 450017b8-8216-4d96-b810-68246a6bc0c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.168039 [ 291 ] {} TCP-Session: 25c3627a-adfe-4401-837c-446f4c0d9234 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.168018 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.167994 [ 288 ] {} TCP-Session: 9c10a51d-b765-45ad-bc5b-06f9dbcb8a5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.167972 [ 275 ] {} TCP-Session: 2fcc152a-9acf-4981-8df0-201f85b1d636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.168133 [ 294 ] {} TCP-Session: 97cece29-d687-46ef-8f57-a1e9cdc29d01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.167963 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.167931 [ 289 ] {} TCP-Session: 0c410151-07e9-44f1-90e2-26580ec8e955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.168054 [ 292 ] {} TCP-Session: 67711f91-0399-40dc-8ade-62b9860f5139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.168211 [ 293 ] {} TCP-Session: dba030c9-ec8a-4484-bb0e-800c6692ef62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.194300 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53846 2026.02.01 23:41:16.194390 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.194416 [ 286 ] {} TCP-Session: 77c1ad3b-493d-479d-ad96-a8d8ab0a83e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:53846 2026.02.01 23:41:16.194437 [ 286 ] {} TCP-Session: 77c1ad3b-493d-479d-ad96-a8d8ab0a83e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.194452 [ 286 ] {} TCP-Session: 77c1ad3b-493d-479d-ad96-a8d8ab0a83e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.194617 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46532 2026.02.01 23:41:16.194632 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34055 2026.02.01 23:41:16.194667 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44285 2026.02.01 23:41:16.194681 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45072 2026.02.01 23:41:16.194710 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40216 2026.02.01 23:41:16.194736 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.194752 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.194783 [ 288 ] {} TCP-Session: dcf0046a-37bd-434a-b68d-fe7fa4af56f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:46532 2026.02.01 23:41:16.194782 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.194804 [ 290 ] {} TCP-Session: ce8733e2-f18b-40bf-a5de-d2ec16a275a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:44285 2026.02.01 23:41:16.194816 [ 288 ] {} TCP-Session: dcf0046a-37bd-434a-b68d-fe7fa4af56f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.194836 [ 291 ] {} TCP-Session: ba7d2178-08c9-4478-a90c-6a6cafc2a555 Authenticating user 'default' from [fd00:1122:3344:101::e]:45072 2026.02.01 23:41:16.194849 [ 290 ] {} TCP-Session: ce8733e2-f18b-40bf-a5de-d2ec16a275a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.194857 [ 288 ] {} TCP-Session: dcf0046a-37bd-434a-b68d-fe7fa4af56f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.194879 [ 291 ] {} TCP-Session: ba7d2178-08c9-4478-a90c-6a6cafc2a555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.194888 [ 290 ] {} TCP-Session: ce8733e2-f18b-40bf-a5de-d2ec16a275a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.194921 [ 291 ] {} TCP-Session: ba7d2178-08c9-4478-a90c-6a6cafc2a555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.194797 [ 286 ] {} TCP-Session: 77c1ad3b-493d-479d-ad96-a8d8ab0a83e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:16.194743 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38291 2026.02.01 23:41:16.194723 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.194703 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37067 2026.02.01 23:41:16.195048 [ 289 ] {} TCP-Session: 22a4e3c2-04ea-4bc3-a595-5c8adb5637d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:34055 2026.02.01 23:41:16.195056 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.195081 [ 289 ] {} TCP-Session: 22a4e3c2-04ea-4bc3-a595-5c8adb5637d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.195100 [ 275 ] {} TCP-Session: 40ad1b84-7668-4216-87ed-a351134d833d Authenticating user 'default' from [fd00:1122:3344:101::e]:38291 2026.02.01 23:41:16.195108 [ 289 ] {} TCP-Session: 22a4e3c2-04ea-4bc3-a595-5c8adb5637d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.195114 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.195129 [ 275 ] {} TCP-Session: 40ad1b84-7668-4216-87ed-a351134d833d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.195157 [ 293 ] {} TCP-Session: af3585b1-ccfb-4e0b-b5a3-582106693a3b Authenticating user 'default' from [fd00:1122:3344:101::e]:37067 2026.02.01 23:41:16.195181 [ 275 ] {} TCP-Session: 40ad1b84-7668-4216-87ed-a351134d833d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.195121 [ 286 ] {e331c3c8-699c-40d1-871e-677a07a119ef} executeQuery: (from [fd00:1122:3344:101::e]:53846) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:41:16.195208 [ 293 ] {} TCP-Session: af3585b1-ccfb-4e0b-b5a3-582106693a3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.194804 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.195258 [ 293 ] {} TCP-Session: af3585b1-ccfb-4e0b-b5a3-582106693a3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.195284 [ 294 ] {} TCP-Session: ff8f08de-1716-43be-adfd-917a4e72a33f Authenticating user 'default' from [fd00:1122:3344:101::e]:40216 2026.02.01 23:41:16.194685 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56712 2026.02.01 23:41:16.195310 [ 294 ] {} TCP-Session: ff8f08de-1716-43be-adfd-917a4e72a33f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.195346 [ 294 ] {} TCP-Session: ff8f08de-1716-43be-adfd-917a4e72a33f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.195374 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.195399 [ 292 ] {} TCP-Session: a9ced89f-9a41-4c6c-897a-1f78e13f9e2e Authenticating user 'default' from [fd00:1122:3344:101::e]:56712 2026.02.01 23:41:16.195415 [ 292 ] {} TCP-Session: a9ced89f-9a41-4c6c-897a-1f78e13f9e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.195425 [ 286 ] {e331c3c8-699c-40d1-871e-677a07a119ef} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:41:16.195427 [ 292 ] {} TCP-Session: a9ced89f-9a41-4c6c-897a-1f78e13f9e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.195480 [ 286 ] {e331c3c8-699c-40d1-871e-677a07a119ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:41:16.195745 [ 286 ] {e331c3c8-699c-40d1-871e-677a07a119ef} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:41:16.196616 [ 332 ] {e331c3c8-699c-40d1-871e-677a07a119ef} AggregatingTransform: Aggregating 2026.02.01 23:41:16.196669 [ 332 ] {e331c3c8-699c-40d1-871e-677a07a119ef} Aggregator: Aggregation method: without_key 2026.02.01 23:41:16.196705 [ 332 ] {e331c3c8-699c-40d1-871e-677a07a119ef} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000865665 sec. (1155.181 rows/sec., 45.12 KiB/sec.) 2026.02.01 23:41:16.196724 [ 332 ] {e331c3c8-699c-40d1-871e-677a07a119ef} Aggregator: Merging aggregated data 2026.02.01 23:41:16.198058 [ 286 ] {e331c3c8-699c-40d1-871e-677a07a119ef} executeQuery: Read 1 rows, 40.00 B in 0.002994 sec., 334.001336005344 rows/sec., 13.05 KiB/sec. 2026.02.01 23:41:16.198193 [ 286 ] {e331c3c8-699c-40d1-871e-677a07a119ef} TCPHandler: Processed in 0.003487449 sec. 2026.02.01 23:41:16.198298 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.198324 [ 286 ] {} TCP-Session: 77c1ad3b-493d-479d-ad96-a8d8ab0a83e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.198325 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.198343 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.198374 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.198393 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.198408 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.198424 [ 289 ] {} TCP-Session: 22a4e3c2-04ea-4bc3-a595-5c8adb5637d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.198437 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.198454 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.198486 [ 292 ] {} TCP-Session: a9ced89f-9a41-4c6c-897a-1f78e13f9e2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.198510 [ 294 ] {} TCP-Session: ff8f08de-1716-43be-adfd-917a4e72a33f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.198451 [ 293 ] {} TCP-Session: af3585b1-ccfb-4e0b-b5a3-582106693a3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.198434 [ 290 ] {} TCP-Session: ce8733e2-f18b-40bf-a5de-d2ec16a275a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.198423 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.198391 [ 291 ] {} TCP-Session: ba7d2178-08c9-4478-a90c-6a6cafc2a555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.198600 [ 275 ] {} TCP-Session: 40ad1b84-7668-4216-87ed-a351134d833d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.198376 [ 288 ] {} TCP-Session: dcf0046a-37bd-434a-b68d-fe7fa4af56f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.391337 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:16.391518 [ 276 ] {149eabdd-4105-4eca-9e58-20e456e17294} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:41:16.391585 [ 276 ] {149eabdd-4105-4eca-9e58-20e456e17294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:41:16.392250 [ 276 ] {149eabdd-4105-4eca-9e58-20e456e17294} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:16.392301 [ 276 ] {149eabdd-4105-4eca-9e58-20e456e17294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:16.392710 [ 276 ] {149eabdd-4105-4eca-9e58-20e456e17294} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:41:16.392970 [ 276 ] {149eabdd-4105-4eca-9e58-20e456e17294} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:16.393126 [ 276 ] {149eabdd-4105-4eca-9e58-20e456e17294} executeQuery: Read 24 rows, 2.04 KiB in 0.001658 sec., 14475.271411338963 rows/sec., 1.20 MiB/sec. 2026.02.01 23:41:16.393173 [ 276 ] {149eabdd-4105-4eca-9e58-20e456e17294} TCPHandler: Processed in 0.001973773 sec. 2026.02.01 23:41:16.393311 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:16.393418 [ 276 ] {fcbc754e-5cac-4c85-aed8-68c503814834} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:41:16.393463 [ 276 ] {fcbc754e-5cac-4c85-aed8-68c503814834} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:41:16.394020 [ 276 ] {fcbc754e-5cac-4c85-aed8-68c503814834} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:16.394058 [ 276 ] {fcbc754e-5cac-4c85-aed8-68c503814834} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:16.394391 [ 276 ] {fcbc754e-5cac-4c85-aed8-68c503814834} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 23:41:16.394619 [ 276 ] {fcbc754e-5cac-4c85-aed8-68c503814834} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:16.394754 [ 276 ] {fcbc754e-5cac-4c85-aed8-68c503814834} executeQuery: Read 248 rows, 22.75 KiB in 0.001361 sec., 182218.9566495224 rows/sec., 16.33 MiB/sec. 2026.02.01 23:41:16.394795 [ 276 ] {fcbc754e-5cac-4c85-aed8-68c503814834} TCPHandler: Processed in 0.001535516 sec. 2026.02.01 23:41:16.394933 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:16.395034 [ 276 ] {b979e91b-bc03-425a-872d-20b42dae8804} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:41:16.395075 [ 276 ] {b979e91b-bc03-425a-872d-20b42dae8804} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:41:16.395508 [ 276 ] {b979e91b-bc03-425a-872d-20b42dae8804} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:16.395544 [ 276 ] {b979e91b-bc03-425a-872d-20b42dae8804} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:16.395847 [ 276 ] {b979e91b-bc03-425a-872d-20b42dae8804} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 23:41:16.396063 [ 276 ] {b979e91b-bc03-425a-872d-20b42dae8804} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:16.396187 [ 150 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 23:41:16.396193 [ 276 ] {b979e91b-bc03-425a-872d-20b42dae8804} executeQuery: Read 48 rows, 3.67 KiB in 0.001177 sec., 40781.64825828377 rows/sec., 3.04 MiB/sec. 2026.02.01 23:41:16.396260 [ 150 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:16.396277 [ 276 ] {b979e91b-bc03-425a-872d-20b42dae8804} TCPHandler: Processed in 0.001399744 sec. 2026.02.01 23:41:16.396306 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:16.396418 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:16.396454 [ 199 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:41:16.396517 [ 276 ] {18b46ee6-5d29-426f-9482-4be42b3457a7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:41:16.396559 [ 276 ] {18b46ee6-5d29-426f-9482-4be42b3457a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:41:16.396598 [ 199 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:16.396647 [ 199 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 70 rows starting from the beginning of the part 2026.02.01 23:41:16.396733 [ 199 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part 2026.02.01 23:41:16.396799 [ 199 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part 2026.02.01 23:41:16.396864 [ 199 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part 2026.02.01 23:41:16.396925 [ 199 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part 2026.02.01 23:41:16.396986 [ 276 ] {18b46ee6-5d29-426f-9482-4be42b3457a7} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:16.396987 [ 199 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part 2026.02.01 23:41:16.397023 [ 276 ] {18b46ee6-5d29-426f-9482-4be42b3457a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:16.397332 [ 276 ] {18b46ee6-5d29-426f-9482-4be42b3457a7} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:41:16.397558 [ 276 ] {18b46ee6-5d29-426f-9482-4be42b3457a7} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:16.397689 [ 276 ] {18b46ee6-5d29-426f-9482-4be42b3457a7} executeQuery: Read 24 rows, 2.04 KiB in 0.00119 sec., 20168.067226890755 rows/sec., 1.67 MiB/sec. 2026.02.01 23:41:16.397727 [ 276 ] {18b46ee6-5d29-426f-9482-4be42b3457a7} TCPHandler: Processed in 0.001361723 sec. 2026.02.01 23:41:16.397848 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:16.397941 [ 276 ] {be7c3b6c-2933-406d-ae01-3874df96ddbd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:41:16.397980 [ 276 ] {be7c3b6c-2933-406d-ae01-3874df96ddbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:41:16.398083 [ 189 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.001677398 sec., 119232.28714950178 rows/sec., 9.22 MiB/sec. 2026.02.01 23:41:16.398237 [ 195 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 23:41:16.398373 [ 276 ] {be7c3b6c-2933-406d-ae01-3874df96ddbd} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:16.398409 [ 276 ] {be7c3b6c-2933-406d-ae01-3874df96ddbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:16.398489 [ 195 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_41_8} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:16.398557 [ 195 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_41_8} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 23:41:16.398623 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.02.01 23:41:16.398707 [ 276 ] {be7c3b6c-2933-406d-ae01-3874df96ddbd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 23:41:16.398923 [ 276 ] {be7c3b6c-2933-406d-ae01-3874df96ddbd} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:16.399052 [ 276 ] {be7c3b6c-2933-406d-ae01-3874df96ddbd} executeQuery: Read 12 rows, 960.00 B in 0.001128 sec., 10638.297872340425 rows/sec., 831.12 KiB/sec. 2026.02.01 23:41:16.399092 [ 276 ] {be7c3b6c-2933-406d-ae01-3874df96ddbd} TCPHandler: Processed in 0.001292262 sec. 2026.02.01 23:41:16.399234 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:16.399327 [ 276 ] {4db2a690-2296-4fa5-b4ac-b662427617b0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:41:16.399367 [ 276 ] {4db2a690-2296-4fa5-b4ac-b662427617b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:41:16.399833 [ 276 ] {4db2a690-2296-4fa5-b4ac-b662427617b0} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:16.399870 [ 276 ] {4db2a690-2296-4fa5-b4ac-b662427617b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:16.400186 [ 276 ] {4db2a690-2296-4fa5-b4ac-b662427617b0} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 23:41:16.400409 [ 276 ] {4db2a690-2296-4fa5-b4ac-b662427617b0} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:16.400538 [ 276 ] {4db2a690-2296-4fa5-b4ac-b662427617b0} executeQuery: Read 136 rows, 11.26 KiB in 0.001229 sec., 110659.07241659885 rows/sec., 8.94 MiB/sec. 2026.02.01 23:41:16.400576 [ 276 ] {4db2a690-2296-4fa5-b4ac-b662427617b0} TCPHandler: Processed in 0.001391783 sec. 2026.02.01 23:41:16.400676 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:16.400769 [ 276 ] {fda6461e-4d3d-4d9c-bc60-9362de592a41} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:16.400812 [ 276 ] {fda6461e-4d3d-4d9c-bc60-9362de592a41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:41:16.401215 [ 276 ] {fda6461e-4d3d-4d9c-bc60-9362de592a41} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:16.401251 [ 276 ] {fda6461e-4d3d-4d9c-bc60-9362de592a41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:16.401585 [ 276 ] {fda6461e-4d3d-4d9c-bc60-9362de592a41} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 23:41:16.401806 [ 276 ] {fda6461e-4d3d-4d9c-bc60-9362de592a41} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:16.401935 [ 276 ] {fda6461e-4d3d-4d9c-bc60-9362de592a41} executeQuery: Read 196 rows, 14.40 KiB in 0.001184 sec., 165540.54054054056 rows/sec., 11.88 MiB/sec. 2026.02.01 23:41:16.401974 [ 276 ] {fda6461e-4d3d-4d9c-bc60-9362de592a41} TCPHandler: Processed in 0.001346223 sec. 2026.02.01 23:41:16.402092 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:16.402187 [ 276 ] {9fd158e6-1d47-4b20-bdd2-e6c6f6993413} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:16.402242 [ 276 ] {9fd158e6-1d47-4b20-bdd2-e6c6f6993413} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:41:16.403091 [ 276 ] {9fd158e6-1d47-4b20-bdd2-e6c6f6993413} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:16.403127 [ 276 ] {9fd158e6-1d47-4b20-bdd2-e6c6f6993413} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:16.403716 [ 276 ] {9fd158e6-1d47-4b20-bdd2-e6c6f6993413} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 23:41:16.403948 [ 276 ] {9fd158e6-1d47-4b20-bdd2-e6c6f6993413} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:16.404090 [ 276 ] {9fd158e6-1d47-4b20-bdd2-e6c6f6993413} executeQuery: Read 36 rows, 66.06 KiB in 0.001921 sec., 18740.239458615306 rows/sec., 33.58 MiB/sec. 2026.02.01 23:41:16.404146 [ 276 ] {9fd158e6-1d47-4b20-bdd2-e6c6f6993413} TCPHandler: Processed in 0.002103555 sec. 2026.02.01 23:41:16.404262 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:16.404355 [ 276 ] {9d6f8e8c-9bf1-477a-bfab-4fc9e82278bf} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:41:16.404397 [ 276 ] {9d6f8e8c-9bf1-477a-bfab-4fc9e82278bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:41:16.404723 [ 276 ] {9d6f8e8c-9bf1-477a-bfab-4fc9e82278bf} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:16.404759 [ 276 ] {9d6f8e8c-9bf1-477a-bfab-4fc9e82278bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:16.405069 [ 276 ] {9d6f8e8c-9bf1-477a-bfab-4fc9e82278bf} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 23:41:16.405286 [ 276 ] {9d6f8e8c-9bf1-477a-bfab-4fc9e82278bf} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:16.405412 [ 276 ] {9d6f8e8c-9bf1-477a-bfab-4fc9e82278bf} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.02.01 23:41:16.405447 [ 276 ] {9d6f8e8c-9bf1-477a-bfab-4fc9e82278bf} TCPHandler: Processed in 0.001235891 sec. 2026.02.01 23:41:16.442809 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36391 2026.02.01 23:41:16.442898 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.442924 [ 291 ] {} TCP-Session: cb5e298f-6590-4998-a5c1-7ad467c9c5bc Authenticating user 'default' from [fd00:1122:3344:101::e]:36391 2026.02.01 23:41:16.442945 [ 291 ] {} TCP-Session: cb5e298f-6590-4998-a5c1-7ad467c9c5bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.442958 [ 291 ] {} TCP-Session: cb5e298f-6590-4998-a5c1-7ad467c9c5bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443154 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63384 2026.02.01 23:41:16.443206 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55228 2026.02.01 23:41:16.443218 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49581 2026.02.01 23:41:16.443253 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.443266 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40888 2026.02.01 23:41:16.443280 [ 291 ] {} TCP-Session: cb5e298f-6590-4998-a5c1-7ad467c9c5bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:16.443314 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.443310 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.443353 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.443349 [ 275 ] {} TCP-Session: b41f66a3-a660-40f9-a05c-fd82e72aacc6 Authenticating user 'default' from [fd00:1122:3344:101::e]:49581 2026.02.01 23:41:16.443376 [ 293 ] {} TCP-Session: 54a81f04-a1b7-49c4-84fd-c65fdf2d6e6f Authenticating user 'default' from [fd00:1122:3344:101::e]:55228 2026.02.01 23:41:16.443380 [ 289 ] {} TCP-Session: 954ff15c-3f4a-40b7-a053-29f6ed542400 Authenticating user 'default' from [fd00:1122:3344:101::e]:40888 2026.02.01 23:41:16.443393 [ 275 ] {} TCP-Session: b41f66a3-a660-40f9-a05c-fd82e72aacc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443408 [ 293 ] {} TCP-Session: 54a81f04-a1b7-49c4-84fd-c65fdf2d6e6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443411 [ 289 ] {} TCP-Session: 954ff15c-3f4a-40b7-a053-29f6ed542400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443422 [ 275 ] {} TCP-Session: b41f66a3-a660-40f9-a05c-fd82e72aacc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443441 [ 289 ] {} TCP-Session: 954ff15c-3f4a-40b7-a053-29f6ed542400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443275 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35996 2026.02.01 23:41:16.443477 [ 291 ] {d83b14f0-0b7e-4f4e-9df3-8eac7b60068a} executeQuery: (from [fd00:1122:3344:101::e]:36391) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:41:16.443219 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35229 2026.02.01 23:41:16.443433 [ 293 ] {} TCP-Session: 54a81f04-a1b7-49c4-84fd-c65fdf2d6e6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443295 [ 292 ] {} TCP-Session: 2002fb41-6d77-4831-bf97-f105fd4e69e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:63384 2026.02.01 23:41:16.443588 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.443617 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.443620 [ 292 ] {} TCP-Session: 2002fb41-6d77-4831-bf97-f105fd4e69e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443632 [ 290 ] {} TCP-Session: 30630ee1-b8ee-449c-b0e4-4ca2bbbfbd48 Authenticating user 'default' from [fd00:1122:3344:101::e]:35996 2026.02.01 23:41:16.443644 [ 294 ] {} TCP-Session: f2683935-4fc1-45ac-9b13-b9657177d813 Authenticating user 'default' from [fd00:1122:3344:101::e]:35229 2026.02.01 23:41:16.443655 [ 292 ] {} TCP-Session: 2002fb41-6d77-4831-bf97-f105fd4e69e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443674 [ 290 ] {} TCP-Session: 30630ee1-b8ee-449c-b0e4-4ca2bbbfbd48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443680 [ 294 ] {} TCP-Session: f2683935-4fc1-45ac-9b13-b9657177d813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443701 [ 290 ] {} TCP-Session: 30630ee1-b8ee-449c-b0e4-4ca2bbbfbd48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443711 [ 294 ] {} TCP-Session: f2683935-4fc1-45ac-9b13-b9657177d813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443245 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47173 2026.02.01 23:41:16.443235 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36960 2026.02.01 23:41:16.443801 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.443825 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:41:16.443828 [ 288 ] {} TCP-Session: d36d9347-ac6b-475e-bc55-58f0813d9451 Authenticating user 'default' from [fd00:1122:3344:101::e]:47173 2026.02.01 23:41:16.443836 [ 291 ] {d83b14f0-0b7e-4f4e-9df3-8eac7b60068a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:41:16.443855 [ 286 ] {} TCP-Session: a697d3cc-4ca6-48c9-8664-5272950c22e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:36960 2026.02.01 23:41:16.443867 [ 288 ] {} TCP-Session: d36d9347-ac6b-475e-bc55-58f0813d9451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443903 [ 286 ] {} TCP-Session: a697d3cc-4ca6-48c9-8664-5272950c22e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443918 [ 288 ] {} TCP-Session: d36d9347-ac6b-475e-bc55-58f0813d9451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.443914 [ 291 ] {d83b14f0-0b7e-4f4e-9df3-8eac7b60068a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:41:16.443945 [ 286 ] {} TCP-Session: a697d3cc-4ca6-48c9-8664-5272950c22e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.444274 [ 291 ] {d83b14f0-0b7e-4f4e-9df3-8eac7b60068a} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:41:16.445303 [ 342 ] {d83b14f0-0b7e-4f4e-9df3-8eac7b60068a} AggregatingTransform: Aggregating 2026.02.01 23:41:16.445355 [ 342 ] {d83b14f0-0b7e-4f4e-9df3-8eac7b60068a} Aggregator: Aggregation method: without_key 2026.02.01 23:41:16.445393 [ 342 ] {d83b14f0-0b7e-4f4e-9df3-8eac7b60068a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001016037 sec. (984.216 rows/sec., 38.45 KiB/sec.) 2026.02.01 23:41:16.445412 [ 342 ] {d83b14f0-0b7e-4f4e-9df3-8eac7b60068a} Aggregator: Merging aggregated data 2026.02.01 23:41:16.446803 [ 291 ] {d83b14f0-0b7e-4f4e-9df3-8eac7b60068a} executeQuery: Read 1 rows, 40.00 B in 0.003381 sec., 295.77048210588583 rows/sec., 11.55 KiB/sec. 2026.02.01 23:41:16.446974 [ 291 ] {d83b14f0-0b7e-4f4e-9df3-8eac7b60068a} TCPHandler: Processed in 0.003837284 sec. 2026.02.01 23:41:16.447121 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.447144 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.447154 [ 291 ] {} TCP-Session: cb5e298f-6590-4998-a5c1-7ad467c9c5bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.447160 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.447185 [ 290 ] {} TCP-Session: 30630ee1-b8ee-449c-b0e4-4ca2bbbfbd48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.447195 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.447223 [ 292 ] {} TCP-Session: 2002fb41-6d77-4831-bf97-f105fd4e69e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.447223 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.447250 [ 275 ] {} TCP-Session: b41f66a3-a660-40f9-a05c-fd82e72aacc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.447270 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.447276 [ 288 ] {} TCP-Session: d36d9347-ac6b-475e-bc55-58f0813d9451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.447210 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.447315 [ 289 ] {} TCP-Session: 954ff15c-3f4a-40b7-a053-29f6ed542400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.447177 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.447352 [ 293 ] {} TCP-Session: 54a81f04-a1b7-49c4-84fd-c65fdf2d6e6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.447388 [ 294 ] {} TCP-Session: f2683935-4fc1-45ac-9b13-b9657177d813 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.447240 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:41:16.447447 [ 286 ] {} TCP-Session: a697d3cc-4ca6-48c9-8664-5272950c22e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:41:16.968729 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.02.01 23:41:16.986745 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:16.986823 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:16.995602 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 23:41:16.996586 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:17.000216 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 278.38 MiB, peak 287.96 MiB, free memory in arenas 0.00 B, will set to 276.87 MiB (RSS), difference: -1.52 MiB 2026.02.01 23:41:17.000506 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.02.01 23:41:18.667947 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 820 2026.02.01 23:41:18.670471 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:18.670522 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:18.671776 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 23:41:18.672056 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:18.672454 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 820 2026.02.01 23:41:21.390831 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:21.391094 [ 276 ] {6d074cc6-c6e5-4de2-8dc1-9f4da14bddb1} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:41:21.391193 [ 276 ] {6d074cc6-c6e5-4de2-8dc1-9f4da14bddb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:41:21.392196 [ 276 ] {6d074cc6-c6e5-4de2-8dc1-9f4da14bddb1} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:21.392258 [ 276 ] {6d074cc6-c6e5-4de2-8dc1-9f4da14bddb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:21.392917 [ 276 ] {6d074cc6-c6e5-4de2-8dc1-9f4da14bddb1} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 23:41:21.393246 [ 276 ] {6d074cc6-c6e5-4de2-8dc1-9f4da14bddb1} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:21.393468 [ 276 ] {6d074cc6-c6e5-4de2-8dc1-9f4da14bddb1} executeQuery: Read 64 rows, 5.19 KiB in 0.002445 sec., 26175.869120654395 rows/sec., 2.07 MiB/sec. 2026.02.01 23:41:21.393537 [ 276 ] {6d074cc6-c6e5-4de2-8dc1-9f4da14bddb1} TCPHandler: Processed in 0.002911628 sec. 2026.02.01 23:41:21.393711 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:21.393851 [ 276 ] {148d0a18-ab22-4918-a54d-9342f1b847f7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:41:21.393911 [ 276 ] {148d0a18-ab22-4918-a54d-9342f1b847f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:41:21.394470 [ 276 ] {148d0a18-ab22-4918-a54d-9342f1b847f7} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:21.394519 [ 276 ] {148d0a18-ab22-4918-a54d-9342f1b847f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:21.394917 [ 276 ] {148d0a18-ab22-4918-a54d-9342f1b847f7} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 23:41:21.395197 [ 276 ] {148d0a18-ab22-4918-a54d-9342f1b847f7} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:21.395379 [ 276 ] {148d0a18-ab22-4918-a54d-9342f1b847f7} executeQuery: Read 4 rows, 308.00 B in 0.001561 sec., 2562.4599615631005 rows/sec., 192.68 KiB/sec. 2026.02.01 23:41:21.395430 [ 276 ] {148d0a18-ab22-4918-a54d-9342f1b847f7} TCPHandler: Processed in 0.00178649 sec. 2026.02.01 23:41:21.395590 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:21.395724 [ 276 ] {9eb547dc-4746-4225-a693-f3b65f2af328} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:41:21.395779 [ 276 ] {9eb547dc-4746-4225-a693-f3b65f2af328} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:41:21.396366 [ 276 ] {9eb547dc-4746-4225-a693-f3b65f2af328} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:21.396416 [ 276 ] {9eb547dc-4746-4225-a693-f3b65f2af328} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:21.396823 [ 276 ] {9eb547dc-4746-4225-a693-f3b65f2af328} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 23:41:21.397109 [ 276 ] {9eb547dc-4746-4225-a693-f3b65f2af328} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:21.397286 [ 276 ] {9eb547dc-4746-4225-a693-f3b65f2af328} executeQuery: Read 68 rows, 5.44 KiB in 0.001588 sec., 42821.15869017632 rows/sec., 3.34 MiB/sec. 2026.02.01 23:41:21.397341 [ 276 ] {9eb547dc-4746-4225-a693-f3b65f2af328} TCPHandler: Processed in 0.00181701 sec. 2026.02.01 23:41:21.397490 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:21.397619 [ 276 ] {d16fc3c5-77eb-443c-8672-1e6de8348e6c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:21.397680 [ 276 ] {d16fc3c5-77eb-443c-8672-1e6de8348e6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:41:21.398207 [ 276 ] {d16fc3c5-77eb-443c-8672-1e6de8348e6c} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:21.398254 [ 276 ] {d16fc3c5-77eb-443c-8672-1e6de8348e6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:21.398681 [ 276 ] {d16fc3c5-77eb-443c-8672-1e6de8348e6c} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 23:41:21.398952 [ 276 ] {d16fc3c5-77eb-443c-8672-1e6de8348e6c} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:21.399124 [ 276 ] {d16fc3c5-77eb-443c-8672-1e6de8348e6c} executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec. 2026.02.01 23:41:21.399174 [ 276 ] {d16fc3c5-77eb-443c-8672-1e6de8348e6c} TCPHandler: Processed in 0.00175145 sec. 2026.02.01 23:41:21.399308 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:21.399435 [ 276 ] {7364c968-a90a-4a6b-ba8d-b3dda445798c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:21.399508 [ 276 ] {7364c968-a90a-4a6b-ba8d-b3dda445798c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:41:21.400492 [ 276 ] {7364c968-a90a-4a6b-ba8d-b3dda445798c} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:21.400539 [ 276 ] {7364c968-a90a-4a6b-ba8d-b3dda445798c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:21.401222 [ 276 ] {7364c968-a90a-4a6b-ba8d-b3dda445798c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 23:41:21.401524 [ 276 ] {7364c968-a90a-4a6b-ba8d-b3dda445798c} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:21.401715 [ 276 ] {7364c968-a90a-4a6b-ba8d-b3dda445798c} executeQuery: Read 4 rows, 7.34 KiB in 0.002302 sec., 1737.619461337967 rows/sec., 3.11 MiB/sec. 2026.02.01 23:41:21.401803 [ 276 ] {7364c968-a90a-4a6b-ba8d-b3dda445798c} TCPHandler: Processed in 0.002557873 sec. 2026.02.01 23:41:21.401956 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:21.402089 [ 276 ] {0aab0ce6-7575-4630-a969-4b86840b6395} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:41:21.402145 [ 276 ] {0aab0ce6-7575-4630-a969-4b86840b6395} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:41:21.402604 [ 276 ] {0aab0ce6-7575-4630-a969-4b86840b6395} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:21.402653 [ 276 ] {0aab0ce6-7575-4630-a969-4b86840b6395} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.01 23:41:21.403064 [ 276 ] {0aab0ce6-7575-4630-a969-4b86840b6395} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 23:41:21.403348 [ 276 ] {0aab0ce6-7575-4630-a969-4b86840b6395} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:21.403524 [ 276 ] {0aab0ce6-7575-4630-a969-4b86840b6395} executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. 2026.02.01 23:41:21.403573 [ 276 ] {0aab0ce6-7575-4630-a969-4b86840b6395} TCPHandler: Processed in 0.001683168 sec. 2026.02.01 23:41:23.519489 [ 149 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:41:23.519578 [ 149 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:41:23.640031 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16318 2026.02.01 23:41:23.640790 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:23.640861 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:23.641359 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 23:41:23.641583 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:23.641711 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16318 2026.02.01 23:41:24.500852 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.02.01 23:41:24.517614 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:24.517680 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:24.524042 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 23:41:24.524783 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:24.527798 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.02.01 23:41:26.390044 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:26.390248 [ 276 ] {f5f8e274-840c-4f61-83a1-b27c12db07f6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:41:26.390325 [ 276 ] {f5f8e274-840c-4f61-83a1-b27c12db07f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:41:26.391035 [ 276 ] {f5f8e274-840c-4f61-83a1-b27c12db07f6} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:26.391086 [ 276 ] {f5f8e274-840c-4f61-83a1-b27c12db07f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:26.391490 [ 276 ] {f5f8e274-840c-4f61-83a1-b27c12db07f6} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 23:41:26.391722 [ 276 ] {f5f8e274-840c-4f61-83a1-b27c12db07f6} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:26.391879 [ 276 ] {f5f8e274-840c-4f61-83a1-b27c12db07f6} executeQuery: Read 128 rows, 11.29 KiB in 0.001684 sec., 76009.50118764846 rows/sec., 6.55 MiB/sec. 2026.02.01 23:41:26.391921 [ 276 ] {f5f8e274-840c-4f61-83a1-b27c12db07f6} TCPHandler: Processed in 0.002036974 sec. 2026.02.01 23:41:26.392046 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:26.392143 [ 276 ] {1f1130d2-c895-4617-aa57-831d3c49c6f0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:41:26.392187 [ 276 ] {1f1130d2-c895-4617-aa57-831d3c49c6f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:41:26.392595 [ 276 ] {1f1130d2-c895-4617-aa57-831d3c49c6f0} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:26.392633 [ 276 ] {1f1130d2-c895-4617-aa57-831d3c49c6f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:26.392948 [ 276 ] {1f1130d2-c895-4617-aa57-831d3c49c6f0} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 23:41:26.393163 [ 276 ] {1f1130d2-c895-4617-aa57-831d3c49c6f0} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:26.393295 [ 276 ] {1f1130d2-c895-4617-aa57-831d3c49c6f0} executeQuery: Read 36 rows, 2.71 KiB in 0.00117 sec., 30769.23076923077 rows/sec., 2.26 MiB/sec. 2026.02.01 23:41:26.393332 [ 276 ] {1f1130d2-c895-4617-aa57-831d3c49c6f0} TCPHandler: Processed in 0.001335692 sec. 2026.02.01 23:41:26.393435 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:26.393530 [ 276 ] {0c724f6d-5a07-40f5-817c-1ba5184c68ff} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:41:26.393570 [ 276 ] {0c724f6d-5a07-40f5-817c-1ba5184c68ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:41:26.393993 [ 276 ] {0c724f6d-5a07-40f5-817c-1ba5184c68ff} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:26.394030 [ 276 ] {0c724f6d-5a07-40f5-817c-1ba5184c68ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:26.394335 [ 276 ] {0c724f6d-5a07-40f5-817c-1ba5184c68ff} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 23:41:26.394548 [ 276 ] {0c724f6d-5a07-40f5-817c-1ba5184c68ff} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:26.394687 [ 276 ] {0c724f6d-5a07-40f5-817c-1ba5184c68ff} executeQuery: Read 100 rows, 8.00 KiB in 0.001175 sec., 85106.3829787234 rows/sec., 6.65 MiB/sec. 2026.02.01 23:41:26.394724 [ 276 ] {0c724f6d-5a07-40f5-817c-1ba5184c68ff} TCPHandler: Processed in 0.001337622 sec. 2026.02.01 23:41:26.394843 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:26.394939 [ 276 ] {42c79bea-e33f-4db5-9c62-b58b388bedbb} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:26.394983 [ 276 ] {42c79bea-e33f-4db5-9c62-b58b388bedbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:41:26.395424 [ 276 ] {42c79bea-e33f-4db5-9c62-b58b388bedbb} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:26.395461 [ 276 ] {42c79bea-e33f-4db5-9c62-b58b388bedbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:26.395796 [ 276 ] {42c79bea-e33f-4db5-9c62-b58b388bedbb} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 23:41:26.396014 [ 276 ] {42c79bea-e33f-4db5-9c62-b58b388bedbb} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:26.396145 [ 276 ] {42c79bea-e33f-4db5-9c62-b58b388bedbb} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2026.02.01 23:41:26.396181 [ 276 ] {42c79bea-e33f-4db5-9c62-b58b388bedbb} TCPHandler: Processed in 0.001387124 sec. 2026.02.01 23:41:26.396290 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:26.396386 [ 276 ] {c6211b43-6dd3-4593-8d83-ae00527ce291} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:26.396440 [ 276 ] {c6211b43-6dd3-4593-8d83-ae00527ce291} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:41:26.397272 [ 276 ] {c6211b43-6dd3-4593-8d83-ae00527ce291} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:26.397308 [ 276 ] {c6211b43-6dd3-4593-8d83-ae00527ce291} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:26.397875 [ 276 ] {c6211b43-6dd3-4593-8d83-ae00527ce291} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 23:41:26.398111 [ 276 ] {c6211b43-6dd3-4593-8d83-ae00527ce291} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:26.398232 [ 145 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 23:41:26.398249 [ 276 ] {c6211b43-6dd3-4593-8d83-ae00527ce291} executeQuery: Read 36 rows, 66.06 KiB in 0.001881 sec., 19138.755980861242 rows/sec., 34.30 MiB/sec. 2026.02.01 23:41:26.398300 [ 145 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:26.398322 [ 276 ] {c6211b43-6dd3-4593-8d83-ae00527ce291} TCPHandler: Processed in 0.002080514 sec. 2026.02.01 23:41:26.398328 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:26.398455 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:41:26.398469 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:26.398577 [ 276 ] {f1eea32d-2d9c-4a86-928e-8ce7328caef9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:41:26.398620 [ 276 ] {f1eea32d-2d9c-4a86-928e-8ce7328caef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:41:26.398666 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:26.398720 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 779 rows starting from the beginning of the part 2026.02.01 23:41:26.398849 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part 2026.02.01 23:41:26.398956 [ 276 ] {f1eea32d-2d9c-4a86-928e-8ce7328caef9} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:26.398961 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part 2026.02.01 23:41:26.398993 [ 276 ] {f1eea32d-2d9c-4a86-928e-8ce7328caef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:26.399073 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part 2026.02.01 23:41:26.399171 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part 2026.02.01 23:41:26.399265 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part 2026.02.01 23:41:26.399314 [ 276 ] {f1eea32d-2d9c-4a86-928e-8ce7328caef9} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 23:41:26.399534 [ 276 ] {f1eea32d-2d9c-4a86-928e-8ce7328caef9} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:26.399668 [ 276 ] {f1eea32d-2d9c-4a86-928e-8ce7328caef9} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.02.01 23:41:26.399703 [ 276 ] {f1eea32d-2d9c-4a86-928e-8ce7328caef9} TCPHandler: Processed in 0.001284222 sec. 2026.02.01 23:41:26.414056 [ 189 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 895 rows, containing 19 columns (19 merged, 0 gathered) in 0.015642671 sec., 57215.29270800364 rows/sec., 102.53 MiB/sec. 2026.02.01 23:41:26.415248 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 23:41:26.415565 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_41_8} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:26.415628 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_41_8} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 23:41:26.415725 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. 2026.02.01 23:41:27.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 277.88 MiB, peak 287.96 MiB, free memory in arenas 0.00 B, will set to 280.61 MiB (RSS), difference: 2.73 MiB 2026.02.01 23:41:28.672768 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 844 2026.02.01 23:41:28.675127 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:28.675183 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:28.676396 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 23:41:28.676682 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:28.677063 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 844 2026.02.01 23:41:31.141891 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16830 2026.02.01 23:41:31.142670 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:31.142728 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:31.143263 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 23:41:31.143499 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:31.143637 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16830 2026.02.01 23:41:31.414975 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:31.415172 [ 276 ] {7e652d9b-ac94-4851-b73d-814baaf2e9a2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:41:31.415248 [ 276 ] {7e652d9b-ac94-4851-b73d-814baaf2e9a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:41:31.415922 [ 276 ] {7e652d9b-ac94-4851-b73d-814baaf2e9a2} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:31.416051 [ 276 ] {7e652d9b-ac94-4851-b73d-814baaf2e9a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:31.416430 [ 276 ] {7e652d9b-ac94-4851-b73d-814baaf2e9a2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:41:31.416686 [ 276 ] {7e652d9b-ac94-4851-b73d-814baaf2e9a2} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:31.416849 [ 276 ] {7e652d9b-ac94-4851-b73d-814baaf2e9a2} executeQuery: Read 10 rows, 835.00 B in 0.001731 sec., 5777.007510109764 rows/sec., 471.07 KiB/sec. 2026.02.01 23:41:31.416898 [ 276 ] {7e652d9b-ac94-4851-b73d-814baaf2e9a2} TCPHandler: Processed in 0.002063644 sec. 2026.02.01 23:41:31.417018 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:31.417121 [ 276 ] {b1d160fc-43cc-41f3-b623-7100856f25eb} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:41:31.417163 [ 276 ] {b1d160fc-43cc-41f3-b623-7100856f25eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:41:31.418183 [ 276 ] {b1d160fc-43cc-41f3-b623-7100856f25eb} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:31.418221 [ 276 ] {b1d160fc-43cc-41f3-b623-7100856f25eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:31.418612 [ 276 ] {b1d160fc-43cc-41f3-b623-7100856f25eb} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 23:41:31.418822 [ 276 ] {b1d160fc-43cc-41f3-b623-7100856f25eb} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:31.418954 [ 276 ] {b1d160fc-43cc-41f3-b623-7100856f25eb} executeQuery: Read 1209 rows, 102.12 KiB in 0.001855 sec., 651752.0215633423 rows/sec., 53.76 MiB/sec. 2026.02.01 23:41:31.418991 [ 276 ] {b1d160fc-43cc-41f3-b623-7100856f25eb} TCPHandler: Processed in 0.002023434 sec. 2026.02.01 23:41:31.419103 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:31.419199 [ 276 ] {5d070396-6282-4409-bd6f-5e6c42fdc048} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:41:31.419239 [ 276 ] {5d070396-6282-4409-bd6f-5e6c42fdc048} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:41:31.419632 [ 276 ] {5d070396-6282-4409-bd6f-5e6c42fdc048} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:31.419668 [ 276 ] {5d070396-6282-4409-bd6f-5e6c42fdc048} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:31.419960 [ 276 ] {5d070396-6282-4409-bd6f-5e6c42fdc048} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 23:41:31.420171 [ 276 ] {5d070396-6282-4409-bd6f-5e6c42fdc048} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:31.420300 [ 276 ] {5d070396-6282-4409-bd6f-5e6c42fdc048} executeQuery: Read 14 rows, 1023.00 B in 0.001122 sec., 12477.718360071302 rows/sec., 890.40 KiB/sec. 2026.02.01 23:41:31.420336 [ 276 ] {5d070396-6282-4409-bd6f-5e6c42fdc048} TCPHandler: Processed in 0.001281381 sec. 2026.02.01 23:41:31.420434 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:31.420526 [ 276 ] {15d359c8-d783-4d3b-9b9b-694495962e7f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:41:31.420565 [ 276 ] {15d359c8-d783-4d3b-9b9b-694495962e7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:41:31.421048 [ 276 ] {15d359c8-d783-4d3b-9b9b-694495962e7f} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:31.421084 [ 276 ] {15d359c8-d783-4d3b-9b9b-694495962e7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:31.421396 [ 276 ] {15d359c8-d783-4d3b-9b9b-694495962e7f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 23:41:31.421626 [ 276 ] {15d359c8-d783-4d3b-9b9b-694495962e7f} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:31.421754 [ 276 ] {15d359c8-d783-4d3b-9b9b-694495962e7f} executeQuery: Read 228 rows, 15.81 KiB in 0.001246 sec., 182985.55377207065 rows/sec., 12.39 MiB/sec. 2026.02.01 23:41:31.421790 [ 276 ] {15d359c8-d783-4d3b-9b9b-694495962e7f} TCPHandler: Processed in 0.001402693 sec. 2026.02.01 23:41:31.421912 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:31.422034 [ 276 ] {a99a6296-9adc-4ee2-a5c6-f67547898b27} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:41:31.422084 [ 276 ] {a99a6296-9adc-4ee2-a5c6-f67547898b27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:41:31.422781 [ 276 ] {a99a6296-9adc-4ee2-a5c6-f67547898b27} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:31.422828 [ 276 ] {a99a6296-9adc-4ee2-a5c6-f67547898b27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:31.423179 [ 276 ] {a99a6296-9adc-4ee2-a5c6-f67547898b27} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 23:41:31.423392 [ 276 ] {a99a6296-9adc-4ee2-a5c6-f67547898b27} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:31.423529 [ 276 ] {a99a6296-9adc-4ee2-a5c6-f67547898b27} executeQuery: Read 534 rows, 40.54 KiB in 0.001521 sec., 351084.81262327416 rows/sec., 26.03 MiB/sec. 2026.02.01 23:41:31.423570 [ 276 ] {a99a6296-9adc-4ee2-a5c6-f67547898b27} TCPHandler: Processed in 0.001721029 sec. 2026.02.01 23:41:31.423682 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:31.423779 [ 276 ] {39003921-7cbb-408e-bfff-00088d397ea5} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:31.423824 [ 276 ] {39003921-7cbb-408e-bfff-00088d397ea5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:41:31.424410 [ 276 ] {39003921-7cbb-408e-bfff-00088d397ea5} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:31.424447 [ 276 ] {39003921-7cbb-408e-bfff-00088d397ea5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:31.424825 [ 276 ] {39003921-7cbb-408e-bfff-00088d397ea5} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 23:41:31.425049 [ 276 ] {39003921-7cbb-408e-bfff-00088d397ea5} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:31.425179 [ 276 ] {39003921-7cbb-408e-bfff-00088d397ea5} executeQuery: Read 849 rows, 58.52 KiB in 0.001419 sec., 598308.66807611 rows/sec., 40.27 MiB/sec. 2026.02.01 23:41:31.425218 [ 276 ] {39003921-7cbb-408e-bfff-00088d397ea5} TCPHandler: Processed in 0.001586217 sec. 2026.02.01 23:41:31.425326 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:31.425422 [ 276 ] {9bce69f2-6856-4cef-b7b4-98c411463506} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:31.425479 [ 276 ] {9bce69f2-6856-4cef-b7b4-98c411463506} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:41:31.426245 [ 276 ] {9bce69f2-6856-4cef-b7b4-98c411463506} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:31.426285 [ 276 ] {9bce69f2-6856-4cef-b7b4-98c411463506} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:31.426791 [ 276 ] {9bce69f2-6856-4cef-b7b4-98c411463506} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 23:41:31.427040 [ 276 ] {9bce69f2-6856-4cef-b7b4-98c411463506} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:31.427186 [ 276 ] {9bce69f2-6856-4cef-b7b4-98c411463506} executeQuery: Read 4 rows, 7.34 KiB in 0.001782 sec., 2244.6689113355783 rows/sec., 4.02 MiB/sec. 2026.02.01 23:41:31.427248 [ 276 ] {9bce69f2-6856-4cef-b7b4-98c411463506} TCPHandler: Processed in 0.001971083 sec. 2026.02.01 23:41:31.427387 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:31.427508 [ 276 ] {501d17f9-01ba-4b36-adec-29f52d87b127} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:41:31.427565 [ 276 ] {501d17f9-01ba-4b36-adec-29f52d87b127} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:41:31.427954 [ 276 ] {501d17f9-01ba-4b36-adec-29f52d87b127} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:31.427991 [ 276 ] {501d17f9-01ba-4b36-adec-29f52d87b127} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:31.428310 [ 276 ] {501d17f9-01ba-4b36-adec-29f52d87b127} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 23:41:31.428525 [ 276 ] {501d17f9-01ba-4b36-adec-29f52d87b127} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:31.428657 [ 276 ] {501d17f9-01ba-4b36-adec-29f52d87b127} executeQuery: Read 60 rows, 4.14 KiB in 0.001174 sec., 51107.325383304946 rows/sec., 3.44 MiB/sec. 2026.02.01 23:41:31.428693 [ 276 ] {501d17f9-01ba-4b36-adec-29f52d87b127} TCPHandler: Processed in 0.001374763 sec. 2026.02.01 23:41:32.027960 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.02.01 23:41:32.046085 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:32.046152 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:32.052417 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 23:41:32.053135 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:32.056284 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.02.01 23:41:36.389604 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:36.389802 [ 276 ] {916abe8f-ca93-4711-9075-261f94aba40e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:41:36.389869 [ 276 ] {916abe8f-ca93-4711-9075-261f94aba40e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:41:36.390576 [ 276 ] {916abe8f-ca93-4711-9075-261f94aba40e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:36.390624 [ 276 ] {916abe8f-ca93-4711-9075-261f94aba40e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:36.391022 [ 276 ] {916abe8f-ca93-4711-9075-261f94aba40e} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 23:41:36.391247 [ 276 ] {916abe8f-ca93-4711-9075-261f94aba40e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:36.391390 [ 138 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 23:41:36.391399 [ 276 ] {916abe8f-ca93-4711-9075-261f94aba40e} executeQuery: Read 128 rows, 11.29 KiB in 0.001647 sec., 77717.0613236187 rows/sec., 6.70 MiB/sec. 2026.02.01 23:41:36.391459 [ 138 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:36.391485 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:36.391492 [ 276 ] {916abe8f-ca93-4711-9075-261f94aba40e} TCPHandler: Processed in 0.002023064 sec. 2026.02.01 23:41:36.391586 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:41:36.391624 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:36.391707 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:36.391728 [ 276 ] {607e7025-63f1-491b-a638-526d059d7239} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:41:36.391743 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1406 rows starting from the beginning of the part 2026.02.01 23:41:36.391779 [ 276 ] {607e7025-63f1-491b-a638-526d059d7239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:41:36.391815 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 248 rows starting from the beginning of the part 2026.02.01 23:41:36.391865 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part 2026.02.01 23:41:36.391910 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 128 rows starting from the beginning of the part 2026.02.01 23:41:36.391949 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1209 rows starting from the beginning of the part 2026.02.01 23:41:36.391986 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 128 rows starting from the beginning of the part 2026.02.01 23:41:36.392217 [ 276 ] {607e7025-63f1-491b-a638-526d059d7239} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:36.392260 [ 276 ] {607e7025-63f1-491b-a638-526d059d7239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:36.392607 [ 276 ] {607e7025-63f1-491b-a638-526d059d7239} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 23:41:36.392850 [ 276 ] {607e7025-63f1-491b-a638-526d059d7239} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:36.392992 [ 276 ] {607e7025-63f1-491b-a638-526d059d7239} executeQuery: Read 36 rows, 2.71 KiB in 0.001285 sec., 28015.564202334634 rows/sec., 2.06 MiB/sec. 2026.02.01 23:41:36.393031 [ 276 ] {607e7025-63f1-491b-a638-526d059d7239} TCPHandler: Processed in 0.001458175 sec. 2026.02.01 23:41:36.393133 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:36.393229 [ 276 ] {a0f3778f-1a69-4bdb-a1d1-b8ac000f6b0e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:41:36.393270 [ 276 ] {a0f3778f-1a69-4bdb-a1d1-b8ac000f6b0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:41:36.393396 [ 189 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3183 rows, containing 5 columns (5 merged, 0 gathered) in 0.00184841 sec., 1722020.5473893778 rows/sec., 151.06 MiB/sec. 2026.02.01 23:41:36.393624 [ 191 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 23:41:36.393711 [ 276 ] {a0f3778f-1a69-4bdb-a1d1-b8ac000f6b0e} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:36.393747 [ 276 ] {a0f3778f-1a69-4bdb-a1d1-b8ac000f6b0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:36.393881 [ 191 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_51_10} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:36.393953 [ 191 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_51_10} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 23:41:36.394046 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.02.01 23:41:36.394083 [ 276 ] {a0f3778f-1a69-4bdb-a1d1-b8ac000f6b0e} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 23:41:36.394302 [ 276 ] {a0f3778f-1a69-4bdb-a1d1-b8ac000f6b0e} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:36.394409 [ 138 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 23:41:36.394432 [ 276 ] {a0f3778f-1a69-4bdb-a1d1-b8ac000f6b0e} executeQuery: Read 100 rows, 8.00 KiB in 0.001221 sec., 81900.08190008189 rows/sec., 6.40 MiB/sec. 2026.02.01 23:41:36.394439 [ 138 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:36.394473 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:36.394480 [ 276 ] {a0f3778f-1a69-4bdb-a1d1-b8ac000f6b0e} TCPHandler: Processed in 0.001395203 sec. 2026.02.01 23:41:36.394564 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:41:36.394594 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:36.394687 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:36.394695 [ 276 ] {af091148-613d-4a44-a358-5ab1232786a1} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:36.394728 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 632 rows starting from the beginning of the part 2026.02.01 23:41:36.394749 [ 276 ] {af091148-613d-4a44-a358-5ab1232786a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:41:36.394798 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 136 rows starting from the beginning of the part 2026.02.01 23:41:36.394845 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 68 rows starting from the beginning of the part 2026.02.01 23:41:36.394884 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 100 rows starting from the beginning of the part 2026.02.01 23:41:36.394921 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 534 rows starting from the beginning of the part 2026.02.01 23:41:36.394961 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 100 rows starting from the beginning of the part 2026.02.01 23:41:36.395165 [ 276 ] {af091148-613d-4a44-a358-5ab1232786a1} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:36.395206 [ 276 ] {af091148-613d-4a44-a358-5ab1232786a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:36.395563 [ 276 ] {af091148-613d-4a44-a358-5ab1232786a1} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 23:41:36.395790 [ 276 ] {af091148-613d-4a44-a358-5ab1232786a1} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:36.395896 [ 138 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 23:41:36.395925 [ 138 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:36.395926 [ 276 ] {af091148-613d-4a44-a358-5ab1232786a1} executeQuery: Read 160 rows, 11.41 KiB in 0.001249 sec., 128102.48198558849 rows/sec., 8.92 MiB/sec. 2026.02.01 23:41:36.395942 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:36.395976 [ 276 ] {af091148-613d-4a44-a358-5ab1232786a1} TCPHandler: Processed in 0.001430744 sec. 2026.02.01 23:41:36.396004 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1570 rows, containing 5 columns (5 merged, 0 gathered) in 0.001485284 sec., 1057036.9033800943 rows/sec., 84.25 MiB/sec. 2026.02.01 23:41:36.396015 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:41:36.396092 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:36.396111 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:36.396144 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13648 rows starting from the beginning of the part 2026.02.01 23:41:36.396190 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 196 rows starting from the beginning of the part 2026.02.01 23:41:36.396191 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 23:41:36.396191 [ 276 ] {de6b2a22-bb74-4755-b003-297c438c92e3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:36.396227 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2026.02.01 23:41:36.396277 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:41:36.396290 [ 276 ] {de6b2a22-bb74-4755-b003-297c438c92e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:41:36.396311 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 849 rows starting from the beginning of the part 2026.02.01 23:41:36.396347 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:41:36.396542 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_51_10} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:36.396633 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_51_10} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 23:41:36.396722 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2026.02.01 23:41:36.397156 [ 276 ] {de6b2a22-bb74-4755-b003-297c438c92e3} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:36.397199 [ 276 ] {de6b2a22-bb74-4755-b003-297c438c92e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:36.397845 [ 276 ] {de6b2a22-bb74-4755-b003-297c438c92e3} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 23:41:36.398088 [ 276 ] {de6b2a22-bb74-4755-b003-297c438c92e3} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:36.398237 [ 276 ] {de6b2a22-bb74-4755-b003-297c438c92e3} executeQuery: Read 36 rows, 66.06 KiB in 0.002064 sec., 17441.86046511628 rows/sec., 31.26 MiB/sec. 2026.02.01 23:41:36.398305 [ 276 ] {de6b2a22-bb74-4755-b003-297c438c92e3} TCPHandler: Processed in 0.002263118 sec. 2026.02.01 23:41:36.398419 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:36.398518 [ 276 ] {3803f794-787d-4445-b367-4f918b992158} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:41:36.398560 [ 276 ] {3803f794-787d-4445-b367-4f918b992158} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:41:36.398886 [ 276 ] {3803f794-787d-4445-b367-4f918b992158} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:36.398925 [ 276 ] {3803f794-787d-4445-b367-4f918b992158} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:36.399257 [ 276 ] {3803f794-787d-4445-b367-4f918b992158} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 23:41:36.399493 [ 276 ] {3803f794-787d-4445-b367-4f918b992158} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:36.399597 [ 138 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 23:41:36.399625 [ 138 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:36.399626 [ 276 ] {3803f794-787d-4445-b367-4f918b992158} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2026.02.01 23:41:36.399643 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:36.399676 [ 276 ] {3803f794-787d-4445-b367-4f918b992158} TCPHandler: Processed in 0.001306572 sec. 2026.02.01 23:41:36.399727 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:41:36.399789 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 15173 rows, containing 5 columns (5 merged, 0 gathered) in 0.003801034 sec., 3991808.544727566 rows/sec., 274.19 MiB/sec. 2026.02.01 23:41:36.399813 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:36.399845 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2700 rows starting from the beginning of the part 2026.02.01 23:41:36.399911 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2026.02.01 23:41:36.399960 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.02.01 23:41:36.400006 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:41:36.400047 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.02.01 23:41:36.400096 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:41:36.400283 [ 194 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 23:41:36.400581 [ 194 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_51_10} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:36.400655 [ 194 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_51_10} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 23:41:36.400749 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. 2026.02.01 23:41:36.401315 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3000 rows, containing 4 columns (4 merged, 0 gathered) in 0.001620777 sec., 1850964.0746382754 rows/sec., 124.74 MiB/sec. 2026.02.01 23:41:36.401635 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 23:41:36.401902 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_51_10} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:36.401972 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_51_10} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 23:41:36.402031 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.02.01 23:41:38.519630 [ 133 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:41:38.519701 [ 133 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:41:38.643799 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17278 2026.02.01 23:41:38.644436 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:38.644474 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:38.644936 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 23:41:38.645182 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:38.645308 [ 133 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 23:41:38.645323 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17278 2026.02.01 23:41:38.645349 [ 133 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:38.645372 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:38.645538 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:41:38.645745 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:38.645806 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14910 rows starting from the beginning of the part 2026.02.01 23:41:38.645907 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:41:38.645984 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:41:38.646053 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:41:38.646116 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:41:38.646171 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:41:38.648076 [ 198 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17278 rows, containing 4 columns (4 merged, 0 gathered) in 0.002619964 sec., 6594747.103395314 rows/sec., 94.34 MiB/sec. 2026.02.01 23:41:38.648385 [ 192 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 23:41:38.648752 [ 192 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_36_7} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:38.648845 [ 192 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_36_7} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 23:41:38.648963 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.02.01 23:41:38.677298 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 872 2026.02.01 23:41:38.679607 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:38.679655 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:38.680857 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 23:41:38.681141 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:38.681285 [ 133 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 23:41:38.681321 [ 133 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:38.681339 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:38.681410 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::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.02.01 23:41:38.681521 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 872 2026.02.01 23:41:38.681830 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:38.681955 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 732 rows starting from the beginning of the part 2026.02.01 23:41:38.682284 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.02.01 23:41:38.682599 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part 2026.02.01 23:41:38.682923 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2026.02.01 23:41:38.683247 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.02.01 23:41:38.683588 [ 191 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 28 rows starting from the beginning of the part 2026.02.01 23:41:38.689321 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 872 rows, containing 72 columns (72 merged, 0 gathered) in 0.007939472 sec., 109830.98120378787 rows/sec., 89.51 MiB/sec. 2026.02.01 23:41:38.690645 [ 196 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 23:41:38.691247 [ 196 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_26_5} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:38.691328 [ 196 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_26_5} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 23:41:38.691674 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. 2026.02.01 23:41:39.556427 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.02.01 23:41:39.573494 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:39.573539 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:39.579440 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 23:41:39.580164 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:39.580466 [ 132 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 23:41:39.580507 [ 132 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:39.580529 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:39.580626 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:39.584538 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.02.01 23:41:39.584710 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:39.585426 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:39.588699 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:39.591968 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:39.595646 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:39.599581 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:41:39.603298 [ 188 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2026.02.01 23:41:39.652173 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.071579767 sec., 3799.95648770413 rows/sec., 19.65 MiB/sec. 2026.02.01 23:41:39.654871 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 23:41:39.656972 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_36_7} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:39.657081 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_36_7} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 23:41:39.659331 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.02.01 23:41:41.388042 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:41.388224 [ 276 ] {ebd7226c-8faf-4cb8-bf15-f7f5e31fb997} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:41:41.388294 [ 276 ] {ebd7226c-8faf-4cb8-bf15-f7f5e31fb997} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:41:41.388956 [ 276 ] {ebd7226c-8faf-4cb8-bf15-f7f5e31fb997} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:41.389005 [ 276 ] {ebd7226c-8faf-4cb8-bf15-f7f5e31fb997} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:41.389402 [ 276 ] {ebd7226c-8faf-4cb8-bf15-f7f5e31fb997} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 23:41:41.389637 [ 276 ] {ebd7226c-8faf-4cb8-bf15-f7f5e31fb997} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:41.389792 [ 276 ] {ebd7226c-8faf-4cb8-bf15-f7f5e31fb997} executeQuery: Read 64 rows, 5.19 KiB in 0.001619 sec., 39530.57442865967 rows/sec., 3.13 MiB/sec. 2026.02.01 23:41:41.389834 [ 276 ] {ebd7226c-8faf-4cb8-bf15-f7f5e31fb997} TCPHandler: Processed in 0.001930382 sec. 2026.02.01 23:41:41.389964 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:41.390061 [ 276 ] {e4dc58ef-7978-480c-bcbb-5a1f62968cb8} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:41:41.390103 [ 276 ] {e4dc58ef-7978-480c-bcbb-5a1f62968cb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:41:41.390505 [ 276 ] {e4dc58ef-7978-480c-bcbb-5a1f62968cb8} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:41.390542 [ 276 ] {e4dc58ef-7978-480c-bcbb-5a1f62968cb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:41.390845 [ 276 ] {e4dc58ef-7978-480c-bcbb-5a1f62968cb8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 23:41:41.391065 [ 276 ] {e4dc58ef-7978-480c-bcbb-5a1f62968cb8} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:41.391185 [ 130 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 23:41:41.391198 [ 276 ] {e4dc58ef-7978-480c-bcbb-5a1f62968cb8} executeQuery: Read 4 rows, 308.00 B in 0.001157 sec., 3457.216940363008 rows/sec., 259.97 KiB/sec. 2026.02.01 23:41:41.391254 [ 130 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:41.391263 [ 276 ] {e4dc58ef-7978-480c-bcbb-5a1f62968cb8} TCPHandler: Processed in 0.001349753 sec. 2026.02.01 23:41:41.391283 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:41.391391 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:41.391415 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:41:41.391489 [ 276 ] {1a99b794-557b-4d4e-8e48-c7114b90cc35} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:41:41.391535 [ 276 ] {1a99b794-557b-4d4e-8e48-c7114b90cc35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:41:41.391554 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:41.391592 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 70 rows starting from the beginning of the part 2026.02.01 23:41:41.391664 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part 2026.02.01 23:41:41.391712 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part 2026.02.01 23:41:41.391751 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part 2026.02.01 23:41:41.391792 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part 2026.02.01 23:41:41.391829 [ 201 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part 2026.02.01 23:41:41.391979 [ 276 ] {1a99b794-557b-4d4e-8e48-c7114b90cc35} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:41.392021 [ 276 ] {1a99b794-557b-4d4e-8e48-c7114b90cc35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:41.392406 [ 276 ] {1a99b794-557b-4d4e-8e48-c7114b90cc35} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 23:41:41.392644 [ 186 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 164 rows, containing 5 columns (5 merged, 0 gathered) in 0.001293022 sec., 126834.65555883813 rows/sec., 9.73 MiB/sec. 2026.02.01 23:41:41.392649 [ 276 ] {1a99b794-557b-4d4e-8e48-c7114b90cc35} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:41.392808 [ 276 ] {1a99b794-557b-4d4e-8e48-c7114b90cc35} executeQuery: Read 68 rows, 5.44 KiB in 0.001337 sec., 50860.13462976814 rows/sec., 3.97 MiB/sec. 2026.02.01 23:41:41.392838 [ 200 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 23:41:41.392849 [ 276 ] {1a99b794-557b-4d4e-8e48-c7114b90cc35} TCPHandler: Processed in 0.001508865 sec. 2026.02.01 23:41:41.392997 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:41.393095 [ 276 ] {22243b04-94c8-498e-b906-96844758fe99} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:41.393142 [ 276 ] {22243b04-94c8-498e-b906-96844758fe99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:41:41.393182 [ 200 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_46_9} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:41.393273 [ 200 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_46_9} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 23:41:41.393392 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.02.01 23:41:41.393562 [ 276 ] {22243b04-94c8-498e-b906-96844758fe99} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:41.393603 [ 276 ] {22243b04-94c8-498e-b906-96844758fe99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:41.393941 [ 276 ] {22243b04-94c8-498e-b906-96844758fe99} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 23:41:41.394164 [ 276 ] {22243b04-94c8-498e-b906-96844758fe99} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:41.394294 [ 276 ] {22243b04-94c8-498e-b906-96844758fe99} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2026.02.01 23:41:41.394330 [ 276 ] {22243b04-94c8-498e-b906-96844758fe99} TCPHandler: Processed in 0.001382413 sec. 2026.02.01 23:41:41.394440 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:41.394535 [ 276 ] {36b8d869-76b3-4e5e-bd49-ef41594790c7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:41.394590 [ 276 ] {36b8d869-76b3-4e5e-bd49-ef41594790c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:41:41.395362 [ 276 ] {36b8d869-76b3-4e5e-bd49-ef41594790c7} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:41.395399 [ 276 ] {36b8d869-76b3-4e5e-bd49-ef41594790c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:41.395936 [ 276 ] {36b8d869-76b3-4e5e-bd49-ef41594790c7} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 23:41:41.396169 [ 276 ] {36b8d869-76b3-4e5e-bd49-ef41594790c7} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:41.396311 [ 276 ] {36b8d869-76b3-4e5e-bd49-ef41594790c7} executeQuery: Read 4 rows, 7.34 KiB in 0.001794 sec., 2229.654403567447 rows/sec., 4.00 MiB/sec. 2026.02.01 23:41:41.396365 [ 276 ] {36b8d869-76b3-4e5e-bd49-ef41594790c7} TCPHandler: Processed in 0.001972963 sec. 2026.02.01 23:41:41.396483 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:41.396579 [ 276 ] {bba57ee8-a67b-4f58-9755-2c5496797569} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:41:41.396621 [ 276 ] {bba57ee8-a67b-4f58-9755-2c5496797569} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:41:41.396946 [ 276 ] {bba57ee8-a67b-4f58-9755-2c5496797569} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:41.396983 [ 276 ] {bba57ee8-a67b-4f58-9755-2c5496797569} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:41.397303 [ 276 ] {bba57ee8-a67b-4f58-9755-2c5496797569} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 23:41:41.397522 [ 276 ] {bba57ee8-a67b-4f58-9755-2c5496797569} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:41.397654 [ 276 ] {bba57ee8-a67b-4f58-9755-2c5496797569} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.02.01 23:41:41.397691 [ 276 ] {bba57ee8-a67b-4f58-9755-2c5496797569} TCPHandler: Processed in 0.001257411 sec. 2026.02.01 23:41:44.794865 [ 123 ] {} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.02.01 23:41:44.794984 [ 123 ] {} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:44.795023 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:44.795210 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::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.02.01 23:41:44.795414 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:44.795470 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2026.02.01 23:41:44.795576 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.02.01 23:41:44.795651 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.02.01 23:41:44.795721 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2026.02.01 23:41:44.795811 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2026.02.01 23:41:44.796815 [ 186 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.001685688 sec., 27288.561109766455 rows/sec., 2.28 MiB/sec. 2026.02.01 23:41:44.797084 [ 186 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.02.01 23:41:44.797508 [ 186 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_13_3} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:44.797589 [ 186 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_13_3} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.02.01 23:41:44.797682 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 23:41:46.145498 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17790 2026.02.01 23:41:46.146082 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.146126 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.146632 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 23:41:46.146860 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.146989 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17790 2026.02.01 23:41:46.392160 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:46.392361 [ 276 ] {7dda331a-fb48-42ca-9546-3819fc8c14bf} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:41:46.392434 [ 276 ] {7dda331a-fb48-42ca-9546-3819fc8c14bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:41:46.393111 [ 276 ] {7dda331a-fb48-42ca-9546-3819fc8c14bf} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.393152 [ 276 ] {7dda331a-fb48-42ca-9546-3819fc8c14bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.393565 [ 276 ] {7dda331a-fb48-42ca-9546-3819fc8c14bf} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:41:46.393794 [ 276 ] {7dda331a-fb48-42ca-9546-3819fc8c14bf} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.393909 [ 127 ] {} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.01 23:41:46.393949 [ 276 ] {7dda331a-fb48-42ca-9546-3819fc8c14bf} executeQuery: Read 24 rows, 2.04 KiB in 0.001644 sec., 14598.5401459854 rows/sec., 1.21 MiB/sec. 2026.02.01 23:41:46.393951 [ 127 ] {} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.393983 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.393997 [ 276 ] {7dda331a-fb48-42ca-9546-3819fc8c14bf} TCPHandler: Processed in 0.001973393 sec. 2026.02.01 23:41:46.394077 [ 195 ] {b350160a-bd3d-4860-8307-4ab0dae52507::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.02.01 23:41:46.394121 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:46.394185 [ 195 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:46.394219 [ 195 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2026.02.01 23:41:46.394227 [ 276 ] {a052573a-ab92-47a7-b5f3-0978c3c71779} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:41:46.394273 [ 276 ] {a052573a-ab92-47a7-b5f3-0978c3c71779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:41:46.394290 [ 195 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.02.01 23:41:46.394341 [ 195 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.02.01 23:41:46.394388 [ 195 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.02.01 23:41:46.394436 [ 195 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.02.01 23:41:46.394681 [ 276 ] {a052573a-ab92-47a7-b5f3-0978c3c71779} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.394714 [ 276 ] {a052573a-ab92-47a7-b5f3-0978c3c71779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.395013 [ 276 ] {a052573a-ab92-47a7-b5f3-0978c3c71779} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:41:46.395146 [ 186 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001105409 sec., 108557.10420305969 rows/sec., 9.42 MiB/sec. 2026.02.01 23:41:46.395224 [ 276 ] {a052573a-ab92-47a7-b5f3-0978c3c71779} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.395292 [ 195 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.01 23:41:46.395362 [ 276 ] {a052573a-ab92-47a7-b5f3-0978c3c71779} executeQuery: Read 6 rows, 501.00 B in 0.001163 sec., 5159.071367153912 rows/sec., 420.69 KiB/sec. 2026.02.01 23:41:46.395400 [ 276 ] {a052573a-ab92-47a7-b5f3-0978c3c71779} TCPHandler: Processed in 0.001328092 sec. 2026.02.01 23:41:46.395507 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:46.395527 [ 195 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_9_2} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.395586 [ 195 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_9_2} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.01 23:41:46.395599 [ 276 ] {88f77261-b092-4641-974f-78a819159064} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:41:46.395639 [ 276 ] {88f77261-b092-4641-974f-78a819159064} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:41:46.395646 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 23:41:46.396158 [ 276 ] {88f77261-b092-4641-974f-78a819159064} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.396191 [ 276 ] {88f77261-b092-4641-974f-78a819159064} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.396510 [ 276 ] {88f77261-b092-4641-974f-78a819159064} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 23:41:46.396722 [ 276 ] {88f77261-b092-4641-974f-78a819159064} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.396846 [ 276 ] {88f77261-b092-4641-974f-78a819159064} executeQuery: Read 251 rows, 22.97 KiB in 0.001267 sec., 198105.76164167325 rows/sec., 17.71 MiB/sec. 2026.02.01 23:41:46.396882 [ 276 ] {88f77261-b092-4641-974f-78a819159064} TCPHandler: Processed in 0.001422244 sec. 2026.02.01 23:41:46.396992 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:46.397083 [ 276 ] {22ac69b9-b2f8-4c80-8d7a-007d4b5c9bf4} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:41:46.397121 [ 276 ] {22ac69b9-b2f8-4c80-8d7a-007d4b5c9bf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:41:46.397528 [ 276 ] {22ac69b9-b2f8-4c80-8d7a-007d4b5c9bf4} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.397561 [ 276 ] {22ac69b9-b2f8-4c80-8d7a-007d4b5c9bf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.397865 [ 276 ] {22ac69b9-b2f8-4c80-8d7a-007d4b5c9bf4} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 23:41:46.398074 [ 276 ] {22ac69b9-b2f8-4c80-8d7a-007d4b5c9bf4} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.398199 [ 276 ] {22ac69b9-b2f8-4c80-8d7a-007d4b5c9bf4} executeQuery: Read 54 rows, 4.09 KiB in 0.001133 sec., 47661.07678729038 rows/sec., 3.52 MiB/sec. 2026.02.01 23:41:46.398235 [ 276 ] {22ac69b9-b2f8-4c80-8d7a-007d4b5c9bf4} TCPHandler: Processed in 0.001289651 sec. 2026.02.01 23:41:46.398355 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:46.398474 [ 276 ] {cbf6d431-56c1-4b0a-b9b5-c1c328e5c383} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:41:46.398522 [ 276 ] {cbf6d431-56c1-4b0a-b9b5-c1c328e5c383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:41:46.398993 [ 276 ] {cbf6d431-56c1-4b0a-b9b5-c1c328e5c383} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.399036 [ 276 ] {cbf6d431-56c1-4b0a-b9b5-c1c328e5c383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.399433 [ 276 ] {cbf6d431-56c1-4b0a-b9b5-c1c328e5c383} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 23:41:46.399660 [ 276 ] {cbf6d431-56c1-4b0a-b9b5-c1c328e5c383} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.399791 [ 276 ] {cbf6d431-56c1-4b0a-b9b5-c1c328e5c383} executeQuery: Read 24 rows, 2.04 KiB in 0.001341 sec., 17897.09172259508 rows/sec., 1.48 MiB/sec. 2026.02.01 23:41:46.399829 [ 276 ] {cbf6d431-56c1-4b0a-b9b5-c1c328e5c383} TCPHandler: Processed in 0.001532506 sec. 2026.02.01 23:41:46.399945 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:46.400066 [ 276 ] {804ad570-1ab6-46da-b551-78d93639439a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:41:46.400112 [ 276 ] {804ad570-1ab6-46da-b551-78d93639439a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:41:46.400577 [ 276 ] {804ad570-1ab6-46da-b551-78d93639439a} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.400614 [ 276 ] {804ad570-1ab6-46da-b551-78d93639439a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.400911 [ 276 ] {804ad570-1ab6-46da-b551-78d93639439a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 23:41:46.401133 [ 276 ] {804ad570-1ab6-46da-b551-78d93639439a} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.401235 [ 122 ] {} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.01 23:41:46.401263 [ 276 ] {804ad570-1ab6-46da-b551-78d93639439a} executeQuery: Read 12 rows, 960.00 B in 0.001222 sec., 9819.967266775777 rows/sec., 767.18 KiB/sec. 2026.02.01 23:41:46.401281 [ 122 ] {} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.401305 [ 276 ] {804ad570-1ab6-46da-b551-78d93639439a} TCPHandler: Processed in 0.001418184 sec. 2026.02.01 23:41:46.401308 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.401398 [ 186 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::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.02.01 23:41:46.401419 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:46.401511 [ 186 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:46.401518 [ 276 ] {110ace95-465e-47fe-b5c5-d9eeed746e7b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:41:46.401555 [ 186 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2026.02.01 23:41:46.401572 [ 276 ] {110ace95-465e-47fe-b5c5-d9eeed746e7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:41:46.401633 [ 186 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.02.01 23:41:46.401689 [ 186 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.02.01 23:41:46.401737 [ 186 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2026.02.01 23:41:46.401781 [ 186 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2026.02.01 23:41:46.402035 [ 276 ] {110ace95-465e-47fe-b5c5-d9eeed746e7b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.402079 [ 276 ] {110ace95-465e-47fe-b5c5-d9eeed746e7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.402427 [ 276 ] {110ace95-465e-47fe-b5c5-d9eeed746e7b} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 23:41:46.402604 [ 195 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.00123695 sec., 48506.40688790978 rows/sec., 3.89 MiB/sec. 2026.02.01 23:41:46.402655 [ 276 ] {110ace95-465e-47fe-b5c5-d9eeed746e7b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.402721 [ 186 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.01 23:41:46.402795 [ 276 ] {110ace95-465e-47fe-b5c5-d9eeed746e7b} executeQuery: Read 142 rows, 11.75 KiB in 0.001296 sec., 109567.9012345679 rows/sec., 8.85 MiB/sec. 2026.02.01 23:41:46.402837 [ 276 ] {110ace95-465e-47fe-b5c5-d9eeed746e7b} TCPHandler: Processed in 0.001464984 sec. 2026.02.01 23:41:46.402956 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:46.402972 [ 186 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_9_2} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.403068 [ 186 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_9_2} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.01 23:41:46.403071 [ 276 ] {2d629261-01bc-4401-9230-0162eb082fe7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:46.403126 [ 276 ] {2d629261-01bc-4401-9230-0162eb082fe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:41:46.403136 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 23:41:46.403554 [ 276 ] {2d629261-01bc-4401-9230-0162eb082fe7} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.403595 [ 276 ] {2d629261-01bc-4401-9230-0162eb082fe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.403954 [ 276 ] {2d629261-01bc-4401-9230-0162eb082fe7} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 23:41:46.404168 [ 276 ] {2d629261-01bc-4401-9230-0162eb082fe7} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.404300 [ 276 ] {2d629261-01bc-4401-9230-0162eb082fe7} executeQuery: Read 199 rows, 14.61 KiB in 0.001248 sec., 159455.12820512822 rows/sec., 11.43 MiB/sec. 2026.02.01 23:41:46.404337 [ 276 ] {2d629261-01bc-4401-9230-0162eb082fe7} TCPHandler: Processed in 0.001428893 sec. 2026.02.01 23:41:46.404457 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:46.404550 [ 276 ] {590f99d5-8017-49b0-ada5-2ec40db29d65} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:46.404604 [ 276 ] {590f99d5-8017-49b0-ada5-2ec40db29d65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:41:46.405479 [ 276 ] {590f99d5-8017-49b0-ada5-2ec40db29d65} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.405515 [ 276 ] {590f99d5-8017-49b0-ada5-2ec40db29d65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.406091 [ 276 ] {590f99d5-8017-49b0-ada5-2ec40db29d65} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 23:41:46.406319 [ 276 ] {590f99d5-8017-49b0-ada5-2ec40db29d65} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.406465 [ 276 ] {590f99d5-8017-49b0-ada5-2ec40db29d65} executeQuery: Read 36 rows, 66.06 KiB in 0.001933 sec., 18623.900672529748 rows/sec., 33.37 MiB/sec. 2026.02.01 23:41:46.406517 [ 276 ] {590f99d5-8017-49b0-ada5-2ec40db29d65} TCPHandler: Processed in 0.002106906 sec. 2026.02.01 23:41:46.406631 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:46.406723 [ 276 ] {1ae03079-8e2c-4850-af5b-ac8060ff077f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:41:46.406763 [ 276 ] {1ae03079-8e2c-4850-af5b-ac8060ff077f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:41:46.407102 [ 276 ] {1ae03079-8e2c-4850-af5b-ac8060ff077f} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:46.407137 [ 276 ] {1ae03079-8e2c-4850-af5b-ac8060ff077f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:46.407445 [ 276 ] {1ae03079-8e2c-4850-af5b-ac8060ff077f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 23:41:46.407651 [ 276 ] {1ae03079-8e2c-4850-af5b-ac8060ff077f} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:46.407776 [ 276 ] {1ae03079-8e2c-4850-af5b-ac8060ff077f} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.02.01 23:41:46.407810 [ 276 ] {1ae03079-8e2c-4850-af5b-ac8060ff077f} TCPHandler: Processed in 0.00122697 sec. 2026.02.01 23:41:47.084697 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.02.01 23:41:47.100724 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:47.100789 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:47.107123 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 23:41:47.107875 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:47.110970 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.02.01 23:41:48.681808 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 904 2026.02.01 23:41:48.684397 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:48.684456 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:48.685748 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 23:41:48.686053 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:48.686448 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 904 2026.02.01 23:41:51.388682 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:51.388888 [ 276 ] {3e441f17-879c-41b0-8ed2-dd634fe90926} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:41:51.388967 [ 276 ] {3e441f17-879c-41b0-8ed2-dd634fe90926} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:41:51.389767 [ 276 ] {3e441f17-879c-41b0-8ed2-dd634fe90926} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:51.389822 [ 276 ] {3e441f17-879c-41b0-8ed2-dd634fe90926} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:51.390250 [ 276 ] {3e441f17-879c-41b0-8ed2-dd634fe90926} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 23:41:51.390501 [ 276 ] {3e441f17-879c-41b0-8ed2-dd634fe90926} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:51.390673 [ 276 ] {3e441f17-879c-41b0-8ed2-dd634fe90926} executeQuery: Read 64 rows, 5.19 KiB in 0.00184 sec., 34782.608695652176 rows/sec., 2.75 MiB/sec. 2026.02.01 23:41:51.390727 [ 276 ] {3e441f17-879c-41b0-8ed2-dd634fe90926} TCPHandler: Processed in 0.002200107 sec. 2026.02.01 23:41:51.390876 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:51.390984 [ 276 ] {36edfceb-6855-4bf0-af1e-657766dfe2fe} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:41:51.391028 [ 276 ] {36edfceb-6855-4bf0-af1e-657766dfe2fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:41:51.391455 [ 276 ] {36edfceb-6855-4bf0-af1e-657766dfe2fe} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:51.391495 [ 276 ] {36edfceb-6855-4bf0-af1e-657766dfe2fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:51.391812 [ 276 ] {36edfceb-6855-4bf0-af1e-657766dfe2fe} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 23:41:51.392039 [ 276 ] {36edfceb-6855-4bf0-af1e-657766dfe2fe} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:51.392177 [ 276 ] {36edfceb-6855-4bf0-af1e-657766dfe2fe} executeQuery: Read 4 rows, 308.00 B in 0.001218 sec., 3284.072249589491 rows/sec., 246.95 KiB/sec. 2026.02.01 23:41:51.392216 [ 276 ] {36edfceb-6855-4bf0-af1e-657766dfe2fe} TCPHandler: Processed in 0.001393213 sec. 2026.02.01 23:41:51.392336 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:51.392433 [ 276 ] {d73fdd00-d955-4b55-9d03-0254b4aa0215} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:41:51.392475 [ 276 ] {d73fdd00-d955-4b55-9d03-0254b4aa0215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:41:51.392917 [ 276 ] {d73fdd00-d955-4b55-9d03-0254b4aa0215} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:51.392955 [ 276 ] {d73fdd00-d955-4b55-9d03-0254b4aa0215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:51.393284 [ 276 ] {d73fdd00-d955-4b55-9d03-0254b4aa0215} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 23:41:51.393502 [ 276 ] {d73fdd00-d955-4b55-9d03-0254b4aa0215} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:51.393635 [ 276 ] {d73fdd00-d955-4b55-9d03-0254b4aa0215} executeQuery: Read 68 rows, 5.44 KiB in 0.00122 sec., 55737.70491803279 rows/sec., 4.35 MiB/sec. 2026.02.01 23:41:51.393674 [ 276 ] {d73fdd00-d955-4b55-9d03-0254b4aa0215} TCPHandler: Processed in 0.001389233 sec. 2026.02.01 23:41:51.393796 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:51.393892 [ 276 ] {675d73be-8f2e-4a6c-ae8c-160c7e1ececa} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:51.393937 [ 276 ] {675d73be-8f2e-4a6c-ae8c-160c7e1ececa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:41:51.394364 [ 276 ] {675d73be-8f2e-4a6c-ae8c-160c7e1ececa} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:51.394401 [ 276 ] {675d73be-8f2e-4a6c-ae8c-160c7e1ececa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:51.394744 [ 276 ] {675d73be-8f2e-4a6c-ae8c-160c7e1ececa} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 23:41:51.394970 [ 276 ] {675d73be-8f2e-4a6c-ae8c-160c7e1ececa} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:51.395105 [ 276 ] {675d73be-8f2e-4a6c-ae8c-160c7e1ececa} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2026.02.01 23:41:51.395144 [ 276 ] {675d73be-8f2e-4a6c-ae8c-160c7e1ececa} TCPHandler: Processed in 0.001397974 sec. 2026.02.01 23:41:51.395262 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:51.395356 [ 276 ] {87878282-2c80-42d9-9d5d-c31567aaff88} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:51.395411 [ 276 ] {87878282-2c80-42d9-9d5d-c31567aaff88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:41:51.396164 [ 276 ] {87878282-2c80-42d9-9d5d-c31567aaff88} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:51.396201 [ 276 ] {87878282-2c80-42d9-9d5d-c31567aaff88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:51.396702 [ 276 ] {87878282-2c80-42d9-9d5d-c31567aaff88} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 23:41:51.396931 [ 276 ] {87878282-2c80-42d9-9d5d-c31567aaff88} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:51.397053 [ 117 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 23:41:51.397071 [ 276 ] {87878282-2c80-42d9-9d5d-c31567aaff88} executeQuery: Read 4 rows, 7.34 KiB in 0.001732 sec., 2309.4688221709007 rows/sec., 4.14 MiB/sec. 2026.02.01 23:41:51.397149 [ 117 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:51.397180 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:51.397204 [ 276 ] {87878282-2c80-42d9-9d5d-c31567aaff88} TCPHandler: Processed in 0.001990753 sec. 2026.02.01 23:41:51.397272 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:41:51.397348 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:51.397449 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:41:51.397465 [ 276 ] {d7120704-60cb-4331-ba26-bab984187d02} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:41:51.397503 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 895 rows starting from the beginning of the part 2026.02.01 23:41:51.397516 [ 276 ] {d7120704-60cb-4331-ba26-bab984187d02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:41:51.397619 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part 2026.02.01 23:41:51.397720 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part 2026.02.01 23:41:51.397811 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part 2026.02.01 23:41:51.397871 [ 276 ] {d7120704-60cb-4331-ba26-bab984187d02} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:51.397896 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part 2026.02.01 23:41:51.397910 [ 276 ] {d7120704-60cb-4331-ba26-bab984187d02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:51.397984 [ 199 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part 2026.02.01 23:41:51.398251 [ 276 ] {d7120704-60cb-4331-ba26-bab984187d02} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 23:41:51.398486 [ 276 ] {d7120704-60cb-4331-ba26-bab984187d02} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:51.398619 [ 276 ] {d7120704-60cb-4331-ba26-bab984187d02} executeQuery: Read 60 rows, 4.14 KiB in 0.001178 sec., 50933.78607809847 rows/sec., 3.43 MiB/sec. 2026.02.01 23:41:51.398656 [ 276 ] {d7120704-60cb-4331-ba26-bab984187d02} TCPHandler: Processed in 0.001369703 sec. 2026.02.01 23:41:51.404112 [ 190 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 979 rows, containing 19 columns (19 merged, 0 gathered) in 0.006873435 sec., 142432.42279878983 rows/sec., 255.23 MiB/sec. 2026.02.01 23:41:51.405755 [ 189 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 23:41:51.406143 [ 189 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_46_9} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:51.406226 [ 189 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_46_9} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 23:41:51.406362 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.13 MiB. 2026.02.01 23:41:52.000274 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 285.02 MiB, peak 294.41 MiB, free memory in arenas 0.00 B, will set to 288.48 MiB (RSS), difference: 3.46 MiB 2026.02.01 23:41:53.519781 [ 111 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:41:53.519862 [ 111 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:41:53.647153 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18238 2026.02.01 23:41:53.647665 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:53.647711 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:53.648183 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 23:41:53.648413 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:53.648551 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18238 2026.02.01 23:41:54.611097 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.02.01 23:41:54.627157 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:54.627219 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:54.633606 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 23:41:54.634323 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:54.637192 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.02.01 23:41:56.390628 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:56.390814 [ 276 ] {ba46dfaa-3cfc-4212-9513-bb42cd42f40e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:41:56.390882 [ 276 ] {ba46dfaa-3cfc-4212-9513-bb42cd42f40e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:41:56.391594 [ 276 ] {ba46dfaa-3cfc-4212-9513-bb42cd42f40e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:56.391649 [ 276 ] {ba46dfaa-3cfc-4212-9513-bb42cd42f40e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:56.392070 [ 276 ] {ba46dfaa-3cfc-4212-9513-bb42cd42f40e} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 23:41:56.392325 [ 276 ] {ba46dfaa-3cfc-4212-9513-bb42cd42f40e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:56.392488 [ 276 ] {ba46dfaa-3cfc-4212-9513-bb42cd42f40e} executeQuery: Read 128 rows, 11.29 KiB in 0.001725 sec., 74202.89855072464 rows/sec., 6.39 MiB/sec. 2026.02.01 23:41:56.392538 [ 276 ] {ba46dfaa-3cfc-4212-9513-bb42cd42f40e} TCPHandler: Processed in 0.002048434 sec. 2026.02.01 23:41:56.392677 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:56.392782 [ 276 ] {7c31446c-eea5-4667-b741-6155cf038dac} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:41:56.392827 [ 276 ] {7c31446c-eea5-4667-b741-6155cf038dac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:41:56.393291 [ 276 ] {7c31446c-eea5-4667-b741-6155cf038dac} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:56.393332 [ 276 ] {7c31446c-eea5-4667-b741-6155cf038dac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:56.393642 [ 276 ] {7c31446c-eea5-4667-b741-6155cf038dac} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 23:41:56.393872 [ 276 ] {7c31446c-eea5-4667-b741-6155cf038dac} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:56.394006 [ 276 ] {7c31446c-eea5-4667-b741-6155cf038dac} executeQuery: Read 36 rows, 2.71 KiB in 0.001247 sec., 28869.286287089013 rows/sec., 2.12 MiB/sec. 2026.02.01 23:41:56.394044 [ 276 ] {7c31446c-eea5-4667-b741-6155cf038dac} TCPHandler: Processed in 0.001420364 sec. 2026.02.01 23:41:56.394148 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:56.394243 [ 276 ] {a24b6467-4235-4d29-9ea8-443489bd077a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:41:56.394284 [ 276 ] {a24b6467-4235-4d29-9ea8-443489bd077a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:41:56.394722 [ 276 ] {a24b6467-4235-4d29-9ea8-443489bd077a} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:56.394758 [ 276 ] {a24b6467-4235-4d29-9ea8-443489bd077a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:56.395071 [ 276 ] {a24b6467-4235-4d29-9ea8-443489bd077a} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 23:41:56.395298 [ 276 ] {a24b6467-4235-4d29-9ea8-443489bd077a} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:56.395431 [ 276 ] {a24b6467-4235-4d29-9ea8-443489bd077a} executeQuery: Read 100 rows, 8.00 KiB in 0.001208 sec., 82781.45695364238 rows/sec., 6.47 MiB/sec. 2026.02.01 23:41:56.395469 [ 276 ] {a24b6467-4235-4d29-9ea8-443489bd077a} TCPHandler: Processed in 0.001371403 sec. 2026.02.01 23:41:56.395575 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:56.395670 [ 276 ] {469ffa85-f19c-49e2-9e84-2cc46af72e25} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:56.395714 [ 276 ] {469ffa85-f19c-49e2-9e84-2cc46af72e25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:41:56.396120 [ 276 ] {469ffa85-f19c-49e2-9e84-2cc46af72e25} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:56.396156 [ 276 ] {469ffa85-f19c-49e2-9e84-2cc46af72e25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:56.396497 [ 276 ] {469ffa85-f19c-49e2-9e84-2cc46af72e25} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 23:41:56.396716 [ 276 ] {469ffa85-f19c-49e2-9e84-2cc46af72e25} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:56.396850 [ 276 ] {469ffa85-f19c-49e2-9e84-2cc46af72e25} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2026.02.01 23:41:56.396887 [ 276 ] {469ffa85-f19c-49e2-9e84-2cc46af72e25} TCPHandler: Processed in 0.001361313 sec. 2026.02.01 23:41:56.397004 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:56.397098 [ 276 ] {9c552012-64ba-4817-b2f4-4cbf9ebca678} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:41:56.397152 [ 276 ] {9c552012-64ba-4817-b2f4-4cbf9ebca678} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:41:56.397977 [ 276 ] {9c552012-64ba-4817-b2f4-4cbf9ebca678} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:56.398014 [ 276 ] {9c552012-64ba-4817-b2f4-4cbf9ebca678} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:56.398576 [ 276 ] {9c552012-64ba-4817-b2f4-4cbf9ebca678} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 23:41:56.398813 [ 276 ] {9c552012-64ba-4817-b2f4-4cbf9ebca678} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:56.398958 [ 276 ] {9c552012-64ba-4817-b2f4-4cbf9ebca678} executeQuery: Read 36 rows, 66.06 KiB in 0.001878 sec., 19169.32907348243 rows/sec., 34.35 MiB/sec. 2026.02.01 23:41:56.399021 [ 276 ] {9c552012-64ba-4817-b2f4-4cbf9ebca678} TCPHandler: Processed in 0.002066315 sec. 2026.02.01 23:41:56.399136 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:41:56.399231 [ 276 ] {e5ff5ab6-bbec-47ec-aeff-aa51f7e98ff0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:41:56.399273 [ 276 ] {e5ff5ab6-bbec-47ec-aeff-aa51f7e98ff0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:41:56.399607 [ 276 ] {e5ff5ab6-bbec-47ec-aeff-aa51f7e98ff0} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:56.399644 [ 276 ] {e5ff5ab6-bbec-47ec-aeff-aa51f7e98ff0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:56.399949 [ 276 ] {e5ff5ab6-bbec-47ec-aeff-aa51f7e98ff0} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 23:41:56.400162 [ 276 ] {e5ff5ab6-bbec-47ec-aeff-aa51f7e98ff0} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:56.400295 [ 276 ] {e5ff5ab6-bbec-47ec-aeff-aa51f7e98ff0} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.02.01 23:41:56.400331 [ 276 ] {e5ff5ab6-bbec-47ec-aeff-aa51f7e98ff0} TCPHandler: Processed in 0.001245401 sec. 2026.02.01 23:41:58.686705 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 928 2026.02.01 23:41:58.688954 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:41:58.689007 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:41:58.690235 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 23:41:58.690530 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:41:58.690910 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 928 2026.02.01 23:42:00.407874 [ 105 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.02.01 23:42:00.407937 [ 105 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:00.407958 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:00.408079 [ 195 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.02.01 23:42:00.408217 [ 195 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:00.408251 [ 195 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 253 rows starting from the beginning of the part 2026.02.01 23:42:00.408318 [ 195 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part 2026.02.01 23:42:00.408367 [ 195 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.02.01 23:42:00.408412 [ 195 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part 2026.02.01 23:42:00.408450 [ 195 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2026.02.01 23:42:00.409301 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001277512 sec., 592558.0346799091 rows/sec., 43.24 MiB/sec. 2026.02.01 23:42:00.409438 [ 195 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.02.01 23:42:00.409676 [ 195 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_17_4} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:00.409745 [ 195 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_17_4} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.02.01 23:42:00.409807 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.01 23:42:01.148683 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18750 2026.02.01 23:42:01.149239 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.149272 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.149761 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 23:42:01.149995 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.150118 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18750 2026.02.01 23:42:01.414260 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:01.414437 [ 276 ] {e7aca4a9-56d3-4d8b-b7f6-77a40c119a94} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:42:01.414501 [ 276 ] {e7aca4a9-56d3-4d8b-b7f6-77a40c119a94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:42:01.415138 [ 276 ] {e7aca4a9-56d3-4d8b-b7f6-77a40c119a94} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.415176 [ 276 ] {e7aca4a9-56d3-4d8b-b7f6-77a40c119a94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.415555 [ 276 ] {e7aca4a9-56d3-4d8b-b7f6-77a40c119a94} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:42:01.415786 [ 276 ] {e7aca4a9-56d3-4d8b-b7f6-77a40c119a94} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.415935 [ 276 ] {e7aca4a9-56d3-4d8b-b7f6-77a40c119a94} executeQuery: Read 2 rows, 167.00 B in 0.001548 sec., 1291.9896640826873 rows/sec., 105.35 KiB/sec. 2026.02.01 23:42:01.415977 [ 276 ] {e7aca4a9-56d3-4d8b-b7f6-77a40c119a94} TCPHandler: Processed in 0.00184568 sec. 2026.02.01 23:42:01.416099 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:01.416193 [ 276 ] {1edd88e5-a200-4b80-9c60-8dffa5cdac3c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:42:01.416232 [ 276 ] {1edd88e5-a200-4b80-9c60-8dffa5cdac3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:42:01.417327 [ 276 ] {1edd88e5-a200-4b80-9c60-8dffa5cdac3c} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.417365 [ 276 ] {1edd88e5-a200-4b80-9c60-8dffa5cdac3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.417743 [ 276 ] {1edd88e5-a200-4b80-9c60-8dffa5cdac3c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 23:42:01.417974 [ 276 ] {1edd88e5-a200-4b80-9c60-8dffa5cdac3c} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.418082 [ 103 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 23:42:01.418104 [ 276 ] {1edd88e5-a200-4b80-9c60-8dffa5cdac3c} executeQuery: Read 1205 rows, 101.82 KiB in 0.001929 sec., 624675.9979263868 rows/sec., 51.55 MiB/sec. 2026.02.01 23:42:01.418126 [ 103 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.418142 [ 276 ] {1edd88e5-a200-4b80-9c60-8dffa5cdac3c} TCPHandler: Processed in 0.002090624 sec. 2026.02.01 23:42:01.418149 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.418252 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:01.418275 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:42:01.418347 [ 276 ] {04693b2a-05ca-4495-b2ca-2522c65c8100} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:42:01.418394 [ 276 ] {04693b2a-05ca-4495-b2ca-2522c65c8100} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:42:01.418431 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:01.418470 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1406 rows starting from the beginning of the part 2026.02.01 23:42:01.418537 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part 2026.02.01 23:42:01.418581 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 251 rows starting from the beginning of the part 2026.02.01 23:42:01.418624 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:42:01.418691 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 128 rows starting from the beginning of the part 2026.02.01 23:42:01.418736 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1205 rows starting from the beginning of the part 2026.02.01 23:42:01.418808 [ 276 ] {04693b2a-05ca-4495-b2ca-2522c65c8100} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.418849 [ 276 ] {04693b2a-05ca-4495-b2ca-2522c65c8100} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.419180 [ 276 ] {04693b2a-05ca-4495-b2ca-2522c65c8100} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 23:42:01.419407 [ 276 ] {04693b2a-05ca-4495-b2ca-2522c65c8100} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.419541 [ 276 ] {04693b2a-05ca-4495-b2ca-2522c65c8100} executeQuery: Read 6 rows, 451.00 B in 0.001214 sec., 4942.339373970346 rows/sec., 362.79 KiB/sec. 2026.02.01 23:42:01.419578 [ 276 ] {04693b2a-05ca-4495-b2ca-2522c65c8100} TCPHandler: Processed in 0.001373792 sec. 2026.02.01 23:42:01.419686 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:01.419778 [ 276 ] {8700365c-242c-4bc1-b016-f4f8866b8724} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:42:01.419816 [ 276 ] {8700365c-242c-4bc1-b016-f4f8866b8724} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:42:01.420223 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3118 rows, containing 5 columns (5 merged, 0 gathered) in 0.002007003 sec., 1553560.2089284372 rows/sec., 136.00 MiB/sec. 2026.02.01 23:42:01.420339 [ 276 ] {8700365c-242c-4bc1-b016-f4f8866b8724} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.420402 [ 276 ] {8700365c-242c-4bc1-b016-f4f8866b8724} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.420533 [ 189 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 23:42:01.420785 [ 276 ] {8700365c-242c-4bc1-b016-f4f8866b8724} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 23:42:01.420884 [ 189 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_56_11} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.420981 [ 189 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_56_11} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 23:42:01.421047 [ 276 ] {8700365c-242c-4bc1-b016-f4f8866b8724} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.421084 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.02.01 23:42:01.421188 [ 276 ] {8700365c-242c-4bc1-b016-f4f8866b8724} executeQuery: Read 228 rows, 15.81 KiB in 0.001427 sec., 159775.75332866152 rows/sec., 10.82 MiB/sec. 2026.02.01 23:42:01.421230 [ 276 ] {8700365c-242c-4bc1-b016-f4f8866b8724} TCPHandler: Processed in 0.001591296 sec. 2026.02.01 23:42:01.421348 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:01.421443 [ 276 ] {a78e340d-1bdb-4f66-8164-181804b58e37} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:42:01.421484 [ 276 ] {a78e340d-1bdb-4f66-8164-181804b58e37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:42:01.422098 [ 276 ] {a78e340d-1bdb-4f66-8164-181804b58e37} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.422133 [ 276 ] {a78e340d-1bdb-4f66-8164-181804b58e37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.422465 [ 276 ] {a78e340d-1bdb-4f66-8164-181804b58e37} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 23:42:01.422685 [ 276 ] {a78e340d-1bdb-4f66-8164-181804b58e37} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.422780 [ 103 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 23:42:01.422805 [ 103 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.422811 [ 276 ] {a78e340d-1bdb-4f66-8164-181804b58e37} executeQuery: Read 526 rows, 39.89 KiB in 0.001386 sec., 379509.3795093795 rows/sec., 28.10 MiB/sec. 2026.02.01 23:42:01.422821 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.422850 [ 276 ] {a78e340d-1bdb-4f66-8164-181804b58e37} TCPHandler: Processed in 0.001560806 sec. 2026.02.01 23:42:01.422889 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:42:01.422961 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:01.422970 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:01.423003 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 632 rows starting from the beginning of the part 2026.02.01 23:42:01.423056 [ 276 ] {bcfcafa9-69c8-4125-850f-d720847b9fce} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:01.423060 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 68 rows starting from the beginning of the part 2026.02.01 23:42:01.423101 [ 276 ] {bcfcafa9-69c8-4125-850f-d720847b9fce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:42:01.423115 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 142 rows starting from the beginning of the part 2026.02.01 23:42:01.423154 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 68 rows starting from the beginning of the part 2026.02.01 23:42:01.423192 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 100 rows starting from the beginning of the part 2026.02.01 23:42:01.423230 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 526 rows starting from the beginning of the part 2026.02.01 23:42:01.423675 [ 276 ] {bcfcafa9-69c8-4125-850f-d720847b9fce} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.423709 [ 276 ] {bcfcafa9-69c8-4125-850f-d720847b9fce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.424087 [ 276 ] {bcfcafa9-69c8-4125-850f-d720847b9fce} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 23:42:01.424220 [ 192 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355153 sec., 1133451.3519875614 rows/sec., 90.28 MiB/sec. 2026.02.01 23:42:01.424308 [ 276 ] {bcfcafa9-69c8-4125-850f-d720847b9fce} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.424410 [ 103 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 23:42:01.424438 [ 103 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.424443 [ 276 ] {bcfcafa9-69c8-4125-850f-d720847b9fce} executeQuery: Read 845 rows, 58.24 KiB in 0.001405 sec., 601423.487544484 rows/sec., 40.48 MiB/sec. 2026.02.01 23:42:01.424457 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.424462 [ 192 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 23:42:01.424482 [ 276 ] {bcfcafa9-69c8-4125-850f-d720847b9fce} TCPHandler: Processed in 0.001570726 sec. 2026.02.01 23:42:01.424530 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:42:01.424601 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:01.424624 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:01.424654 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15173 rows starting from the beginning of the part 2026.02.01 23:42:01.424696 [ 276 ] {9a212ab4-580c-4b10-a662-588bd502b71c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:01.424709 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2026.02.01 23:42:01.424756 [ 276 ] {9a212ab4-580c-4b10-a662-588bd502b71c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:42:01.424758 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 199 rows starting from the beginning of the part 2026.02.01 23:42:01.424813 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2026.02.01 23:42:01.424833 [ 192 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_56_11} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.424852 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2026.02.01 23:42:01.424899 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 845 rows starting from the beginning of the part 2026.02.01 23:42:01.424944 [ 192 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_56_11} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 23:42:01.425055 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.01 23:42:01.425504 [ 276 ] {9a212ab4-580c-4b10-a662-588bd502b71c} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.425544 [ 276 ] {9a212ab4-580c-4b10-a662-588bd502b71c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.426067 [ 276 ] {9a212ab4-580c-4b10-a662-588bd502b71c} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 23:42:01.426296 [ 276 ] {9a212ab4-580c-4b10-a662-588bd502b71c} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.426441 [ 276 ] {9a212ab4-580c-4b10-a662-588bd502b71c} executeQuery: Read 4 rows, 7.34 KiB in 0.001762 sec., 2270.1475595913735 rows/sec., 4.07 MiB/sec. 2026.02.01 23:42:01.426515 [ 276 ] {9a212ab4-580c-4b10-a662-588bd502b71c} TCPHandler: Processed in 0.001962312 sec. 2026.02.01 23:42:01.426635 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:01.426729 [ 276 ] {0c999e92-7624-4f88-bb31-e4dcbbd42370} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:42:01.426769 [ 276 ] {0c999e92-7624-4f88-bb31-e4dcbbd42370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:42:01.427118 [ 276 ] {0c999e92-7624-4f88-bb31-e4dcbbd42370} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.427152 [ 276 ] {0c999e92-7624-4f88-bb31-e4dcbbd42370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.427600 [ 276 ] {0c999e92-7624-4f88-bb31-e4dcbbd42370} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 23:42:01.427816 [ 276 ] {0c999e92-7624-4f88-bb31-e4dcbbd42370} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.427911 [ 103 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 23:42:01.427936 [ 103 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:01.427943 [ 276 ] {0c999e92-7624-4f88-bb31-e4dcbbd42370} executeQuery: Read 60 rows, 4.14 KiB in 0.001232 sec., 48701.2987012987 rows/sec., 3.28 MiB/sec. 2026.02.01 23:42:01.427951 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:01.427979 [ 276 ] {0c999e92-7624-4f88-bb31-e4dcbbd42370} TCPHandler: Processed in 0.001394013 sec. 2026.02.01 23:42:01.428037 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:42:01.428139 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:01.428170 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3000 rows starting from the beginning of the part 2026.02.01 23:42:01.428230 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.02.01 23:42:01.428273 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2026.02.01 23:42:01.428313 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2026.02.01 23:42:01.428353 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2026.02.01 23:42:01.428390 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:42:01.429165 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 16697 rows, containing 5 columns (5 merged, 0 gathered) in 0.004666298 sec., 3578211.250117331 rows/sec., 245.76 MiB/sec. 2026.02.01 23:42:01.429326 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 23:42:01.429586 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_56_11} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.429649 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_56_11} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 23:42:01.429730 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2026.02.01 23:42:01.429783 [ 191 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 4 columns (4 merged, 0 gathered) in 0.00178727 sec., 1846391.4237915927 rows/sec., 124.43 MiB/sec. 2026.02.01 23:42:01.430109 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 23:42:01.430365 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_56_11} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:01.430436 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_56_11} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 23:42:01.430526 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.02.01 23:42:02.137318 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.02.01 23:42:02.156129 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:02.156180 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:02.162333 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 23:42:02.163072 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:02.166575 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.02.01 23:42:06.389980 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:06.390210 [ 276 ] {2ec3059d-6033-453a-999c-d1705222ebd8} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:42:06.390284 [ 276 ] {2ec3059d-6033-453a-999c-d1705222ebd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:42:06.391009 [ 276 ] {2ec3059d-6033-453a-999c-d1705222ebd8} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:06.391062 [ 276 ] {2ec3059d-6033-453a-999c-d1705222ebd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:06.391503 [ 276 ] {2ec3059d-6033-453a-999c-d1705222ebd8} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 23:42:06.391758 [ 276 ] {2ec3059d-6033-453a-999c-d1705222ebd8} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:06.391922 [ 276 ] {2ec3059d-6033-453a-999c-d1705222ebd8} executeQuery: Read 128 rows, 11.29 KiB in 0.001776 sec., 72072.07207207207 rows/sec., 6.21 MiB/sec. 2026.02.01 23:42:06.391973 [ 276 ] {2ec3059d-6033-453a-999c-d1705222ebd8} TCPHandler: Processed in 0.002138486 sec. 2026.02.01 23:42:06.392118 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:06.392225 [ 276 ] {8ec315d8-e369-41c1-a55a-0f0b587e3d5e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:42:06.392271 [ 276 ] {8ec315d8-e369-41c1-a55a-0f0b587e3d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:42:06.392718 [ 276 ] {8ec315d8-e369-41c1-a55a-0f0b587e3d5e} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:06.392760 [ 276 ] {8ec315d8-e369-41c1-a55a-0f0b587e3d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:06.393096 [ 276 ] {8ec315d8-e369-41c1-a55a-0f0b587e3d5e} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 23:42:06.393326 [ 276 ] {8ec315d8-e369-41c1-a55a-0f0b587e3d5e} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:06.393456 [ 99 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 23:42:06.393469 [ 276 ] {8ec315d8-e369-41c1-a55a-0f0b587e3d5e} executeQuery: Read 36 rows, 2.71 KiB in 0.001267 sec., 28413.575374901346 rows/sec., 2.09 MiB/sec. 2026.02.01 23:42:06.393492 [ 99 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:06.393511 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:06.393513 [ 276 ] {8ec315d8-e369-41c1-a55a-0f0b587e3d5e} TCPHandler: Processed in 0.001448614 sec. 2026.02.01 23:42:06.393625 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:42:06.393633 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:06.393778 [ 276 ] {e3b7cf34-e268-428b-b969-037ace9d5fd0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:42:06.393779 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:06.393824 [ 276 ] {e3b7cf34-e268-428b-b969-037ace9d5fd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:42:06.393831 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 70 rows starting from the beginning of the part 2026.02.01 23:42:06.393910 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:42:06.393954 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part 2026.02.01 23:42:06.393997 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part 2026.02.01 23:42:06.394037 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part 2026.02.01 23:42:06.394079 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part 2026.02.01 23:42:06.394288 [ 276 ] {e3b7cf34-e268-428b-b969-037ace9d5fd0} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:06.394332 [ 276 ] {e3b7cf34-e268-428b-b969-037ace9d5fd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:06.394702 [ 276 ] {e3b7cf34-e268-428b-b969-037ace9d5fd0} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 23:42:06.394912 [ 191 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 5 columns (5 merged, 0 gathered) in 0.001342582 sec., 153435.69331333207 rows/sec., 11.84 MiB/sec. 2026.02.01 23:42:06.394936 [ 276 ] {e3b7cf34-e268-428b-b969-037ace9d5fd0} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:06.395059 [ 196 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 23:42:06.395077 [ 276 ] {e3b7cf34-e268-428b-b969-037ace9d5fd0} executeQuery: Read 100 rows, 8.00 KiB in 0.00132 sec., 75757.57575757576 rows/sec., 5.92 MiB/sec. 2026.02.01 23:42:06.395126 [ 276 ] {e3b7cf34-e268-428b-b969-037ace9d5fd0} TCPHandler: Processed in 0.001544176 sec. 2026.02.01 23:42:06.395245 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:06.395346 [ 276 ] {349d292c-f192-4731-a583-b567f950eecd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:06.395370 [ 196 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_51_10} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:06.395392 [ 276 ] {349d292c-f192-4731-a583-b567f950eecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:42:06.395459 [ 196 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_51_10} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 23:42:06.395560 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 23:42:06.395840 [ 276 ] {349d292c-f192-4731-a583-b567f950eecd} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:06.395881 [ 276 ] {349d292c-f192-4731-a583-b567f950eecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:06.396235 [ 276 ] {349d292c-f192-4731-a583-b567f950eecd} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 23:42:06.396468 [ 276 ] {349d292c-f192-4731-a583-b567f950eecd} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:06.396606 [ 276 ] {349d292c-f192-4731-a583-b567f950eecd} executeQuery: Read 160 rows, 11.41 KiB in 0.001279 sec., 125097.73260359657 rows/sec., 8.71 MiB/sec. 2026.02.01 23:42:06.396643 [ 276 ] {349d292c-f192-4731-a583-b567f950eecd} TCPHandler: Processed in 0.001449234 sec. 2026.02.01 23:42:06.396762 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:06.396862 [ 276 ] {5aa77a6e-6c90-46cc-93c3-48f3622d5c32} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:06.396919 [ 276 ] {5aa77a6e-6c90-46cc-93c3-48f3622d5c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:42:06.397786 [ 276 ] {5aa77a6e-6c90-46cc-93c3-48f3622d5c32} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:06.397822 [ 276 ] {5aa77a6e-6c90-46cc-93c3-48f3622d5c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:06.398398 [ 276 ] {5aa77a6e-6c90-46cc-93c3-48f3622d5c32} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 23:42:06.398626 [ 276 ] {5aa77a6e-6c90-46cc-93c3-48f3622d5c32} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:06.398770 [ 276 ] {5aa77a6e-6c90-46cc-93c3-48f3622d5c32} executeQuery: Read 36 rows, 66.06 KiB in 0.001928 sec., 18672.19917012448 rows/sec., 33.46 MiB/sec. 2026.02.01 23:42:06.398835 [ 276 ] {5aa77a6e-6c90-46cc-93c3-48f3622d5c32} TCPHandler: Processed in 0.002124096 sec. 2026.02.01 23:42:06.398952 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:06.399047 [ 276 ] {9ea38d90-2ced-4feb-a967-e997bb71c519} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:42:06.399089 [ 276 ] {9ea38d90-2ced-4feb-a967-e997bb71c519} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:42:06.399435 [ 276 ] {9ea38d90-2ced-4feb-a967-e997bb71c519} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:06.399470 [ 276 ] {9ea38d90-2ced-4feb-a967-e997bb71c519} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:06.399773 [ 276 ] {9ea38d90-2ced-4feb-a967-e997bb71c519} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 23:42:06.399991 [ 276 ] {9ea38d90-2ced-4feb-a967-e997bb71c519} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:06.400121 [ 276 ] {9ea38d90-2ced-4feb-a967-e997bb71c519} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.02.01 23:42:06.400154 [ 276 ] {9ea38d90-2ced-4feb-a967-e997bb71c519} TCPHandler: Processed in 0.001251821 sec. 2026.02.01 23:42:08.519930 [ 97 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:42:08.520008 [ 97 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:42:08.650265 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19198 2026.02.01 23:42:08.651073 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:08.651143 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:08.651706 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 23:42:08.651944 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:08.652091 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19198 2026.02.01 23:42:08.691153 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 956 2026.02.01 23:42:08.693664 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:08.693722 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:08.694997 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 23:42:08.695288 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:08.695684 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 956 2026.02.01 23:42:09.666701 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.02.01 23:42:09.684584 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:09.684636 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:09.690910 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 23:42:09.691601 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:09.694706 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.02.01 23:42:11.388011 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:11.388211 [ 276 ] {4e6c64be-ce1c-49aa-9c97-ab37118a097b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:42:11.388285 [ 276 ] {4e6c64be-ce1c-49aa-9c97-ab37118a097b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:42:11.388937 [ 276 ] {4e6c64be-ce1c-49aa-9c97-ab37118a097b} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:11.388985 [ 276 ] {4e6c64be-ce1c-49aa-9c97-ab37118a097b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:11.389374 [ 276 ] {4e6c64be-ce1c-49aa-9c97-ab37118a097b} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 23:42:11.389593 [ 276 ] {4e6c64be-ce1c-49aa-9c97-ab37118a097b} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:11.389747 [ 276 ] {4e6c64be-ce1c-49aa-9c97-ab37118a097b} executeQuery: Read 64 rows, 5.19 KiB in 0.001592 sec., 40201.005025125625 rows/sec., 3.18 MiB/sec. 2026.02.01 23:42:11.389789 [ 276 ] {4e6c64be-ce1c-49aa-9c97-ab37118a097b} TCPHandler: Processed in 0.001922253 sec. 2026.02.01 23:42:11.389909 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:11.390004 [ 276 ] {90a4a91a-f12e-4e25-a4c7-4367886fae55} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:42:11.390045 [ 276 ] {90a4a91a-f12e-4e25-a4c7-4367886fae55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:42:11.390433 [ 276 ] {90a4a91a-f12e-4e25-a4c7-4367886fae55} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:11.390471 [ 276 ] {90a4a91a-f12e-4e25-a4c7-4367886fae55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:11.390763 [ 276 ] {90a4a91a-f12e-4e25-a4c7-4367886fae55} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 23:42:11.390972 [ 276 ] {90a4a91a-f12e-4e25-a4c7-4367886fae55} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:11.391105 [ 276 ] {90a4a91a-f12e-4e25-a4c7-4367886fae55} executeQuery: Read 4 rows, 308.00 B in 0.001119 sec., 3574.620196604111 rows/sec., 268.79 KiB/sec. 2026.02.01 23:42:11.391143 [ 276 ] {90a4a91a-f12e-4e25-a4c7-4367886fae55} TCPHandler: Processed in 0.001284551 sec. 2026.02.01 23:42:11.391245 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:11.391338 [ 276 ] {ecc639e7-7fa9-425c-8c7d-4f5fd0117949} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:42:11.391379 [ 276 ] {ecc639e7-7fa9-425c-8c7d-4f5fd0117949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:42:11.391786 [ 276 ] {ecc639e7-7fa9-425c-8c7d-4f5fd0117949} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:11.391821 [ 276 ] {ecc639e7-7fa9-425c-8c7d-4f5fd0117949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:11.392123 [ 276 ] {ecc639e7-7fa9-425c-8c7d-4f5fd0117949} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 23:42:11.392336 [ 276 ] {ecc639e7-7fa9-425c-8c7d-4f5fd0117949} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:11.392465 [ 276 ] {ecc639e7-7fa9-425c-8c7d-4f5fd0117949} executeQuery: Read 68 rows, 5.44 KiB in 0.001145 sec., 59388.64628820961 rows/sec., 4.64 MiB/sec. 2026.02.01 23:42:11.392501 [ 276 ] {ecc639e7-7fa9-425c-8c7d-4f5fd0117949} TCPHandler: Processed in 0.001306072 sec. 2026.02.01 23:42:11.392608 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:11.392703 [ 276 ] {4d823aa8-dd19-486c-9290-404131298763} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:11.392746 [ 276 ] {4d823aa8-dd19-486c-9290-404131298763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:42:11.393138 [ 276 ] {4d823aa8-dd19-486c-9290-404131298763} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:11.393172 [ 276 ] {4d823aa8-dd19-486c-9290-404131298763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:11.393503 [ 276 ] {4d823aa8-dd19-486c-9290-404131298763} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 23:42:11.393708 [ 276 ] {4d823aa8-dd19-486c-9290-404131298763} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:11.393841 [ 276 ] {4d823aa8-dd19-486c-9290-404131298763} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2026.02.01 23:42:11.393877 [ 276 ] {4d823aa8-dd19-486c-9290-404131298763} TCPHandler: Processed in 0.001317412 sec. 2026.02.01 23:42:11.393979 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:11.394073 [ 276 ] {d11bf8d8-8e5c-4e8b-a8c5-1c0695838427} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:11.394127 [ 276 ] {d11bf8d8-8e5c-4e8b-a8c5-1c0695838427} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:42:11.394851 [ 276 ] {d11bf8d8-8e5c-4e8b-a8c5-1c0695838427} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:11.394887 [ 276 ] {d11bf8d8-8e5c-4e8b-a8c5-1c0695838427} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:11.395382 [ 276 ] {d11bf8d8-8e5c-4e8b-a8c5-1c0695838427} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 23:42:11.395605 [ 276 ] {d11bf8d8-8e5c-4e8b-a8c5-1c0695838427} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:11.395743 [ 276 ] {d11bf8d8-8e5c-4e8b-a8c5-1c0695838427} executeQuery: Read 4 rows, 7.34 KiB in 0.001689 sec., 2368.265245707519 rows/sec., 4.24 MiB/sec. 2026.02.01 23:42:11.395795 [ 276 ] {d11bf8d8-8e5c-4e8b-a8c5-1c0695838427} TCPHandler: Processed in 0.001865231 sec. 2026.02.01 23:42:11.395901 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:11.395996 [ 276 ] {4a9fb00a-356f-4af6-b8f9-dfbebf3b25c7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:42:11.396037 [ 276 ] {4a9fb00a-356f-4af6-b8f9-dfbebf3b25c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:42:11.396358 [ 276 ] {4a9fb00a-356f-4af6-b8f9-dfbebf3b25c7} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:11.396393 [ 276 ] {4a9fb00a-356f-4af6-b8f9-dfbebf3b25c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.01 23:42:11.396695 [ 276 ] {4a9fb00a-356f-4af6-b8f9-dfbebf3b25c7} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 23:42:11.396903 [ 276 ] {4a9fb00a-356f-4af6-b8f9-dfbebf3b25c7} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:11.397034 [ 276 ] {4a9fb00a-356f-4af6-b8f9-dfbebf3b25c7} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2026.02.01 23:42:11.397069 [ 276 ] {4a9fb00a-356f-4af6-b8f9-dfbebf3b25c7} TCPHandler: Processed in 0.001216881 sec. 2026.02.01 23:42:16.152261 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19710 2026.02.01 23:42:16.152847 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:16.152898 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:16.153395 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 23:42:16.153642 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:16.153788 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19710 2026.02.01 23:42:16.153816 [ 90 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 23:42:16.153887 [ 90 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:16.153910 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:16.154021 [ 198 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:42:16.154149 [ 198 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:16.154191 [ 198 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17278 rows starting from the beginning of the part 2026.02.01 23:42:16.154260 [ 198 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:42:16.154311 [ 198 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:42:16.154359 [ 198 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:42:16.154401 [ 198 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:42:16.154444 [ 198 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:42:16.156409 [ 196 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19710 rows, containing 4 columns (4 merged, 0 gathered) in 0.002434421 sec., 8096381.0285895495 rows/sec., 115.82 MiB/sec. 2026.02.01 23:42:16.156845 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 23:42:16.157269 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_41_8} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:16.157371 [ 191 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_41_8} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 23:42:16.157513 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.64 MiB. 2026.02.01 23:42:16.163349 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35833 2026.02.01 23:42:16.163439 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.163542 [ 291 ] {} TCP-Session: b4ff19c0-327c-41c3-9eec-8da0f7c781e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35833 2026.02.01 23:42:16.163575 [ 291 ] {} TCP-Session: b4ff19c0-327c-41c3-9eec-8da0f7c781e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.163590 [ 291 ] {} TCP-Session: b4ff19c0-327c-41c3-9eec-8da0f7c781e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.163797 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40784 2026.02.01 23:42:16.163824 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64612 2026.02.01 23:42:16.163833 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51165 2026.02.01 23:42:16.163863 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55289 2026.02.01 23:42:16.163897 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.163911 [ 291 ] {} TCP-Session: b4ff19c0-327c-41c3-9eec-8da0f7c781e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:16.163938 [ 292 ] {} TCP-Session: 811c6d39-7e63-4d64-92fe-c59f0d201753 Authenticating user 'default' from [fd00:1122:3344:101::e]:40784 2026.02.01 23:42:16.163851 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32845 2026.02.01 23:42:16.163961 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.163977 [ 292 ] {} TCP-Session: 811c6d39-7e63-4d64-92fe-c59f0d201753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.163961 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.164022 [ 290 ] {} TCP-Session: edb92aca-6d75-47c0-98f4-39270941c225 Authenticating user 'default' from [fd00:1122:3344:101::e]:55289 2026.02.01 23:42:16.164026 [ 292 ] {} TCP-Session: 811c6d39-7e63-4d64-92fe-c59f0d201753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.164073 [ 290 ] {} TCP-Session: edb92aca-6d75-47c0-98f4-39270941c225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.164055 [ 294 ] {} TCP-Session: c00b628c-bfdc-4b39-9022-a7bc4859b47e Authenticating user 'default' from [fd00:1122:3344:101::e]:64612 2026.02.01 23:42:16.164100 [ 290 ] {} TCP-Session: edb92aca-6d75-47c0-98f4-39270941c225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.164104 [ 291 ] {5454d709-896c-4388-b729-53b09c7975b0} executeQuery: (from [fd00:1122:3344:101::e]:35833) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:42:16.164113 [ 294 ] {} TCP-Session: c00b628c-bfdc-4b39-9022-a7bc4859b47e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.163840 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56940 2026.02.01 23:42:16.164151 [ 294 ] {} TCP-Session: c00b628c-bfdc-4b39-9022-a7bc4859b47e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.163825 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42761 2026.02.01 23:42:16.163810 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40367 2026.02.01 23:42:16.164347 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.164380 [ 286 ] {} TCP-Session: 00c7544b-f235-4f81-9d19-f74a833d5a0a Authenticating user 'default' from [fd00:1122:3344:101::e]:51165 2026.02.01 23:42:16.164386 [ 291 ] {5454d709-896c-4388-b729-53b09c7975b0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:42:16.164395 [ 286 ] {} TCP-Session: 00c7544b-f235-4f81-9d19-f74a833d5a0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.164431 [ 286 ] {} TCP-Session: 00c7544b-f235-4f81-9d19-f74a833d5a0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.164458 [ 291 ] {5454d709-896c-4388-b729-53b09c7975b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:42:16.164703 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.164739 [ 293 ] {} TCP-Session: ed9ad30b-3b4c-4a59-93e3-8b9fa984de8d Authenticating user 'default' from [fd00:1122:3344:101::e]:40367 2026.02.01 23:42:16.164744 [ 291 ] {5454d709-896c-4388-b729-53b09c7975b0} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:42:16.164763 [ 293 ] {} TCP-Session: ed9ad30b-3b4c-4a59-93e3-8b9fa984de8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.164789 [ 293 ] {} TCP-Session: ed9ad30b-3b4c-4a59-93e3-8b9fa984de8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.164830 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.164873 [ 275 ] {} TCP-Session: 52ee7e37-b845-40cb-9398-de9db7440f82 Authenticating user 'default' from [fd00:1122:3344:101::e]:42761 2026.02.01 23:42:16.164900 [ 275 ] {} TCP-Session: 52ee7e37-b845-40cb-9398-de9db7440f82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.164918 [ 275 ] {} TCP-Session: 52ee7e37-b845-40cb-9398-de9db7440f82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.164928 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.164962 [ 289 ] {} TCP-Session: 79727ccb-33a0-494c-9f19-6e11df39324c Authenticating user 'default' from [fd00:1122:3344:101::e]:32845 2026.02.01 23:42:16.164979 [ 289 ] {} TCP-Session: 79727ccb-33a0-494c-9f19-6e11df39324c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.164991 [ 289 ] {} TCP-Session: 79727ccb-33a0-494c-9f19-6e11df39324c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.165110 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.165143 [ 288 ] {} TCP-Session: 889a04d8-4a67-47ac-9e12-3c53f454bee5 Authenticating user 'default' from [fd00:1122:3344:101::e]:56940 2026.02.01 23:42:16.165160 [ 288 ] {} TCP-Session: 889a04d8-4a67-47ac-9e12-3c53f454bee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.165172 [ 288 ] {} TCP-Session: 889a04d8-4a67-47ac-9e12-3c53f454bee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.165616 [ 320 ] {5454d709-896c-4388-b729-53b09c7975b0} AggregatingTransform: Aggregating 2026.02.01 23:42:16.165666 [ 320 ] {5454d709-896c-4388-b729-53b09c7975b0} Aggregator: Aggregation method: without_key 2026.02.01 23:42:16.165700 [ 320 ] {5454d709-896c-4388-b729-53b09c7975b0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000847454 sec. (1180.005 rows/sec., 46.09 KiB/sec.) 2026.02.01 23:42:16.165720 [ 320 ] {5454d709-896c-4388-b729-53b09c7975b0} Aggregator: Merging aggregated data 2026.02.01 23:42:16.166803 [ 291 ] {5454d709-896c-4388-b729-53b09c7975b0} executeQuery: Read 1 rows, 40.00 B in 0.002761 sec., 362.18761318362914 rows/sec., 14.15 KiB/sec. 2026.02.01 23:42:16.166881 [ 291 ] {5454d709-896c-4388-b729-53b09c7975b0} TCPHandler: Processed in 0.003093032 sec. 2026.02.01 23:42:16.166961 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.166983 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.166987 [ 291 ] {} TCP-Session: b4ff19c0-327c-41c3-9eec-8da0f7c781e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.167006 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.167029 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.167059 [ 290 ] {} TCP-Session: edb92aca-6d75-47c0-98f4-39270941c225 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.167072 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.167081 [ 293 ] {} TCP-Session: ed9ad30b-3b4c-4a59-93e3-8b9fa984de8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.167095 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.167113 [ 289 ] {} TCP-Session: 79727ccb-33a0-494c-9f19-6e11df39324c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.167110 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.167138 [ 275 ] {} TCP-Session: 52ee7e37-b845-40cb-9398-de9db7440f82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.167123 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.167169 [ 286 ] {} TCP-Session: 00c7544b-f235-4f81-9d19-f74a833d5a0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.167032 [ 292 ] {} TCP-Session: 811c6d39-7e63-4d64-92fe-c59f0d201753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.167204 [ 288 ] {} TCP-Session: 889a04d8-4a67-47ac-9e12-3c53f454bee5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.167043 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.167265 [ 294 ] {} TCP-Session: c00b628c-bfdc-4b39-9022-a7bc4859b47e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.253790 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41971 2026.02.01 23:42:16.253895 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.253922 [ 291 ] {} TCP-Session: 1aa3abef-7297-4000-8d1c-2c3d3f1f7cf3 Authenticating user 'default' from [fd00:1122:3344:101::e]:41971 2026.02.01 23:42:16.253943 [ 291 ] {} TCP-Session: 1aa3abef-7297-4000-8d1c-2c3d3f1f7cf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.253955 [ 291 ] {} TCP-Session: 1aa3abef-7297-4000-8d1c-2c3d3f1f7cf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254136 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48514 2026.02.01 23:42:16.254165 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57181 2026.02.01 23:42:16.254190 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34761 2026.02.01 23:42:16.254222 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64110 2026.02.01 23:42:16.254213 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58106 2026.02.01 23:42:16.254280 [ 291 ] {} TCP-Session: 1aa3abef-7297-4000-8d1c-2c3d3f1f7cf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:16.254288 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.254317 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.254339 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.254348 [ 293 ] {} TCP-Session: e1915e64-a967-4df7-8df0-c9956f67972e Authenticating user 'default' from [fd00:1122:3344:101::e]:57181 2026.02.01 23:42:16.254370 [ 290 ] {} TCP-Session: e8ba04af-44ea-42ad-9eb7-f8697af6ec50 Authenticating user 'default' from [fd00:1122:3344:101::e]:64110 2026.02.01 23:42:16.254375 [ 289 ] {} TCP-Session: 705bcd35-0fe4-4f59-ac29-e3f822269720 Authenticating user 'default' from [fd00:1122:3344:101::e]:58106 2026.02.01 23:42:16.254389 [ 293 ] {} TCP-Session: e1915e64-a967-4df7-8df0-c9956f67972e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254404 [ 290 ] {} TCP-Session: e8ba04af-44ea-42ad-9eb7-f8697af6ec50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254410 [ 289 ] {} TCP-Session: 705bcd35-0fe4-4f59-ac29-e3f822269720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254431 [ 290 ] {} TCP-Session: e8ba04af-44ea-42ad-9eb7-f8697af6ec50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254453 [ 289 ] {} TCP-Session: 705bcd35-0fe4-4f59-ac29-e3f822269720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254460 [ 291 ] {67302b3a-91f6-443b-b246-52e21167149c} executeQuery: (from [fd00:1122:3344:101::e]:41971) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:42:16.254415 [ 293 ] {} TCP-Session: e1915e64-a967-4df7-8df0-c9956f67972e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254317 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.254261 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.254546 [ 286 ] {} TCP-Session: 5619cc6d-4ad5-493c-a10b-357ab01f2bc0 Authenticating user 'default' from [fd00:1122:3344:101::e]:34761 2026.02.01 23:42:16.254198 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63609 2026.02.01 23:42:16.254575 [ 292 ] {} TCP-Session: 75adb1f5-8dbd-48a5-8adb-bbca0ab44643 Authenticating user 'default' from [fd00:1122:3344:101::e]:48514 2026.02.01 23:42:16.254578 [ 286 ] {} TCP-Session: 5619cc6d-4ad5-493c-a10b-357ab01f2bc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254622 [ 292 ] {} TCP-Session: 75adb1f5-8dbd-48a5-8adb-bbca0ab44643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254635 [ 286 ] {} TCP-Session: 5619cc6d-4ad5-493c-a10b-357ab01f2bc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254647 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.254649 [ 292 ] {} TCP-Session: 75adb1f5-8dbd-48a5-8adb-bbca0ab44643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254165 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55416 2026.02.01 23:42:16.254682 [ 288 ] {} TCP-Session: 3821707f-2160-40c3-b9b3-e206b4e9b356 Authenticating user 'default' from [fd00:1122:3344:101::e]:63609 2026.02.01 23:42:16.254163 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36011 2026.02.01 23:42:16.254731 [ 288 ] {} TCP-Session: 3821707f-2160-40c3-b9b3-e206b4e9b356 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254757 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.254765 [ 291 ] {67302b3a-91f6-443b-b246-52e21167149c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:42:16.254795 [ 294 ] {} TCP-Session: 7ed70c53-91c5-489b-af8d-98bd1cebc682 Authenticating user 'default' from [fd00:1122:3344:101::e]:55416 2026.02.01 23:42:16.254777 [ 288 ] {} TCP-Session: 3821707f-2160-40c3-b9b3-e206b4e9b356 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254826 [ 294 ] {} TCP-Session: 7ed70c53-91c5-489b-af8d-98bd1cebc682 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254823 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.254851 [ 291 ] {67302b3a-91f6-443b-b246-52e21167149c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:42:16.254854 [ 294 ] {} TCP-Session: 7ed70c53-91c5-489b-af8d-98bd1cebc682 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254879 [ 275 ] {} TCP-Session: 320c637f-a18d-439e-8094-5cd71da4cb6b Authenticating user 'default' from [fd00:1122:3344:101::e]:36011 2026.02.01 23:42:16.254915 [ 275 ] {} TCP-Session: 320c637f-a18d-439e-8094-5cd71da4cb6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.254933 [ 275 ] {} TCP-Session: 320c637f-a18d-439e-8094-5cd71da4cb6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.255174 [ 291 ] {67302b3a-91f6-443b-b246-52e21167149c} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:42:16.256127 [ 330 ] {67302b3a-91f6-443b-b246-52e21167149c} AggregatingTransform: Aggregating 2026.02.01 23:42:16.256179 [ 330 ] {67302b3a-91f6-443b-b246-52e21167149c} Aggregator: Aggregation method: without_key 2026.02.01 23:42:16.256217 [ 330 ] {67302b3a-91f6-443b-b246-52e21167149c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000943155 sec. (1060.271 rows/sec., 41.42 KiB/sec.) 2026.02.01 23:42:16.256236 [ 330 ] {67302b3a-91f6-443b-b246-52e21167149c} Aggregator: Merging aggregated data 2026.02.01 23:42:16.257560 [ 291 ] {67302b3a-91f6-443b-b246-52e21167149c} executeQuery: Read 1 rows, 40.00 B in 0.003152 sec., 317.25888324873097 rows/sec., 12.39 KiB/sec. 2026.02.01 23:42:16.257756 [ 291 ] {67302b3a-91f6-443b-b246-52e21167149c} TCPHandler: Processed in 0.00359448 sec. 2026.02.01 23:42:16.257884 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.257914 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.257918 [ 291 ] {} TCP-Session: 1aa3abef-7297-4000-8d1c-2c3d3f1f7cf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.257934 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.257968 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.257980 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.258014 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.258022 [ 286 ] {} TCP-Session: 5619cc6d-4ad5-493c-a10b-357ab01f2bc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.258046 [ 288 ] {} TCP-Session: 3821707f-2160-40c3-b9b3-e206b4e9b356 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.258068 [ 275 ] {} TCP-Session: 320c637f-a18d-439e-8094-5cd71da4cb6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.257999 [ 292 ] {} TCP-Session: 75adb1f5-8dbd-48a5-8adb-bbca0ab44643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.257961 [ 293 ] {} TCP-Session: e1915e64-a967-4df7-8df0-c9956f67972e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.257950 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.258043 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.258172 [ 294 ] {} TCP-Session: 7ed70c53-91c5-489b-af8d-98bd1cebc682 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.258009 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.258196 [ 289 ] {} TCP-Session: 705bcd35-0fe4-4f59-ac29-e3f822269720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.258234 [ 290 ] {} TCP-Session: e8ba04af-44ea-42ad-9eb7-f8697af6ec50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.383465 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46590 2026.02.01 23:42:16.383562 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.383586 [ 291 ] {} TCP-Session: c7b51150-6347-45b0-87d3-cc05608032f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:46590 2026.02.01 23:42:16.383606 [ 291 ] {} TCP-Session: c7b51150-6347-45b0-87d3-cc05608032f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.383618 [ 291 ] {} TCP-Session: c7b51150-6347-45b0-87d3-cc05608032f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.383824 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33296 2026.02.01 23:42:16.383851 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57597 2026.02.01 23:42:16.383872 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44544 2026.02.01 23:42:16.383857 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51162 2026.02.01 23:42:16.383942 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.383850 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52078 2026.02.01 23:42:16.383975 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.384007 [ 291 ] {} TCP-Session: c7b51150-6347-45b0-87d3-cc05608032f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:16.384037 [ 294 ] {} TCP-Session: 8856c8d1-db4c-4043-a267-02d5d833c207 Authenticating user 'default' from [fd00:1122:3344:101::e]:57597 2026.02.01 23:42:16.384017 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.384072 [ 294 ] {} TCP-Session: 8856c8d1-db4c-4043-a267-02d5d833c207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384081 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.384090 [ 294 ] {} TCP-Session: 8856c8d1-db4c-4043-a267-02d5d833c207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384088 [ 286 ] {} TCP-Session: e3ac93e4-8340-4e3b-a1c9-f7f8fe9584af Authenticating user 'default' from [fd00:1122:3344:101::e]:51162 2026.02.01 23:42:16.384118 [ 293 ] {} TCP-Session: b168f9a5-29e6-459a-9cdb-ffd5512c08ac Authenticating user 'default' from [fd00:1122:3344:101::e]:52078 2026.02.01 23:42:16.384137 [ 286 ] {} TCP-Session: e3ac93e4-8340-4e3b-a1c9-f7f8fe9584af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384156 [ 293 ] {} TCP-Session: b168f9a5-29e6-459a-9cdb-ffd5512c08ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384171 [ 286 ] {} TCP-Session: e3ac93e4-8340-4e3b-a1c9-f7f8fe9584af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384183 [ 293 ] {} TCP-Session: b168f9a5-29e6-459a-9cdb-ffd5512c08ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.383984 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.383985 [ 292 ] {} TCP-Session: 66905866-2898-4b97-a6fe-5b8d78eb495e Authenticating user 'default' from [fd00:1122:3344:101::e]:33296 2026.02.01 23:42:16.384237 [ 291 ] {a6439166-edd5-4e3e-b747-70c88a8ee4b8} executeQuery: (from [fd00:1122:3344:101::e]:46590) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:42:16.384263 [ 292 ] {} TCP-Session: 66905866-2898-4b97-a6fe-5b8d78eb495e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384250 [ 288 ] {} TCP-Session: 6c7d72ed-df1c-4c8a-942b-3e5ef98bf720 Authenticating user 'default' from [fd00:1122:3344:101::e]:44544 2026.02.01 23:42:16.384289 [ 292 ] {} TCP-Session: 66905866-2898-4b97-a6fe-5b8d78eb495e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384303 [ 288 ] {} TCP-Session: 6c7d72ed-df1c-4c8a-942b-3e5ef98bf720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.383846 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33338 2026.02.01 23:42:16.384321 [ 288 ] {} TCP-Session: 6c7d72ed-df1c-4c8a-942b-3e5ef98bf720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.383890 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43381 2026.02.01 23:42:16.383882 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36855 2026.02.01 23:42:16.384394 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.384431 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.384434 [ 275 ] {} TCP-Session: f69ecfde-8805-4f74-9f72-8c21cf1e3056 Authenticating user 'default' from [fd00:1122:3344:101::e]:33338 2026.02.01 23:42:16.384460 [ 290 ] {} TCP-Session: b0ce5232-1f76-48ca-8920-4b916bb271ac Authenticating user 'default' from [fd00:1122:3344:101::e]:43381 2026.02.01 23:42:16.384461 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:42:16.384470 [ 275 ] {} TCP-Session: f69ecfde-8805-4f74-9f72-8c21cf1e3056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384484 [ 290 ] {} TCP-Session: b0ce5232-1f76-48ca-8920-4b916bb271ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384508 [ 275 ] {} TCP-Session: f69ecfde-8805-4f74-9f72-8c21cf1e3056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384522 [ 290 ] {} TCP-Session: b0ce5232-1f76-48ca-8920-4b916bb271ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384502 [ 289 ] {} TCP-Session: fe8a980a-7b90-4e6b-b5ba-c8f3fd2f362b Authenticating user 'default' from [fd00:1122:3344:101::e]:36855 2026.02.01 23:42:16.384580 [ 289 ] {} TCP-Session: fe8a980a-7b90-4e6b-b5ba-c8f3fd2f362b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384592 [ 289 ] {} TCP-Session: fe8a980a-7b90-4e6b-b5ba-c8f3fd2f362b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.384594 [ 291 ] {a6439166-edd5-4e3e-b747-70c88a8ee4b8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:42:16.384673 [ 291 ] {a6439166-edd5-4e3e-b747-70c88a8ee4b8} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:42:16.385061 [ 291 ] {a6439166-edd5-4e3e-b747-70c88a8ee4b8} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:42:16.386236 [ 324 ] {a6439166-edd5-4e3e-b747-70c88a8ee4b8} AggregatingTransform: Aggregating 2026.02.01 23:42:16.386305 [ 324 ] {a6439166-edd5-4e3e-b747-70c88a8ee4b8} Aggregator: Aggregation method: without_key 2026.02.01 23:42:16.386340 [ 324 ] {a6439166-edd5-4e3e-b747-70c88a8ee4b8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001144869 sec. (873.462 rows/sec., 34.12 KiB/sec.) 2026.02.01 23:42:16.386358 [ 324 ] {a6439166-edd5-4e3e-b747-70c88a8ee4b8} Aggregator: Merging aggregated data 2026.02.01 23:42:16.388048 [ 291 ] {a6439166-edd5-4e3e-b747-70c88a8ee4b8} executeQuery: Read 1 rows, 40.00 B in 0.00389 sec., 257.0694087403599 rows/sec., 10.04 KiB/sec. 2026.02.01 23:42:16.388179 [ 291 ] {a6439166-edd5-4e3e-b747-70c88a8ee4b8} TCPHandler: Processed in 0.004341253 sec. 2026.02.01 23:42:16.388290 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.388320 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.388330 [ 290 ] {} TCP-Session: b0ce5232-1f76-48ca-8920-4b916bb271ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.388341 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.388361 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.388378 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.388399 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.388441 [ 288 ] {} TCP-Session: 6c7d72ed-df1c-4c8a-942b-3e5ef98bf720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.388449 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.388467 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.388470 [ 286 ] {} TCP-Session: e3ac93e4-8340-4e3b-a1c9-f7f8fe9584af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.388504 [ 289 ] {} TCP-Session: fe8a980a-7b90-4e6b-b5ba-c8f3fd2f362b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.388520 [ 291 ] {} TCP-Session: c7b51150-6347-45b0-87d3-cc05608032f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.388421 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:42:16.388421 [ 293 ] {} TCP-Session: b168f9a5-29e6-459a-9cdb-ffd5512c08ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.388590 [ 275 ] {} TCP-Session: f69ecfde-8805-4f74-9f72-8c21cf1e3056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.388396 [ 294 ] {} TCP-Session: 8856c8d1-db4c-4043-a267-02d5d833c207 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.388372 [ 292 ] {} TCP-Session: 66905866-2898-4b97-a6fe-5b8d78eb495e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:42:16.394336 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:16.394493 [ 276 ] {95df3a45-6331-41b0-9945-747e57d1be51} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:42:16.394562 [ 276 ] {95df3a45-6331-41b0-9945-747e57d1be51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:42:16.395227 [ 276 ] {95df3a45-6331-41b0-9945-747e57d1be51} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:16.395276 [ 276 ] {95df3a45-6331-41b0-9945-747e57d1be51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:16.395702 [ 276 ] {95df3a45-6331-41b0-9945-747e57d1be51} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:42:16.396054 [ 276 ] {95df3a45-6331-41b0-9945-747e57d1be51} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:16.396279 [ 276 ] {95df3a45-6331-41b0-9945-747e57d1be51} executeQuery: Read 24 rows, 2.04 KiB in 0.001832 sec., 13100.436681222707 rows/sec., 1.09 MiB/sec. 2026.02.01 23:42:16.396353 [ 276 ] {95df3a45-6331-41b0-9945-747e57d1be51} TCPHandler: Processed in 0.002140066 sec. 2026.02.01 23:42:16.396506 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:16.396630 [ 276 ] {0030fba0-4fe9-449c-ba35-8789a948bad5} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:42:16.396682 [ 276 ] {0030fba0-4fe9-449c-ba35-8789a948bad5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:42:16.397360 [ 276 ] {0030fba0-4fe9-449c-ba35-8789a948bad5} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:16.397413 [ 276 ] {0030fba0-4fe9-449c-ba35-8789a948bad5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:16.397917 [ 276 ] {0030fba0-4fe9-449c-ba35-8789a948bad5} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 23:42:16.398153 [ 276 ] {0030fba0-4fe9-449c-ba35-8789a948bad5} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:16.398296 [ 276 ] {0030fba0-4fe9-449c-ba35-8789a948bad5} executeQuery: Read 248 rows, 22.75 KiB in 0.001709 sec., 145114.10181392627 rows/sec., 13.00 MiB/sec. 2026.02.01 23:42:16.398338 [ 276 ] {0030fba0-4fe9-449c-ba35-8789a948bad5} TCPHandler: Processed in 0.001886632 sec. 2026.02.01 23:42:16.398468 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:16.398570 [ 276 ] {3884d6e5-3ea7-451e-bc0b-c30ef7995061} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:42:16.398621 [ 276 ] {3884d6e5-3ea7-451e-bc0b-c30ef7995061} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:42:16.399070 [ 276 ] {3884d6e5-3ea7-451e-bc0b-c30ef7995061} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:16.399112 [ 276 ] {3884d6e5-3ea7-451e-bc0b-c30ef7995061} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:16.399430 [ 276 ] {3884d6e5-3ea7-451e-bc0b-c30ef7995061} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 23:42:16.399644 [ 276 ] {3884d6e5-3ea7-451e-bc0b-c30ef7995061} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:16.399792 [ 276 ] {3884d6e5-3ea7-451e-bc0b-c30ef7995061} executeQuery: Read 48 rows, 3.67 KiB in 0.001244 sec., 38585.20900321543 rows/sec., 2.88 MiB/sec. 2026.02.01 23:42:16.399832 [ 276 ] {3884d6e5-3ea7-451e-bc0b-c30ef7995061} TCPHandler: Processed in 0.001415854 sec. 2026.02.01 23:42:16.399954 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:16.400050 [ 276 ] {58035238-70a1-440a-aa12-848b3d72852a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:42:16.400091 [ 276 ] {58035238-70a1-440a-aa12-848b3d72852a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:42:16.400495 [ 276 ] {58035238-70a1-440a-aa12-848b3d72852a} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:16.400532 [ 276 ] {58035238-70a1-440a-aa12-848b3d72852a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:16.400877 [ 276 ] {58035238-70a1-440a-aa12-848b3d72852a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 23:42:16.401100 [ 276 ] {58035238-70a1-440a-aa12-848b3d72852a} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:16.401233 [ 276 ] {58035238-70a1-440a-aa12-848b3d72852a} executeQuery: Read 24 rows, 2.04 KiB in 0.001202 sec., 19966.722129783695 rows/sec., 1.66 MiB/sec. 2026.02.01 23:42:16.401271 [ 276 ] {58035238-70a1-440a-aa12-848b3d72852a} TCPHandler: Processed in 0.001370303 sec. 2026.02.01 23:42:16.401382 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:16.401478 [ 276 ] {119425a4-b63f-43ed-b643-bfff26b4a159} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:42:16.401518 [ 276 ] {119425a4-b63f-43ed-b643-bfff26b4a159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:42:16.401978 [ 276 ] {119425a4-b63f-43ed-b643-bfff26b4a159} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:16.402021 [ 276 ] {119425a4-b63f-43ed-b643-bfff26b4a159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:16.402441 [ 276 ] {119425a4-b63f-43ed-b643-bfff26b4a159} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 23:42:16.402755 [ 276 ] {119425a4-b63f-43ed-b643-bfff26b4a159} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:16.402920 [ 276 ] {119425a4-b63f-43ed-b643-bfff26b4a159} executeQuery: Read 12 rows, 960.00 B in 0.001458 sec., 8230.452674897118 rows/sec., 643.00 KiB/sec. 2026.02.01 23:42:16.402975 [ 276 ] {119425a4-b63f-43ed-b643-bfff26b4a159} TCPHandler: Processed in 0.001642077 sec. 2026.02.01 23:42:16.403096 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:16.403190 [ 276 ] {5eb98ba1-bb7e-4f60-8d47-43b48a2bbca8} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:42:16.403235 [ 276 ] {5eb98ba1-bb7e-4f60-8d47-43b48a2bbca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:42:16.403747 [ 276 ] {5eb98ba1-bb7e-4f60-8d47-43b48a2bbca8} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:16.403784 [ 276 ] {5eb98ba1-bb7e-4f60-8d47-43b48a2bbca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:16.404129 [ 276 ] {5eb98ba1-bb7e-4f60-8d47-43b48a2bbca8} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 23:42:16.404401 [ 276 ] {5eb98ba1-bb7e-4f60-8d47-43b48a2bbca8} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:16.404547 [ 276 ] {5eb98ba1-bb7e-4f60-8d47-43b48a2bbca8} executeQuery: Read 136 rows, 11.26 KiB in 0.001376 sec., 98837.20930232557 rows/sec., 7.99 MiB/sec. 2026.02.01 23:42:16.404586 [ 276 ] {5eb98ba1-bb7e-4f60-8d47-43b48a2bbca8} TCPHandler: Processed in 0.001540786 sec. 2026.02.01 23:42:16.404703 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:16.404798 [ 276 ] {4f7f2bda-b601-4114-86bd-4ae27b845f60} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:16.404842 [ 276 ] {4f7f2bda-b601-4114-86bd-4ae27b845f60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:42:16.405277 [ 276 ] {4f7f2bda-b601-4114-86bd-4ae27b845f60} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:16.405313 [ 276 ] {4f7f2bda-b601-4114-86bd-4ae27b845f60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:16.405658 [ 276 ] {4f7f2bda-b601-4114-86bd-4ae27b845f60} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 23:42:16.405868 [ 276 ] {4f7f2bda-b601-4114-86bd-4ae27b845f60} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:16.406004 [ 276 ] {4f7f2bda-b601-4114-86bd-4ae27b845f60} executeQuery: Read 196 rows, 14.40 KiB in 0.001224 sec., 160130.71895424835 rows/sec., 11.49 MiB/sec. 2026.02.01 23:42:16.406040 [ 276 ] {4f7f2bda-b601-4114-86bd-4ae27b845f60} TCPHandler: Processed in 0.001386353 sec. 2026.02.01 23:42:16.406157 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:16.406251 [ 276 ] {22a722c6-458d-4d0b-a32c-8d9a47a2e527} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:16.406306 [ 276 ] {22a722c6-458d-4d0b-a32c-8d9a47a2e527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:42:16.407199 [ 276 ] {22a722c6-458d-4d0b-a32c-8d9a47a2e527} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:16.407245 [ 276 ] {22a722c6-458d-4d0b-a32c-8d9a47a2e527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:16.407833 [ 276 ] {22a722c6-458d-4d0b-a32c-8d9a47a2e527} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 23:42:16.408066 [ 276 ] {22a722c6-458d-4d0b-a32c-8d9a47a2e527} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:16.408217 [ 276 ] {22a722c6-458d-4d0b-a32c-8d9a47a2e527} executeQuery: Read 36 rows, 66.06 KiB in 0.001984 sec., 18145.16129032258 rows/sec., 32.52 MiB/sec. 2026.02.01 23:42:16.408230 [ 89 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 23:42:16.408285 [ 89 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:16.408289 [ 276 ] {22a722c6-458d-4d0b-a32c-8d9a47a2e527} TCPHandler: Processed in 0.002180437 sec. 2026.02.01 23:42:16.408311 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:16.408420 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:16.408420 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:42:16.408550 [ 276 ] {0d56d8f5-8094-41e0-bd62-cb81c335b587} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:42:16.408612 [ 276 ] {0d56d8f5-8094-41e0-bd62-cb81c335b587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:42:16.408689 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:16.408755 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 979 rows starting from the beginning of the part 2026.02.01 23:42:16.408891 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part 2026.02.01 23:42:16.408997 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part 2026.02.01 23:42:16.409048 [ 276 ] {0d56d8f5-8094-41e0-bd62-cb81c335b587} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:16.409091 [ 276 ] {0d56d8f5-8094-41e0-bd62-cb81c335b587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:16.409095 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part 2026.02.01 23:42:16.409221 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 4 rows starting from the beginning of the part 2026.02.01 23:42:16.409333 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part 2026.02.01 23:42:16.409539 [ 276 ] {0d56d8f5-8094-41e0-bd62-cb81c335b587} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 23:42:16.409940 [ 276 ] {0d56d8f5-8094-41e0-bd62-cb81c335b587} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:16.410123 [ 276 ] {0d56d8f5-8094-41e0-bd62-cb81c335b587} executeQuery: Read 60 rows, 4.14 KiB in 0.001597 sec., 37570.44458359424 rows/sec., 2.53 MiB/sec. 2026.02.01 23:42:16.410177 [ 276 ] {0d56d8f5-8094-41e0-bd62-cb81c335b587} TCPHandler: Processed in 0.00180573 sec. 2026.02.01 23:42:16.414814 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1095 rows, containing 19 columns (19 merged, 0 gathered) in 0.006442578 sec., 169963.01790991123 rows/sec., 304.57 MiB/sec. 2026.02.01 23:42:16.415802 [ 196 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 23:42:16.416162 [ 196 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_51_10} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:16.416244 [ 196 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_51_10} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 23:42:16.416372 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.41 MiB. 2026.02.01 23:42:17.195057 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.02.01 23:42:17.213466 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:17.213536 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:17.221501 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 23:42:17.222411 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:17.222798 [ 89 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 23:42:17.222864 [ 89 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:17.222885 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:17.222998 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:42:17.226653 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:17.227767 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.02.01 23:42:17.228116 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2026.02.01 23:42:17.232882 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2026.02.01 23:42:17.237828 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:42:17.242856 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:42:17.247633 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:42:17.252102 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:42:17.324735 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.101774282 sec., 3036.1304833376275 rows/sec., 15.70 MiB/sec. 2026.02.01 23:42:17.328113 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 23:42:17.330599 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_41_8} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:17.330736 [ 196 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_41_8} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 23:42:17.333738 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.02.01 23:42:18.696010 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 992 2026.02.01 23:42:18.698697 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:18.698736 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:18.699957 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 23:42:18.700238 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:18.700509 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 992 2026.02.01 23:42:21.388275 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:21.388534 [ 276 ] {75af38e1-434d-4a2d-ad58-89e77e24047c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:42:21.388635 [ 276 ] {75af38e1-434d-4a2d-ad58-89e77e24047c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:42:21.389399 [ 276 ] {75af38e1-434d-4a2d-ad58-89e77e24047c} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:21.389453 [ 276 ] {75af38e1-434d-4a2d-ad58-89e77e24047c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:21.389861 [ 276 ] {75af38e1-434d-4a2d-ad58-89e77e24047c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 23:42:21.390092 [ 276 ] {75af38e1-434d-4a2d-ad58-89e77e24047c} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:21.390262 [ 276 ] {75af38e1-434d-4a2d-ad58-89e77e24047c} executeQuery: Read 64 rows, 5.19 KiB in 0.0018 sec., 35555.555555555555 rows/sec., 2.81 MiB/sec. 2026.02.01 23:42:21.390312 [ 276 ] {75af38e1-434d-4a2d-ad58-89e77e24047c} TCPHandler: Processed in 0.002212577 sec. 2026.02.01 23:42:21.390436 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:21.390536 [ 276 ] {adc6a0ca-b787-41ed-9e66-365aa9de4541} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:42:21.390581 [ 276 ] {adc6a0ca-b787-41ed-9e66-365aa9de4541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:42:21.390988 [ 276 ] {adc6a0ca-b787-41ed-9e66-365aa9de4541} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:21.391025 [ 276 ] {adc6a0ca-b787-41ed-9e66-365aa9de4541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:21.391330 [ 276 ] {adc6a0ca-b787-41ed-9e66-365aa9de4541} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 23:42:21.391539 [ 276 ] {adc6a0ca-b787-41ed-9e66-365aa9de4541} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:21.391670 [ 276 ] {adc6a0ca-b787-41ed-9e66-365aa9de4541} executeQuery: Read 4 rows, 308.00 B in 0.001156 sec., 3460.2076124567475 rows/sec., 260.19 KiB/sec. 2026.02.01 23:42:21.391707 [ 276 ] {adc6a0ca-b787-41ed-9e66-365aa9de4541} TCPHandler: Processed in 0.001324082 sec. 2026.02.01 23:42:21.391817 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:21.391912 [ 276 ] {25d8e7a4-3856-4b8d-95bf-14ad2fe249e5} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:42:21.391953 [ 276 ] {25d8e7a4-3856-4b8d-95bf-14ad2fe249e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:42:21.392365 [ 276 ] {25d8e7a4-3856-4b8d-95bf-14ad2fe249e5} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:21.392403 [ 276 ] {25d8e7a4-3856-4b8d-95bf-14ad2fe249e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:21.392702 [ 276 ] {25d8e7a4-3856-4b8d-95bf-14ad2fe249e5} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 23:42:21.392921 [ 276 ] {25d8e7a4-3856-4b8d-95bf-14ad2fe249e5} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:21.393052 [ 276 ] {25d8e7a4-3856-4b8d-95bf-14ad2fe249e5} executeQuery: Read 68 rows, 5.44 KiB in 0.00116 sec., 58620.68965517241 rows/sec., 4.58 MiB/sec. 2026.02.01 23:42:21.393089 [ 276 ] {25d8e7a4-3856-4b8d-95bf-14ad2fe249e5} TCPHandler: Processed in 0.001321502 sec. 2026.02.01 23:42:21.393198 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:21.393291 [ 276 ] {9e088d17-6c62-47ea-b7f1-d7d23bdc3d73} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:21.393334 [ 276 ] {9e088d17-6c62-47ea-b7f1-d7d23bdc3d73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:42:21.393736 [ 276 ] {9e088d17-6c62-47ea-b7f1-d7d23bdc3d73} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:21.393771 [ 276 ] {9e088d17-6c62-47ea-b7f1-d7d23bdc3d73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:21.394100 [ 276 ] {9e088d17-6c62-47ea-b7f1-d7d23bdc3d73} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 23:42:21.394304 [ 276 ] {9e088d17-6c62-47ea-b7f1-d7d23bdc3d73} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:21.394433 [ 276 ] {9e088d17-6c62-47ea-b7f1-d7d23bdc3d73} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2026.02.01 23:42:21.394470 [ 276 ] {9e088d17-6c62-47ea-b7f1-d7d23bdc3d73} TCPHandler: Processed in 0.001321002 sec. 2026.02.01 23:42:21.394578 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:21.394670 [ 276 ] {0dfb8d6e-9267-4519-a87f-58701a9da5ea} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:21.394725 [ 276 ] {0dfb8d6e-9267-4519-a87f-58701a9da5ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:42:21.395460 [ 276 ] {0dfb8d6e-9267-4519-a87f-58701a9da5ea} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:21.395497 [ 276 ] {0dfb8d6e-9267-4519-a87f-58701a9da5ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:21.395999 [ 276 ] {0dfb8d6e-9267-4519-a87f-58701a9da5ea} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 23:42:21.396215 [ 276 ] {0dfb8d6e-9267-4519-a87f-58701a9da5ea} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:21.396358 [ 276 ] {0dfb8d6e-9267-4519-a87f-58701a9da5ea} executeQuery: Read 4 rows, 7.34 KiB in 0.001707 sec., 2343.2923257176335 rows/sec., 4.20 MiB/sec. 2026.02.01 23:42:21.396420 [ 276 ] {0dfb8d6e-9267-4519-a87f-58701a9da5ea} TCPHandler: Processed in 0.001890451 sec. 2026.02.01 23:42:21.396543 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:21.396637 [ 276 ] {754d8940-91bc-424e-86a8-6ac3b61b2459} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:42:21.396679 [ 276 ] {754d8940-91bc-424e-86a8-6ac3b61b2459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:42:21.397017 [ 276 ] {754d8940-91bc-424e-86a8-6ac3b61b2459} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:21.397054 [ 276 ] {754d8940-91bc-424e-86a8-6ac3b61b2459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:21.397353 [ 276 ] {754d8940-91bc-424e-86a8-6ac3b61b2459} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 23:42:21.397560 [ 276 ] {754d8940-91bc-424e-86a8-6ac3b61b2459} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:21.397692 [ 276 ] {754d8940-91bc-424e-86a8-6ac3b61b2459} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.02.01 23:42:21.397727 [ 276 ] {754d8940-91bc-424e-86a8-6ac3b61b2459} TCPHandler: Processed in 0.00123268 sec. 2026.02.01 23:42:23.520060 [ 82 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:42:23.520110 [ 82 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:42:23.653952 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20158 2026.02.01 23:42:23.654769 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:23.654853 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:23.655403 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 23:42:23.655648 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:23.655798 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20158 2026.02.01 23:42:24.727924 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.02.01 23:42:24.743512 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:24.743567 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:24.749266 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 23:42:24.749952 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:24.753042 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.02.01 23:42:26.390335 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:26.390527 [ 276 ] {34c74574-89f7-4570-8df5-03ad47c230c9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:42:26.390609 [ 276 ] {34c74574-89f7-4570-8df5-03ad47c230c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:42:26.391335 [ 276 ] {34c74574-89f7-4570-8df5-03ad47c230c9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:26.391378 [ 276 ] {34c74574-89f7-4570-8df5-03ad47c230c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:26.391786 [ 276 ] {34c74574-89f7-4570-8df5-03ad47c230c9} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 23:42:26.392015 [ 276 ] {34c74574-89f7-4570-8df5-03ad47c230c9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:26.392149 [ 83 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 23:42:26.392172 [ 276 ] {34c74574-89f7-4570-8df5-03ad47c230c9} executeQuery: Read 128 rows, 11.29 KiB in 0.001699 sec., 75338.43437316068 rows/sec., 6.49 MiB/sec. 2026.02.01 23:42:26.392190 [ 83 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:26.392210 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:26.392222 [ 276 ] {34c74574-89f7-4570-8df5-03ad47c230c9} TCPHandler: Processed in 0.002028024 sec. 2026.02.01 23:42:26.392337 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:42:26.392353 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:26.392478 [ 276 ] {ee92f7ad-06c3-4884-a87e-5a7ccbcce2f0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:42:26.392490 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:26.392521 [ 276 ] {ee92f7ad-06c3-4884-a87e-5a7ccbcce2f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:42:26.392531 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1406 rows starting from the beginning of the part 2026.02.01 23:42:26.392610 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part 2026.02.01 23:42:26.392657 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part 2026.02.01 23:42:26.392703 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 248 rows starting from the beginning of the part 2026.02.01 23:42:26.392742 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part 2026.02.01 23:42:26.392777 [ 186 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:42:26.392958 [ 276 ] {ee92f7ad-06c3-4884-a87e-5a7ccbcce2f0} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:26.392999 [ 276 ] {ee92f7ad-06c3-4884-a87e-5a7ccbcce2f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:26.393353 [ 276 ] {ee92f7ad-06c3-4884-a87e-5a7ccbcce2f0} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 23:42:26.393588 [ 276 ] {ee92f7ad-06c3-4884-a87e-5a7ccbcce2f0} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:26.393727 [ 276 ] {ee92f7ad-06c3-4884-a87e-5a7ccbcce2f0} executeQuery: Read 36 rows, 2.71 KiB in 0.001273 sec., 28279.654359780045 rows/sec., 2.08 MiB/sec. 2026.02.01 23:42:26.393764 [ 276 ] {ee92f7ad-06c3-4884-a87e-5a7ccbcce2f0} TCPHandler: Processed in 0.001463585 sec. 2026.02.01 23:42:26.393866 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:26.393945 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2038 rows, containing 5 columns (5 merged, 0 gathered) in 0.001665098 sec., 1223951.9836069709 rows/sec., 108.22 MiB/sec. 2026.02.01 23:42:26.393962 [ 276 ] {874069f4-2cc3-42d1-b0ac-5d2de4825fac} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:42:26.394047 [ 276 ] {874069f4-2cc3-42d1-b0ac-5d2de4825fac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:42:26.394183 [ 199 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 23:42:26.394464 [ 199 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_61_12} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:26.394476 [ 276 ] {874069f4-2cc3-42d1-b0ac-5d2de4825fac} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:26.394510 [ 276 ] {874069f4-2cc3-42d1-b0ac-5d2de4825fac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:26.394530 [ 199 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_61_12} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 23:42:26.394609 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.02.01 23:42:26.394813 [ 276 ] {874069f4-2cc3-42d1-b0ac-5d2de4825fac} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 23:42:26.395050 [ 276 ] {874069f4-2cc3-42d1-b0ac-5d2de4825fac} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:26.395157 [ 83 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 23:42:26.395176 [ 276 ] {874069f4-2cc3-42d1-b0ac-5d2de4825fac} executeQuery: Read 100 rows, 8.00 KiB in 0.001235 sec., 80971.65991902835 rows/sec., 6.32 MiB/sec. 2026.02.01 23:42:26.395183 [ 83 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:26.395206 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:26.395213 [ 276 ] {874069f4-2cc3-42d1-b0ac-5d2de4825fac} TCPHandler: Processed in 0.001396503 sec. 2026.02.01 23:42:26.395274 [ 186 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:42:26.395323 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:26.395369 [ 186 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:26.395398 [ 186 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 632 rows starting from the beginning of the part 2026.02.01 23:42:26.395422 [ 276 ] {2fb8e069-2724-4058-a97e-c31f699f2985} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:26.395441 [ 186 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 100 rows starting from the beginning of the part 2026.02.01 23:42:26.395471 [ 276 ] {2fb8e069-2724-4058-a97e-c31f699f2985} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:42:26.395484 [ 186 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 68 rows starting from the beginning of the part 2026.02.01 23:42:26.395525 [ 186 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 136 rows starting from the beginning of the part 2026.02.01 23:42:26.395557 [ 186 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 68 rows starting from the beginning of the part 2026.02.01 23:42:26.395591 [ 186 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 100 rows starting from the beginning of the part 2026.02.01 23:42:26.395884 [ 276 ] {2fb8e069-2724-4058-a97e-c31f699f2985} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:26.395925 [ 276 ] {2fb8e069-2724-4058-a97e-c31f699f2985} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:26.396291 [ 276 ] {2fb8e069-2724-4058-a97e-c31f699f2985} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 23:42:26.396410 [ 201 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1104 rows, containing 5 columns (5 merged, 0 gathered) in 0.001165419 sec., 947298.7826695807 rows/sec., 76.43 MiB/sec. 2026.02.01 23:42:26.396511 [ 276 ] {2fb8e069-2724-4058-a97e-c31f699f2985} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:26.396589 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 23:42:26.396621 [ 83 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 23:42:26.396650 [ 83 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:26.396651 [ 276 ] {2fb8e069-2724-4058-a97e-c31f699f2985} executeQuery: Read 160 rows, 11.41 KiB in 0.001249 sec., 128102.48198558849 rows/sec., 8.92 MiB/sec. 2026.02.01 23:42:26.396671 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:26.396694 [ 276 ] {2fb8e069-2724-4058-a97e-c31f699f2985} TCPHandler: Processed in 0.001419694 sec. 2026.02.01 23:42:26.396763 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:42:26.396804 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:26.396889 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_61_12} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:26.396897 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:26.396904 [ 276 ] {1b55d9f3-8ea7-46d4-9b71-15c33c446135} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:26.396947 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16697 rows starting from the beginning of the part 2026.02.01 23:42:26.396973 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_61_12} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 23:42:26.396979 [ 276 ] {1b55d9f3-8ea7-46d4-9b71-15c33c446135} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:42:26.397022 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2026.02.01 23:42:26.397054 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.02.01 23:42:26.397070 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:42:26.397116 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 196 rows starting from the beginning of the part 2026.02.01 23:42:26.397155 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2026.02.01 23:42:26.397195 [ 197 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2026.02.01 23:42:26.397838 [ 276 ] {1b55d9f3-8ea7-46d4-9b71-15c33c446135} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:26.397879 [ 276 ] {1b55d9f3-8ea7-46d4-9b71-15c33c446135} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:26.398493 [ 276 ] {1b55d9f3-8ea7-46d4-9b71-15c33c446135} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 23:42:26.398728 [ 276 ] {1b55d9f3-8ea7-46d4-9b71-15c33c446135} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:26.398866 [ 276 ] {1b55d9f3-8ea7-46d4-9b71-15c33c446135} executeQuery: Read 36 rows, 66.06 KiB in 0.001982 sec., 18163.471241170537 rows/sec., 32.55 MiB/sec. 2026.02.01 23:42:26.398918 [ 276 ] {1b55d9f3-8ea7-46d4-9b71-15c33c446135} TCPHandler: Processed in 0.002162266 sec. 2026.02.01 23:42:26.399031 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:26.399124 [ 276 ] {1885bc44-97d6-4b81-863a-5db76911b57d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:42:26.399166 [ 276 ] {1885bc44-97d6-4b81-863a-5db76911b57d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:42:26.399500 [ 276 ] {1885bc44-97d6-4b81-863a-5db76911b57d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:26.399534 [ 276 ] {1885bc44-97d6-4b81-863a-5db76911b57d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:26.399859 [ 276 ] {1885bc44-97d6-4b81-863a-5db76911b57d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 23:42:26.400068 [ 276 ] {1885bc44-97d6-4b81-863a-5db76911b57d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:26.400162 [ 83 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 23:42:26.400186 [ 83 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:26.400195 [ 276 ] {1885bc44-97d6-4b81-863a-5db76911b57d} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.02.01 23:42:26.400202 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:26.400231 [ 276 ] {1885bc44-97d6-4b81-863a-5db76911b57d} TCPHandler: Processed in 0.001248921 sec. 2026.02.01 23:42:26.400284 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:42:26.400405 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:26.400440 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3300 rows starting from the beginning of the part 2026.02.01 23:42:26.400499 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2026.02.01 23:42:26.400551 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:42:26.400599 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2026.02.01 23:42:26.400644 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2026.02.01 23:42:26.400688 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2026.02.01 23:42:26.402049 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3600 rows, containing 4 columns (4 merged, 0 gathered) in 0.00180149 sec., 1998345.8137430681 rows/sec., 134.67 MiB/sec. 2026.02.01 23:42:26.402399 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 23:42:26.402656 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_61_12} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:26.402731 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_61_12} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 23:42:26.402761 [ 187 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 17533 rows, containing 5 columns (5 merged, 0 gathered) in 0.006039601 sec., 2903006.3409817964 rows/sec., 199.58 MiB/sec. 2026.02.01 23:42:26.402802 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.02.01 23:42:26.402981 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 23:42:26.403207 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_61_12} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:26.403270 [ 201 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_61_12} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 23:42:26.403327 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.02.01 23:42:27.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 293.63 MiB, peak 305.87 MiB, free memory in arenas 0.00 B, will set to 296.41 MiB (RSS), difference: 2.77 MiB 2026.02.01 23:42:28.700755 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1016 2026.02.01 23:42:28.703052 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:28.703105 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:28.704340 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 23:42:28.704632 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:28.704794 [ 78 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 23:42:28.704862 [ 78 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:28.704887 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:28.704995 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::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.02.01 23:42:28.705021 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1016 2026.02.01 23:42:28.705605 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:28.705774 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 872 rows starting from the beginning of the part 2026.02.01 23:42:28.706161 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part 2026.02.01 23:42:28.706468 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2026.02.01 23:42:28.706781 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part 2026.02.01 23:42:28.707068 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part 2026.02.01 23:42:28.707351 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2026.02.01 23:42:28.715050 [ 195 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1016 rows, containing 72 columns (72 merged, 0 gathered) in 0.010101889 sec., 100575.24884702258 rows/sec., 80.52 MiB/sec. 2026.02.01 23:42:28.716446 [ 192 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 23:42:28.717131 [ 192 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_31_6} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:28.717222 [ 192 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_31_6} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 23:42:28.717512 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB. 2026.02.01 23:42:31.155925 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20670 2026.02.01 23:42:31.156497 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:31.156547 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:31.157123 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 23:42:31.157360 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:31.157489 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20670 2026.02.01 23:42:31.415959 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:31.416159 [ 276 ] {ffaf66a9-f6fc-429c-80e8-3e9f68d9c31a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:42:31.416233 [ 276 ] {ffaf66a9-f6fc-429c-80e8-3e9f68d9c31a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:42:31.416908 [ 276 ] {ffaf66a9-f6fc-429c-80e8-3e9f68d9c31a} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:31.416963 [ 276 ] {ffaf66a9-f6fc-429c-80e8-3e9f68d9c31a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:31.417361 [ 276 ] {ffaf66a9-f6fc-429c-80e8-3e9f68d9c31a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 23:42:31.417590 [ 276 ] {ffaf66a9-f6fc-429c-80e8-3e9f68d9c31a} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:31.417746 [ 276 ] {ffaf66a9-f6fc-429c-80e8-3e9f68d9c31a} executeQuery: Read 10 rows, 835.00 B in 0.001643 sec., 6086.427267194157 rows/sec., 496.31 KiB/sec. 2026.02.01 23:42:31.417787 [ 276 ] {ffaf66a9-f6fc-429c-80e8-3e9f68d9c31a} TCPHandler: Processed in 0.001966373 sec. 2026.02.01 23:42:31.417906 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:31.417999 [ 276 ] {29109222-18f0-49ee-b286-5cb99018412a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:42:31.418038 [ 276 ] {29109222-18f0-49ee-b286-5cb99018412a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:42:31.419048 [ 276 ] {29109222-18f0-49ee-b286-5cb99018412a} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:31.419084 [ 276 ] {29109222-18f0-49ee-b286-5cb99018412a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:31.419461 [ 276 ] {29109222-18f0-49ee-b286-5cb99018412a} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 23:42:31.419670 [ 276 ] {29109222-18f0-49ee-b286-5cb99018412a} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:31.419796 [ 276 ] {29109222-18f0-49ee-b286-5cb99018412a} executeQuery: Read 1209 rows, 102.12 KiB in 0.001814 sec., 666482.9106945975 rows/sec., 54.97 MiB/sec. 2026.02.01 23:42:31.419832 [ 276 ] {29109222-18f0-49ee-b286-5cb99018412a} TCPHandler: Processed in 0.001973193 sec. 2026.02.01 23:42:31.419941 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:31.420033 [ 276 ] {490156c1-7887-4992-a512-39c1708c710c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:42:31.420072 [ 276 ] {490156c1-7887-4992-a512-39c1708c710c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:42:31.420482 [ 276 ] {490156c1-7887-4992-a512-39c1708c710c} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:31.420517 [ 276 ] {490156c1-7887-4992-a512-39c1708c710c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:31.420807 [ 276 ] {490156c1-7887-4992-a512-39c1708c710c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 23:42:31.421012 [ 276 ] {490156c1-7887-4992-a512-39c1708c710c} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:31.421125 [ 76 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 23:42:31.421139 [ 276 ] {490156c1-7887-4992-a512-39c1708c710c} executeQuery: Read 14 rows, 1023.00 B in 0.001123 sec., 12466.60730186999 rows/sec., 889.60 KiB/sec. 2026.02.01 23:42:31.421194 [ 76 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:31.421202 [ 276 ] {490156c1-7887-4992-a512-39c1708c710c} TCPHandler: Processed in 0.001307222 sec. 2026.02.01 23:42:31.421225 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:31.421342 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:31.421349 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:42:31.421464 [ 276 ] {9eccbb80-408b-4b08-ac7a-fe5a257d81d5} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:42:31.421508 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:31.421516 [ 276 ] {9eccbb80-408b-4b08-ac7a-fe5a257d81d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:42:31.421553 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 70 rows starting from the beginning of the part 2026.02.01 23:42:31.421631 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 4 rows starting from the beginning of the part 2026.02.01 23:42:31.421683 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part 2026.02.01 23:42:31.421730 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part 2026.02.01 23:42:31.421776 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part 2026.02.01 23:42:31.421818 [ 198 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part 2026.02.01 23:42:31.422104 [ 276 ] {9eccbb80-408b-4b08-ac7a-fe5a257d81d5} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:31.422147 [ 276 ] {9eccbb80-408b-4b08-ac7a-fe5a257d81d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:31.422505 [ 276 ] {9eccbb80-408b-4b08-ac7a-fe5a257d81d5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 23:42:31.422671 [ 192 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.001380323 sec., 127506.38799759187 rows/sec., 9.83 MiB/sec. 2026.02.01 23:42:31.422734 [ 276 ] {9eccbb80-408b-4b08-ac7a-fe5a257d81d5} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:31.422822 [ 195 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 23:42:31.422873 [ 276 ] {9eccbb80-408b-4b08-ac7a-fe5a257d81d5} executeQuery: Read 228 rows, 15.81 KiB in 0.001433 sec., 159106.76901605024 rows/sec., 10.77 MiB/sec. 2026.02.01 23:42:31.422911 [ 276 ] {9eccbb80-408b-4b08-ac7a-fe5a257d81d5} TCPHandler: Processed in 0.001636047 sec. 2026.02.01 23:42:31.423012 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:31.423096 [ 195 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_56_11} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:31.423104 [ 276 ] {262b0e13-2e50-4112-91ac-e89639cb67ef} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:42:31.423145 [ 276 ] {262b0e13-2e50-4112-91ac-e89639cb67ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:42:31.423164 [ 195 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_56_11} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 23:42:31.423243 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 23:42:31.423714 [ 276 ] {262b0e13-2e50-4112-91ac-e89639cb67ef} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:31.423750 [ 276 ] {262b0e13-2e50-4112-91ac-e89639cb67ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:31.424085 [ 276 ] {262b0e13-2e50-4112-91ac-e89639cb67ef} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 23:42:31.424297 [ 276 ] {262b0e13-2e50-4112-91ac-e89639cb67ef} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:31.424425 [ 276 ] {262b0e13-2e50-4112-91ac-e89639cb67ef} executeQuery: Read 534 rows, 40.54 KiB in 0.00134 sec., 398507.46268656716 rows/sec., 29.54 MiB/sec. 2026.02.01 23:42:31.424463 [ 276 ] {262b0e13-2e50-4112-91ac-e89639cb67ef} TCPHandler: Processed in 0.001497705 sec. 2026.02.01 23:42:31.424571 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:31.424665 [ 276 ] {d52ad4dc-8433-4e07-80a3-b623f0512061} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:31.424709 [ 276 ] {d52ad4dc-8433-4e07-80a3-b623f0512061} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:42:31.425284 [ 276 ] {d52ad4dc-8433-4e07-80a3-b623f0512061} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:31.425320 [ 276 ] {d52ad4dc-8433-4e07-80a3-b623f0512061} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:31.425709 [ 276 ] {d52ad4dc-8433-4e07-80a3-b623f0512061} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 23:42:31.425917 [ 276 ] {d52ad4dc-8433-4e07-80a3-b623f0512061} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:31.426044 [ 276 ] {d52ad4dc-8433-4e07-80a3-b623f0512061} executeQuery: Read 849 rows, 58.52 KiB in 0.001398 sec., 607296.1373390558 rows/sec., 40.88 MiB/sec. 2026.02.01 23:42:31.426080 [ 276 ] {d52ad4dc-8433-4e07-80a3-b623f0512061} TCPHandler: Processed in 0.001557016 sec. 2026.02.01 23:42:31.426191 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:31.426284 [ 276 ] {aca4bff3-aea1-4792-b437-0a1fb60cd333} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:31.426338 [ 276 ] {aca4bff3-aea1-4792-b437-0a1fb60cd333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:42:31.427095 [ 276 ] {aca4bff3-aea1-4792-b437-0a1fb60cd333} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:31.427131 [ 276 ] {aca4bff3-aea1-4792-b437-0a1fb60cd333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:31.427642 [ 276 ] {aca4bff3-aea1-4792-b437-0a1fb60cd333} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 23:42:31.427871 [ 276 ] {aca4bff3-aea1-4792-b437-0a1fb60cd333} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:31.428010 [ 276 ] {aca4bff3-aea1-4792-b437-0a1fb60cd333} executeQuery: Read 4 rows, 7.34 KiB in 0.001745 sec., 2292.2636103151863 rows/sec., 4.11 MiB/sec. 2026.02.01 23:42:31.428071 [ 276 ] {aca4bff3-aea1-4792-b437-0a1fb60cd333} TCPHandler: Processed in 0.001926853 sec. 2026.02.01 23:42:31.428188 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:31.428280 [ 276 ] {50cd3ede-f83f-4ccc-b7f8-5f2c6b12890b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:42:31.428321 [ 276 ] {50cd3ede-f83f-4ccc-b7f8-5f2c6b12890b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:42:31.428658 [ 276 ] {50cd3ede-f83f-4ccc-b7f8-5f2c6b12890b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:31.428693 [ 276 ] {50cd3ede-f83f-4ccc-b7f8-5f2c6b12890b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:31.428996 [ 276 ] {50cd3ede-f83f-4ccc-b7f8-5f2c6b12890b} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 23:42:31.429203 [ 276 ] {50cd3ede-f83f-4ccc-b7f8-5f2c6b12890b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:31.429330 [ 276 ] {50cd3ede-f83f-4ccc-b7f8-5f2c6b12890b} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2026.02.01 23:42:31.429365 [ 276 ] {50cd3ede-f83f-4ccc-b7f8-5f2c6b12890b} TCPHandler: Processed in 0.00122487 sec. 2026.02.01 23:42:32.253165 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.02.01 23:42:32.269973 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:32.270037 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.01 23:42:32.276081 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 23:42:32.276819 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:32.279653 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.02.01 23:42:36.390079 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:36.390403 [ 276 ] {3403fcbe-5ae9-4410-a61b-5f0bd61c67ff} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:42:36.390488 [ 276 ] {3403fcbe-5ae9-4410-a61b-5f0bd61c67ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:42:36.391169 [ 276 ] {3403fcbe-5ae9-4410-a61b-5f0bd61c67ff} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:36.391211 [ 276 ] {3403fcbe-5ae9-4410-a61b-5f0bd61c67ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:36.391613 [ 276 ] {3403fcbe-5ae9-4410-a61b-5f0bd61c67ff} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 23:42:36.391847 [ 276 ] {3403fcbe-5ae9-4410-a61b-5f0bd61c67ff} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:36.392005 [ 276 ] {3403fcbe-5ae9-4410-a61b-5f0bd61c67ff} executeQuery: Read 128 rows, 11.29 KiB in 0.001694 sec., 75560.8028335301 rows/sec., 6.51 MiB/sec. 2026.02.01 23:42:36.392054 [ 276 ] {3403fcbe-5ae9-4410-a61b-5f0bd61c67ff} TCPHandler: Processed in 0.002157366 sec. 2026.02.01 23:42:36.392193 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:36.392296 [ 276 ] {79a47ffd-1c1c-488c-a469-ad70936b9598} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:42:36.392340 [ 276 ] {79a47ffd-1c1c-488c-a469-ad70936b9598} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:42:36.392774 [ 276 ] {79a47ffd-1c1c-488c-a469-ad70936b9598} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:36.392808 [ 276 ] {79a47ffd-1c1c-488c-a469-ad70936b9598} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:36.393134 [ 276 ] {79a47ffd-1c1c-488c-a469-ad70936b9598} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 23:42:36.393345 [ 276 ] {79a47ffd-1c1c-488c-a469-ad70936b9598} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:36.393474 [ 276 ] {79a47ffd-1c1c-488c-a469-ad70936b9598} executeQuery: Read 36 rows, 2.71 KiB in 0.001202 sec., 29950.083194675542 rows/sec., 2.20 MiB/sec. 2026.02.01 23:42:36.393511 [ 276 ] {79a47ffd-1c1c-488c-a469-ad70936b9598} TCPHandler: Processed in 0.001369843 sec. 2026.02.01 23:42:36.393620 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:36.393715 [ 276 ] {14a085a5-6b85-4e3a-984c-0be3c357a5fe} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:42:36.393756 [ 276 ] {14a085a5-6b85-4e3a-984c-0be3c357a5fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:42:36.394170 [ 276 ] {14a085a5-6b85-4e3a-984c-0be3c357a5fe} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:36.394204 [ 276 ] {14a085a5-6b85-4e3a-984c-0be3c357a5fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:36.394507 [ 276 ] {14a085a5-6b85-4e3a-984c-0be3c357a5fe} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 23:42:36.394711 [ 276 ] {14a085a5-6b85-4e3a-984c-0be3c357a5fe} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:36.394837 [ 276 ] {14a085a5-6b85-4e3a-984c-0be3c357a5fe} executeQuery: Read 100 rows, 8.00 KiB in 0.001141 sec., 87642.41893076248 rows/sec., 6.85 MiB/sec. 2026.02.01 23:42:36.394875 [ 276 ] {14a085a5-6b85-4e3a-984c-0be3c357a5fe} TCPHandler: Processed in 0.001303431 sec. 2026.02.01 23:42:36.394990 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:36.395084 [ 276 ] {3eb1f77e-a6ac-4f81-a488-d0786da2420b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:36.395127 [ 276 ] {3eb1f77e-a6ac-4f81-a488-d0786da2420b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:42:36.395520 [ 276 ] {3eb1f77e-a6ac-4f81-a488-d0786da2420b} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:36.395555 [ 276 ] {3eb1f77e-a6ac-4f81-a488-d0786da2420b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:36.395872 [ 276 ] {3eb1f77e-a6ac-4f81-a488-d0786da2420b} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 23:42:36.396076 [ 276 ] {3eb1f77e-a6ac-4f81-a488-d0786da2420b} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:36.396206 [ 276 ] {3eb1f77e-a6ac-4f81-a488-d0786da2420b} executeQuery: Read 160 rows, 11.41 KiB in 0.00114 sec., 140350.87719298247 rows/sec., 9.78 MiB/sec. 2026.02.01 23:42:36.396242 [ 276 ] {3eb1f77e-a6ac-4f81-a488-d0786da2420b} TCPHandler: Processed in 0.001300291 sec. 2026.02.01 23:42:36.396350 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:36.396443 [ 276 ] {8de39ea6-60b0-404d-8935-36b992bc9275} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:36.396497 [ 276 ] {8de39ea6-60b0-404d-8935-36b992bc9275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:42:36.397314 [ 276 ] {8de39ea6-60b0-404d-8935-36b992bc9275} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:36.397348 [ 276 ] {8de39ea6-60b0-404d-8935-36b992bc9275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:36.397927 [ 276 ] {8de39ea6-60b0-404d-8935-36b992bc9275} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 23:42:36.398147 [ 276 ] {8de39ea6-60b0-404d-8935-36b992bc9275} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:36.398285 [ 276 ] {8de39ea6-60b0-404d-8935-36b992bc9275} executeQuery: Read 36 rows, 66.06 KiB in 0.001859 sec., 19365.250134480902 rows/sec., 34.70 MiB/sec. 2026.02.01 23:42:36.398346 [ 276 ] {8de39ea6-60b0-404d-8935-36b992bc9275} TCPHandler: Processed in 0.002043174 sec. 2026.02.01 23:42:36.398459 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:36.398553 [ 276 ] {3619e354-d849-4270-b9d4-ea669beb505b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:42:36.398594 [ 276 ] {3619e354-d849-4270-b9d4-ea669beb505b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:42:36.398924 [ 276 ] {3619e354-d849-4270-b9d4-ea669beb505b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:36.398958 [ 276 ] {3619e354-d849-4270-b9d4-ea669beb505b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:36.399252 [ 276 ] {3619e354-d849-4270-b9d4-ea669beb505b} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 23:42:36.399459 [ 276 ] {3619e354-d849-4270-b9d4-ea669beb505b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:36.399585 [ 276 ] {3619e354-d849-4270-b9d4-ea669beb505b} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2026.02.01 23:42:36.399619 [ 276 ] {3619e354-d849-4270-b9d4-ea669beb505b} TCPHandler: Processed in 0.001208701 sec. 2026.02.01 23:42:38.520353 [ 69 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:42:38.520407 [ 69 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:42:38.657671 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21118 2026.02.01 23:42:38.658460 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:38.658498 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:38.659008 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 23:42:38.659258 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:38.659403 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21118 2026.02.01 23:42:38.705314 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1044 2026.02.01 23:42:38.707847 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:38.707902 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:38.709181 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 23:42:38.709481 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:38.709868 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1044 2026.02.01 23:42:39.779960 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.02.01 23:42:39.797617 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:39.797680 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:39.803956 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 23:42:39.804694 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:39.808154 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.02.01 23:42:41.388377 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:41.388626 [ 276 ] {2db4d6c0-b71e-424f-82a6-62b7ccab6adb} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:42:41.388695 [ 276 ] {2db4d6c0-b71e-424f-82a6-62b7ccab6adb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:42:41.389422 [ 276 ] {2db4d6c0-b71e-424f-82a6-62b7ccab6adb} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:41.389475 [ 276 ] {2db4d6c0-b71e-424f-82a6-62b7ccab6adb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:41.389873 [ 276 ] {2db4d6c0-b71e-424f-82a6-62b7ccab6adb} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 23:42:41.390112 [ 276 ] {2db4d6c0-b71e-424f-82a6-62b7ccab6adb} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:41.390278 [ 276 ] {2db4d6c0-b71e-424f-82a6-62b7ccab6adb} executeQuery: Read 64 rows, 5.19 KiB in 0.001705 sec., 37536.6568914956 rows/sec., 2.97 MiB/sec. 2026.02.01 23:42:41.390329 [ 276 ] {2db4d6c0-b71e-424f-82a6-62b7ccab6adb} TCPHandler: Processed in 0.002145816 sec. 2026.02.01 23:42:41.390455 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:41.390560 [ 276 ] {97b455d2-bcf9-471e-aaa3-ed7a3b6c6f5c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:42:41.390604 [ 276 ] {97b455d2-bcf9-471e-aaa3-ed7a3b6c6f5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:42:41.391032 [ 276 ] {97b455d2-bcf9-471e-aaa3-ed7a3b6c6f5c} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:41.391070 [ 276 ] {97b455d2-bcf9-471e-aaa3-ed7a3b6c6f5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:41.391369 [ 276 ] {97b455d2-bcf9-471e-aaa3-ed7a3b6c6f5c} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 23:42:41.391587 [ 276 ] {97b455d2-bcf9-471e-aaa3-ed7a3b6c6f5c} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:41.391724 [ 276 ] {97b455d2-bcf9-471e-aaa3-ed7a3b6c6f5c} executeQuery: Read 4 rows, 308.00 B in 0.001188 sec., 3367.0033670033667 rows/sec., 253.18 KiB/sec. 2026.02.01 23:42:41.391761 [ 276 ] {97b455d2-bcf9-471e-aaa3-ed7a3b6c6f5c} TCPHandler: Processed in 0.001358802 sec. 2026.02.01 23:42:41.391883 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:41.391979 [ 276 ] {0043f3b0-5bc2-46aa-a8b6-6e0ee21fb320} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:42:41.392019 [ 276 ] {0043f3b0-5bc2-46aa-a8b6-6e0ee21fb320} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:42:41.392434 [ 276 ] {0043f3b0-5bc2-46aa-a8b6-6e0ee21fb320} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:41.392470 [ 276 ] {0043f3b0-5bc2-46aa-a8b6-6e0ee21fb320} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:41.392771 [ 276 ] {0043f3b0-5bc2-46aa-a8b6-6e0ee21fb320} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 23:42:41.392979 [ 276 ] {0043f3b0-5bc2-46aa-a8b6-6e0ee21fb320} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:41.393107 [ 276 ] {0043f3b0-5bc2-46aa-a8b6-6e0ee21fb320} executeQuery: Read 68 rows, 5.44 KiB in 0.001147 sec., 59285.09154315606 rows/sec., 4.63 MiB/sec. 2026.02.01 23:42:41.393144 [ 276 ] {0043f3b0-5bc2-46aa-a8b6-6e0ee21fb320} TCPHandler: Processed in 0.001310472 sec. 2026.02.01 23:42:41.393253 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:41.393347 [ 276 ] {8f223502-aa2a-4687-95e1-92277f3b0ce8} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:41.393390 [ 276 ] {8f223502-aa2a-4687-95e1-92277f3b0ce8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:42:41.393796 [ 276 ] {8f223502-aa2a-4687-95e1-92277f3b0ce8} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:41.393832 [ 276 ] {8f223502-aa2a-4687-95e1-92277f3b0ce8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:41.394154 [ 276 ] {8f223502-aa2a-4687-95e1-92277f3b0ce8} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 23:42:41.394362 [ 276 ] {8f223502-aa2a-4687-95e1-92277f3b0ce8} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:41.394492 [ 276 ] {8f223502-aa2a-4687-95e1-92277f3b0ce8} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.02.01 23:42:41.394529 [ 276 ] {8f223502-aa2a-4687-95e1-92277f3b0ce8} TCPHandler: Processed in 0.001324173 sec. 2026.02.01 23:42:41.394628 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:41.394722 [ 276 ] {a08e9c94-42a9-44b4-900d-7a5d09ad3e3f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:41.394777 [ 276 ] {a08e9c94-42a9-44b4-900d-7a5d09ad3e3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:42:41.395521 [ 276 ] {a08e9c94-42a9-44b4-900d-7a5d09ad3e3f} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:41.395558 [ 276 ] {a08e9c94-42a9-44b4-900d-7a5d09ad3e3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:41.396066 [ 276 ] {a08e9c94-42a9-44b4-900d-7a5d09ad3e3f} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 23:42:41.396304 [ 276 ] {a08e9c94-42a9-44b4-900d-7a5d09ad3e3f} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:41.396426 [ 66 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 23:42:41.396446 [ 276 ] {a08e9c94-42a9-44b4-900d-7a5d09ad3e3f} executeQuery: Read 4 rows, 7.34 KiB in 0.001741 sec., 2297.5301550832855 rows/sec., 4.12 MiB/sec. 2026.02.01 23:42:41.396495 [ 66 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:41.396524 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:41.396530 [ 276 ] {a08e9c94-42a9-44b4-900d-7a5d09ad3e3f} TCPHandler: Processed in 0.001949813 sec. 2026.02.01 23:42:41.396638 [ 198 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:42:41.396653 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:41.396766 [ 276 ] {1ff12049-ad61-41b7-8abe-5eac1c7e997d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:42:41.396809 [ 276 ] {1ff12049-ad61-41b7-8abe-5eac1c7e997d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:42:41.396897 [ 198 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:41.396975 [ 198 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1095 rows starting from the beginning of the part 2026.02.01 23:42:41.397115 [ 198 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 4 rows starting from the beginning of the part 2026.02.01 23:42:41.397145 [ 276 ] {1ff12049-ad61-41b7-8abe-5eac1c7e997d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:41.397184 [ 276 ] {1ff12049-ad61-41b7-8abe-5eac1c7e997d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:41.397228 [ 198 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part 2026.02.01 23:42:41.397340 [ 198 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part 2026.02.01 23:42:41.397443 [ 198 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part 2026.02.01 23:42:41.397512 [ 276 ] {1ff12049-ad61-41b7-8abe-5eac1c7e997d} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 23:42:41.397537 [ 198 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part 2026.02.01 23:42:41.397744 [ 276 ] {1ff12049-ad61-41b7-8abe-5eac1c7e997d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:41.397888 [ 276 ] {1ff12049-ad61-41b7-8abe-5eac1c7e997d} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2026.02.01 23:42:41.397925 [ 276 ] {1ff12049-ad61-41b7-8abe-5eac1c7e997d} TCPHandler: Processed in 0.001320722 sec. 2026.02.01 23:42:41.404356 [ 195 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1179 rows, containing 19 columns (19 merged, 0 gathered) in 0.007764709 sec., 151840.84812450796 rows/sec., 272.09 MiB/sec. 2026.02.01 23:42:41.405911 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 23:42:41.406261 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_56_11} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:41.406326 [ 191 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_56_11} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 23:42:41.406478 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.51 MiB. 2026.02.01 23:42:42.000266 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 298.84 MiB, peak 310.30 MiB, free memory in arenas 0.00 B, will set to 302.71 MiB (RSS), difference: 3.87 MiB 2026.02.01 23:42:46.159621 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21630 2026.02.01 23:42:46.160516 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:46.160594 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:46.161154 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 23:42:46.161389 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:46.161530 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21630 2026.02.01 23:42:46.392022 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:46.392207 [ 276 ] {99ecfd00-b8f3-496c-81b0-21cb3371a9d3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:42:46.392275 [ 276 ] {99ecfd00-b8f3-496c-81b0-21cb3371a9d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:42:46.392944 [ 276 ] {99ecfd00-b8f3-496c-81b0-21cb3371a9d3} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:46.392996 [ 276 ] {99ecfd00-b8f3-496c-81b0-21cb3371a9d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:46.393394 [ 276 ] {99ecfd00-b8f3-496c-81b0-21cb3371a9d3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:42:46.393624 [ 276 ] {99ecfd00-b8f3-496c-81b0-21cb3371a9d3} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:46.393794 [ 276 ] {99ecfd00-b8f3-496c-81b0-21cb3371a9d3} executeQuery: Read 24 rows, 2.04 KiB in 0.001638 sec., 14652.014652014654 rows/sec., 1.22 MiB/sec. 2026.02.01 23:42:46.393845 [ 276 ] {99ecfd00-b8f3-496c-81b0-21cb3371a9d3} TCPHandler: Processed in 0.001956413 sec. 2026.02.01 23:42:46.393979 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:46.394083 [ 276 ] {935b2331-809d-4bbe-9dc4-e18a07bc7642} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:42:46.394126 [ 276 ] {935b2331-809d-4bbe-9dc4-e18a07bc7642} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:42:46.394583 [ 276 ] {935b2331-809d-4bbe-9dc4-e18a07bc7642} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:46.394621 [ 276 ] {935b2331-809d-4bbe-9dc4-e18a07bc7642} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:46.394925 [ 276 ] {935b2331-809d-4bbe-9dc4-e18a07bc7642} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 23:42:46.395147 [ 276 ] {935b2331-809d-4bbe-9dc4-e18a07bc7642} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:46.395281 [ 276 ] {935b2331-809d-4bbe-9dc4-e18a07bc7642} executeQuery: Read 6 rows, 501.00 B in 0.001222 sec., 4909.983633387888 rows/sec., 400.37 KiB/sec. 2026.02.01 23:42:46.395324 [ 276 ] {935b2331-809d-4bbe-9dc4-e18a07bc7642} TCPHandler: Processed in 0.001396553 sec. 2026.02.01 23:42:46.395445 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:46.395539 [ 276 ] {5c21914b-a0b8-4563-bb59-5d11c67552a5} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:42:46.395579 [ 276 ] {5c21914b-a0b8-4563-bb59-5d11c67552a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:42:46.396138 [ 276 ] {5c21914b-a0b8-4563-bb59-5d11c67552a5} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:46.396175 [ 276 ] {5c21914b-a0b8-4563-bb59-5d11c67552a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:46.396494 [ 276 ] {5c21914b-a0b8-4563-bb59-5d11c67552a5} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 23:42:46.396701 [ 276 ] {5c21914b-a0b8-4563-bb59-5d11c67552a5} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:46.396836 [ 276 ] {5c21914b-a0b8-4563-bb59-5d11c67552a5} executeQuery: Read 251 rows, 22.97 KiB in 0.001316 sec., 190729.48328267477 rows/sec., 17.05 MiB/sec. 2026.02.01 23:42:46.396873 [ 276 ] {5c21914b-a0b8-4563-bb59-5d11c67552a5} TCPHandler: Processed in 0.001476865 sec. 2026.02.01 23:42:46.396995 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:46.397091 [ 276 ] {1d83ed8d-4ad9-4293-896b-c0ed475a689f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:42:46.397131 [ 276 ] {1d83ed8d-4ad9-4293-896b-c0ed475a689f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:42:46.397540 [ 276 ] {1d83ed8d-4ad9-4293-896b-c0ed475a689f} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:46.397576 [ 276 ] {1d83ed8d-4ad9-4293-896b-c0ed475a689f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:46.397872 [ 276 ] {1d83ed8d-4ad9-4293-896b-c0ed475a689f} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 23:42:46.398085 [ 276 ] {1d83ed8d-4ad9-4293-896b-c0ed475a689f} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:46.398214 [ 276 ] {1d83ed8d-4ad9-4293-896b-c0ed475a689f} executeQuery: Read 54 rows, 4.09 KiB in 0.001142 sec., 47285.46409807356 rows/sec., 3.49 MiB/sec. 2026.02.01 23:42:46.398251 [ 276 ] {1d83ed8d-4ad9-4293-896b-c0ed475a689f} TCPHandler: Processed in 0.001304881 sec. 2026.02.01 23:42:46.398351 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:46.398443 [ 276 ] {55a625ea-55d1-4ba1-9a04-ca29961f6c36} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:42:46.398481 [ 276 ] {55a625ea-55d1-4ba1-9a04-ca29961f6c36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:42:46.398870 [ 276 ] {55a625ea-55d1-4ba1-9a04-ca29961f6c36} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:46.398905 [ 276 ] {55a625ea-55d1-4ba1-9a04-ca29961f6c36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:46.399194 [ 276 ] {55a625ea-55d1-4ba1-9a04-ca29961f6c36} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 23:42:46.399406 [ 276 ] {55a625ea-55d1-4ba1-9a04-ca29961f6c36} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:46.399535 [ 276 ] {55a625ea-55d1-4ba1-9a04-ca29961f6c36} executeQuery: Read 24 rows, 2.04 KiB in 0.001109 sec., 21641.11812443643 rows/sec., 1.80 MiB/sec. 2026.02.01 23:42:46.399572 [ 276 ] {55a625ea-55d1-4ba1-9a04-ca29961f6c36} TCPHandler: Processed in 0.001269121 sec. 2026.02.01 23:42:46.399704 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:46.399822 [ 276 ] {2ace3e0b-6a0a-4875-914d-7106e3ec3d1b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:42:46.399870 [ 276 ] {2ace3e0b-6a0a-4875-914d-7106e3ec3d1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:42:46.400331 [ 276 ] {2ace3e0b-6a0a-4875-914d-7106e3ec3d1b} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:46.400373 [ 276 ] {2ace3e0b-6a0a-4875-914d-7106e3ec3d1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:46.400729 [ 276 ] {2ace3e0b-6a0a-4875-914d-7106e3ec3d1b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 23:42:46.400952 [ 276 ] {2ace3e0b-6a0a-4875-914d-7106e3ec3d1b} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:46.401089 [ 276 ] {2ace3e0b-6a0a-4875-914d-7106e3ec3d1b} executeQuery: Read 12 rows, 960.00 B in 0.001291 sec., 9295.120061967467 rows/sec., 726.18 KiB/sec. 2026.02.01 23:42:46.401127 [ 276 ] {2ace3e0b-6a0a-4875-914d-7106e3ec3d1b} TCPHandler: Processed in 0.001481555 sec. 2026.02.01 23:42:46.401225 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:46.401317 [ 276 ] {a4573af7-c708-4056-9db0-4072ce27402d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:42:46.401356 [ 276 ] {a4573af7-c708-4056-9db0-4072ce27402d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:42:46.401842 [ 276 ] {a4573af7-c708-4056-9db0-4072ce27402d} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:46.401883 [ 276 ] {a4573af7-c708-4056-9db0-4072ce27402d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:46.402191 [ 276 ] {a4573af7-c708-4056-9db0-4072ce27402d} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 23:42:46.402399 [ 276 ] {a4573af7-c708-4056-9db0-4072ce27402d} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:46.402532 [ 276 ] {a4573af7-c708-4056-9db0-4072ce27402d} executeQuery: Read 142 rows, 11.75 KiB in 0.001232 sec., 115259.74025974025 rows/sec., 9.31 MiB/sec. 2026.02.01 23:42:46.402569 [ 276 ] {a4573af7-c708-4056-9db0-4072ce27402d} TCPHandler: Processed in 0.001390443 sec. 2026.02.01 23:42:46.402674 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:46.402768 [ 276 ] {295604e8-ac44-4653-a50d-941484d9aa58} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:46.402811 [ 276 ] {295604e8-ac44-4653-a50d-941484d9aa58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:42:46.403243 [ 276 ] {295604e8-ac44-4653-a50d-941484d9aa58} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:46.403280 [ 276 ] {295604e8-ac44-4653-a50d-941484d9aa58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:46.403617 [ 276 ] {295604e8-ac44-4653-a50d-941484d9aa58} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 23:42:46.403838 [ 276 ] {295604e8-ac44-4653-a50d-941484d9aa58} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:46.403982 [ 276 ] {295604e8-ac44-4653-a50d-941484d9aa58} executeQuery: Read 199 rows, 14.61 KiB in 0.001233 sec., 161394.97161394972 rows/sec., 11.57 MiB/sec. 2026.02.01 23:42:46.404019 [ 276 ] {295604e8-ac44-4653-a50d-941484d9aa58} TCPHandler: Processed in 0.001391704 sec. 2026.02.01 23:42:46.404130 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:46.404223 [ 276 ] {95ccf00b-4295-44fe-9f6c-99de6af85e55} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:46.404276 [ 276 ] {95ccf00b-4295-44fe-9f6c-99de6af85e55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:42:46.405135 [ 276 ] {95ccf00b-4295-44fe-9f6c-99de6af85e55} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:46.405172 [ 276 ] {95ccf00b-4295-44fe-9f6c-99de6af85e55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:46.405728 [ 276 ] {95ccf00b-4295-44fe-9f6c-99de6af85e55} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 23:42:46.405948 [ 276 ] {95ccf00b-4295-44fe-9f6c-99de6af85e55} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:46.406083 [ 276 ] {95ccf00b-4295-44fe-9f6c-99de6af85e55} executeQuery: Read 36 rows, 66.06 KiB in 0.001878 sec., 19169.32907348243 rows/sec., 34.35 MiB/sec. 2026.02.01 23:42:46.406134 [ 276 ] {95ccf00b-4295-44fe-9f6c-99de6af85e55} TCPHandler: Processed in 0.002050664 sec. 2026.02.01 23:42:46.406246 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:46.406338 [ 276 ] {8eaaeaa6-68cb-4c3d-bbfd-6cc30bf82799} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:42:46.406378 [ 276 ] {8eaaeaa6-68cb-4c3d-bbfd-6cc30bf82799} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:42:46.406707 [ 276 ] {8eaaeaa6-68cb-4c3d-bbfd-6cc30bf82799} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:46.406743 [ 276 ] {8eaaeaa6-68cb-4c3d-bbfd-6cc30bf82799} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:46.407043 [ 276 ] {8eaaeaa6-68cb-4c3d-bbfd-6cc30bf82799} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 23:42:46.407247 [ 276 ] {8eaaeaa6-68cb-4c3d-bbfd-6cc30bf82799} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:46.407381 [ 276 ] {8eaaeaa6-68cb-4c3d-bbfd-6cc30bf82799} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2026.02.01 23:42:46.407415 [ 276 ] {8eaaeaa6-68cb-4c3d-bbfd-6cc30bf82799} TCPHandler: Processed in 0.001217141 sec. 2026.02.01 23:42:47.308313 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.02.01 23:42:47.325151 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:47.325202 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:47.331668 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 23:42:47.332444 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:47.335423 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.02.01 23:42:48.710204 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1076 2026.02.01 23:42:48.712891 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:48.712952 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:48.714188 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 23:42:48.714480 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:48.714911 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1076 2026.02.01 23:42:51.388750 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:51.388936 [ 276 ] {1b482370-496d-4a93-8fd4-de161de83f3e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:42:51.389006 [ 276 ] {1b482370-496d-4a93-8fd4-de161de83f3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:42:51.389652 [ 276 ] {1b482370-496d-4a93-8fd4-de161de83f3e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:51.389703 [ 276 ] {1b482370-496d-4a93-8fd4-de161de83f3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:51.390116 [ 276 ] {1b482370-496d-4a93-8fd4-de161de83f3e} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 23:42:51.390360 [ 276 ] {1b482370-496d-4a93-8fd4-de161de83f3e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:51.390519 [ 53 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 23:42:51.390525 [ 276 ] {1b482370-496d-4a93-8fd4-de161de83f3e} executeQuery: Read 64 rows, 5.19 KiB in 0.001639 sec., 39048.20012202562 rows/sec., 3.09 MiB/sec. 2026.02.01 23:42:51.390623 [ 53 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:51.390631 [ 276 ] {1b482370-496d-4a93-8fd4-de161de83f3e} TCPHandler: Processed in 0.002014743 sec. 2026.02.01 23:42:51.390667 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:51.390768 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:51.390771 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:42:51.390873 [ 276 ] {824fdabc-4316-40ac-ba96-fbe339732bc0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:42:51.390879 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:51.390915 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1406 rows starting from the beginning of the part 2026.02.01 23:42:51.390916 [ 276 ] {824fdabc-4316-40ac-ba96-fbe339732bc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:42:51.390976 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1209 rows starting from the beginning of the part 2026.02.01 23:42:51.391026 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 128 rows starting from the beginning of the part 2026.02.01 23:42:51.391069 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part 2026.02.01 23:42:51.391110 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 251 rows starting from the beginning of the part 2026.02.01 23:42:51.391151 [ 195 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part 2026.02.01 23:42:51.391331 [ 276 ] {824fdabc-4316-40ac-ba96-fbe339732bc0} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:51.391367 [ 276 ] {824fdabc-4316-40ac-ba96-fbe339732bc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:51.391675 [ 276 ] {824fdabc-4316-40ac-ba96-fbe339732bc0} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 23:42:51.391901 [ 276 ] {824fdabc-4316-40ac-ba96-fbe339732bc0} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:51.392040 [ 276 ] {824fdabc-4316-40ac-ba96-fbe339732bc0} executeQuery: Read 4 rows, 308.00 B in 0.001188 sec., 3367.0033670033667 rows/sec., 253.18 KiB/sec. 2026.02.01 23:42:51.392078 [ 276 ] {824fdabc-4316-40ac-ba96-fbe339732bc0} TCPHandler: Processed in 0.001359733 sec. 2026.02.01 23:42:51.392179 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:51.392273 [ 276 ] {ab2876f6-5b87-4ba5-b000-7382f8409df4} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:42:51.392314 [ 276 ] {ab2876f6-5b87-4ba5-b000-7382f8409df4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:42:51.392549 [ 188 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3122 rows, containing 5 columns (5 merged, 0 gathered) in 0.00181294 sec., 1722064.7125663287 rows/sec., 150.72 MiB/sec. 2026.02.01 23:42:51.392727 [ 276 ] {ab2876f6-5b87-4ba5-b000-7382f8409df4} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:51.392773 [ 276 ] {ab2876f6-5b87-4ba5-b000-7382f8409df4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:51.392824 [ 196 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 23:42:51.393129 [ 276 ] {ab2876f6-5b87-4ba5-b000-7382f8409df4} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 23:42:51.393184 [ 196 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_66_13} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:51.393283 [ 196 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_66_13} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 23:42:51.393377 [ 276 ] {ab2876f6-5b87-4ba5-b000-7382f8409df4} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:51.393403 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.02.01 23:42:51.393497 [ 53 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 23:42:51.393519 [ 276 ] {ab2876f6-5b87-4ba5-b000-7382f8409df4} executeQuery: Read 68 rows, 5.44 KiB in 0.001263 sec., 53840.06334125099 rows/sec., 4.20 MiB/sec. 2026.02.01 23:42:51.393532 [ 53 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:51.393563 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:51.393565 [ 276 ] {ab2876f6-5b87-4ba5-b000-7382f8409df4} TCPHandler: Processed in 0.001436124 sec. 2026.02.01 23:42:51.393629 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:42:51.393687 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:51.393708 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:51.393730 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 632 rows starting from the beginning of the part 2026.02.01 23:42:51.393776 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 534 rows starting from the beginning of the part 2026.02.01 23:42:51.393780 [ 276 ] {98c80c49-ad00-4d2c-9143-511cecfabffe} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:51.393812 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 100 rows starting from the beginning of the part 2026.02.01 23:42:51.393830 [ 276 ] {98c80c49-ad00-4d2c-9143-511cecfabffe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:42:51.393848 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 68 rows starting from the beginning of the part 2026.02.01 23:42:51.393890 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 142 rows starting from the beginning of the part 2026.02.01 23:42:51.393925 [ 195 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 68 rows starting from the beginning of the part 2026.02.01 23:42:51.394234 [ 276 ] {98c80c49-ad00-4d2c-9143-511cecfabffe} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:51.394269 [ 276 ] {98c80c49-ad00-4d2c-9143-511cecfabffe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:51.394604 [ 276 ] {98c80c49-ad00-4d2c-9143-511cecfabffe} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 23:42:51.394806 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 5 columns (5 merged, 0 gathered) in 0.00120341 sec., 1283020.7493705386 rows/sec., 102.22 MiB/sec. 2026.02.01 23:42:51.394829 [ 276 ] {98c80c49-ad00-4d2c-9143-511cecfabffe} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:51.394947 [ 53 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 23:42:51.394970 [ 276 ] {98c80c49-ad00-4d2c-9143-511cecfabffe} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2026.02.01 23:42:51.394980 [ 53 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:51.394988 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 23:42:51.395016 [ 276 ] {98c80c49-ad00-4d2c-9143-511cecfabffe} TCPHandler: Processed in 0.001379903 sec. 2026.02.01 23:42:51.395019 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:51.395135 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:51.395141 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:42:51.395237 [ 276 ] {d411de50-3d2e-4a2c-a692-84553435805f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:51.395278 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:51.395301 [ 276 ] {d411de50-3d2e-4a2c-a692-84553435805f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:42:51.395320 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17533 rows starting from the beginning of the part 2026.02.01 23:42:51.395341 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_66_13} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:51.395389 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 849 rows starting from the beginning of the part 2026.02.01 23:42:51.395439 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_66_13} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 23:42:51.395442 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:42:51.395500 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2026.02.01 23:42:51.395540 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 199 rows starting from the beginning of the part 2026.02.01 23:42:51.395556 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.01 23:42:51.395580 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2026.02.01 23:42:51.396054 [ 276 ] {d411de50-3d2e-4a2c-a692-84553435805f} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:51.396095 [ 276 ] {d411de50-3d2e-4a2c-a692-84553435805f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:51.396639 [ 276 ] {d411de50-3d2e-4a2c-a692-84553435805f} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 23:42:51.396881 [ 276 ] {d411de50-3d2e-4a2c-a692-84553435805f} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:51.397041 [ 276 ] {d411de50-3d2e-4a2c-a692-84553435805f} executeQuery: Read 4 rows, 7.34 KiB in 0.001821 sec., 2196.595277320154 rows/sec., 3.94 MiB/sec. 2026.02.01 23:42:51.397095 [ 276 ] {d411de50-3d2e-4a2c-a692-84553435805f} TCPHandler: Processed in 0.002012234 sec. 2026.02.01 23:42:51.397207 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:51.397301 [ 276 ] {db707522-fab4-480c-9715-2f4c7aa3b2ef} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:42:51.397344 [ 276 ] {db707522-fab4-480c-9715-2f4c7aa3b2ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:42:51.397674 [ 276 ] {db707522-fab4-480c-9715-2f4c7aa3b2ef} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:51.397710 [ 276 ] {db707522-fab4-480c-9715-2f4c7aa3b2ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:51.398026 [ 276 ] {db707522-fab4-480c-9715-2f4c7aa3b2ef} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 23:42:51.398242 [ 276 ] {db707522-fab4-480c-9715-2f4c7aa3b2ef} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:51.398351 [ 53 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 23:42:51.398375 [ 276 ] {db707522-fab4-480c-9715-2f4c7aa3b2ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.02.01 23:42:51.398379 [ 53 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:51.398413 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:51.398418 [ 276 ] {db707522-fab4-480c-9715-2f4c7aa3b2ef} TCPHandler: Processed in 0.001261021 sec. 2026.02.01 23:42:51.398490 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:42:51.398598 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:51.398629 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3600 rows starting from the beginning of the part 2026.02.01 23:42:51.398691 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2026.02.01 23:42:51.398731 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:42:51.398771 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2026.02.01 23:42:51.398808 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:42:51.398845 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2026.02.01 23:42:51.400238 [ 199 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3900 rows, containing 4 columns (4 merged, 0 gathered) in 0.00178038 sec., 2190543.5918174773 rows/sec., 147.63 MiB/sec. 2026.02.01 23:42:51.400294 [ 188 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 19061 rows, containing 5 columns (5 merged, 0 gathered) in 0.005196167 sec., 3668280.8693408044 rows/sec., 252.16 MiB/sec. 2026.02.01 23:42:51.400547 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 23:42:51.400585 [ 199 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 23:42:51.400865 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_66_13} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:51.400949 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_66_13} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 23:42:51.400961 [ 199 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_66_13} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:51.401032 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. 2026.02.01 23:42:51.401047 [ 199 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_66_13} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 23:42:51.401133 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2026.02.01 23:42:53.520452 [ 51 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:42:53.520533 [ 51 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:42:53.661756 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22078 2026.02.01 23:42:53.662410 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:53.662452 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:53.662938 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 23:42:53.663187 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:53.663335 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22078 2026.02.01 23:42:53.663355 [ 51 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 23:42:53.663440 [ 51 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:53.663476 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:53.663607 [ 193 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:42:53.663715 [ 193 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:53.663750 [ 193 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19710 rows starting from the beginning of the part 2026.02.01 23:42:53.663812 [ 193 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:42:53.663862 [ 193 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:42:53.663908 [ 193 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:42:53.663950 [ 193 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:42:53.663992 [ 193 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:42:53.665868 [ 188 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22078 rows, containing 4 columns (4 merged, 0 gathered) in 0.002306719 sec., 9571170.13385679 rows/sec., 136.92 MiB/sec. 2026.02.01 23:42:53.666105 [ 193 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 23:42:53.666333 [ 193 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_46_9} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:53.666392 [ 193 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_46_9} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 23:42:53.666462 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. 2026.02.01 23:42:54.835622 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.02.01 23:42:54.856895 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:54.856975 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:54.864590 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 23:42:54.865509 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:54.865950 [ 51 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 23:42:54.866043 [ 51 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:54.866076 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:54.866253 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:42:54.870779 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.02.01 23:42:54.872142 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:54.874472 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:42:54.881313 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:42:54.887868 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:42:54.894238 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:42:54.900778 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:42:54.906659 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:42:54.973685 [ 193 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.107515728 sec., 3227.434780518809 rows/sec., 16.69 MiB/sec. 2026.02.01 23:42:54.976190 [ 197 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 23:42:54.978092 [ 197 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_46_9} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:54.978200 [ 197 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_46_9} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 23:42:54.980070 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.02.01 23:42:56.390732 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:56.390920 [ 276 ] {2af93a9e-9bf5-437b-b9e5-03c9815b02e2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:42:56.390991 [ 276 ] {2af93a9e-9bf5-437b-b9e5-03c9815b02e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:42:56.391669 [ 276 ] {2af93a9e-9bf5-437b-b9e5-03c9815b02e2} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:56.391723 [ 276 ] {2af93a9e-9bf5-437b-b9e5-03c9815b02e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:56.392141 [ 276 ] {2af93a9e-9bf5-437b-b9e5-03c9815b02e2} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 23:42:56.392401 [ 276 ] {2af93a9e-9bf5-437b-b9e5-03c9815b02e2} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:56.392569 [ 276 ] {2af93a9e-9bf5-437b-b9e5-03c9815b02e2} executeQuery: Read 128 rows, 11.29 KiB in 0.001698 sec., 75382.80329799764 rows/sec., 6.49 MiB/sec. 2026.02.01 23:42:56.392621 [ 276 ] {2af93a9e-9bf5-437b-b9e5-03c9815b02e2} TCPHandler: Processed in 0.002030184 sec. 2026.02.01 23:42:56.392746 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:56.392852 [ 276 ] {fec11066-28f2-4975-8be7-d6d31a65f5a6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:42:56.392896 [ 276 ] {fec11066-28f2-4975-8be7-d6d31a65f5a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:42:56.393327 [ 276 ] {fec11066-28f2-4975-8be7-d6d31a65f5a6} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:56.393368 [ 276 ] {fec11066-28f2-4975-8be7-d6d31a65f5a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:56.393679 [ 276 ] {fec11066-28f2-4975-8be7-d6d31a65f5a6} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 23:42:56.393904 [ 276 ] {fec11066-28f2-4975-8be7-d6d31a65f5a6} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:56.394028 [ 49 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 23:42:56.394042 [ 276 ] {fec11066-28f2-4975-8be7-d6d31a65f5a6} executeQuery: Read 36 rows, 2.71 KiB in 0.001214 sec., 29654.036243822076 rows/sec., 2.18 MiB/sec. 2026.02.01 23:42:56.394098 [ 49 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:56.394108 [ 276 ] {fec11066-28f2-4975-8be7-d6d31a65f5a6} TCPHandler: Processed in 0.001415864 sec. 2026.02.01 23:42:56.394128 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:56.394233 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:56.394258 [ 186 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:42:56.394335 [ 276 ] {a6130e17-d642-4638-9cd3-6f083aa44a9c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:42:56.394381 [ 276 ] {a6130e17-d642-4638-9cd3-6f083aa44a9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:42:56.394418 [ 186 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:56.394461 [ 186 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 70 rows starting from the beginning of the part 2026.02.01 23:42:56.394536 [ 186 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part 2026.02.01 23:42:56.394584 [ 186 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part 2026.02.01 23:42:56.394635 [ 186 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 54 rows starting from the beginning of the part 2026.02.01 23:42:56.394680 [ 186 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part 2026.02.01 23:42:56.394723 [ 186 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 36 rows starting from the beginning of the part 2026.02.01 23:42:56.394817 [ 276 ] {a6130e17-d642-4638-9cd3-6f083aa44a9c} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:56.394860 [ 276 ] {a6130e17-d642-4638-9cd3-6f083aa44a9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:56.395503 [ 276 ] {a6130e17-d642-4638-9cd3-6f083aa44a9c} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 23:42:56.395751 [ 276 ] {a6130e17-d642-4638-9cd3-6f083aa44a9c} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:56.395819 [ 193 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 5 columns (5 merged, 0 gathered) in 0.001625997 sec., 125461.48609130277 rows/sec., 9.68 MiB/sec. 2026.02.01 23:42:56.395889 [ 276 ] {a6130e17-d642-4638-9cd3-6f083aa44a9c} executeQuery: Read 100 rows, 8.00 KiB in 0.001573 sec., 63572.79084551812 rows/sec., 4.97 MiB/sec. 2026.02.01 23:42:56.395934 [ 276 ] {a6130e17-d642-4638-9cd3-6f083aa44a9c} TCPHandler: Processed in 0.0017519 sec. 2026.02.01 23:42:56.395986 [ 187 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 23:42:56.396108 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:56.396205 [ 276 ] {e4158148-357b-4713-a8df-81477ba6679f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:56.396251 [ 276 ] {e4158148-357b-4713-a8df-81477ba6679f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:42:56.396281 [ 187 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_61_12} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:56.396349 [ 187 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_61_12} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 23:42:56.396443 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 23:42:56.396662 [ 276 ] {e4158148-357b-4713-a8df-81477ba6679f} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:56.396699 [ 276 ] {e4158148-357b-4713-a8df-81477ba6679f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:56.397033 [ 276 ] {e4158148-357b-4713-a8df-81477ba6679f} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 23:42:56.397262 [ 276 ] {e4158148-357b-4713-a8df-81477ba6679f} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:56.397423 [ 276 ] {e4158148-357b-4713-a8df-81477ba6679f} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2026.02.01 23:42:56.397462 [ 276 ] {e4158148-357b-4713-a8df-81477ba6679f} TCPHandler: Processed in 0.001404873 sec. 2026.02.01 23:42:56.397592 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:56.397712 [ 276 ] {550618bb-23a6-4f73-abb8-dfbaa6bb44ac} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:42:56.397777 [ 276 ] {550618bb-23a6-4f73-abb8-dfbaa6bb44ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:42:56.398628 [ 276 ] {550618bb-23a6-4f73-abb8-dfbaa6bb44ac} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:56.398664 [ 276 ] {550618bb-23a6-4f73-abb8-dfbaa6bb44ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:56.399253 [ 276 ] {550618bb-23a6-4f73-abb8-dfbaa6bb44ac} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 23:42:56.399471 [ 276 ] {550618bb-23a6-4f73-abb8-dfbaa6bb44ac} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:56.399611 [ 276 ] {550618bb-23a6-4f73-abb8-dfbaa6bb44ac} executeQuery: Read 36 rows, 66.06 KiB in 0.001923 sec., 18720.748829953198 rows/sec., 33.55 MiB/sec. 2026.02.01 23:42:56.399676 [ 276 ] {550618bb-23a6-4f73-abb8-dfbaa6bb44ac} TCPHandler: Processed in 0.002142206 sec. 2026.02.01 23:42:56.399785 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:42:56.399877 [ 276 ] {b3796f9e-eb10-49ee-a09a-08bbb71e8035} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:42:56.399917 [ 276 ] {b3796f9e-eb10-49ee-a09a-08bbb71e8035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:42:56.400244 [ 276 ] {b3796f9e-eb10-49ee-a09a-08bbb71e8035} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:56.400279 [ 276 ] {b3796f9e-eb10-49ee-a09a-08bbb71e8035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:56.400575 [ 276 ] {b3796f9e-eb10-49ee-a09a-08bbb71e8035} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 23:42:56.400781 [ 276 ] {b3796f9e-eb10-49ee-a09a-08bbb71e8035} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:56.400908 [ 276 ] {b3796f9e-eb10-49ee-a09a-08bbb71e8035} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.02.01 23:42:56.400943 [ 276 ] {b3796f9e-eb10-49ee-a09a-08bbb71e8035} TCPHandler: Processed in 0.0012052 sec. 2026.02.01 23:42:58.715232 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1100 2026.02.01 23:42:58.717541 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:58.717596 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:58.718866 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 23:42:58.719192 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:58.719610 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1100 2026.02.01 23:42:59.565648 [ 46 ] {} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.02.01 23:42:59.565715 [ 46 ] {} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:59.565739 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:59.565886 [ 193 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.02.01 23:42:59.566034 [ 193 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:59.566067 [ 193 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part 2026.02.01 23:42:59.566135 [ 193 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.02.01 23:42:59.566179 [ 193 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2026.02.01 23:42:59.566221 [ 193 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part 2026.02.01 23:42:59.566262 [ 193 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2026.02.01 23:42:59.566984 [ 187 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.00114951 sec., 36537.30720045933 rows/sec., 3.05 MiB/sec. 2026.02.01 23:42:59.567168 [ 194 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.02.01 23:42:59.567465 [ 194 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_17_4} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:59.567542 [ 194 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_17_4} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.02.01 23:42:59.567632 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 23:42:59.590903 [ 46 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.02.01 23:42:59.590936 [ 46 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:42:59.590955 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:42:59.591032 [ 193 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.02.01 23:42:59.591130 [ 193 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:42:59.591154 [ 193 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 253 rows starting from the beginning of the part 2026.02.01 23:42:59.591201 [ 193 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part 2026.02.01 23:42:59.591240 [ 193 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.02.01 23:42:59.591275 [ 193 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part 2026.02.01 23:42:59.591307 [ 193 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.02.01 23:42:59.592014 [ 187 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001014197 sec., 746403.3121770227 rows/sec., 54.47 MiB/sec. 2026.02.01 23:42:59.592235 [ 192 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.02.01 23:42:59.592560 [ 192 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_21_5} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:42:59.592640 [ 192 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_21_5} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.02.01 23:42:59.592751 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.01 23:43:01.163510 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22590 2026.02.01 23:43:01.164043 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:01.164084 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:01.164583 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 23:43:01.164812 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:01.164943 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22590 2026.02.01 23:43:01.416966 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:01.417148 [ 276 ] {84e25666-e73c-4bd3-897b-1d4b87c0e61e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:43:01.417216 [ 276 ] {84e25666-e73c-4bd3-897b-1d4b87c0e61e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:43:01.417838 [ 276 ] {84e25666-e73c-4bd3-897b-1d4b87c0e61e} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:01.417883 [ 276 ] {84e25666-e73c-4bd3-897b-1d4b87c0e61e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:01.418274 [ 276 ] {84e25666-e73c-4bd3-897b-1d4b87c0e61e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 23:43:01.418499 [ 276 ] {84e25666-e73c-4bd3-897b-1d4b87c0e61e} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:01.418662 [ 276 ] {84e25666-e73c-4bd3-897b-1d4b87c0e61e} executeQuery: Read 2 rows, 167.00 B in 0.001564 sec., 1278.772378516624 rows/sec., 104.27 KiB/sec. 2026.02.01 23:43:01.418714 [ 276 ] {84e25666-e73c-4bd3-897b-1d4b87c0e61e} TCPHandler: Processed in 0.001880291 sec. 2026.02.01 23:43:01.418844 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:01.418947 [ 276 ] {b34f624b-7bbe-4056-89a9-d05dd6196cab} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:43:01.418990 [ 276 ] {b34f624b-7bbe-4056-89a9-d05dd6196cab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:43:01.420070 [ 276 ] {b34f624b-7bbe-4056-89a9-d05dd6196cab} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:01.420105 [ 276 ] {b34f624b-7bbe-4056-89a9-d05dd6196cab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:01.420496 [ 276 ] {b34f624b-7bbe-4056-89a9-d05dd6196cab} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.01 23:43:01.420719 [ 276 ] {b34f624b-7bbe-4056-89a9-d05dd6196cab} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:01.420856 [ 276 ] {b34f624b-7bbe-4056-89a9-d05dd6196cab} executeQuery: Read 1205 rows, 101.82 KiB in 0.001932 sec., 623706.0041407868 rows/sec., 51.47 MiB/sec. 2026.02.01 23:43:01.420896 [ 276 ] {b34f624b-7bbe-4056-89a9-d05dd6196cab} TCPHandler: Processed in 0.002104075 sec. 2026.02.01 23:43:01.420998 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:01.421097 [ 276 ] {68a96766-91d5-422b-846c-228c83942e0c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:43:01.421142 [ 276 ] {68a96766-91d5-422b-846c-228c83942e0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:43:01.421541 [ 276 ] {68a96766-91d5-422b-846c-228c83942e0c} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:01.421576 [ 276 ] {68a96766-91d5-422b-846c-228c83942e0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:01.421881 [ 276 ] {68a96766-91d5-422b-846c-228c83942e0c} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 23:43:01.422101 [ 276 ] {68a96766-91d5-422b-846c-228c83942e0c} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:01.422235 [ 276 ] {68a96766-91d5-422b-846c-228c83942e0c} executeQuery: Read 6 rows, 451.00 B in 0.001158 sec., 5181.347150259067 rows/sec., 380.34 KiB/sec. 2026.02.01 23:43:01.422271 [ 276 ] {68a96766-91d5-422b-846c-228c83942e0c} TCPHandler: Processed in 0.001322473 sec. 2026.02.01 23:43:01.422380 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:01.422496 [ 276 ] {dd23db56-96ad-4873-825c-920b1825208b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:43:01.422551 [ 276 ] {dd23db56-96ad-4873-825c-920b1825208b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:43:01.423180 [ 276 ] {dd23db56-96ad-4873-825c-920b1825208b} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:01.423230 [ 276 ] {dd23db56-96ad-4873-825c-920b1825208b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:01.423640 [ 276 ] {dd23db56-96ad-4873-825c-920b1825208b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 23:43:01.423914 [ 276 ] {dd23db56-96ad-4873-825c-920b1825208b} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:01.424073 [ 276 ] {dd23db56-96ad-4873-825c-920b1825208b} executeQuery: Read 228 rows, 15.81 KiB in 0.0016 sec., 142500 rows/sec., 9.65 MiB/sec. 2026.02.01 23:43:01.424121 [ 276 ] {dd23db56-96ad-4873-825c-920b1825208b} TCPHandler: Processed in 0.001791959 sec. 2026.02.01 23:43:01.424248 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:01.424364 [ 276 ] {427e3238-4f68-4e9e-9931-f2097da926f0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:43:01.424406 [ 276 ] {427e3238-4f68-4e9e-9931-f2097da926f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:43:01.425040 [ 276 ] {427e3238-4f68-4e9e-9931-f2097da926f0} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:01.425076 [ 276 ] {427e3238-4f68-4e9e-9931-f2097da926f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:01.425416 [ 276 ] {427e3238-4f68-4e9e-9931-f2097da926f0} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.01 23:43:01.425648 [ 276 ] {427e3238-4f68-4e9e-9931-f2097da926f0} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:01.425781 [ 276 ] {427e3238-4f68-4e9e-9931-f2097da926f0} executeQuery: Read 526 rows, 39.89 KiB in 0.001441 sec., 365024.28868841083 rows/sec., 27.03 MiB/sec. 2026.02.01 23:43:01.425821 [ 276 ] {427e3238-4f68-4e9e-9931-f2097da926f0} TCPHandler: Processed in 0.001633598 sec. 2026.02.01 23:43:01.425933 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:01.426030 [ 276 ] {5dfe1119-ec3a-4913-a7ae-6b800601a2cf} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:01.426075 [ 276 ] {5dfe1119-ec3a-4913-a7ae-6b800601a2cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:43:01.426729 [ 276 ] {5dfe1119-ec3a-4913-a7ae-6b800601a2cf} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:01.426764 [ 276 ] {5dfe1119-ec3a-4913-a7ae-6b800601a2cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:01.427142 [ 276 ] {5dfe1119-ec3a-4913-a7ae-6b800601a2cf} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.01 23:43:01.427361 [ 276 ] {5dfe1119-ec3a-4913-a7ae-6b800601a2cf} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:01.427490 [ 276 ] {5dfe1119-ec3a-4913-a7ae-6b800601a2cf} executeQuery: Read 845 rows, 58.24 KiB in 0.001479 sec., 571331.9810682894 rows/sec., 38.45 MiB/sec. 2026.02.01 23:43:01.427528 [ 276 ] {5dfe1119-ec3a-4913-a7ae-6b800601a2cf} TCPHandler: Processed in 0.001646307 sec. 2026.02.01 23:43:01.427639 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:01.427733 [ 276 ] {d73018cb-f392-4538-9780-dd2251196d4f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:01.427790 [ 276 ] {d73018cb-f392-4538-9780-dd2251196d4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:43:01.428538 [ 276 ] {d73018cb-f392-4538-9780-dd2251196d4f} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:01.428573 [ 276 ] {d73018cb-f392-4538-9780-dd2251196d4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:01.429064 [ 276 ] {d73018cb-f392-4538-9780-dd2251196d4f} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 23:43:01.429289 [ 276 ] {d73018cb-f392-4538-9780-dd2251196d4f} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:01.429427 [ 276 ] {d73018cb-f392-4538-9780-dd2251196d4f} executeQuery: Read 4 rows, 7.34 KiB in 0.001711 sec., 2337.81414377557 rows/sec., 4.19 MiB/sec. 2026.02.01 23:43:01.429483 [ 276 ] {d73018cb-f392-4538-9780-dd2251196d4f} TCPHandler: Processed in 0.001893011 sec. 2026.02.01 23:43:01.429605 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:01.429704 [ 276 ] {45725102-dd16-409d-bd73-44295ad14e35} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:43:01.429745 [ 276 ] {45725102-dd16-409d-bd73-44295ad14e35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:43:01.430087 [ 276 ] {45725102-dd16-409d-bd73-44295ad14e35} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:01.430120 [ 276 ] {45725102-dd16-409d-bd73-44295ad14e35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:01.430425 [ 276 ] {45725102-dd16-409d-bd73-44295ad14e35} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.01 23:43:01.430651 [ 276 ] {45725102-dd16-409d-bd73-44295ad14e35} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:01.430779 [ 276 ] {45725102-dd16-409d-bd73-44295ad14e35} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.02.01 23:43:01.430815 [ 276 ] {45725102-dd16-409d-bd73-44295ad14e35} TCPHandler: Processed in 0.001261211 sec. 2026.02.01 23:43:02.370976 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.02.01 23:43:02.386426 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:02.386478 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:02.391881 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 23:43:02.392586 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:02.395246 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.02.01 23:43:06.390998 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:06.391227 [ 276 ] {ed6b53d8-4c20-447d-bc7d-9470faae3dd0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:43:06.391306 [ 276 ] {ed6b53d8-4c20-447d-bc7d-9470faae3dd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:43:06.392002 [ 276 ] {ed6b53d8-4c20-447d-bc7d-9470faae3dd0} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:06.392052 [ 276 ] {ed6b53d8-4c20-447d-bc7d-9470faae3dd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:06.392478 [ 276 ] {ed6b53d8-4c20-447d-bc7d-9470faae3dd0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.01 23:43:06.392724 [ 276 ] {ed6b53d8-4c20-447d-bc7d-9470faae3dd0} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:06.392884 [ 276 ] {ed6b53d8-4c20-447d-bc7d-9470faae3dd0} executeQuery: Read 128 rows, 11.29 KiB in 0.001719 sec., 74461.89645142524 rows/sec., 6.42 MiB/sec. 2026.02.01 23:43:06.392929 [ 276 ] {ed6b53d8-4c20-447d-bc7d-9470faae3dd0} TCPHandler: Processed in 0.002077385 sec. 2026.02.01 23:43:06.393051 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:06.393149 [ 276 ] {7f2c2e1f-1803-496e-ae41-65816118f9f0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:43:06.393192 [ 276 ] {7f2c2e1f-1803-496e-ae41-65816118f9f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:43:06.393592 [ 276 ] {7f2c2e1f-1803-496e-ae41-65816118f9f0} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:06.393630 [ 276 ] {7f2c2e1f-1803-496e-ae41-65816118f9f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:06.393939 [ 276 ] {7f2c2e1f-1803-496e-ae41-65816118f9f0} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 23:43:06.394159 [ 276 ] {7f2c2e1f-1803-496e-ae41-65816118f9f0} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:06.394295 [ 276 ] {7f2c2e1f-1803-496e-ae41-65816118f9f0} executeQuery: Read 36 rows, 2.71 KiB in 0.001165 sec., 30901.287553648068 rows/sec., 2.27 MiB/sec. 2026.02.01 23:43:06.394334 [ 276 ] {7f2c2e1f-1803-496e-ae41-65816118f9f0} TCPHandler: Processed in 0.001334913 sec. 2026.02.01 23:43:06.394445 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:06.394540 [ 276 ] {60b0b43e-e636-4d1b-9459-f581cf916a46} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:43:06.394580 [ 276 ] {60b0b43e-e636-4d1b-9459-f581cf916a46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:43:06.395002 [ 276 ] {60b0b43e-e636-4d1b-9459-f581cf916a46} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:06.395040 [ 276 ] {60b0b43e-e636-4d1b-9459-f581cf916a46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:06.395356 [ 276 ] {60b0b43e-e636-4d1b-9459-f581cf916a46} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.01 23:43:06.395588 [ 276 ] {60b0b43e-e636-4d1b-9459-f581cf916a46} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:06.395785 [ 276 ] {60b0b43e-e636-4d1b-9459-f581cf916a46} executeQuery: Read 100 rows, 8.00 KiB in 0.001262 sec., 79239.30269413629 rows/sec., 6.19 MiB/sec. 2026.02.01 23:43:06.395832 [ 276 ] {60b0b43e-e636-4d1b-9459-f581cf916a46} TCPHandler: Processed in 0.001436734 sec. 2026.02.01 23:43:06.395958 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:06.396052 [ 276 ] {6a22f6a0-1055-4427-a07d-2ae3f06fea38} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:06.396122 [ 276 ] {6a22f6a0-1055-4427-a07d-2ae3f06fea38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:43:06.396562 [ 276 ] {6a22f6a0-1055-4427-a07d-2ae3f06fea38} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:06.396601 [ 276 ] {6a22f6a0-1055-4427-a07d-2ae3f06fea38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:06.396939 [ 276 ] {6a22f6a0-1055-4427-a07d-2ae3f06fea38} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.01 23:43:06.397155 [ 276 ] {6a22f6a0-1055-4427-a07d-2ae3f06fea38} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:06.397285 [ 276 ] {6a22f6a0-1055-4427-a07d-2ae3f06fea38} executeQuery: Read 160 rows, 11.41 KiB in 0.001251 sec., 127897.6818545164 rows/sec., 8.91 MiB/sec. 2026.02.01 23:43:06.397323 [ 276 ] {6a22f6a0-1055-4427-a07d-2ae3f06fea38} TCPHandler: Processed in 0.001420684 sec. 2026.02.01 23:43:06.397449 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:06.397547 [ 276 ] {536bcdd6-7668-4a97-a8f3-4841ec67c662} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:06.397604 [ 276 ] {536bcdd6-7668-4a97-a8f3-4841ec67c662} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:43:06.398480 [ 276 ] {536bcdd6-7668-4a97-a8f3-4841ec67c662} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:06.398519 [ 276 ] {536bcdd6-7668-4a97-a8f3-4841ec67c662} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:06.399093 [ 276 ] {536bcdd6-7668-4a97-a8f3-4841ec67c662} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 23:43:06.399331 [ 276 ] {536bcdd6-7668-4a97-a8f3-4841ec67c662} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:06.399455 [ 29 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 23:43:06.399472 [ 276 ] {536bcdd6-7668-4a97-a8f3-4841ec67c662} executeQuery: Read 36 rows, 66.06 KiB in 0.001943 sec., 18528.049408131756 rows/sec., 33.20 MiB/sec. 2026.02.01 23:43:06.399524 [ 29 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:06.399550 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:06.399551 [ 276 ] {536bcdd6-7668-4a97-a8f3-4841ec67c662} TCPHandler: Processed in 0.002150966 sec. 2026.02.01 23:43:06.399693 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:06.399717 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:43:06.399791 [ 276 ] {b8de04f9-d4e6-4d88-aee9-81a17d79366d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:43:06.399841 [ 276 ] {b8de04f9-d4e6-4d88-aee9-81a17d79366d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:43:06.400084 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:06.400191 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1179 rows starting from the beginning of the part 2026.02.01 23:43:06.400194 [ 276 ] {b8de04f9-d4e6-4d88-aee9-81a17d79366d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:06.400251 [ 276 ] {b8de04f9-d4e6-4d88-aee9-81a17d79366d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:06.400402 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part 2026.02.01 23:43:06.400569 [ 276 ] {b8de04f9-d4e6-4d88-aee9-81a17d79366d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.01 23:43:06.400590 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part 2026.02.01 23:43:06.400707 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part 2026.02.01 23:43:06.400806 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part 2026.02.01 23:43:06.400806 [ 276 ] {b8de04f9-d4e6-4d88-aee9-81a17d79366d} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:06.400906 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 36 rows starting from the beginning of the part 2026.02.01 23:43:06.400958 [ 276 ] {b8de04f9-d4e6-4d88-aee9-81a17d79366d} executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. 2026.02.01 23:43:06.401000 [ 276 ] {b8de04f9-d4e6-4d88-aee9-81a17d79366d} TCPHandler: Processed in 0.001358303 sec. 2026.02.01 23:43:06.408876 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1295 rows, containing 19 columns (19 merged, 0 gathered) in 0.009229455 sec., 140311.64353691525 rows/sec., 251.43 MiB/sec. 2026.02.01 23:43:06.410812 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 23:43:06.411156 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_61_12} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:06.411224 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_61_12} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 23:43:06.411379 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. 2026.02.01 23:43:07.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 305.60 MiB, peak 317.71 MiB, free memory in arenas 0.00 B, will set to 311.58 MiB (RSS), difference: 5.98 MiB 2026.02.01 23:43:08.520757 [ 32 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:43:08.520806 [ 32 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:43:08.665115 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23038 2026.02.01 23:43:08.666016 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:08.666080 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:08.666586 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 23:43:08.666827 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:08.666977 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23038 2026.02.01 23:43:08.719874 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1128 2026.02.01 23:43:08.722264 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:08.722320 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:08.723583 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 23:43:08.723889 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:08.724263 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1128 2026.02.01 23:43:09.001463 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001060198 sec. 2026.02.01 23:43:09.895381 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.02.01 23:43:09.912043 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:09.912101 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:09.917754 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 23:43:09.918458 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:09.921274 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.02.01 23:43:11.388237 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:11.388524 [ 276 ] {5e37f977-08eb-4a42-b83d-27807de8041a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:43:11.388635 [ 276 ] {5e37f977-08eb-4a42-b83d-27807de8041a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:43:11.389350 [ 276 ] {5e37f977-08eb-4a42-b83d-27807de8041a} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:11.389401 [ 276 ] {5e37f977-08eb-4a42-b83d-27807de8041a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:11.389823 [ 276 ] {5e37f977-08eb-4a42-b83d-27807de8041a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.01 23:43:11.390059 [ 276 ] {5e37f977-08eb-4a42-b83d-27807de8041a} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:11.390227 [ 276 ] {5e37f977-08eb-4a42-b83d-27807de8041a} executeQuery: Read 64 rows, 5.19 KiB in 0.001778 sec., 35995.5005624297 rows/sec., 2.85 MiB/sec. 2026.02.01 23:43:11.390280 [ 276 ] {5e37f977-08eb-4a42-b83d-27807de8041a} TCPHandler: Processed in 0.002240347 sec. 2026.02.01 23:43:11.390402 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:11.390509 [ 276 ] {df208b97-5aeb-4faf-b8a1-b2e5073a4e68} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:43:11.390554 [ 276 ] {df208b97-5aeb-4faf-b8a1-b2e5073a4e68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:43:11.390966 [ 276 ] {df208b97-5aeb-4faf-b8a1-b2e5073a4e68} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:11.391006 [ 276 ] {df208b97-5aeb-4faf-b8a1-b2e5073a4e68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:11.391338 [ 276 ] {df208b97-5aeb-4faf-b8a1-b2e5073a4e68} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 23:43:11.391554 [ 276 ] {df208b97-5aeb-4faf-b8a1-b2e5073a4e68} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:11.391691 [ 276 ] {df208b97-5aeb-4faf-b8a1-b2e5073a4e68} executeQuery: Read 4 rows, 308.00 B in 0.001207 sec., 3314.001657000829 rows/sec., 249.20 KiB/sec. 2026.02.01 23:43:11.391730 [ 276 ] {df208b97-5aeb-4faf-b8a1-b2e5073a4e68} TCPHandler: Processed in 0.001382433 sec. 2026.02.01 23:43:11.391862 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:11.391960 [ 276 ] {ee892ad2-9fea-4cab-a9d9-78110162e1df} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:43:11.392004 [ 276 ] {ee892ad2-9fea-4cab-a9d9-78110162e1df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:43:11.392426 [ 276 ] {ee892ad2-9fea-4cab-a9d9-78110162e1df} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:11.392464 [ 276 ] {ee892ad2-9fea-4cab-a9d9-78110162e1df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:11.392786 [ 276 ] {ee892ad2-9fea-4cab-a9d9-78110162e1df} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.01 23:43:11.392991 [ 276 ] {ee892ad2-9fea-4cab-a9d9-78110162e1df} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:11.393124 [ 276 ] {ee892ad2-9fea-4cab-a9d9-78110162e1df} executeQuery: Read 68 rows, 5.44 KiB in 0.001182 sec., 57529.61082910321 rows/sec., 4.49 MiB/sec. 2026.02.01 23:43:11.393162 [ 276 ] {ee892ad2-9fea-4cab-a9d9-78110162e1df} TCPHandler: Processed in 0.001352122 sec. 2026.02.01 23:43:11.393286 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:11.393381 [ 276 ] {aa84920b-d80d-446e-9b2a-3ac5329dd5e2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:11.393429 [ 276 ] {aa84920b-d80d-446e-9b2a-3ac5329dd5e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:43:11.393844 [ 276 ] {aa84920b-d80d-446e-9b2a-3ac5329dd5e2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:11.393881 [ 276 ] {aa84920b-d80d-446e-9b2a-3ac5329dd5e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:11.394211 [ 276 ] {aa84920b-d80d-446e-9b2a-3ac5329dd5e2} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.01 23:43:11.394440 [ 276 ] {aa84920b-d80d-446e-9b2a-3ac5329dd5e2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:11.394575 [ 276 ] {aa84920b-d80d-446e-9b2a-3ac5329dd5e2} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2026.02.01 23:43:11.394614 [ 276 ] {aa84920b-d80d-446e-9b2a-3ac5329dd5e2} TCPHandler: Processed in 0.001382243 sec. 2026.02.01 23:43:11.394725 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:11.394821 [ 276 ] {4b3ef11c-8c3e-4a29-998c-13da1412012d} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:11.394877 [ 276 ] {4b3ef11c-8c3e-4a29-998c-13da1412012d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:43:11.395628 [ 276 ] {4b3ef11c-8c3e-4a29-998c-13da1412012d} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:11.395665 [ 276 ] {4b3ef11c-8c3e-4a29-998c-13da1412012d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:11.396208 [ 276 ] {4b3ef11c-8c3e-4a29-998c-13da1412012d} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 23:43:11.396439 [ 276 ] {4b3ef11c-8c3e-4a29-998c-13da1412012d} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:11.396584 [ 276 ] {4b3ef11c-8c3e-4a29-998c-13da1412012d} executeQuery: Read 4 rows, 7.34 KiB in 0.001781 sec., 2245.929253228523 rows/sec., 4.02 MiB/sec. 2026.02.01 23:43:11.396644 [ 276 ] {4b3ef11c-8c3e-4a29-998c-13da1412012d} TCPHandler: Processed in 0.001969232 sec. 2026.02.01 23:43:11.396758 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:11.396855 [ 276 ] {65f1a537-3329-4fda-9415-176b7abdc70b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:43:11.396898 [ 276 ] {65f1a537-3329-4fda-9415-176b7abdc70b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:43:11.397230 [ 276 ] {65f1a537-3329-4fda-9415-176b7abdc70b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:11.397268 [ 276 ] {65f1a537-3329-4fda-9415-176b7abdc70b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:11.397568 [ 276 ] {65f1a537-3329-4fda-9415-176b7abdc70b} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.01 23:43:11.397777 [ 276 ] {65f1a537-3329-4fda-9415-176b7abdc70b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:11.397906 [ 276 ] {65f1a537-3329-4fda-9415-176b7abdc70b} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.02.01 23:43:11.397943 [ 276 ] {65f1a537-3329-4fda-9415-176b7abdc70b} TCPHandler: Processed in 0.00123581 sec. 2026.02.01 23:43:16.005583 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46467 2026.02.01 23:43:16.005694 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.005721 [ 291 ] {} TCP-Session: effde57e-4b0d-4e8a-9381-5b334998c228 Authenticating user 'default' from [fd00:1122:3344:101::e]:46467 2026.02.01 23:43:16.005742 [ 291 ] {} TCP-Session: effde57e-4b0d-4e8a-9381-5b334998c228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.005756 [ 291 ] {} TCP-Session: effde57e-4b0d-4e8a-9381-5b334998c228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.005986 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41916 2026.02.01 23:43:16.006016 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35788 2026.02.01 23:43:16.006022 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52517 2026.02.01 23:43:16.006061 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37613 2026.02.01 23:43:16.006090 [ 291 ] {} TCP-Session: effde57e-4b0d-4e8a-9381-5b334998c228 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:16.006110 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.006115 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.006142 [ 275 ] {} TCP-Session: d73c6e71-6d66-4a58-8926-7fff08641c16 Authenticating user 'default' from [fd00:1122:3344:101::e]:35788 2026.02.01 23:43:16.006149 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.006149 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.006168 [ 275 ] {} TCP-Session: d73c6e71-6d66-4a58-8926-7fff08641c16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.006188 [ 294 ] {} TCP-Session: 65f31bea-3012-4aa7-86c7-e84c1ce94579 Authenticating user 'default' from [fd00:1122:3344:101::e]:52517 2026.02.01 23:43:16.006214 [ 275 ] {} TCP-Session: d73c6e71-6d66-4a58-8926-7fff08641c16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.006217 [ 290 ] {} TCP-Session: 8e72dd2e-8114-45f5-9477-da485e2bb3b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37613 2026.02.01 23:43:16.006234 [ 294 ] {} TCP-Session: 65f31bea-3012-4aa7-86c7-e84c1ce94579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.006169 [ 292 ] {} TCP-Session: 68258246-c735-4fe6-a1bc-a58cbdf68c0d Authenticating user 'default' from [fd00:1122:3344:101::e]:41916 2026.02.01 23:43:16.006257 [ 290 ] {} TCP-Session: 8e72dd2e-8114-45f5-9477-da485e2bb3b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.006296 [ 292 ] {} TCP-Session: 68258246-c735-4fe6-a1bc-a58cbdf68c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.006301 [ 291 ] {ec2ee971-ed84-4948-a4b3-39703dc6adf1} executeQuery: (from [fd00:1122:3344:101::e]:46467) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:43:16.006314 [ 290 ] {} TCP-Session: 8e72dd2e-8114-45f5-9477-da485e2bb3b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.006321 [ 292 ] {} TCP-Session: 68258246-c735-4fe6-a1bc-a58cbdf68c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.006259 [ 294 ] {} TCP-Session: 65f31bea-3012-4aa7-86c7-e84c1ce94579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.006053 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54706 2026.02.01 23:43:16.006036 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52183 2026.02.01 23:43:16.006029 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51495 2026.02.01 23:43:16.006006 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63900 2026.02.01 23:43:16.006599 [ 291 ] {ec2ee971-ed84-4948-a4b3-39703dc6adf1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:43:16.006659 [ 291 ] {ec2ee971-ed84-4948-a4b3-39703dc6adf1} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:43:16.006915 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.006949 [ 291 ] {ec2ee971-ed84-4948-a4b3-39703dc6adf1} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:43:16.006959 [ 289 ] {} TCP-Session: 081b1fbe-fe79-46ed-bd67-bc0eb2de9614 Authenticating user 'default' from [fd00:1122:3344:101::e]:54706 2026.02.01 23:43:16.007004 [ 289 ] {} TCP-Session: 081b1fbe-fe79-46ed-bd67-bc0eb2de9614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.007017 [ 289 ] {} TCP-Session: 081b1fbe-fe79-46ed-bd67-bc0eb2de9614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.007021 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.007058 [ 286 ] {} TCP-Session: d4e8dd2d-d980-45a4-93fd-8030e301442e Authenticating user 'default' from [fd00:1122:3344:101::e]:51495 2026.02.01 23:43:16.007075 [ 286 ] {} TCP-Session: d4e8dd2d-d980-45a4-93fd-8030e301442e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.007088 [ 286 ] {} TCP-Session: d4e8dd2d-d980-45a4-93fd-8030e301442e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.007451 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.007494 [ 288 ] {} TCP-Session: 1b0c5150-3472-4b22-b3f0-2c7b78879c75 Authenticating user 'default' from [fd00:1122:3344:101::e]:52183 2026.02.01 23:43:16.007518 [ 288 ] {} TCP-Session: 1b0c5150-3472-4b22-b3f0-2c7b78879c75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.007532 [ 288 ] {} TCP-Session: 1b0c5150-3472-4b22-b3f0-2c7b78879c75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.007561 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.007601 [ 293 ] {} TCP-Session: b3bdb44a-4147-405d-bac7-997d205201e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:63900 2026.02.01 23:43:16.007618 [ 293 ] {} TCP-Session: b3bdb44a-4147-405d-bac7-997d205201e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.007631 [ 293 ] {} TCP-Session: b3bdb44a-4147-405d-bac7-997d205201e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.008002 [ 302 ] {ec2ee971-ed84-4948-a4b3-39703dc6adf1} AggregatingTransform: Aggregating 2026.02.01 23:43:16.008063 [ 302 ] {ec2ee971-ed84-4948-a4b3-39703dc6adf1} Aggregator: Aggregation method: without_key 2026.02.01 23:43:16.008102 [ 302 ] {ec2ee971-ed84-4948-a4b3-39703dc6adf1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001041157 sec. (960.470 rows/sec., 37.52 KiB/sec.) 2026.02.01 23:43:16.008121 [ 302 ] {ec2ee971-ed84-4948-a4b3-39703dc6adf1} Aggregator: Merging aggregated data 2026.02.01 23:43:16.009386 [ 291 ] {ec2ee971-ed84-4948-a4b3-39703dc6adf1} executeQuery: Read 1 rows, 40.00 B in 0.003154 sec., 317.0577045022194 rows/sec., 12.39 KiB/sec. 2026.02.01 23:43:16.009556 [ 291 ] {ec2ee971-ed84-4948-a4b3-39703dc6adf1} TCPHandler: Processed in 0.003585109 sec. 2026.02.01 23:43:16.009659 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.009687 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.009691 [ 291 ] {} TCP-Session: effde57e-4b0d-4e8a-9381-5b334998c228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.009709 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.009736 [ 286 ] {} TCP-Session: d4e8dd2d-d980-45a4-93fd-8030e301442e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.009745 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.009765 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.009764 [ 293 ] {} TCP-Session: b3bdb44a-4147-405d-bac7-997d205201e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.009780 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.009806 [ 294 ] {} TCP-Session: 65f31bea-3012-4aa7-86c7-e84c1ce94579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.009831 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.009852 [ 288 ] {} TCP-Session: 1b0c5150-3472-4b22-b3f0-2c7b78879c75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.009800 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.009879 [ 289 ] {} TCP-Session: 081b1fbe-fe79-46ed-bd67-bc0eb2de9614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.009729 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.009914 [ 275 ] {} TCP-Session: d73c6e71-6d66-4a58-8926-7fff08641c16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.009789 [ 290 ] {} TCP-Session: 8e72dd2e-8114-45f5-9477-da485e2bb3b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.009960 [ 292 ] {} TCP-Session: 68258246-c735-4fe6-a1bc-a58cbdf68c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.055012 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52469 2026.02.01 23:43:16.055120 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.055146 [ 291 ] {} TCP-Session: adc1fbd2-e2f5-462f-807a-da1fbdf70048 Authenticating user 'default' from [fd00:1122:3344:101::e]:52469 2026.02.01 23:43:16.055170 [ 291 ] {} TCP-Session: adc1fbd2-e2f5-462f-807a-da1fbdf70048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.055189 [ 291 ] {} TCP-Session: adc1fbd2-e2f5-462f-807a-da1fbdf70048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.055376 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51307 2026.02.01 23:43:16.055439 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53667 2026.02.01 23:43:16.055451 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48248 2026.02.01 23:43:16.055489 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43693 2026.02.01 23:43:16.055504 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.055567 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.055581 [ 291 ] {} TCP-Session: adc1fbd2-e2f5-462f-807a-da1fbdf70048 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:16.055601 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.055611 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.055648 [ 294 ] {} TCP-Session: 49e5a2ec-047d-4479-bdc4-982611caf8a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:48248 2026.02.01 23:43:16.055616 [ 275 ] {} TCP-Session: d72b20fa-859c-4e78-941f-a5f5bc83c1f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:53667 2026.02.01 23:43:16.055677 [ 294 ] {} TCP-Session: 49e5a2ec-047d-4479-bdc4-982611caf8a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.055609 [ 292 ] {} TCP-Session: cb7ab20b-5c8f-4796-bc3b-f82e21b39d79 Authenticating user 'default' from [fd00:1122:3344:101::e]:51307 2026.02.01 23:43:16.055706 [ 275 ] {} TCP-Session: d72b20fa-859c-4e78-941f-a5f5bc83c1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.055754 [ 292 ] {} TCP-Session: cb7ab20b-5c8f-4796-bc3b-f82e21b39d79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.055789 [ 275 ] {} TCP-Session: d72b20fa-859c-4e78-941f-a5f5bc83c1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.055806 [ 292 ] {} TCP-Session: cb7ab20b-5c8f-4796-bc3b-f82e21b39d79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.055813 [ 291 ] {5b23042c-6d89-4167-b481-349fd8124bf6} executeQuery: (from [fd00:1122:3344:101::e]:52469) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:43:16.055710 [ 294 ] {} TCP-Session: 49e5a2ec-047d-4479-bdc4-982611caf8a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.055476 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35105 2026.02.01 23:43:16.055453 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35023 2026.02.01 23:43:16.055451 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34745 2026.02.01 23:43:16.055441 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42994 2026.02.01 23:43:16.056008 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.056020 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.056047 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.056057 [ 289 ] {} TCP-Session: 1d2fb95f-a02a-47c8-b0a9-591a4323e736 Authenticating user 'default' from [fd00:1122:3344:101::e]:35105 2026.02.01 23:43:16.056081 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.056081 [ 286 ] {} TCP-Session: fbc3065c-edac-45ad-90b9-ae9672900cc4 Authenticating user 'default' from [fd00:1122:3344:101::e]:34745 2026.02.01 23:43:16.056107 [ 289 ] {} TCP-Session: 1d2fb95f-a02a-47c8-b0a9-591a4323e736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.056112 [ 293 ] {} TCP-Session: 36e04447-f8e0-4eb1-8baa-cd34be7f27bb Authenticating user 'default' from [fd00:1122:3344:101::e]:42994 2026.02.01 23:43:16.056126 [ 286 ] {} TCP-Session: fbc3065c-edac-45ad-90b9-ae9672900cc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.056135 [ 289 ] {} TCP-Session: 1d2fb95f-a02a-47c8-b0a9-591a4323e736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.056167 [ 293 ] {} TCP-Session: 36e04447-f8e0-4eb1-8baa-cd34be7f27bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.056177 [ 286 ] {} TCP-Session: fbc3065c-edac-45ad-90b9-ae9672900cc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.056196 [ 293 ] {} TCP-Session: 36e04447-f8e0-4eb1-8baa-cd34be7f27bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.056068 [ 288 ] {} TCP-Session: d31a3eed-4917-4840-841d-c84261566b83 Authenticating user 'default' from [fd00:1122:3344:101::e]:35023 2026.02.01 23:43:16.056119 [ 291 ] {5b23042c-6d89-4167-b481-349fd8124bf6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:43:16.056256 [ 288 ] {} TCP-Session: d31a3eed-4917-4840-841d-c84261566b83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.055663 [ 290 ] {} TCP-Session: 7d9bee05-cb8b-4fa3-8a2e-28e945f44037 Authenticating user 'default' from [fd00:1122:3344:101::e]:43693 2026.02.01 23:43:16.056294 [ 288 ] {} TCP-Session: d31a3eed-4917-4840-841d-c84261566b83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.056322 [ 291 ] {5b23042c-6d89-4167-b481-349fd8124bf6} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:43:16.056343 [ 290 ] {} TCP-Session: 7d9bee05-cb8b-4fa3-8a2e-28e945f44037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.056384 [ 290 ] {} TCP-Session: 7d9bee05-cb8b-4fa3-8a2e-28e945f44037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.056683 [ 291 ] {5b23042c-6d89-4167-b481-349fd8124bf6} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:43:16.057892 [ 299 ] {5b23042c-6d89-4167-b481-349fd8124bf6} AggregatingTransform: Aggregating 2026.02.01 23:43:16.057935 [ 299 ] {5b23042c-6d89-4167-b481-349fd8124bf6} Aggregator: Aggregation method: without_key 2026.02.01 23:43:16.057975 [ 299 ] {5b23042c-6d89-4167-b481-349fd8124bf6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00115798 sec. (863.573 rows/sec., 33.73 KiB/sec.) 2026.02.01 23:43:16.057995 [ 299 ] {5b23042c-6d89-4167-b481-349fd8124bf6} Aggregator: Merging aggregated data 2026.02.01 23:43:16.059386 [ 291 ] {5b23042c-6d89-4167-b481-349fd8124bf6} executeQuery: Read 1 rows, 40.00 B in 0.003658 sec., 273.3734281027884 rows/sec., 10.68 KiB/sec. 2026.02.01 23:43:16.059596 [ 291 ] {5b23042c-6d89-4167-b481-349fd8124bf6} TCPHandler: Processed in 0.00419283 sec. 2026.02.01 23:43:16.059741 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.059775 [ 291 ] {} TCP-Session: adc1fbd2-e2f5-462f-807a-da1fbdf70048 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.059780 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.059803 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.059828 [ 292 ] {} TCP-Session: cb7ab20b-5c8f-4796-bc3b-f82e21b39d79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.059837 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.059845 [ 290 ] {} TCP-Session: 7d9bee05-cb8b-4fa3-8a2e-28e945f44037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.059858 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.059885 [ 288 ] {} TCP-Session: d31a3eed-4917-4840-841d-c84261566b83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.059897 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.059911 [ 294 ] {} TCP-Session: 49e5a2ec-047d-4479-bdc4-982611caf8a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.059927 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.059944 [ 286 ] {} TCP-Session: fbc3065c-edac-45ad-90b9-ae9672900cc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.059880 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.059979 [ 289 ] {} TCP-Session: 1d2fb95f-a02a-47c8-b0a9-591a4323e736 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.059834 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.060010 [ 275 ] {} TCP-Session: d72b20fa-859c-4e78-941f-a5f5bc83c1f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.060048 [ 293 ] {} TCP-Session: 36e04447-f8e0-4eb1-8baa-cd34be7f27bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.155911 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62187 2026.02.01 23:43:16.156035 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.156063 [ 291 ] {} TCP-Session: 08e54c91-05ab-411d-a443-d787b57cea4f Authenticating user 'default' from [fd00:1122:3344:101::e]:62187 2026.02.01 23:43:16.156087 [ 291 ] {} TCP-Session: 08e54c91-05ab-411d-a443-d787b57cea4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156100 [ 291 ] {} TCP-Session: 08e54c91-05ab-411d-a443-d787b57cea4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156294 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57646 2026.02.01 23:43:16.156336 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54682 2026.02.01 23:43:16.156356 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33817 2026.02.01 23:43:16.156386 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46762 2026.02.01 23:43:16.156415 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45191 2026.02.01 23:43:16.156425 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53412 2026.02.01 23:43:16.156460 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.156476 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.156493 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.156503 [ 275 ] {} TCP-Session: c99116ef-4ef3-4dd9-bd37-06ef352dca12 Authenticating user 'default' from [fd00:1122:3344:101::e]:33817 2026.02.01 23:43:16.156519 [ 288 ] {} TCP-Session: 3ec8c31e-e5b3-437b-a36b-0efbf5ebfba0 Authenticating user 'default' from [fd00:1122:3344:101::e]:46762 2026.02.01 23:43:16.156536 [ 289 ] {} TCP-Session: eaccbc1c-c0db-4fb1-b3f6-09f37c2f0311 Authenticating user 'default' from [fd00:1122:3344:101::e]:45191 2026.02.01 23:43:16.156544 [ 275 ] {} TCP-Session: c99116ef-4ef3-4dd9-bd37-06ef352dca12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156564 [ 288 ] {} TCP-Session: 3ec8c31e-e5b3-437b-a36b-0efbf5ebfba0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156585 [ 289 ] {} TCP-Session: eaccbc1c-c0db-4fb1-b3f6-09f37c2f0311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156588 [ 275 ] {} TCP-Session: c99116ef-4ef3-4dd9-bd37-06ef352dca12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156613 [ 289 ] {} TCP-Session: eaccbc1c-c0db-4fb1-b3f6-09f37c2f0311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156602 [ 288 ] {} TCP-Session: 3ec8c31e-e5b3-437b-a36b-0efbf5ebfba0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156460 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.156440 [ 291 ] {} TCP-Session: 08e54c91-05ab-411d-a443-d787b57cea4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:16.156709 [ 293 ] {} TCP-Session: 94a576a9-f6e9-42cf-8161-7ec982e475c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:54682 2026.02.01 23:43:16.156418 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.156752 [ 293 ] {} TCP-Session: 94a576a9-f6e9-42cf-8161-7ec982e475c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156777 [ 292 ] {} TCP-Session: 88b58d2b-d7ef-4618-955f-bcf08b213eed Authenticating user 'default' from [fd00:1122:3344:101::e]:57646 2026.02.01 23:43:16.156784 [ 293 ] {} TCP-Session: 94a576a9-f6e9-42cf-8161-7ec982e475c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156804 [ 292 ] {} TCP-Session: 88b58d2b-d7ef-4618-955f-bcf08b213eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156393 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41114 2026.02.01 23:43:16.156829 [ 292 ] {} TCP-Session: 88b58d2b-d7ef-4618-955f-bcf08b213eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156346 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38304 2026.02.01 23:43:16.156549 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.156906 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.156928 [ 290 ] {} TCP-Session: e0308213-67b7-4d01-8110-339de027e194 Authenticating user 'default' from [fd00:1122:3344:101::e]:53412 2026.02.01 23:43:16.156931 [ 286 ] {} TCP-Session: 4f2ff9b0-51d5-4733-b2e5-c4e3cbe6df0f Authenticating user 'default' from [fd00:1122:3344:101::e]:41114 2026.02.01 23:43:16.156930 [ 291 ] {7ea8bf83-9d40-49f2-bb76-3473be76f9f2} executeQuery: (from [fd00:1122:3344:101::e]:62187) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:43:16.156954 [ 290 ] {} TCP-Session: e0308213-67b7-4d01-8110-339de027e194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156960 [ 286 ] {} TCP-Session: 4f2ff9b0-51d5-4733-b2e5-c4e3cbe6df0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156987 [ 290 ] {} TCP-Session: e0308213-67b7-4d01-8110-339de027e194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156995 [ 286 ] {} TCP-Session: 4f2ff9b0-51d5-4733-b2e5-c4e3cbe6df0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.156950 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:43:16.157035 [ 294 ] {} TCP-Session: 1d6b2fac-efbd-420f-9815-21a63d452468 Authenticating user 'default' from [fd00:1122:3344:101::e]:38304 2026.02.01 23:43:16.157053 [ 294 ] {} TCP-Session: 1d6b2fac-efbd-420f-9815-21a63d452468 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.157068 [ 294 ] {} TCP-Session: 1d6b2fac-efbd-420f-9815-21a63d452468 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.157243 [ 291 ] {7ea8bf83-9d40-49f2-bb76-3473be76f9f2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:43:16.157310 [ 291 ] {7ea8bf83-9d40-49f2-bb76-3473be76f9f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:43:16.157598 [ 291 ] {7ea8bf83-9d40-49f2-bb76-3473be76f9f2} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:43:16.158548 [ 322 ] {7ea8bf83-9d40-49f2-bb76-3473be76f9f2} AggregatingTransform: Aggregating 2026.02.01 23:43:16.158606 [ 322 ] {7ea8bf83-9d40-49f2-bb76-3473be76f9f2} Aggregator: Aggregation method: without_key 2026.02.01 23:43:16.158651 [ 322 ] {7ea8bf83-9d40-49f2-bb76-3473be76f9f2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000948536 sec. (1054.256 rows/sec., 41.18 KiB/sec.) 2026.02.01 23:43:16.158674 [ 322 ] {7ea8bf83-9d40-49f2-bb76-3473be76f9f2} Aggregator: Merging aggregated data 2026.02.01 23:43:16.160023 [ 291 ] {7ea8bf83-9d40-49f2-bb76-3473be76f9f2} executeQuery: Read 1 rows, 40.00 B in 0.003168 sec., 315.6565656565657 rows/sec., 12.33 KiB/sec. 2026.02.01 23:43:16.160170 [ 291 ] {7ea8bf83-9d40-49f2-bb76-3473be76f9f2} TCPHandler: Processed in 0.003850715 sec. 2026.02.01 23:43:16.160294 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.160322 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.160332 [ 291 ] {} TCP-Session: 08e54c91-05ab-411d-a443-d787b57cea4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.160345 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.160369 [ 292 ] {} TCP-Session: 88b58d2b-d7ef-4618-955f-bcf08b213eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.160380 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.160400 [ 290 ] {} TCP-Session: e0308213-67b7-4d01-8110-339de027e194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.160417 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.160426 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.160432 [ 286 ] {} TCP-Session: 4f2ff9b0-51d5-4733-b2e5-c4e3cbe6df0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.160461 [ 275 ] {} TCP-Session: c99116ef-4ef3-4dd9-bd37-06ef352dca12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.160481 [ 294 ] {} TCP-Session: 1d6b2fac-efbd-420f-9815-21a63d452468 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.160463 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.160410 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.160553 [ 289 ] {} TCP-Session: eaccbc1c-c0db-4fb1-b3f6-09f37c2f0311 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.160363 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:43:16.160579 [ 288 ] {} TCP-Session: 3ec8c31e-e5b3-437b-a36b-0efbf5ebfba0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.160611 [ 293 ] {} TCP-Session: 94a576a9-f6e9-42cf-8161-7ec982e475c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:43:16.167120 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23550 2026.02.01 23:43:16.167665 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.167717 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.168257 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 23:43:16.168525 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.168689 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23550 2026.02.01 23:43:16.393653 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:16.393857 [ 276 ] {69db5ce9-5f85-4ad1-ab61-1a058d0891bd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:43:16.393934 [ 276 ] {69db5ce9-5f85-4ad1-ab61-1a058d0891bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:43:16.394595 [ 276 ] {69db5ce9-5f85-4ad1-ab61-1a058d0891bd} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.394646 [ 276 ] {69db5ce9-5f85-4ad1-ab61-1a058d0891bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.395053 [ 276 ] {69db5ce9-5f85-4ad1-ab61-1a058d0891bd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:43:16.395293 [ 276 ] {69db5ce9-5f85-4ad1-ab61-1a058d0891bd} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.395455 [ 276 ] {69db5ce9-5f85-4ad1-ab61-1a058d0891bd} executeQuery: Read 24 rows, 2.04 KiB in 0.001655 sec., 14501.510574018126 rows/sec., 1.20 MiB/sec. 2026.02.01 23:43:16.395500 [ 276 ] {69db5ce9-5f85-4ad1-ab61-1a058d0891bd} TCPHandler: Processed in 0.001993673 sec. 2026.02.01 23:43:16.395626 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:16.395724 [ 276 ] {f3db9f73-cdfe-4e60-ab82-cb38d61dbf9c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:43:16.395767 [ 276 ] {f3db9f73-cdfe-4e60-ab82-cb38d61dbf9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:43:16.396302 [ 276 ] {f3db9f73-cdfe-4e60-ab82-cb38d61dbf9c} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.396340 [ 276 ] {f3db9f73-cdfe-4e60-ab82-cb38d61dbf9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.396682 [ 276 ] {f3db9f73-cdfe-4e60-ab82-cb38d61dbf9c} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.01 23:43:16.396897 [ 276 ] {f3db9f73-cdfe-4e60-ab82-cb38d61dbf9c} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.397024 [ 36 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.01 23:43:16.397038 [ 276 ] {f3db9f73-cdfe-4e60-ab82-cb38d61dbf9c} executeQuery: Read 248 rows, 22.75 KiB in 0.001334 sec., 185907.04647676164 rows/sec., 16.66 MiB/sec. 2026.02.01 23:43:16.397096 [ 36 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.397106 [ 276 ] {f3db9f73-cdfe-4e60-ab82-cb38d61dbf9c} TCPHandler: Processed in 0.001531625 sec. 2026.02.01 23:43:16.397131 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.397232 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:16.397245 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:43:16.397339 [ 276 ] {4ae3bc62-373b-449b-bbce-e6618598e9a7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:43:16.397385 [ 276 ] {4ae3bc62-373b-449b-bbce-e6618598e9a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:43:16.397388 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:16.397437 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1406 rows starting from the beginning of the part 2026.02.01 23:43:16.397512 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 128 rows starting from the beginning of the part 2026.02.01 23:43:16.397564 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1205 rows starting from the beginning of the part 2026.02.01 23:43:16.397610 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 128 rows starting from the beginning of the part 2026.02.01 23:43:16.397656 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part 2026.02.01 23:43:16.397699 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 248 rows starting from the beginning of the part 2026.02.01 23:43:16.397820 [ 276 ] {4ae3bc62-373b-449b-bbce-e6618598e9a7} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.397866 [ 276 ] {4ae3bc62-373b-449b-bbce-e6618598e9a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.398200 [ 276 ] {4ae3bc62-373b-449b-bbce-e6618598e9a7} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 23:43:16.398429 [ 276 ] {4ae3bc62-373b-449b-bbce-e6618598e9a7} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.398572 [ 276 ] {4ae3bc62-373b-449b-bbce-e6618598e9a7} executeQuery: Read 48 rows, 3.67 KiB in 0.001251 sec., 38369.30455635492 rows/sec., 2.86 MiB/sec. 2026.02.01 23:43:16.398613 [ 276 ] {4ae3bc62-373b-449b-bbce-e6618598e9a7} TCPHandler: Processed in 0.001432084 sec. 2026.02.01 23:43:16.398719 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:16.398816 [ 276 ] {4c4e7bce-2325-4caa-89b3-bfb8960316dc} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:43:16.398857 [ 276 ] {4c4e7bce-2325-4caa-89b3-bfb8960316dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:43:16.399151 [ 200 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3179 rows, containing 5 columns (5 merged, 0 gathered) in 0.001954793 sec., 1626259.1486668922 rows/sec., 142.69 MiB/sec. 2026.02.01 23:43:16.399263 [ 276 ] {4c4e7bce-2325-4caa-89b3-bfb8960316dc} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.399311 [ 276 ] {4c4e7bce-2325-4caa-89b3-bfb8960316dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.399374 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.01 23:43:16.399659 [ 276 ] {4c4e7bce-2325-4caa-89b3-bfb8960316dc} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 23:43:16.399676 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_71_14} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.399765 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_71_14} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.01 23:43:16.399855 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.02.01 23:43:16.399906 [ 276 ] {4c4e7bce-2325-4caa-89b3-bfb8960316dc} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.400046 [ 276 ] {4c4e7bce-2325-4caa-89b3-bfb8960316dc} executeQuery: Read 24 rows, 2.04 KiB in 0.001248 sec., 19230.76923076923 rows/sec., 1.60 MiB/sec. 2026.02.01 23:43:16.400086 [ 276 ] {4c4e7bce-2325-4caa-89b3-bfb8960316dc} TCPHandler: Processed in 0.001417043 sec. 2026.02.01 23:43:16.400209 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:16.400334 [ 276 ] {2dd30c2a-d7a4-4622-8c6c-7a705b0d354b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:43:16.400383 [ 276 ] {2dd30c2a-d7a4-4622-8c6c-7a705b0d354b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:43:16.400864 [ 276 ] {2dd30c2a-d7a4-4622-8c6c-7a705b0d354b} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.400908 [ 276 ] {2dd30c2a-d7a4-4622-8c6c-7a705b0d354b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.401271 [ 276 ] {2dd30c2a-d7a4-4622-8c6c-7a705b0d354b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 23:43:16.401509 [ 276 ] {2dd30c2a-d7a4-4622-8c6c-7a705b0d354b} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.401656 [ 276 ] {2dd30c2a-d7a4-4622-8c6c-7a705b0d354b} executeQuery: Read 12 rows, 960.00 B in 0.001347 sec., 8908.685968819598 rows/sec., 695.99 KiB/sec. 2026.02.01 23:43:16.401697 [ 276 ] {2dd30c2a-d7a4-4622-8c6c-7a705b0d354b} TCPHandler: Processed in 0.001550466 sec. 2026.02.01 23:43:16.401824 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:16.401922 [ 276 ] {7264c8af-360b-4f52-91fa-8d6a89d1e0c6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:43:16.401963 [ 276 ] {7264c8af-360b-4f52-91fa-8d6a89d1e0c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:43:16.402462 [ 276 ] {7264c8af-360b-4f52-91fa-8d6a89d1e0c6} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.402498 [ 276 ] {7264c8af-360b-4f52-91fa-8d6a89d1e0c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.402841 [ 276 ] {7264c8af-360b-4f52-91fa-8d6a89d1e0c6} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.01 23:43:16.403050 [ 276 ] {7264c8af-360b-4f52-91fa-8d6a89d1e0c6} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.403164 [ 36 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.01 23:43:16.403190 [ 276 ] {7264c8af-360b-4f52-91fa-8d6a89d1e0c6} executeQuery: Read 136 rows, 11.26 KiB in 0.001288 sec., 105590.06211180124 rows/sec., 8.53 MiB/sec. 2026.02.01 23:43:16.403200 [ 36 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.403235 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.403239 [ 276 ] {7264c8af-360b-4f52-91fa-8d6a89d1e0c6} TCPHandler: Processed in 0.001471195 sec. 2026.02.01 23:43:16.403306 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:43:16.403354 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:16.403405 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:16.403437 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 632 rows starting from the beginning of the part 2026.02.01 23:43:16.403454 [ 276 ] {2797bb60-3176-4a7e-bf82-1d570add08b2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:16.403494 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 100 rows starting from the beginning of the part 2026.02.01 23:43:16.403502 [ 276 ] {2797bb60-3176-4a7e-bf82-1d570add08b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:43:16.403548 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 526 rows starting from the beginning of the part 2026.02.01 23:43:16.403596 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 100 rows starting from the beginning of the part 2026.02.01 23:43:16.403635 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 68 rows starting from the beginning of the part 2026.02.01 23:43:16.403677 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 136 rows starting from the beginning of the part 2026.02.01 23:43:16.403949 [ 276 ] {2797bb60-3176-4a7e-bf82-1d570add08b2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.403989 [ 276 ] {2797bb60-3176-4a7e-bf82-1d570add08b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.404355 [ 276 ] {2797bb60-3176-4a7e-bf82-1d570add08b2} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.01 23:43:16.404567 [ 276 ] {2797bb60-3176-4a7e-bf82-1d570add08b2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.404685 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1562 rows, containing 5 columns (5 merged, 0 gathered) in 0.001408923 sec., 1108648.2369866911 rows/sec., 88.34 MiB/sec. 2026.02.01 23:43:16.404679 [ 36 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.01 23:43:16.404706 [ 276 ] {2797bb60-3176-4a7e-bf82-1d570add08b2} executeQuery: Read 196 rows, 14.40 KiB in 0.001271 sec., 154209.28402832415 rows/sec., 11.06 MiB/sec. 2026.02.01 23:43:16.404737 [ 36 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.404762 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.404762 [ 276 ] {2797bb60-3176-4a7e-bf82-1d570add08b2} TCPHandler: Processed in 0.001457584 sec. 2026.02.01 23:43:16.404824 [ 192 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:43:16.404838 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.01 23:43:16.404893 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:16.404916 [ 192 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:16.404948 [ 192 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19061 rows starting from the beginning of the part 2026.02.01 23:43:16.404994 [ 192 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2026.02.01 23:43:16.404995 [ 276 ] {321e9ab2-f783-45c4-98d7-e639a2e84636} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:16.405032 [ 192 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 845 rows starting from the beginning of the part 2026.02.01 23:43:16.405073 [ 192 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:43:16.405075 [ 276 ] {321e9ab2-f783-45c4-98d7-e639a2e84636} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:43:16.405107 [ 192 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:43:16.405120 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_71_14} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.405148 [ 192 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 196 rows starting from the beginning of the part 2026.02.01 23:43:16.405212 [ 200 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_71_14} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.01 23:43:16.405292 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.01 23:43:16.406002 [ 276 ] {321e9ab2-f783-45c4-98d7-e639a2e84636} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.406047 [ 276 ] {321e9ab2-f783-45c4-98d7-e639a2e84636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.406707 [ 276 ] {321e9ab2-f783-45c4-98d7-e639a2e84636} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 23:43:16.406946 [ 276 ] {321e9ab2-f783-45c4-98d7-e639a2e84636} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.407123 [ 276 ] {321e9ab2-f783-45c4-98d7-e639a2e84636} executeQuery: Read 36 rows, 66.06 KiB in 0.002146 sec., 16775.396085740915 rows/sec., 30.06 MiB/sec. 2026.02.01 23:43:16.407227 [ 276 ] {321e9ab2-f783-45c4-98d7-e639a2e84636} TCPHandler: Processed in 0.00238332 sec. 2026.02.01 23:43:16.407373 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:16.407469 [ 276 ] {d7e0346d-a330-4959-ad58-2c821017234a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:43:16.407510 [ 276 ] {d7e0346d-a330-4959-ad58-2c821017234a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:43:16.407856 [ 276 ] {d7e0346d-a330-4959-ad58-2c821017234a} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.407891 [ 276 ] {d7e0346d-a330-4959-ad58-2c821017234a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.408206 [ 276 ] {d7e0346d-a330-4959-ad58-2c821017234a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.01 23:43:16.408425 [ 276 ] {d7e0346d-a330-4959-ad58-2c821017234a} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.408552 [ 36 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.01 23:43:16.408560 [ 276 ] {d7e0346d-a330-4959-ad58-2c821017234a} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2026.02.01 23:43:16.408595 [ 36 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:16.408615 [ 276 ] {d7e0346d-a330-4959-ad58-2c821017234a} TCPHandler: Processed in 0.001300432 sec. 2026.02.01 23:43:16.408624 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:16.408711 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:43:16.408802 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:16.408826 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3900 rows starting from the beginning of the part 2026.02.01 23:43:16.408874 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2026.02.01 23:43:16.408913 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2026.02.01 23:43:16.408951 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:43:16.408986 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:43:16.409024 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2026.02.01 23:43:16.410265 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4200 rows, containing 4 columns (4 merged, 0 gathered) in 0.001580706 sec., 2657040.588192871 rows/sec., 179.07 MiB/sec. 2026.02.01 23:43:16.410570 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.01 23:43:16.410841 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_71_14} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.410918 [ 196 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_71_14} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.01 23:43:16.410981 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.02.01 23:43:16.411149 [ 189 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 20582 rows, containing 5 columns (5 merged, 0 gathered) in 0.006342476 sec., 3245104.908556217 rows/sec., 223.04 MiB/sec. 2026.02.01 23:43:16.411577 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.01 23:43:16.411870 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_71_14} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:16.411947 [ 195 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_71_14} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.01 23:43:16.412031 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.02.01 23:43:17.421467 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.02.01 23:43:17.440449 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:17.440516 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:17.446520 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 23:43:17.447204 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:17.450287 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.02.01 23:43:18.724544 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1164 2026.02.01 23:43:18.727146 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:18.727192 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:18.728444 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 23:43:18.728723 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:18.728866 [ 31 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 23:43:18.728901 [ 31 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:18.728919 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:18.729002 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::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.02.01 23:43:18.729021 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1164 2026.02.01 23:43:18.729478 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:18.729603 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1016 rows starting from the beginning of the part 2026.02.01 23:43:18.729940 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 28 rows starting from the beginning of the part 2026.02.01 23:43:18.730286 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part 2026.02.01 23:43:18.730650 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2026.02.01 23:43:18.731001 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part 2026.02.01 23:43:18.731372 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part 2026.02.01 23:43:18.737484 [ 189 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1164 rows, containing 72 columns (72 merged, 0 gathered) in 0.008512682 sec., 136737.16462097372 rows/sec., 107.95 MiB/sec. 2026.02.01 23:43:18.739013 [ 188 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 23:43:18.739639 [ 188 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_36_7} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:18.739724 [ 188 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_36_7} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 23:43:18.740061 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. 2026.02.01 23:43:21.390025 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:21.390204 [ 276 ] {2ba88d9d-d034-46c5-ba78-76507f0910b3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:43:21.390270 [ 276 ] {2ba88d9d-d034-46c5-ba78-76507f0910b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:43:21.390927 [ 276 ] {2ba88d9d-d034-46c5-ba78-76507f0910b3} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:21.390971 [ 276 ] {2ba88d9d-d034-46c5-ba78-76507f0910b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:21.391368 [ 276 ] {2ba88d9d-d034-46c5-ba78-76507f0910b3} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.01 23:43:21.391595 [ 276 ] {2ba88d9d-d034-46c5-ba78-76507f0910b3} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:21.391756 [ 276 ] {2ba88d9d-d034-46c5-ba78-76507f0910b3} executeQuery: Read 64 rows, 5.19 KiB in 0.001602 sec., 39950.062421972536 rows/sec., 3.16 MiB/sec. 2026.02.01 23:43:21.391806 [ 276 ] {2ba88d9d-d034-46c5-ba78-76507f0910b3} TCPHandler: Processed in 0.001922522 sec. 2026.02.01 23:43:21.391925 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:21.392029 [ 276 ] {f80859c4-0355-4783-9721-2cf7f27d49a7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:43:21.392074 [ 276 ] {f80859c4-0355-4783-9721-2cf7f27d49a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:43:21.392469 [ 276 ] {f80859c4-0355-4783-9721-2cf7f27d49a7} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:21.392506 [ 276 ] {f80859c4-0355-4783-9721-2cf7f27d49a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:21.392808 [ 276 ] {f80859c4-0355-4783-9721-2cf7f27d49a7} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 23:43:21.393021 [ 276 ] {f80859c4-0355-4783-9721-2cf7f27d49a7} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:21.393139 [ 41 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 23:43:21.393151 [ 276 ] {f80859c4-0355-4783-9721-2cf7f27d49a7} executeQuery: Read 4 rows, 308.00 B in 0.001145 sec., 3493.449781659389 rows/sec., 262.69 KiB/sec. 2026.02.01 23:43:21.393208 [ 41 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:21.393217 [ 276 ] {f80859c4-0355-4783-9721-2cf7f27d49a7} TCPHandler: Processed in 0.001346013 sec. 2026.02.01 23:43:21.393241 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:21.393340 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:21.393383 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:43:21.393440 [ 276 ] {1e0353c3-7560-4b16-8992-c67bb31120e8} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:43:21.393486 [ 276 ] {1e0353c3-7560-4b16-8992-c67bb31120e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:43:21.393540 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:21.393584 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 70 rows starting from the beginning of the part 2026.02.01 23:43:21.393658 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part 2026.02.01 23:43:21.393708 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part 2026.02.01 23:43:21.393759 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part 2026.02.01 23:43:21.393801 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part 2026.02.01 23:43:21.393845 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part 2026.02.01 23:43:21.393890 [ 276 ] {1e0353c3-7560-4b16-8992-c67bb31120e8} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:21.393931 [ 276 ] {1e0353c3-7560-4b16-8992-c67bb31120e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:21.394268 [ 276 ] {1e0353c3-7560-4b16-8992-c67bb31120e8} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.01 23:43:21.394507 [ 276 ] {1e0353c3-7560-4b16-8992-c67bb31120e8} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:21.394641 [ 276 ] {1e0353c3-7560-4b16-8992-c67bb31120e8} executeQuery: Read 68 rows, 5.44 KiB in 0.001221 sec., 55692.05569205569 rows/sec., 4.35 MiB/sec. 2026.02.01 23:43:21.394677 [ 276 ] {1e0353c3-7560-4b16-8992-c67bb31120e8} TCPHandler: Processed in 0.001388473 sec. 2026.02.01 23:43:21.394716 [ 188 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.001393714 sec., 120541.2301232534 rows/sec., 9.32 MiB/sec. 2026.02.01 23:43:21.394788 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:21.394865 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 23:43:21.394891 [ 276 ] {9a117bac-ce5c-4eb3-99c7-b58763f4fcb2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:21.394939 [ 276 ] {9a117bac-ce5c-4eb3-99c7-b58763f4fcb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:43:21.395158 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_66_13} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:21.395238 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_66_13} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 23:43:21.395314 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 23:43:21.395351 [ 276 ] {9a117bac-ce5c-4eb3-99c7-b58763f4fcb2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:21.395394 [ 276 ] {9a117bac-ce5c-4eb3-99c7-b58763f4fcb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:21.395729 [ 276 ] {9a117bac-ce5c-4eb3-99c7-b58763f4fcb2} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.01 23:43:21.395935 [ 276 ] {9a117bac-ce5c-4eb3-99c7-b58763f4fcb2} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:21.396063 [ 276 ] {9a117bac-ce5c-4eb3-99c7-b58763f4fcb2} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.02.01 23:43:21.396100 [ 276 ] {9a117bac-ce5c-4eb3-99c7-b58763f4fcb2} TCPHandler: Processed in 0.001361162 sec. 2026.02.01 23:43:21.396210 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:21.396303 [ 276 ] {53b65e43-0f9f-4ceb-9157-0a897fc2417b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:21.396384 [ 276 ] {53b65e43-0f9f-4ceb-9157-0a897fc2417b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:43:21.397140 [ 276 ] {53b65e43-0f9f-4ceb-9157-0a897fc2417b} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:21.397176 [ 276 ] {53b65e43-0f9f-4ceb-9157-0a897fc2417b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:21.397677 [ 276 ] {53b65e43-0f9f-4ceb-9157-0a897fc2417b} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 23:43:21.397895 [ 276 ] {53b65e43-0f9f-4ceb-9157-0a897fc2417b} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:21.398031 [ 276 ] {53b65e43-0f9f-4ceb-9157-0a897fc2417b} executeQuery: Read 4 rows, 7.34 KiB in 0.001746 sec., 2290.950744558992 rows/sec., 4.11 MiB/sec. 2026.02.01 23:43:21.398084 [ 276 ] {53b65e43-0f9f-4ceb-9157-0a897fc2417b} TCPHandler: Processed in 0.001923612 sec. 2026.02.01 23:43:21.398199 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:21.398295 [ 276 ] {9bd348fe-20d6-4d7d-bfd8-85b48ea9a015} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:43:21.398338 [ 276 ] {9bd348fe-20d6-4d7d-bfd8-85b48ea9a015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:43:21.398666 [ 276 ] {9bd348fe-20d6-4d7d-bfd8-85b48ea9a015} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:21.398702 [ 276 ] {9bd348fe-20d6-4d7d-bfd8-85b48ea9a015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.01 23:43:21.399021 [ 276 ] {9bd348fe-20d6-4d7d-bfd8-85b48ea9a015} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.01 23:43:21.399240 [ 276 ] {9bd348fe-20d6-4d7d-bfd8-85b48ea9a015} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:21.399367 [ 276 ] {9bd348fe-20d6-4d7d-bfd8-85b48ea9a015} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.02.01 23:43:21.399403 [ 276 ] {9bd348fe-20d6-4d7d-bfd8-85b48ea9a015} TCPHandler: Processed in 0.001254591 sec. 2026.02.01 23:43:23.520865 [ 59 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:43:23.520917 [ 59 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:43:23.668986 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23998 2026.02.01 23:43:23.669555 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:23.669604 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:23.670104 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 23:43:23.670348 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:23.670502 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23998 2026.02.01 23:43:24.950565 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.02.01 23:43:24.968499 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:24.968564 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:24.975411 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 23:43:24.976155 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:24.979695 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.02.01 23:43:26.390587 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:26.390765 [ 276 ] {2a6b54de-d3ae-42ea-a672-2c9ba1458274} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:43:26.390829 [ 276 ] {2a6b54de-d3ae-42ea-a672-2c9ba1458274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:43:26.391481 [ 276 ] {2a6b54de-d3ae-42ea-a672-2c9ba1458274} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:26.391525 [ 276 ] {2a6b54de-d3ae-42ea-a672-2c9ba1458274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:26.391932 [ 276 ] {2a6b54de-d3ae-42ea-a672-2c9ba1458274} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.01 23:43:26.392154 [ 276 ] {2a6b54de-d3ae-42ea-a672-2c9ba1458274} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:26.392301 [ 276 ] {2a6b54de-d3ae-42ea-a672-2c9ba1458274} executeQuery: Read 128 rows, 11.29 KiB in 0.001587 sec., 80655.3245116572 rows/sec., 6.95 MiB/sec. 2026.02.01 23:43:26.392342 [ 276 ] {2a6b54de-d3ae-42ea-a672-2c9ba1458274} TCPHandler: Processed in 0.001885231 sec. 2026.02.01 23:43:26.392460 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:26.392554 [ 276 ] {8e6328fb-02f7-4349-bc30-fa8e2497572a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:43:26.392594 [ 276 ] {8e6328fb-02f7-4349-bc30-fa8e2497572a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:43:26.392996 [ 276 ] {8e6328fb-02f7-4349-bc30-fa8e2497572a} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:26.393029 [ 276 ] {8e6328fb-02f7-4349-bc30-fa8e2497572a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:26.393327 [ 276 ] {8e6328fb-02f7-4349-bc30-fa8e2497572a} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 23:43:26.393585 [ 276 ] {8e6328fb-02f7-4349-bc30-fa8e2497572a} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:26.393757 [ 276 ] {8e6328fb-02f7-4349-bc30-fa8e2497572a} executeQuery: Read 36 rows, 2.71 KiB in 0.001221 sec., 29484.02948402948 rows/sec., 2.17 MiB/sec. 2026.02.01 23:43:26.393799 [ 276 ] {8e6328fb-02f7-4349-bc30-fa8e2497572a} TCPHandler: Processed in 0.001386033 sec. 2026.02.01 23:43:26.393902 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:26.394059 [ 276 ] {89be3b97-9f35-4e73-ad0a-5c207d25e67c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:43:26.394111 [ 276 ] {89be3b97-9f35-4e73-ad0a-5c207d25e67c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:43:26.394536 [ 276 ] {89be3b97-9f35-4e73-ad0a-5c207d25e67c} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:26.394571 [ 276 ] {89be3b97-9f35-4e73-ad0a-5c207d25e67c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:26.394880 [ 276 ] {89be3b97-9f35-4e73-ad0a-5c207d25e67c} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.01 23:43:26.395106 [ 276 ] {89be3b97-9f35-4e73-ad0a-5c207d25e67c} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:26.395235 [ 276 ] {89be3b97-9f35-4e73-ad0a-5c207d25e67c} executeQuery: Read 100 rows, 8.00 KiB in 0.001199 sec., 83402.83569641368 rows/sec., 6.51 MiB/sec. 2026.02.01 23:43:26.395272 [ 276 ] {89be3b97-9f35-4e73-ad0a-5c207d25e67c} TCPHandler: Processed in 0.001419043 sec. 2026.02.01 23:43:26.395387 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:26.395483 [ 276 ] {0287eb0f-ec90-4218-9b31-e5dabb6a05b4} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:26.395528 [ 276 ] {0287eb0f-ec90-4218-9b31-e5dabb6a05b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:43:26.395921 [ 276 ] {0287eb0f-ec90-4218-9b31-e5dabb6a05b4} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:26.395953 [ 276 ] {0287eb0f-ec90-4218-9b31-e5dabb6a05b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:26.396291 [ 276 ] {0287eb0f-ec90-4218-9b31-e5dabb6a05b4} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.01 23:43:26.396500 [ 276 ] {0287eb0f-ec90-4218-9b31-e5dabb6a05b4} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:26.396630 [ 276 ] {0287eb0f-ec90-4218-9b31-e5dabb6a05b4} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2026.02.01 23:43:26.396665 [ 276 ] {0287eb0f-ec90-4218-9b31-e5dabb6a05b4} TCPHandler: Processed in 0.001327403 sec. 2026.02.01 23:43:26.396778 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:26.396871 [ 276 ] {75ab06cf-36bc-4699-80da-6d91534f94e8} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:26.396925 [ 276 ] {75ab06cf-36bc-4699-80da-6d91534f94e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:43:26.397757 [ 276 ] {75ab06cf-36bc-4699-80da-6d91534f94e8} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:26.397791 [ 276 ] {75ab06cf-36bc-4699-80da-6d91534f94e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:26.398358 [ 276 ] {75ab06cf-36bc-4699-80da-6d91534f94e8} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 23:43:26.398583 [ 276 ] {75ab06cf-36bc-4699-80da-6d91534f94e8} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:26.398726 [ 276 ] {75ab06cf-36bc-4699-80da-6d91534f94e8} executeQuery: Read 36 rows, 66.06 KiB in 0.001874 sec., 19210.245464247597 rows/sec., 34.42 MiB/sec. 2026.02.01 23:43:26.398779 [ 276 ] {75ab06cf-36bc-4699-80da-6d91534f94e8} TCPHandler: Processed in 0.002049465 sec. 2026.02.01 23:43:26.398893 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:26.398988 [ 276 ] {afe7f14b-926e-4eaa-bd78-45f54273ba5b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:43:26.399030 [ 276 ] {afe7f14b-926e-4eaa-bd78-45f54273ba5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:43:26.399362 [ 276 ] {afe7f14b-926e-4eaa-bd78-45f54273ba5b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:26.399397 [ 276 ] {afe7f14b-926e-4eaa-bd78-45f54273ba5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:26.399704 [ 276 ] {afe7f14b-926e-4eaa-bd78-45f54273ba5b} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.01 23:43:26.399912 [ 276 ] {afe7f14b-926e-4eaa-bd78-45f54273ba5b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:26.400038 [ 276 ] {afe7f14b-926e-4eaa-bd78-45f54273ba5b} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2026.02.01 23:43:26.400072 [ 276 ] {afe7f14b-926e-4eaa-bd78-45f54273ba5b} TCPHandler: Processed in 0.001228321 sec. 2026.02.01 23:43:28.729517 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1188 2026.02.01 23:43:28.731800 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:28.731855 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:28.733067 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 23:43:28.733355 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:28.733735 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1188 2026.02.01 23:43:31.170873 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24510 2026.02.01 23:43:31.171474 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:31.171522 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:31.172040 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 23:43:31.172269 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:31.172401 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24510 2026.02.01 23:43:31.172504 [ 34 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 23:43:31.172574 [ 34 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:31.172597 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:31.172693 [ 197 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:43:31.172777 [ 197 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:31.172804 [ 197 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22078 rows starting from the beginning of the part 2026.02.01 23:43:31.172864 [ 197 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:43:31.172907 [ 197 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:43:31.172948 [ 197 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:43:31.172985 [ 197 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:43:31.173022 [ 197 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:43:31.174892 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24510 rows, containing 4 columns (4 merged, 0 gathered) in 0.002240128 sec., 10941339.066339066 rows/sec., 156.52 MiB/sec. 2026.02.01 23:43:31.175319 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 23:43:31.175608 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_51_10} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:31.175688 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_51_10} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 23:43:31.175802 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2026.02.01 23:43:31.416973 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:31.417161 [ 276 ] {1daade35-876b-4400-b087-6b5c406cf1d9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:43:31.417230 [ 276 ] {1daade35-876b-4400-b087-6b5c406cf1d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:43:31.417878 [ 276 ] {1daade35-876b-4400-b087-6b5c406cf1d9} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:31.417929 [ 276 ] {1daade35-876b-4400-b087-6b5c406cf1d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:31.418314 [ 276 ] {1daade35-876b-4400-b087-6b5c406cf1d9} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 23:43:31.418543 [ 276 ] {1daade35-876b-4400-b087-6b5c406cf1d9} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:31.418699 [ 276 ] {1daade35-876b-4400-b087-6b5c406cf1d9} executeQuery: Read 10 rows, 835.00 B in 0.001588 sec., 6297.229219143577 rows/sec., 513.49 KiB/sec. 2026.02.01 23:43:31.418741 [ 276 ] {1daade35-876b-4400-b087-6b5c406cf1d9} TCPHandler: Processed in 0.001906561 sec. 2026.02.01 23:43:31.418878 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:31.418980 [ 276 ] {32610fa8-f306-4f65-b89c-dbaa28fc7f26} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:43:31.419020 [ 276 ] {32610fa8-f306-4f65-b89c-dbaa28fc7f26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:43:31.420352 [ 276 ] {32610fa8-f306-4f65-b89c-dbaa28fc7f26} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:31.420389 [ 276 ] {32610fa8-f306-4f65-b89c-dbaa28fc7f26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:31.420761 [ 276 ] {32610fa8-f306-4f65-b89c-dbaa28fc7f26} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.01 23:43:31.420973 [ 276 ] {32610fa8-f306-4f65-b89c-dbaa28fc7f26} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:31.421102 [ 276 ] {32610fa8-f306-4f65-b89c-dbaa28fc7f26} executeQuery: Read 1209 rows, 102.12 KiB in 0.002145 sec., 563636.3636363635 rows/sec., 46.49 MiB/sec. 2026.02.01 23:43:31.421138 [ 276 ] {32610fa8-f306-4f65-b89c-dbaa28fc7f26} TCPHandler: Processed in 0.002312639 sec. 2026.02.01 23:43:31.421251 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:31.421345 [ 276 ] {215523d6-f467-416c-b25c-21b456ad8434} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:43:31.421384 [ 276 ] {215523d6-f467-416c-b25c-21b456ad8434} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:43:31.421788 [ 276 ] {215523d6-f467-416c-b25c-21b456ad8434} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:31.421824 [ 276 ] {215523d6-f467-416c-b25c-21b456ad8434} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:31.422115 [ 276 ] {215523d6-f467-416c-b25c-21b456ad8434} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.01 23:43:31.422324 [ 276 ] {215523d6-f467-416c-b25c-21b456ad8434} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:31.422456 [ 276 ] {215523d6-f467-416c-b25c-21b456ad8434} executeQuery: Read 14 rows, 1023.00 B in 0.001129 sec., 12400.354295837024 rows/sec., 884.87 KiB/sec. 2026.02.01 23:43:31.422492 [ 276 ] {215523d6-f467-416c-b25c-21b456ad8434} TCPHandler: Processed in 0.001290961 sec. 2026.02.01 23:43:31.422593 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:31.422685 [ 276 ] {3c589b70-ca7f-471c-ac09-f7cf3fb06ec4} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:43:31.422726 [ 276 ] {3c589b70-ca7f-471c-ac09-f7cf3fb06ec4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:43:31.423247 [ 276 ] {3c589b70-ca7f-471c-ac09-f7cf3fb06ec4} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:31.423282 [ 276 ] {3c589b70-ca7f-471c-ac09-f7cf3fb06ec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:31.423596 [ 276 ] {3c589b70-ca7f-471c-ac09-f7cf3fb06ec4} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 23:43:31.423807 [ 276 ] {3c589b70-ca7f-471c-ac09-f7cf3fb06ec4} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:31.423938 [ 276 ] {3c589b70-ca7f-471c-ac09-f7cf3fb06ec4} executeQuery: Read 228 rows, 15.81 KiB in 0.00127 sec., 179527.5590551181 rows/sec., 12.16 MiB/sec. 2026.02.01 23:43:31.423974 [ 276 ] {3c589b70-ca7f-471c-ac09-f7cf3fb06ec4} TCPHandler: Processed in 0.001430194 sec. 2026.02.01 23:43:31.424142 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:31.424235 [ 276 ] {42e5f476-c961-41ef-bc4d-7fc441f624f6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:43:31.424275 [ 276 ] {42e5f476-c961-41ef-bc4d-7fc441f624f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:43:31.424948 [ 276 ] {42e5f476-c961-41ef-bc4d-7fc441f624f6} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:31.424984 [ 276 ] {42e5f476-c961-41ef-bc4d-7fc441f624f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:31.425304 [ 276 ] {42e5f476-c961-41ef-bc4d-7fc441f624f6} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.01 23:43:31.425514 [ 276 ] {42e5f476-c961-41ef-bc4d-7fc441f624f6} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:31.425641 [ 276 ] {42e5f476-c961-41ef-bc4d-7fc441f624f6} executeQuery: Read 534 rows, 40.54 KiB in 0.001423 sec., 375263.52775825723 rows/sec., 27.82 MiB/sec. 2026.02.01 23:43:31.425678 [ 276 ] {42e5f476-c961-41ef-bc4d-7fc441f624f6} TCPHandler: Processed in 0.001585156 sec. 2026.02.01 23:43:31.425788 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:31.425881 [ 276 ] {e45f0fd0-9a89-4f6f-80be-70c2e3a38417} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:31.425924 [ 276 ] {e45f0fd0-9a89-4f6f-80be-70c2e3a38417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:43:31.426570 [ 276 ] {e45f0fd0-9a89-4f6f-80be-70c2e3a38417} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:31.426606 [ 276 ] {e45f0fd0-9a89-4f6f-80be-70c2e3a38417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:31.426979 [ 276 ] {e45f0fd0-9a89-4f6f-80be-70c2e3a38417} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.01 23:43:31.427184 [ 276 ] {e45f0fd0-9a89-4f6f-80be-70c2e3a38417} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:31.427313 [ 276 ] {e45f0fd0-9a89-4f6f-80be-70c2e3a38417} executeQuery: Read 849 rows, 58.52 KiB in 0.001449 sec., 585921.3250517598 rows/sec., 39.44 MiB/sec. 2026.02.01 23:43:31.427348 [ 276 ] {e45f0fd0-9a89-4f6f-80be-70c2e3a38417} TCPHandler: Processed in 0.001609267 sec. 2026.02.01 23:43:31.427456 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:31.427549 [ 276 ] {48cb92d1-951c-4f8d-a868-17bc480df0ce} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:31.427604 [ 276 ] {48cb92d1-951c-4f8d-a868-17bc480df0ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:43:31.428370 [ 276 ] {48cb92d1-951c-4f8d-a868-17bc480df0ce} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:31.428405 [ 276 ] {48cb92d1-951c-4f8d-a868-17bc480df0ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:31.428904 [ 276 ] {48cb92d1-951c-4f8d-a868-17bc480df0ce} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 23:43:31.429131 [ 276 ] {48cb92d1-951c-4f8d-a868-17bc480df0ce} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:31.429274 [ 276 ] {48cb92d1-951c-4f8d-a868-17bc480df0ce} executeQuery: Read 4 rows, 7.34 KiB in 0.001743 sec., 2294.8938611589215 rows/sec., 4.11 MiB/sec. 2026.02.01 23:43:31.429295 [ 61 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 23:43:31.429327 [ 276 ] {48cb92d1-951c-4f8d-a868-17bc480df0ce} TCPHandler: Processed in 0.001920243 sec. 2026.02.01 23:43:31.429369 [ 61 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:31.429395 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:31.429460 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:31.429518 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:43:31.429559 [ 276 ] {1e439c97-0198-46d6-b5ad-28a84ad46048} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:43:31.429606 [ 276 ] {1e439c97-0198-46d6-b5ad-28a84ad46048} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:43:31.429798 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:31.429865 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1295 rows starting from the beginning of the part 2026.02.01 23:43:31.429949 [ 276 ] {1e439c97-0198-46d6-b5ad-28a84ad46048} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:31.429990 [ 276 ] {1e439c97-0198-46d6-b5ad-28a84ad46048} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:31.429994 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 4 rows starting from the beginning of the part 2026.02.01 23:43:31.430112 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part 2026.02.01 23:43:31.430210 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part 2026.02.01 23:43:31.430303 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 36 rows starting from the beginning of the part 2026.02.01 23:43:31.430306 [ 276 ] {1e439c97-0198-46d6-b5ad-28a84ad46048} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.01 23:43:31.430400 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part 2026.02.01 23:43:31.430543 [ 276 ] {1e439c97-0198-46d6-b5ad-28a84ad46048} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:31.430675 [ 276 ] {1e439c97-0198-46d6-b5ad-28a84ad46048} executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. 2026.02.01 23:43:31.430711 [ 276 ] {1e439c97-0198-46d6-b5ad-28a84ad46048} TCPHandler: Processed in 0.001301132 sec. 2026.02.01 23:43:31.436178 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1379 rows, containing 19 columns (19 merged, 0 gathered) in 0.006716222 sec., 205323.7668439191 rows/sec., 367.93 MiB/sec. 2026.02.01 23:43:31.437586 [ 201 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 23:43:31.437990 [ 201 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_66_13} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:31.438074 [ 201 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_66_13} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 23:43:31.438255 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. 2026.02.01 23:43:32.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 315.56 MiB, peak 327.05 MiB, free memory in arenas 0.00 B, will set to 316.86 MiB (RSS), difference: 1.30 MiB 2026.02.01 23:43:32.479991 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.02.01 23:43:32.497812 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:32.497881 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:32.504110 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 23:43:32.504812 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:32.505156 [ 61 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 23:43:32.505255 [ 61 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:32.505291 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:32.505465 [ 190 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:43:32.508017 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.02.01 23:43:32.508949 [ 190 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:32.510312 [ 190 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:43:32.514958 [ 190 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:43:32.519661 [ 190 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:43:32.524402 [ 190 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:43:32.529044 [ 190 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:43:32.533423 [ 190 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:43:32.584111 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.078723886 sec., 4877.807988289602 rows/sec., 25.22 MiB/sec. 2026.02.01 23:43:32.587357 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 23:43:32.589362 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_51_10} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:32.589467 [ 201 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_51_10} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 23:43:32.592483 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.01 23:43:36.390553 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:36.390861 [ 276 ] {48ef29a2-0a27-4056-bad2-9b131a574185} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:43:36.390967 [ 276 ] {48ef29a2-0a27-4056-bad2-9b131a574185} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:43:36.391743 [ 276 ] {48ef29a2-0a27-4056-bad2-9b131a574185} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:36.391789 [ 276 ] {48ef29a2-0a27-4056-bad2-9b131a574185} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:36.392192 [ 276 ] {48ef29a2-0a27-4056-bad2-9b131a574185} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.01 23:43:36.392422 [ 276 ] {48ef29a2-0a27-4056-bad2-9b131a574185} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:36.392583 [ 276 ] {48ef29a2-0a27-4056-bad2-9b131a574185} executeQuery: Read 128 rows, 11.29 KiB in 0.001805 sec., 70914.12742382272 rows/sec., 6.11 MiB/sec. 2026.02.01 23:43:36.392633 [ 276 ] {48ef29a2-0a27-4056-bad2-9b131a574185} TCPHandler: Processed in 0.002263648 sec. 2026.02.01 23:43:36.392757 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:36.392858 [ 276 ] {0a98ee72-7332-4d5c-9295-6a1bf4db59f5} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:43:36.392901 [ 276 ] {0a98ee72-7332-4d5c-9295-6a1bf4db59f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:43:36.393304 [ 276 ] {0a98ee72-7332-4d5c-9295-6a1bf4db59f5} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:36.393342 [ 276 ] {0a98ee72-7332-4d5c-9295-6a1bf4db59f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:36.393644 [ 276 ] {0a98ee72-7332-4d5c-9295-6a1bf4db59f5} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.01 23:43:36.393867 [ 276 ] {0a98ee72-7332-4d5c-9295-6a1bf4db59f5} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:36.394000 [ 276 ] {0a98ee72-7332-4d5c-9295-6a1bf4db59f5} executeQuery: Read 36 rows, 2.71 KiB in 0.001165 sec., 30901.287553648068 rows/sec., 2.27 MiB/sec. 2026.02.01 23:43:36.394038 [ 276 ] {0a98ee72-7332-4d5c-9295-6a1bf4db59f5} TCPHandler: Processed in 0.001330112 sec. 2026.02.01 23:43:36.394139 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:36.394233 [ 276 ] {db2e50e9-a2db-44f5-ad4d-bf2b3e101e76} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:43:36.394273 [ 276 ] {db2e50e9-a2db-44f5-ad4d-bf2b3e101e76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:43:36.394681 [ 276 ] {db2e50e9-a2db-44f5-ad4d-bf2b3e101e76} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:36.394717 [ 276 ] {db2e50e9-a2db-44f5-ad4d-bf2b3e101e76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:36.395020 [ 276 ] {db2e50e9-a2db-44f5-ad4d-bf2b3e101e76} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.01 23:43:36.395225 [ 276 ] {db2e50e9-a2db-44f5-ad4d-bf2b3e101e76} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:36.395353 [ 276 ] {db2e50e9-a2db-44f5-ad4d-bf2b3e101e76} executeQuery: Read 100 rows, 8.00 KiB in 0.001139 sec., 87796.3125548727 rows/sec., 6.86 MiB/sec. 2026.02.01 23:43:36.395390 [ 276 ] {db2e50e9-a2db-44f5-ad4d-bf2b3e101e76} TCPHandler: Processed in 0.001298102 sec. 2026.02.01 23:43:36.395492 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:36.395583 [ 276 ] {26fb313b-87e5-4138-9c9a-be48ce1a7725} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:36.395626 [ 276 ] {26fb313b-87e5-4138-9c9a-be48ce1a7725} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:43:36.396016 [ 276 ] {26fb313b-87e5-4138-9c9a-be48ce1a7725} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:36.396052 [ 276 ] {26fb313b-87e5-4138-9c9a-be48ce1a7725} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:36.396368 [ 276 ] {26fb313b-87e5-4138-9c9a-be48ce1a7725} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.01 23:43:36.396579 [ 276 ] {26fb313b-87e5-4138-9c9a-be48ce1a7725} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:36.396704 [ 276 ] {26fb313b-87e5-4138-9c9a-be48ce1a7725} executeQuery: Read 160 rows, 11.41 KiB in 0.001139 sec., 140474.1000877963 rows/sec., 9.78 MiB/sec. 2026.02.01 23:43:36.396739 [ 276 ] {26fb313b-87e5-4138-9c9a-be48ce1a7725} TCPHandler: Processed in 0.001294242 sec. 2026.02.01 23:43:36.396840 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:36.396932 [ 276 ] {c39086af-6b8e-4863-b5f9-cd53e2f5b951} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:36.396985 [ 276 ] {c39086af-6b8e-4863-b5f9-cd53e2f5b951} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:43:36.397833 [ 276 ] {c39086af-6b8e-4863-b5f9-cd53e2f5b951} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:36.397873 [ 276 ] {c39086af-6b8e-4863-b5f9-cd53e2f5b951} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:36.398431 [ 276 ] {c39086af-6b8e-4863-b5f9-cd53e2f5b951} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 23:43:36.398656 [ 276 ] {c39086af-6b8e-4863-b5f9-cd53e2f5b951} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:36.398794 [ 276 ] {c39086af-6b8e-4863-b5f9-cd53e2f5b951} executeQuery: Read 36 rows, 66.06 KiB in 0.00188 sec., 19148.936170212768 rows/sec., 34.31 MiB/sec. 2026.02.01 23:43:36.398858 [ 276 ] {c39086af-6b8e-4863-b5f9-cd53e2f5b951} TCPHandler: Processed in 0.002064654 sec. 2026.02.01 23:43:36.398964 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:36.399055 [ 276 ] {9351dc49-64cf-4858-a72c-5f18a9bce569} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:43:36.399096 [ 276 ] {9351dc49-64cf-4858-a72c-5f18a9bce569} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:43:36.399422 [ 276 ] {9351dc49-64cf-4858-a72c-5f18a9bce569} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:36.399457 [ 276 ] {9351dc49-64cf-4858-a72c-5f18a9bce569} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:36.399748 [ 276 ] {9351dc49-64cf-4858-a72c-5f18a9bce569} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.01 23:43:36.399954 [ 276 ] {9351dc49-64cf-4858-a72c-5f18a9bce569} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:36.400080 [ 276 ] {9351dc49-64cf-4858-a72c-5f18a9bce569} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2026.02.01 23:43:36.400116 [ 276 ] {9351dc49-64cf-4858-a72c-5f18a9bce569} TCPHandler: Processed in 0.00119894 sec. 2026.02.01 23:43:38.520961 [ 65 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:43:38.521014 [ 65 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:43:38.672657 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24958 2026.02.01 23:43:38.673205 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:38.673240 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:38.673726 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 23:43:38.673966 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:38.674092 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24958 2026.02.01 23:43:38.734089 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1216 2026.02.01 23:43:38.736732 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:38.736794 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:38.738052 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 23:43:38.738347 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:38.738755 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1216 2026.02.01 23:43:40.008194 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.02.01 23:43:40.024288 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:40.024365 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:40.029995 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 23:43:40.030717 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:40.034006 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.02.01 23:43:41.389816 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:41.390101 [ 276 ] {b8edf385-4f5f-4fe8-99c2-b0715665bda9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:43:41.390209 [ 276 ] {b8edf385-4f5f-4fe8-99c2-b0715665bda9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:43:41.390941 [ 276 ] {b8edf385-4f5f-4fe8-99c2-b0715665bda9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:41.390993 [ 276 ] {b8edf385-4f5f-4fe8-99c2-b0715665bda9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:41.391398 [ 276 ] {b8edf385-4f5f-4fe8-99c2-b0715665bda9} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.01 23:43:41.391628 [ 276 ] {b8edf385-4f5f-4fe8-99c2-b0715665bda9} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:41.391782 [ 156 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.01 23:43:41.391795 [ 276 ] {b8edf385-4f5f-4fe8-99c2-b0715665bda9} executeQuery: Read 64 rows, 5.19 KiB in 0.001771 sec., 36137.77526821005 rows/sec., 2.86 MiB/sec. 2026.02.01 23:43:41.391858 [ 156 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:41.391875 [ 276 ] {b8edf385-4f5f-4fe8-99c2-b0715665bda9} TCPHandler: Processed in 0.002247748 sec. 2026.02.01 23:43:41.391889 [ 156 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:41.392010 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:41.392037 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:43:41.392118 [ 276 ] {aa205f83-bd02-45b7-858b-d41137af9b18} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:43:41.392165 [ 276 ] {aa205f83-bd02-45b7-858b-d41137af9b18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:43:41.392186 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:41.392230 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1406 rows starting from the beginning of the part 2026.02.01 23:43:41.392305 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part 2026.02.01 23:43:41.392360 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 128 rows starting from the beginning of the part 2026.02.01 23:43:41.392410 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1209 rows starting from the beginning of the part 2026.02.01 23:43:41.392455 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:43:41.392500 [ 194 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part 2026.02.01 23:43:41.392587 [ 276 ] {aa205f83-bd02-45b7-858b-d41137af9b18} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:41.392630 [ 276 ] {aa205f83-bd02-45b7-858b-d41137af9b18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:41.392973 [ 276 ] {aa205f83-bd02-45b7-858b-d41137af9b18} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.01 23:43:41.393204 [ 276 ] {aa205f83-bd02-45b7-858b-d41137af9b18} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:41.393347 [ 276 ] {aa205f83-bd02-45b7-858b-d41137af9b18} executeQuery: Read 4 rows, 308.00 B in 0.001254 sec., 3189.792663476874 rows/sec., 239.86 KiB/sec. 2026.02.01 23:43:41.393386 [ 276 ] {aa205f83-bd02-45b7-858b-d41137af9b18} TCPHandler: Processed in 0.001428284 sec. 2026.02.01 23:43:41.393490 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:41.393585 [ 276 ] {98cff04d-1196-4027-9b96-b358bf75300b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:43:41.393627 [ 276 ] {98cff04d-1196-4027-9b96-b358bf75300b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:43:41.394003 [ 193 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2999 rows, containing 5 columns (5 merged, 0 gathered) in 0.002033074 sec., 1475106.1692786391 rows/sec., 128.56 MiB/sec. 2026.02.01 23:43:41.394051 [ 276 ] {98cff04d-1196-4027-9b96-b358bf75300b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:41.394091 [ 276 ] {98cff04d-1196-4027-9b96-b358bf75300b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:41.394273 [ 191 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.01 23:43:41.394433 [ 276 ] {98cff04d-1196-4027-9b96-b358bf75300b} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.01 23:43:41.394588 [ 191 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_76_15} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:41.394658 [ 276 ] {98cff04d-1196-4027-9b96-b358bf75300b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:41.394670 [ 191 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_76_15} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.01 23:43:41.394781 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.02.01 23:43:41.394792 [ 276 ] {98cff04d-1196-4027-9b96-b358bf75300b} executeQuery: Read 68 rows, 5.44 KiB in 0.001226 sec., 55464.92659053833 rows/sec., 4.33 MiB/sec. 2026.02.01 23:43:41.394803 [ 154 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.01 23:43:41.394830 [ 276 ] {98cff04d-1196-4027-9b96-b358bf75300b} TCPHandler: Processed in 0.001390093 sec. 2026.02.01 23:43:41.394856 [ 154 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:41.394886 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:41.394950 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:41.394958 [ 194 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:43:41.395053 [ 194 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:41.395054 [ 276 ] {704ce3a3-a684-4294-99ab-029219156e25} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:41.395079 [ 194 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 632 rows starting from the beginning of the part 2026.02.01 23:43:41.395118 [ 276 ] {704ce3a3-a684-4294-99ab-029219156e25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:43:41.395131 [ 194 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 68 rows starting from the beginning of the part 2026.02.01 23:43:41.395173 [ 194 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 100 rows starting from the beginning of the part 2026.02.01 23:43:41.395205 [ 194 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 534 rows starting from the beginning of the part 2026.02.01 23:43:41.395237 [ 194 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 100 rows starting from the beginning of the part 2026.02.01 23:43:41.395268 [ 194 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 68 rows starting from the beginning of the part 2026.02.01 23:43:41.395544 [ 276 ] {704ce3a3-a684-4294-99ab-029219156e25} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:41.395586 [ 276 ] {704ce3a3-a684-4294-99ab-029219156e25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:41.395961 [ 276 ] {704ce3a3-a684-4294-99ab-029219156e25} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.01 23:43:41.396124 [ 198 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1502 rows, containing 5 columns (5 merged, 0 gathered) in 0.00119112 sec., 1260998.0522533415 rows/sec., 100.07 MiB/sec. 2026.02.01 23:43:41.396177 [ 276 ] {704ce3a3-a684-4294-99ab-029219156e25} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:41.396299 [ 154 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.01 23:43:41.396314 [ 276 ] {704ce3a3-a684-4294-99ab-029219156e25} executeQuery: Read 160 rows, 11.41 KiB in 0.001279 sec., 125097.73260359657 rows/sec., 8.71 MiB/sec. 2026.02.01 23:43:41.396330 [ 154 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:41.396330 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.01 23:43:41.396356 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:41.396358 [ 276 ] {704ce3a3-a684-4294-99ab-029219156e25} TCPHandler: Processed in 0.001456925 sec. 2026.02.01 23:43:41.396462 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:43:41.396483 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:41.396584 [ 276 ] {e8ce2de6-1a54-4f5c-977b-18962eecfa34} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:41.396606 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:41.396642 [ 276 ] {e8ce2de6-1a54-4f5c-977b-18962eecfa34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:43:41.396650 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20582 rows starting from the beginning of the part 2026.02.01 23:43:41.396669 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_76_15} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:41.396729 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:43:41.396762 [ 196 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_76_15} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.01 23:43:41.396779 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2026.02.01 23:43:41.396830 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 849 rows starting from the beginning of the part 2026.02.01 23:43:41.396871 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2026.02.01 23:43:41.396883 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.02.01 23:43:41.396912 [ 193 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2026.02.01 23:43:41.397432 [ 276 ] {e8ce2de6-1a54-4f5c-977b-18962eecfa34} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:41.397473 [ 276 ] {e8ce2de6-1a54-4f5c-977b-18962eecfa34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:41.398285 [ 276 ] {e8ce2de6-1a54-4f5c-977b-18962eecfa34} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.01 23:43:41.398522 [ 276 ] {e8ce2de6-1a54-4f5c-977b-18962eecfa34} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:41.398674 [ 276 ] {e8ce2de6-1a54-4f5c-977b-18962eecfa34} executeQuery: Read 4 rows, 7.34 KiB in 0.002108 sec., 1897.5332068311195 rows/sec., 3.40 MiB/sec. 2026.02.01 23:43:41.398741 [ 276 ] {e8ce2de6-1a54-4f5c-977b-18962eecfa34} TCPHandler: Processed in 0.002307528 sec. 2026.02.01 23:43:41.398856 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:41.398951 [ 276 ] {6170e969-4627-4d96-af98-f2051967f782} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:43:41.398994 [ 276 ] {6170e969-4627-4d96-af98-f2051967f782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:43:41.399345 [ 276 ] {6170e969-4627-4d96-af98-f2051967f782} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:41.399381 [ 276 ] {6170e969-4627-4d96-af98-f2051967f782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:41.399813 [ 276 ] {6170e969-4627-4d96-af98-f2051967f782} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.01 23:43:41.400040 [ 276 ] {6170e969-4627-4d96-af98-f2051967f782} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:41.400161 [ 154 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.01 23:43:41.400176 [ 276 ] {6170e969-4627-4d96-af98-f2051967f782} executeQuery: Read 60 rows, 4.14 KiB in 0.001244 sec., 48231.511254019286 rows/sec., 3.25 MiB/sec. 2026.02.01 23:43:41.400205 [ 154 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:41.400254 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.02.01 23:43:41.400259 [ 276 ] {6170e969-4627-4d96-af98-f2051967f782} TCPHandler: Processed in 0.001451805 sec. 2026.02.01 23:43:41.400325 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:43:41.400432 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:41.400459 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:43:41.400511 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:43:41.400566 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2026.02.01 23:43:41.400610 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2026.02.01 23:43:41.400648 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2026.02.01 23:43:41.400685 [ 198 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2026.02.01 23:43:41.438285 [ 200 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4500 rows, containing 4 columns (4 merged, 0 gathered) in 0.037985645 sec., 118465.80464804533 rows/sec., 7.98 MiB/sec. 2026.02.01 23:43:41.438794 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.01 23:43:41.439080 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_76_15} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:41.439150 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_76_15} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.01 23:43:41.439229 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.02.01 23:43:41.440891 [ 199 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 22071 rows, containing 5 columns (5 merged, 0 gathered) in 0.044475544 sec., 496250.25384737283 rows/sec., 34.09 MiB/sec. 2026.02.01 23:43:41.441486 [ 189 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.01 23:43:41.441850 [ 189 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_76_15} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:41.441940 [ 189 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_76_15} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.01 23:43:41.442038 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2026.02.01 23:43:42.000257 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 319.66 MiB, peak 331.35 MiB, free memory in arenas 0.00 B, will set to 322.83 MiB (RSS), difference: 3.18 MiB 2026.02.01 23:43:46.174498 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25470 2026.02.01 23:43:46.175114 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.175165 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.175696 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 23:43:46.175937 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.176090 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25470 2026.02.01 23:43:46.393086 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:46.393275 [ 276 ] {e0806119-c868-4586-a83c-303393231e0f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:43:46.393345 [ 276 ] {e0806119-c868-4586-a83c-303393231e0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:43:46.393988 [ 276 ] {e0806119-c868-4586-a83c-303393231e0f} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.394039 [ 276 ] {e0806119-c868-4586-a83c-303393231e0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.394430 [ 276 ] {e0806119-c868-4586-a83c-303393231e0f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:43:46.394662 [ 276 ] {e0806119-c868-4586-a83c-303393231e0f} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.394806 [ 150 ] {} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.02.01 23:43:46.394815 [ 276 ] {e0806119-c868-4586-a83c-303393231e0f} executeQuery: Read 24 rows, 2.04 KiB in 0.00159 sec., 15094.33962264151 rows/sec., 1.25 MiB/sec. 2026.02.01 23:43:46.394877 [ 150 ] {} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.394900 [ 276 ] {e0806119-c868-4586-a83c-303393231e0f} TCPHandler: Processed in 0.001960773 sec. 2026.02.01 23:43:46.394904 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.395028 [ 198 ] {b350160a-bd3d-4860-8307-4ab0dae52507::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.02.01 23:43:46.395050 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:46.395153 [ 276 ] {3ea0582b-6014-4cfb-8899-11e564c1a614} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:43:46.395159 [ 198 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:46.395201 [ 276 ] {3ea0582b-6014-4cfb-8899-11e564c1a614} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:43:46.395212 [ 198 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part 2026.02.01 23:43:46.395293 [ 198 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.02.01 23:43:46.395344 [ 198 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.02.01 23:43:46.395389 [ 198 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.02.01 23:43:46.395426 [ 198 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.02.01 23:43:46.395617 [ 276 ] {3ea0582b-6014-4cfb-8899-11e564c1a614} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.395659 [ 276 ] {3ea0582b-6014-4cfb-8899-11e564c1a614} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.395980 [ 276 ] {3ea0582b-6014-4cfb-8899-11e564c1a614} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 23:43:46.396154 [ 189 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.00117033 sec., 102535.18238445566 rows/sec., 8.90 MiB/sec. 2026.02.01 23:43:46.396208 [ 276 ] {3ea0582b-6014-4cfb-8899-11e564c1a614} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.396317 [ 199 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.02.01 23:43:46.396349 [ 276 ] {3ea0582b-6014-4cfb-8899-11e564c1a614} executeQuery: Read 6 rows, 501.00 B in 0.001216 sec., 4934.210526315789 rows/sec., 402.35 KiB/sec. 2026.02.01 23:43:46.396387 [ 276 ] {3ea0582b-6014-4cfb-8899-11e564c1a614} TCPHandler: Processed in 0.001389733 sec. 2026.02.01 23:43:46.396490 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:46.396584 [ 276 ] {534de4de-8b91-49e0-860c-2a56af0c3d6f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:43:46.396625 [ 276 ] {534de4de-8b91-49e0-860c-2a56af0c3d6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:43:46.396625 [ 199 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_13_3} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.396711 [ 199 ] {b350160a-bd3d-4860-8307-4ab0dae52507::all_1_13_3} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.02.01 23:43:46.396801 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.02.01 23:43:46.397152 [ 276 ] {534de4de-8b91-49e0-860c-2a56af0c3d6f} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.397187 [ 276 ] {534de4de-8b91-49e0-860c-2a56af0c3d6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.397514 [ 276 ] {534de4de-8b91-49e0-860c-2a56af0c3d6f} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.01 23:43:46.397733 [ 276 ] {534de4de-8b91-49e0-860c-2a56af0c3d6f} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.397865 [ 276 ] {534de4de-8b91-49e0-860c-2a56af0c3d6f} executeQuery: Read 251 rows, 22.97 KiB in 0.001298 sec., 193374.42218798152 rows/sec., 17.28 MiB/sec. 2026.02.01 23:43:46.397902 [ 276 ] {534de4de-8b91-49e0-860c-2a56af0c3d6f} TCPHandler: Processed in 0.001462094 sec. 2026.02.01 23:43:46.398027 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:46.398122 [ 276 ] {8d2e234d-afe7-41ad-86bb-8a605a564995} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:43:46.398161 [ 276 ] {8d2e234d-afe7-41ad-86bb-8a605a564995} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:43:46.398592 [ 276 ] {8d2e234d-afe7-41ad-86bb-8a605a564995} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.398630 [ 276 ] {8d2e234d-afe7-41ad-86bb-8a605a564995} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.398940 [ 276 ] {8d2e234d-afe7-41ad-86bb-8a605a564995} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.01 23:43:46.399137 [ 276 ] {8d2e234d-afe7-41ad-86bb-8a605a564995} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.399241 [ 150 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.01 23:43:46.399258 [ 276 ] {8d2e234d-afe7-41ad-86bb-8a605a564995} executeQuery: Read 54 rows, 4.09 KiB in 0.001174 sec., 45996.59284497445 rows/sec., 3.40 MiB/sec. 2026.02.01 23:43:46.399272 [ 150 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.399296 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.399301 [ 276 ] {8d2e234d-afe7-41ad-86bb-8a605a564995} TCPHandler: Processed in 0.001347502 sec. 2026.02.01 23:43:46.399385 [ 189 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:43:46.399418 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:46.399491 [ 189 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:46.399511 [ 276 ] {177443a6-1411-4e3e-a27d-33137b208cce} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:43:46.399525 [ 189 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 70 rows starting from the beginning of the part 2026.02.01 23:43:46.399556 [ 276 ] {177443a6-1411-4e3e-a27d-33137b208cce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:43:46.399594 [ 189 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part 2026.02.01 23:43:46.399642 [ 189 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part 2026.02.01 23:43:46.399684 [ 189 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 36 rows starting from the beginning of the part 2026.02.01 23:43:46.399718 [ 189 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 4 rows starting from the beginning of the part 2026.02.01 23:43:46.399756 [ 189 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 54 rows starting from the beginning of the part 2026.02.01 23:43:46.400098 [ 276 ] {177443a6-1411-4e3e-a27d-33137b208cce} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.400151 [ 276 ] {177443a6-1411-4e3e-a27d-33137b208cce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.400625 [ 276 ] {177443a6-1411-4e3e-a27d-33137b208cce} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 23:43:46.400625 [ 199 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.001253441 sec., 170730.01441631475 rows/sec., 13.14 MiB/sec. 2026.02.01 23:43:46.400794 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.01 23:43:46.400904 [ 276 ] {177443a6-1411-4e3e-a27d-33137b208cce} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.401101 [ 276 ] {177443a6-1411-4e3e-a27d-33137b208cce} executeQuery: Read 24 rows, 2.04 KiB in 0.001567 sec., 15315.890236119974 rows/sec., 1.27 MiB/sec. 2026.02.01 23:43:46.401106 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_71_14} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.401160 [ 276 ] {177443a6-1411-4e3e-a27d-33137b208cce} TCPHandler: Processed in 0.00176003 sec. 2026.02.01 23:43:46.401209 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_71_14} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.01 23:43:46.401295 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.01 23:43:46.401297 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:46.401431 [ 276 ] {cb1ccb16-baff-41ad-a29e-62073b38d3a3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:43:46.401482 [ 276 ] {cb1ccb16-baff-41ad-a29e-62073b38d3a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:43:46.402002 [ 276 ] {cb1ccb16-baff-41ad-a29e-62073b38d3a3} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.402037 [ 276 ] {cb1ccb16-baff-41ad-a29e-62073b38d3a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.402351 [ 276 ] {cb1ccb16-baff-41ad-a29e-62073b38d3a3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 23:43:46.402561 [ 276 ] {cb1ccb16-baff-41ad-a29e-62073b38d3a3} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.402657 [ 150 ] {} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.02.01 23:43:46.402686 [ 150 ] {} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.402688 [ 276 ] {cb1ccb16-baff-41ad-a29e-62073b38d3a3} executeQuery: Read 12 rows, 960.00 B in 0.001283 sec., 9353.078721745907 rows/sec., 730.71 KiB/sec. 2026.02.01 23:43:46.402704 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.402740 [ 276 ] {cb1ccb16-baff-41ad-a29e-62073b38d3a3} TCPHandler: Processed in 0.001502185 sec. 2026.02.01 23:43:46.402783 [ 189 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::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.02.01 23:43:46.402850 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:46.402869 [ 189 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:46.402899 [ 189 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part 2026.02.01 23:43:46.402942 [ 189 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.02.01 23:43:46.402947 [ 276 ] {824918ca-3857-402a-9094-46be4753f233} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:43:46.402982 [ 189 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.02.01 23:43:46.402996 [ 276 ] {824918ca-3857-402a-9094-46be4753f233} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:43:46.403020 [ 189 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2026.02.01 23:43:46.403060 [ 189 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2026.02.01 23:43:46.403508 [ 276 ] {824918ca-3857-402a-9094-46be4753f233} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.403549 [ 276 ] {824918ca-3857-402a-9094-46be4753f233} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.403694 [ 188 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000932366 sec., 64352.410963076734 rows/sec., 5.16 MiB/sec. 2026.02.01 23:43:46.403828 [ 189 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.02.01 23:43:46.403878 [ 276 ] {824918ca-3857-402a-9094-46be4753f233} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.01 23:43:46.404142 [ 189 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_13_3} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.404156 [ 276 ] {824918ca-3857-402a-9094-46be4753f233} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.404212 [ 189 ] {aa0a680c-483a-46bb-8db0-3d20a1f2cf49::all_1_13_3} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.02.01 23:43:46.404279 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 23:43:46.404297 [ 276 ] {824918ca-3857-402a-9094-46be4753f233} executeQuery: Read 142 rows, 11.75 KiB in 0.001368 sec., 103801.16959064327 rows/sec., 8.38 MiB/sec. 2026.02.01 23:43:46.404339 [ 276 ] {824918ca-3857-402a-9094-46be4753f233} TCPHandler: Processed in 0.001536326 sec. 2026.02.01 23:43:46.404441 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:46.404534 [ 276 ] {ff811397-0487-49af-916b-042d682e366e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:46.404576 [ 276 ] {ff811397-0487-49af-916b-042d682e366e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:43:46.405006 [ 276 ] {ff811397-0487-49af-916b-042d682e366e} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.405047 [ 276 ] {ff811397-0487-49af-916b-042d682e366e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.405387 [ 276 ] {ff811397-0487-49af-916b-042d682e366e} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.01 23:43:46.405612 [ 276 ] {ff811397-0487-49af-916b-042d682e366e} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.405737 [ 276 ] {ff811397-0487-49af-916b-042d682e366e} executeQuery: Read 199 rows, 14.61 KiB in 0.001221 sec., 162981.16298116298 rows/sec., 11.69 MiB/sec. 2026.02.01 23:43:46.405772 [ 276 ] {ff811397-0487-49af-916b-042d682e366e} TCPHandler: Processed in 0.001377863 sec. 2026.02.01 23:43:46.405880 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:46.405972 [ 276 ] {2d5bd092-21be-4db3-970d-8169f1a607ae} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:46.406025 [ 276 ] {2d5bd092-21be-4db3-970d-8169f1a607ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:43:46.406873 [ 276 ] {2d5bd092-21be-4db3-970d-8169f1a607ae} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.406908 [ 276 ] {2d5bd092-21be-4db3-970d-8169f1a607ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.407458 [ 276 ] {2d5bd092-21be-4db3-970d-8169f1a607ae} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.01 23:43:46.407673 [ 276 ] {2d5bd092-21be-4db3-970d-8169f1a607ae} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.407808 [ 276 ] {2d5bd092-21be-4db3-970d-8169f1a607ae} executeQuery: Read 36 rows, 66.06 KiB in 0.001854 sec., 19417.47572815534 rows/sec., 34.80 MiB/sec. 2026.02.01 23:43:46.407860 [ 276 ] {2d5bd092-21be-4db3-970d-8169f1a607ae} TCPHandler: Processed in 0.002026844 sec. 2026.02.01 23:43:46.407970 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:46.408062 [ 276 ] {6bfd64b1-b71f-4c75-abd8-32c98cc67bb7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:43:46.408103 [ 276 ] {6bfd64b1-b71f-4c75-abd8-32c98cc67bb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:43:46.408430 [ 276 ] {6bfd64b1-b71f-4c75-abd8-32c98cc67bb7} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:46.408464 [ 276 ] {6bfd64b1-b71f-4c75-abd8-32c98cc67bb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:46.408753 [ 276 ] {6bfd64b1-b71f-4c75-abd8-32c98cc67bb7} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.01 23:43:46.408958 [ 276 ] {6bfd64b1-b71f-4c75-abd8-32c98cc67bb7} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:46.409084 [ 276 ] {6bfd64b1-b71f-4c75-abd8-32c98cc67bb7} executeQuery: Read 60 rows, 4.14 KiB in 0.001039 sec., 57747.83445620789 rows/sec., 3.89 MiB/sec. 2026.02.01 23:43:46.409118 [ 276 ] {6bfd64b1-b71f-4c75-abd8-32c98cc67bb7} TCPHandler: Processed in 0.00119568 sec. 2026.02.01 23:43:47.534138 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2026.02.01 23:43:47.550295 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:47.550361 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:47.556406 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 23:43:47.557132 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:47.559862 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2026.02.01 23:43:48.739013 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1248 2026.02.01 23:43:48.741451 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:48.741509 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:48.742776 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 23:43:48.743063 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:48.743452 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1248 2026.02.01 23:43:51.389707 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:51.389990 [ 276 ] {fb350922-6f0c-42c6-bd01-3b72b04fd0cd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:43:51.390098 [ 276 ] {fb350922-6f0c-42c6-bd01-3b72b04fd0cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:43:51.390944 [ 276 ] {fb350922-6f0c-42c6-bd01-3b72b04fd0cd} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:51.390997 [ 276 ] {fb350922-6f0c-42c6-bd01-3b72b04fd0cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:51.391392 [ 276 ] {fb350922-6f0c-42c6-bd01-3b72b04fd0cd} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.01 23:43:51.391636 [ 276 ] {fb350922-6f0c-42c6-bd01-3b72b04fd0cd} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:51.391808 [ 276 ] {fb350922-6f0c-42c6-bd01-3b72b04fd0cd} executeQuery: Read 64 rows, 5.19 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.68 MiB/sec. 2026.02.01 23:43:51.391862 [ 276 ] {fb350922-6f0c-42c6-bd01-3b72b04fd0cd} TCPHandler: Processed in 0.00234713 sec. 2026.02.01 23:43:51.391978 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:51.392082 [ 276 ] {1b30a87e-631e-4334-8ef4-1dc1908b0718} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:43:51.392126 [ 276 ] {1b30a87e-631e-4334-8ef4-1dc1908b0718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:43:51.392535 [ 276 ] {1b30a87e-631e-4334-8ef4-1dc1908b0718} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:51.392572 [ 276 ] {1b30a87e-631e-4334-8ef4-1dc1908b0718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:51.392867 [ 276 ] {1b30a87e-631e-4334-8ef4-1dc1908b0718} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.01 23:43:51.393079 [ 276 ] {1b30a87e-631e-4334-8ef4-1dc1908b0718} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:51.393214 [ 276 ] {1b30a87e-631e-4334-8ef4-1dc1908b0718} executeQuery: Read 4 rows, 308.00 B in 0.001154 sec., 3466.2045060658575 rows/sec., 260.64 KiB/sec. 2026.02.01 23:43:51.393254 [ 276 ] {1b30a87e-631e-4334-8ef4-1dc1908b0718} TCPHandler: Processed in 0.001326852 sec. 2026.02.01 23:43:51.393362 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:51.393457 [ 276 ] {e01f4d95-142f-4c7b-9eea-1366cab36bcd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:43:51.393498 [ 276 ] {e01f4d95-142f-4c7b-9eea-1366cab36bcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:43:51.393917 [ 276 ] {e01f4d95-142f-4c7b-9eea-1366cab36bcd} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:51.393954 [ 276 ] {e01f4d95-142f-4c7b-9eea-1366cab36bcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:51.394259 [ 276 ] {e01f4d95-142f-4c7b-9eea-1366cab36bcd} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.01 23:43:51.394470 [ 276 ] {e01f4d95-142f-4c7b-9eea-1366cab36bcd} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:51.394609 [ 276 ] {e01f4d95-142f-4c7b-9eea-1366cab36bcd} executeQuery: Read 68 rows, 5.44 KiB in 0.001171 sec., 58070.02561912895 rows/sec., 4.53 MiB/sec. 2026.02.01 23:43:51.394647 [ 276 ] {e01f4d95-142f-4c7b-9eea-1366cab36bcd} TCPHandler: Processed in 0.001335172 sec. 2026.02.01 23:43:51.394757 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:51.394852 [ 276 ] {4839d55a-bdf1-4a99-8eca-188b42ebf070} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:51.394899 [ 276 ] {4839d55a-bdf1-4a99-8eca-188b42ebf070} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:43:51.395300 [ 276 ] {4839d55a-bdf1-4a99-8eca-188b42ebf070} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:51.395336 [ 276 ] {4839d55a-bdf1-4a99-8eca-188b42ebf070} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:51.395673 [ 276 ] {4839d55a-bdf1-4a99-8eca-188b42ebf070} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.01 23:43:51.395882 [ 276 ] {4839d55a-bdf1-4a99-8eca-188b42ebf070} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:51.396021 [ 276 ] {4839d55a-bdf1-4a99-8eca-188b42ebf070} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.02.01 23:43:51.396059 [ 276 ] {4839d55a-bdf1-4a99-8eca-188b42ebf070} TCPHandler: Processed in 0.001350693 sec. 2026.02.01 23:43:51.396162 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:51.396254 [ 276 ] {fc491fa3-82cf-4bf9-b6bb-d55860f8eeb1} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:51.396310 [ 276 ] {fc491fa3-82cf-4bf9-b6bb-d55860f8eeb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:43:51.397061 [ 276 ] {fc491fa3-82cf-4bf9-b6bb-d55860f8eeb1} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:51.397099 [ 276 ] {fc491fa3-82cf-4bf9-b6bb-d55860f8eeb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:51.397608 [ 276 ] {fc491fa3-82cf-4bf9-b6bb-d55860f8eeb1} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.01 23:43:51.397824 [ 276 ] {fc491fa3-82cf-4bf9-b6bb-d55860f8eeb1} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:51.397965 [ 276 ] {fc491fa3-82cf-4bf9-b6bb-d55860f8eeb1} executeQuery: Read 4 rows, 7.34 KiB in 0.001729 sec., 2313.475997686524 rows/sec., 4.15 MiB/sec. 2026.02.01 23:43:51.398029 [ 276 ] {fc491fa3-82cf-4bf9-b6bb-d55860f8eeb1} TCPHandler: Processed in 0.001915592 sec. 2026.02.01 23:43:51.398140 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:51.398234 [ 276 ] {6bc6afed-b627-4a9f-ba3c-ad125a97128b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:43:51.398275 [ 276 ] {6bc6afed-b627-4a9f-ba3c-ad125a97128b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:43:51.398606 [ 276 ] {6bc6afed-b627-4a9f-ba3c-ad125a97128b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:51.398642 [ 276 ] {6bc6afed-b627-4a9f-ba3c-ad125a97128b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:51.398942 [ 276 ] {6bc6afed-b627-4a9f-ba3c-ad125a97128b} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.01 23:43:51.399152 [ 276 ] {6bc6afed-b627-4a9f-ba3c-ad125a97128b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:51.399288 [ 276 ] {6bc6afed-b627-4a9f-ba3c-ad125a97128b} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.02.01 23:43:51.399324 [ 276 ] {6bc6afed-b627-4a9f-ba3c-ad125a97128b} TCPHandler: Processed in 0.00123296 sec. 2026.02.01 23:43:53.521256 [ 147 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:43:53.521313 [ 147 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:43:53.676305 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25918 2026.02.01 23:43:53.676930 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:53.676979 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:53.677456 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 23:43:53.677693 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:53.677866 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25918 2026.02.01 23:43:55.060006 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2026.02.01 23:43:55.076899 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:55.076974 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:55.083142 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 23:43:55.083825 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:55.086871 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.02.01 23:43:56.391455 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:56.391764 [ 276 ] {1aafb6eb-12d9-4126-b813-3c0aed118baf} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:43:56.391893 [ 276 ] {1aafb6eb-12d9-4126-b813-3c0aed118baf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:43:56.392599 [ 276 ] {1aafb6eb-12d9-4126-b813-3c0aed118baf} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:56.392654 [ 276 ] {1aafb6eb-12d9-4126-b813-3c0aed118baf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:56.393071 [ 276 ] {1aafb6eb-12d9-4126-b813-3c0aed118baf} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.01 23:43:56.393313 [ 276 ] {1aafb6eb-12d9-4126-b813-3c0aed118baf} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:56.393478 [ 276 ] {1aafb6eb-12d9-4126-b813-3c0aed118baf} executeQuery: Read 128 rows, 11.29 KiB in 0.001796 sec., 71269.48775055679 rows/sec., 6.14 MiB/sec. 2026.02.01 23:43:56.393532 [ 276 ] {1aafb6eb-12d9-4126-b813-3c0aed118baf} TCPHandler: Processed in 0.002273229 sec. 2026.02.01 23:43:56.393654 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:56.393759 [ 276 ] {196d086d-1e64-48a5-b749-85783abe1c05} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:43:56.393803 [ 276 ] {196d086d-1e64-48a5-b749-85783abe1c05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:43:56.394236 [ 276 ] {196d086d-1e64-48a5-b749-85783abe1c05} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:56.394276 [ 276 ] {196d086d-1e64-48a5-b749-85783abe1c05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:56.394588 [ 276 ] {196d086d-1e64-48a5-b749-85783abe1c05} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.01 23:43:56.394809 [ 276 ] {196d086d-1e64-48a5-b749-85783abe1c05} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:56.394944 [ 276 ] {196d086d-1e64-48a5-b749-85783abe1c05} executeQuery: Read 36 rows, 2.71 KiB in 0.001208 sec., 29801.324503311254 rows/sec., 2.19 MiB/sec. 2026.02.01 23:43:56.394983 [ 276 ] {196d086d-1e64-48a5-b749-85783abe1c05} TCPHandler: Processed in 0.001382633 sec. 2026.02.01 23:43:56.395094 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:56.395192 [ 276 ] {945c8898-1bda-4cc2-bb7a-fa08b1cbf391} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:43:56.395233 [ 276 ] {945c8898-1bda-4cc2-bb7a-fa08b1cbf391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:43:56.395663 [ 276 ] {945c8898-1bda-4cc2-bb7a-fa08b1cbf391} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:56.395700 [ 276 ] {945c8898-1bda-4cc2-bb7a-fa08b1cbf391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:56.396020 [ 276 ] {945c8898-1bda-4cc2-bb7a-fa08b1cbf391} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.01 23:43:56.396236 [ 276 ] {945c8898-1bda-4cc2-bb7a-fa08b1cbf391} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:56.396366 [ 276 ] {945c8898-1bda-4cc2-bb7a-fa08b1cbf391} executeQuery: Read 100 rows, 8.00 KiB in 0.001194 sec., 83752.09380234506 rows/sec., 6.54 MiB/sec. 2026.02.01 23:43:56.396405 [ 276 ] {945c8898-1bda-4cc2-bb7a-fa08b1cbf391} TCPHandler: Processed in 0.001366682 sec. 2026.02.01 23:43:56.396514 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:56.396610 [ 276 ] {9089eea3-c0cb-47bf-8e28-ccc7234abb12} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:56.396654 [ 276 ] {9089eea3-c0cb-47bf-8e28-ccc7234abb12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:43:56.397051 [ 276 ] {9089eea3-c0cb-47bf-8e28-ccc7234abb12} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:56.397089 [ 276 ] {9089eea3-c0cb-47bf-8e28-ccc7234abb12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:56.397416 [ 276 ] {9089eea3-c0cb-47bf-8e28-ccc7234abb12} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.01 23:43:56.397632 [ 276 ] {9089eea3-c0cb-47bf-8e28-ccc7234abb12} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:56.397762 [ 276 ] {9089eea3-c0cb-47bf-8e28-ccc7234abb12} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2026.02.01 23:43:56.397826 [ 276 ] {9089eea3-c0cb-47bf-8e28-ccc7234abb12} TCPHandler: Processed in 0.001361093 sec. 2026.02.01 23:43:56.397949 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:56.398075 [ 276 ] {54c17137-02be-4473-a914-8ea874fb9c44} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:43:56.398143 [ 276 ] {54c17137-02be-4473-a914-8ea874fb9c44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:43:56.399046 [ 276 ] {54c17137-02be-4473-a914-8ea874fb9c44} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:56.399085 [ 276 ] {54c17137-02be-4473-a914-8ea874fb9c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:56.399657 [ 276 ] {54c17137-02be-4473-a914-8ea874fb9c44} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.01 23:43:56.399914 [ 276 ] {54c17137-02be-4473-a914-8ea874fb9c44} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:56.400058 [ 276 ] {54c17137-02be-4473-a914-8ea874fb9c44} executeQuery: Read 36 rows, 66.06 KiB in 0.002009 sec., 17919.362867098058 rows/sec., 32.11 MiB/sec. 2026.02.01 23:43:56.400079 [ 144 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.01 23:43:56.400129 [ 276 ] {54c17137-02be-4473-a914-8ea874fb9c44} TCPHandler: Processed in 0.002241868 sec. 2026.02.01 23:43:56.400155 [ 144 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:56.400186 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:56.400251 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:43:56.400310 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:43:56.400352 [ 276 ] {a2553a5d-e6df-4f96-8483-fd0a77bf456b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:43:56.400401 [ 276 ] {a2553a5d-e6df-4f96-8483-fd0a77bf456b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:43:56.400593 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:56.400665 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1379 rows starting from the beginning of the part 2026.02.01 23:43:56.400741 [ 276 ] {a2553a5d-e6df-4f96-8483-fd0a77bf456b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:56.400784 [ 276 ] {a2553a5d-e6df-4f96-8483-fd0a77bf456b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:56.400805 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part 2026.02.01 23:43:56.400913 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part 2026.02.01 23:43:56.401008 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 36 rows starting from the beginning of the part 2026.02.01 23:43:56.401102 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 4 rows starting from the beginning of the part 2026.02.01 23:43:56.401125 [ 276 ] {a2553a5d-e6df-4f96-8483-fd0a77bf456b} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.01 23:43:56.401199 [ 186 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 36 rows starting from the beginning of the part 2026.02.01 23:43:56.401365 [ 276 ] {a2553a5d-e6df-4f96-8483-fd0a77bf456b} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:56.401503 [ 276 ] {a2553a5d-e6df-4f96-8483-fd0a77bf456b} executeQuery: Read 60 rows, 4.14 KiB in 0.001171 sec., 51238.25789923143 rows/sec., 3.45 MiB/sec. 2026.02.01 23:43:56.401541 [ 276 ] {a2553a5d-e6df-4f96-8483-fd0a77bf456b} TCPHandler: Processed in 0.001343062 sec. 2026.02.01 23:43:56.408118 [ 189 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1495 rows, containing 19 columns (19 merged, 0 gathered) in 0.007860941 sec., 190180.79387696716 rows/sec., 340.80 MiB/sec. 2026.02.01 23:43:56.410221 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.01 23:43:56.410584 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_71_14} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:56.410662 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_71_14} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.01 23:43:56.410822 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.66 MiB. 2026.02.01 23:43:57.000264 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 323.36 MiB, peak 334.99 MiB, free memory in arenas 0.00 B, will set to 327.18 MiB (RSS), difference: 3.82 MiB 2026.02.01 23:43:58.452261 [ 142 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.02.01 23:43:58.452321 [ 142 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:58.452341 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:58.452508 [ 201 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2026.02.01 23:43:58.452724 [ 201 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:43:58.452784 [ 201 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 253 rows starting from the beginning of the part 2026.02.01 23:43:58.452888 [ 201 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part 2026.02.01 23:43:58.452941 [ 201 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2026.02.01 23:43:58.452984 [ 201 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part 2026.02.01 23:43:58.453019 [ 201 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.02.01 23:43:58.453854 [ 187 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001429664 sec., 529495.0421917317 rows/sec., 38.64 MiB/sec. 2026.02.01 23:43:58.454057 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.02.01 23:43:58.454373 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_25_6} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:58.454455 [ 189 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_25_6} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.02.01 23:43:58.454534 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.01 23:43:58.743745 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1272 2026.02.01 23:43:58.746418 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:43:58.746472 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:43:58.747694 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 23:43:58.747966 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:43:58.748346 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1272 2026.02.01 23:44:01.178078 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26430 2026.02.01 23:44:01.178604 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:01.178646 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:01.179116 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 23:44:01.179342 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:01.179468 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26430 2026.02.01 23:44:01.418042 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:01.418252 [ 276 ] {604fdf5f-3940-4650-92e2-2e9bc046b8fd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:44:01.418329 [ 276 ] {604fdf5f-3940-4650-92e2-2e9bc046b8fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:44:01.419007 [ 276 ] {604fdf5f-3940-4650-92e2-2e9bc046b8fd} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:01.419060 [ 276 ] {604fdf5f-3940-4650-92e2-2e9bc046b8fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:01.419451 [ 276 ] {604fdf5f-3940-4650-92e2-2e9bc046b8fd} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 23:44:01.419692 [ 276 ] {604fdf5f-3940-4650-92e2-2e9bc046b8fd} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:01.419857 [ 276 ] {604fdf5f-3940-4650-92e2-2e9bc046b8fd} executeQuery: Read 2 rows, 167.00 B in 0.00166 sec., 1204.8192771084337 rows/sec., 98.24 KiB/sec. 2026.02.01 23:44:01.419908 [ 276 ] {604fdf5f-3940-4650-92e2-2e9bc046b8fd} TCPHandler: Processed in 0.002056204 sec. 2026.02.01 23:44:01.420034 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:01.420139 [ 276 ] {42b3c74a-1a6a-482b-b63f-ebf38fcc20e5} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:44:01.420182 [ 276 ] {42b3c74a-1a6a-482b-b63f-ebf38fcc20e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:44:01.421044 [ 276 ] {42b3c74a-1a6a-482b-b63f-ebf38fcc20e5} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:01.421084 [ 276 ] {42b3c74a-1a6a-482b-b63f-ebf38fcc20e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:01.421513 [ 276 ] {42b3c74a-1a6a-482b-b63f-ebf38fcc20e5} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.01 23:44:01.421735 [ 276 ] {42b3c74a-1a6a-482b-b63f-ebf38fcc20e5} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:01.421881 [ 276 ] {42b3c74a-1a6a-482b-b63f-ebf38fcc20e5} executeQuery: Read 1205 rows, 101.82 KiB in 0.001766 sec., 682332.9558323895 rows/sec., 56.31 MiB/sec. 2026.02.01 23:44:01.421920 [ 276 ] {42b3c74a-1a6a-482b-b63f-ebf38fcc20e5} TCPHandler: Processed in 0.001940522 sec. 2026.02.01 23:44:01.422026 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:01.422125 [ 276 ] {00f1235a-01e3-42aa-94e1-ccec6ded418e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:44:01.422166 [ 276 ] {00f1235a-01e3-42aa-94e1-ccec6ded418e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:44:01.422581 [ 276 ] {00f1235a-01e3-42aa-94e1-ccec6ded418e} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:01.422619 [ 276 ] {00f1235a-01e3-42aa-94e1-ccec6ded418e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:01.422924 [ 276 ] {00f1235a-01e3-42aa-94e1-ccec6ded418e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.01 23:44:01.423147 [ 276 ] {00f1235a-01e3-42aa-94e1-ccec6ded418e} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:01.423280 [ 276 ] {00f1235a-01e3-42aa-94e1-ccec6ded418e} executeQuery: Read 6 rows, 451.00 B in 0.001176 sec., 5102.040816326531 rows/sec., 374.52 KiB/sec. 2026.02.01 23:44:01.423318 [ 276 ] {00f1235a-01e3-42aa-94e1-ccec6ded418e} TCPHandler: Processed in 0.001341932 sec. 2026.02.01 23:44:01.423420 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:01.423514 [ 276 ] {e847356a-f071-4518-b772-f38574981af9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:44:01.423556 [ 276 ] {e847356a-f071-4518-b772-f38574981af9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:44:01.423989 [ 276 ] {e847356a-f071-4518-b772-f38574981af9} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:01.424026 [ 276 ] {e847356a-f071-4518-b772-f38574981af9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:01.424347 [ 276 ] {e847356a-f071-4518-b772-f38574981af9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 23:44:01.424567 [ 276 ] {e847356a-f071-4518-b772-f38574981af9} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:01.424697 [ 276 ] {e847356a-f071-4518-b772-f38574981af9} executeQuery: Read 228 rows, 15.81 KiB in 0.001202 sec., 189683.8602329451 rows/sec., 12.84 MiB/sec. 2026.02.01 23:44:01.424736 [ 276 ] {e847356a-f071-4518-b772-f38574981af9} TCPHandler: Processed in 0.001365363 sec. 2026.02.01 23:44:01.424843 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:01.424938 [ 276 ] {6abebf0e-ac65-4578-8f2e-837e37139883} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:44:01.424979 [ 276 ] {6abebf0e-ac65-4578-8f2e-837e37139883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:44:01.425508 [ 276 ] {6abebf0e-ac65-4578-8f2e-837e37139883} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:01.425545 [ 276 ] {6abebf0e-ac65-4578-8f2e-837e37139883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:01.425885 [ 276 ] {6abebf0e-ac65-4578-8f2e-837e37139883} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.01 23:44:01.426102 [ 276 ] {6abebf0e-ac65-4578-8f2e-837e37139883} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:01.426232 [ 276 ] {6abebf0e-ac65-4578-8f2e-837e37139883} executeQuery: Read 526 rows, 39.89 KiB in 0.001313 sec., 400609.29169840063 rows/sec., 29.67 MiB/sec. 2026.02.01 23:44:01.426270 [ 276 ] {6abebf0e-ac65-4578-8f2e-837e37139883} TCPHandler: Processed in 0.001477555 sec. 2026.02.01 23:44:01.426377 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:01.426472 [ 276 ] {05cee6dd-3159-407e-9be6-4b07164fed38} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:01.426517 [ 276 ] {05cee6dd-3159-407e-9be6-4b07164fed38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:44:01.427036 [ 276 ] {05cee6dd-3159-407e-9be6-4b07164fed38} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:01.427073 [ 276 ] {05cee6dd-3159-407e-9be6-4b07164fed38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:01.427453 [ 276 ] {05cee6dd-3159-407e-9be6-4b07164fed38} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.01 23:44:01.427671 [ 276 ] {05cee6dd-3159-407e-9be6-4b07164fed38} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:01.427799 [ 276 ] {05cee6dd-3159-407e-9be6-4b07164fed38} executeQuery: Read 845 rows, 58.24 KiB in 0.001346 sec., 627786.0326894502 rows/sec., 42.25 MiB/sec. 2026.02.01 23:44:01.427836 [ 276 ] {05cee6dd-3159-407e-9be6-4b07164fed38} TCPHandler: Processed in 0.001509016 sec. 2026.02.01 23:44:01.427942 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:01.428040 [ 276 ] {7bb38976-6ce1-4938-ab71-540b5a885682} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:01.428096 [ 276 ] {7bb38976-6ce1-4938-ab71-540b5a885682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:44:01.428830 [ 276 ] {7bb38976-6ce1-4938-ab71-540b5a885682} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:01.428866 [ 276 ] {7bb38976-6ce1-4938-ab71-540b5a885682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:01.429374 [ 276 ] {7bb38976-6ce1-4938-ab71-540b5a885682} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.01 23:44:01.429613 [ 276 ] {7bb38976-6ce1-4938-ab71-540b5a885682} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:01.429754 [ 276 ] {7bb38976-6ce1-4938-ab71-540b5a885682} executeQuery: Read 4 rows, 7.34 KiB in 0.001733 sec., 2308.136180034622 rows/sec., 4.14 MiB/sec. 2026.02.01 23:44:01.429820 [ 276 ] {7bb38976-6ce1-4938-ab71-540b5a885682} TCPHandler: Processed in 0.001927442 sec. 2026.02.01 23:44:01.429929 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:01.430024 [ 276 ] {142b45cf-29e0-4237-aa6e-59f404525aaa} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:44:01.430066 [ 276 ] {142b45cf-29e0-4237-aa6e-59f404525aaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:44:01.430393 [ 276 ] {142b45cf-29e0-4237-aa6e-59f404525aaa} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:01.430427 [ 276 ] {142b45cf-29e0-4237-aa6e-59f404525aaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:01.430745 [ 276 ] {142b45cf-29e0-4237-aa6e-59f404525aaa} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.01 23:44:01.430974 [ 276 ] {142b45cf-29e0-4237-aa6e-59f404525aaa} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:01.431109 [ 276 ] {142b45cf-29e0-4237-aa6e-59f404525aaa} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.02.01 23:44:01.431146 [ 276 ] {142b45cf-29e0-4237-aa6e-59f404525aaa} TCPHandler: Processed in 0.001266741 sec. 2026.02.01 23:44:02.587029 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.02.01 23:44:02.604179 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:02.604227 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:02.610243 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 23:44:02.610940 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:02.613735 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.02.01 23:44:06.391834 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:06.392054 [ 276 ] {205da43a-1d0c-4bad-a85b-fb676b7def96} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:44:06.392130 [ 276 ] {205da43a-1d0c-4bad-a85b-fb676b7def96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:44:06.392838 [ 276 ] {205da43a-1d0c-4bad-a85b-fb676b7def96} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:06.392886 [ 276 ] {205da43a-1d0c-4bad-a85b-fb676b7def96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:06.393297 [ 276 ] {205da43a-1d0c-4bad-a85b-fb676b7def96} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.01 23:44:06.393535 [ 276 ] {205da43a-1d0c-4bad-a85b-fb676b7def96} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:06.393694 [ 276 ] {205da43a-1d0c-4bad-a85b-fb676b7def96} executeQuery: Read 128 rows, 11.29 KiB in 0.001694 sec., 75560.8028335301 rows/sec., 6.51 MiB/sec. 2026.02.01 23:44:06.393702 [ 138 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.01 23:44:06.393735 [ 276 ] {205da43a-1d0c-4bad-a85b-fb676b7def96} TCPHandler: Processed in 0.002045605 sec. 2026.02.01 23:44:06.393776 [ 138 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:06.393812 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:06.393884 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:06.393919 [ 187 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:44:06.393984 [ 276 ] {b7f22c1f-c9c8-4996-b451-a88c629376e6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:44:06.394023 [ 187 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:06.394024 [ 276 ] {b7f22c1f-c9c8-4996-b451-a88c629376e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:44:06.394057 [ 187 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1406 rows starting from the beginning of the part 2026.02.01 23:44:06.394126 [ 187 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 251 rows starting from the beginning of the part 2026.02.01 23:44:06.394178 [ 187 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part 2026.02.01 23:44:06.394230 [ 187 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 128 rows starting from the beginning of the part 2026.02.01 23:44:06.394270 [ 187 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1205 rows starting from the beginning of the part 2026.02.01 23:44:06.394311 [ 187 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 128 rows starting from the beginning of the part 2026.02.01 23:44:06.394455 [ 276 ] {b7f22c1f-c9c8-4996-b451-a88c629376e6} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:06.394491 [ 276 ] {b7f22c1f-c9c8-4996-b451-a88c629376e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:06.394797 [ 276 ] {b7f22c1f-c9c8-4996-b451-a88c629376e6} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.01 23:44:06.395023 [ 276 ] {b7f22c1f-c9c8-4996-b451-a88c629376e6} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:06.395155 [ 276 ] {b7f22c1f-c9c8-4996-b451-a88c629376e6} executeQuery: Read 36 rows, 2.71 KiB in 0.00119 sec., 30252.100840336134 rows/sec., 2.22 MiB/sec. 2026.02.01 23:44:06.395192 [ 276 ] {b7f22c1f-c9c8-4996-b451-a88c629376e6} TCPHandler: Processed in 0.001358773 sec. 2026.02.01 23:44:06.395302 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:06.395396 [ 276 ] {a8d7d5c5-2a90-42dc-bd45-5bcf3906325c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:44:06.395436 [ 276 ] {a8d7d5c5-2a90-42dc-bd45-5bcf3906325c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:44:06.395648 [ 189 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3182 rows, containing 5 columns (5 merged, 0 gathered) in 0.001768449 sec., 1799316.8024636277 rows/sec., 157.85 MiB/sec. 2026.02.01 23:44:06.395856 [ 276 ] {a8d7d5c5-2a90-42dc-bd45-5bcf3906325c} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:06.395899 [ 276 ] {a8d7d5c5-2a90-42dc-bd45-5bcf3906325c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:06.395926 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.01 23:44:06.396238 [ 276 ] {a8d7d5c5-2a90-42dc-bd45-5bcf3906325c} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.01 23:44:06.396258 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_81_16} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:06.396351 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_81_16} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.01 23:44:06.396461 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.02.01 23:44:06.396492 [ 276 ] {a8d7d5c5-2a90-42dc-bd45-5bcf3906325c} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:06.396619 [ 138 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.01 23:44:06.396631 [ 276 ] {a8d7d5c5-2a90-42dc-bd45-5bcf3906325c} executeQuery: Read 100 rows, 8.00 KiB in 0.001253 sec., 79808.45969672785 rows/sec., 6.23 MiB/sec. 2026.02.01 23:44:06.396665 [ 138 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:06.396682 [ 276 ] {a8d7d5c5-2a90-42dc-bd45-5bcf3906325c} TCPHandler: Processed in 0.001430634 sec. 2026.02.01 23:44:06.396692 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:06.396779 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:44:06.396813 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:06.396871 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:06.396897 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 632 rows starting from the beginning of the part 2026.02.01 23:44:06.396909 [ 276 ] {8e47980d-85b5-4269-95a8-da0ed50c5bea} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:06.396949 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 142 rows starting from the beginning of the part 2026.02.01 23:44:06.396953 [ 276 ] {8e47980d-85b5-4269-95a8-da0ed50c5bea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:44:06.396993 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 68 rows starting from the beginning of the part 2026.02.01 23:44:06.397034 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 100 rows starting from the beginning of the part 2026.02.01 23:44:06.397071 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 526 rows starting from the beginning of the part 2026.02.01 23:44:06.397109 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 100 rows starting from the beginning of the part 2026.02.01 23:44:06.397379 [ 276 ] {8e47980d-85b5-4269-95a8-da0ed50c5bea} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:06.397415 [ 276 ] {8e47980d-85b5-4269-95a8-da0ed50c5bea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:06.397751 [ 276 ] {8e47980d-85b5-4269-95a8-da0ed50c5bea} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.01 23:44:06.397973 [ 276 ] {8e47980d-85b5-4269-95a8-da0ed50c5bea} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:06.398035 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001290711 sec., 1214834.304503487 rows/sec., 96.82 MiB/sec. 2026.02.01 23:44:06.398094 [ 138 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.01 23:44:06.398107 [ 276 ] {8e47980d-85b5-4269-95a8-da0ed50c5bea} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2026.02.01 23:44:06.398141 [ 138 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:06.398159 [ 276 ] {8e47980d-85b5-4269-95a8-da0ed50c5bea} TCPHandler: Processed in 0.001394793 sec. 2026.02.01 23:44:06.398166 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:06.398175 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.01 23:44:06.398289 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:06.398310 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:44:06.398384 [ 276 ] {6a46bcdd-ede5-4fa0-87cc-ff2b18645aa3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:06.398440 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_81_16} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:06.398444 [ 276 ] {6a46bcdd-ede5-4fa0-87cc-ff2b18645aa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:44:06.398468 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:06.398509 [ 191 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_81_16} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.01 23:44:06.398514 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22071 rows starting from the beginning of the part 2026.02.01 23:44:06.398580 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2026.02.01 23:44:06.398602 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 199 rows starting from the beginning of the part 2026.02.01 23:44:06.398658 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2026.02.01 23:44:06.398705 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:44:06.398751 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 845 rows starting from the beginning of the part 2026.02.01 23:44:06.398795 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2026.02.01 23:44:06.399312 [ 276 ] {6a46bcdd-ede5-4fa0-87cc-ff2b18645aa3} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:06.399354 [ 276 ] {6a46bcdd-ede5-4fa0-87cc-ff2b18645aa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:06.399925 [ 276 ] {6a46bcdd-ede5-4fa0-87cc-ff2b18645aa3} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.01 23:44:06.400180 [ 276 ] {6a46bcdd-ede5-4fa0-87cc-ff2b18645aa3} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:06.400326 [ 276 ] {6a46bcdd-ede5-4fa0-87cc-ff2b18645aa3} executeQuery: Read 36 rows, 66.06 KiB in 0.00196 sec., 18367.34693877551 rows/sec., 32.91 MiB/sec. 2026.02.01 23:44:06.400381 [ 276 ] {6a46bcdd-ede5-4fa0-87cc-ff2b18645aa3} TCPHandler: Processed in 0.002143545 sec. 2026.02.01 23:44:06.400492 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:06.400588 [ 276 ] {bb61c3f4-7779-4b53-b83a-796d26a97c07} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:44:06.400630 [ 276 ] {bb61c3f4-7779-4b53-b83a-796d26a97c07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:44:06.400954 [ 276 ] {bb61c3f4-7779-4b53-b83a-796d26a97c07} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:06.400991 [ 276 ] {bb61c3f4-7779-4b53-b83a-796d26a97c07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:06.401301 [ 276 ] {bb61c3f4-7779-4b53-b83a-796d26a97c07} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.01 23:44:06.401533 [ 276 ] {bb61c3f4-7779-4b53-b83a-796d26a97c07} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:06.401673 [ 276 ] {bb61c3f4-7779-4b53-b83a-796d26a97c07} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2026.02.01 23:44:06.401679 [ 133 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.01 23:44:06.401713 [ 276 ] {bb61c3f4-7779-4b53-b83a-796d26a97c07} TCPHandler: Processed in 0.001270462 sec. 2026.02.01 23:44:06.401738 [ 133 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:06.401766 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:06.401860 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:44:06.401993 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:06.402031 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:44:06.402101 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:44:06.402152 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2026.02.01 23:44:06.402195 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:44:06.402237 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2026.02.01 23:44:06.402274 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2026.02.01 23:44:06.404071 [ 192 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 23595 rows, containing 5 columns (5 merged, 0 gathered) in 0.005816537 sec., 4056537.420805541 rows/sec., 278.68 MiB/sec. 2026.02.01 23:44:06.404094 [ 195 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4800 rows, containing 4 columns (4 merged, 0 gathered) in 0.002272518 sec., 2112194.4908687193 rows/sec., 142.35 MiB/sec. 2026.02.01 23:44:06.404498 [ 193 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.01 23:44:06.404838 [ 193 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_81_16} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:06.404922 [ 193 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_81_16} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.01 23:44:06.405001 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.02.01 23:44:06.405052 [ 194 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.01 23:44:06.405406 [ 194 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_81_16} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:06.405474 [ 194 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_81_16} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.01 23:44:06.405553 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.02.01 23:44:08.521554 [ 132 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:44:08.521603 [ 132 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:44:08.679739 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26878 2026.02.01 23:44:08.680467 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:08.680507 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:08.681005 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 23:44:08.681228 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:08.681367 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26878 2026.02.01 23:44:08.681374 [ 132 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 23:44:08.681438 [ 132 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:08.681461 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:08.681619 [ 195 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:44:08.681810 [ 195 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:08.681868 [ 195 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24510 rows starting from the beginning of the part 2026.02.01 23:44:08.681963 [ 195 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:44:08.682033 [ 195 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:44:08.682093 [ 195 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:44:08.682153 [ 195 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:44:08.682214 [ 195 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:44:08.684491 [ 194 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26878 rows, containing 4 columns (4 merged, 0 gathered) in 0.00296767 sec., 9056936.923579779 rows/sec., 129.56 MiB/sec. 2026.02.01 23:44:08.684782 [ 194 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 23:44:08.685045 [ 194 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_56_11} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:08.685120 [ 194 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_56_11} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 23:44:08.685281 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.02.01 23:44:08.748635 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1300 2026.02.01 23:44:08.751212 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:08.751262 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:08.752455 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 23:44:08.752759 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:08.752903 [ 130 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 23:44:08.752945 [ 130 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:08.752964 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:08.753061 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::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.02.01 23:44:08.753091 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1300 2026.02.01 23:44:08.753599 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:08.753733 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1164 rows starting from the beginning of the part 2026.02.01 23:44:08.754059 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part 2026.02.01 23:44:08.754382 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 28 rows starting from the beginning of the part 2026.02.01 23:44:08.754732 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part 2026.02.01 23:44:08.755063 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2026.02.01 23:44:08.755389 [ 198 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part 2026.02.01 23:44:08.761477 [ 193 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1300 rows, containing 72 columns (72 merged, 0 gathered) in 0.008457451 sec., 153710.61564530496 rows/sec., 120.03 MiB/sec. 2026.02.01 23:44:08.763232 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 23:44:08.763841 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_41_8} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:08.763917 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_41_8} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 23:44:08.764259 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2026.02.01 23:44:10.113899 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.02.01 23:44:10.131349 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:10.131417 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:10.137622 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 23:44:10.138311 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:10.138607 [ 128 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 23:44:10.138644 [ 128 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:10.138668 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:10.138776 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:44:10.141458 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.02.01 23:44:10.141808 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:10.142635 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:44:10.146006 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:44:10.149427 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:44:10.153361 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:44:10.157816 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2026.02.01 23:44:10.161500 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2026.02.01 23:44:10.213691 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.074960583 sec., 5629.625372577479 rows/sec., 29.11 MiB/sec. 2026.02.01 23:44:10.215691 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 23:44:10.217502 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_56_11} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:10.217606 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_56_11} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 23:44:10.219342 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.01 23:44:11.389955 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:11.390240 [ 276 ] {3011ce45-5bb7-47a4-a8a4-5df2ae656da2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:44:11.390345 [ 276 ] {3011ce45-5bb7-47a4-a8a4-5df2ae656da2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:44:11.391104 [ 276 ] {3011ce45-5bb7-47a4-a8a4-5df2ae656da2} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:11.391154 [ 276 ] {3011ce45-5bb7-47a4-a8a4-5df2ae656da2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:11.391558 [ 276 ] {3011ce45-5bb7-47a4-a8a4-5df2ae656da2} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.01 23:44:11.391792 [ 276 ] {3011ce45-5bb7-47a4-a8a4-5df2ae656da2} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:11.391946 [ 276 ] {3011ce45-5bb7-47a4-a8a4-5df2ae656da2} executeQuery: Read 64 rows, 5.19 KiB in 0.001784 sec., 35874.439461883405 rows/sec., 2.84 MiB/sec. 2026.02.01 23:44:11.391987 [ 276 ] {3011ce45-5bb7-47a4-a8a4-5df2ae656da2} TCPHandler: Processed in 0.002220077 sec. 2026.02.01 23:44:11.392109 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:11.392203 [ 276 ] {9c756a19-9e83-4582-9edc-eed37f6e67a2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:44:11.392242 [ 276 ] {9c756a19-9e83-4582-9edc-eed37f6e67a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:44:11.392639 [ 276 ] {9c756a19-9e83-4582-9edc-eed37f6e67a2} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:11.392674 [ 276 ] {9c756a19-9e83-4582-9edc-eed37f6e67a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:11.392964 [ 276 ] {9c756a19-9e83-4582-9edc-eed37f6e67a2} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.01 23:44:11.393178 [ 276 ] {9c756a19-9e83-4582-9edc-eed37f6e67a2} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:11.393301 [ 129 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.01 23:44:11.393306 [ 276 ] {9c756a19-9e83-4582-9edc-eed37f6e67a2} executeQuery: Read 4 rows, 308.00 B in 0.001122 sec., 3565.0623885918003 rows/sec., 268.08 KiB/sec. 2026.02.01 23:44:11.393371 [ 129 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:11.393385 [ 276 ] {9c756a19-9e83-4582-9edc-eed37f6e67a2} TCPHandler: Processed in 0.001322972 sec. 2026.02.01 23:44:11.393397 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:11.393493 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:11.393521 [ 188 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:44:11.393589 [ 276 ] {0bd68d77-cb49-481d-be9a-d755d6971814} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:44:11.393632 [ 276 ] {0bd68d77-cb49-481d-be9a-d755d6971814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:44:11.393655 [ 188 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:11.393693 [ 188 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 70 rows starting from the beginning of the part 2026.02.01 23:44:11.393759 [ 188 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 4 rows starting from the beginning of the part 2026.02.01 23:44:11.393801 [ 188 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 36 rows starting from the beginning of the part 2026.02.01 23:44:11.393841 [ 188 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part 2026.02.01 23:44:11.393879 [ 188 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 36 rows starting from the beginning of the part 2026.02.01 23:44:11.393918 [ 188 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 4 rows starting from the beginning of the part 2026.02.01 23:44:11.394055 [ 276 ] {0bd68d77-cb49-481d-be9a-d755d6971814} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:11.394097 [ 276 ] {0bd68d77-cb49-481d-be9a-d755d6971814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:11.394629 [ 276 ] {0bd68d77-cb49-481d-be9a-d755d6971814} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.01 23:44:11.394729 [ 197 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 5 columns (5 merged, 0 gathered) in 0.001263291 sec., 123486.98755868601 rows/sec., 9.50 MiB/sec. 2026.02.01 23:44:11.394861 [ 276 ] {0bd68d77-cb49-481d-be9a-d755d6971814} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:11.394886 [ 188 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.01 23:44:11.395000 [ 276 ] {0bd68d77-cb49-481d-be9a-d755d6971814} executeQuery: Read 68 rows, 5.44 KiB in 0.001429 sec., 47585.724282715186 rows/sec., 3.71 MiB/sec. 2026.02.01 23:44:11.395043 [ 276 ] {0bd68d77-cb49-481d-be9a-d755d6971814} TCPHandler: Processed in 0.001596696 sec. 2026.02.01 23:44:11.395149 [ 188 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_76_15} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:11.395154 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:11.395227 [ 188 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_76_15} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.01 23:44:11.395261 [ 276 ] {45fdc01a-fc3d-4f67-87d5-b388335b3da7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:11.395309 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 23:44:11.395310 [ 276 ] {45fdc01a-fc3d-4f67-87d5-b388335b3da7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:44:11.395737 [ 276 ] {45fdc01a-fc3d-4f67-87d5-b388335b3da7} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:11.395773 [ 276 ] {45fdc01a-fc3d-4f67-87d5-b388335b3da7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:11.396120 [ 276 ] {45fdc01a-fc3d-4f67-87d5-b388335b3da7} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.01 23:44:11.396335 [ 276 ] {45fdc01a-fc3d-4f67-87d5-b388335b3da7} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:11.396463 [ 276 ] {45fdc01a-fc3d-4f67-87d5-b388335b3da7} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2026.02.01 23:44:11.396499 [ 276 ] {45fdc01a-fc3d-4f67-87d5-b388335b3da7} TCPHandler: Processed in 0.001391443 sec. 2026.02.01 23:44:11.396622 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:11.396744 [ 276 ] {41fc57e9-485b-4fbc-a4dc-9c09da192eec} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:11.396812 [ 276 ] {41fc57e9-485b-4fbc-a4dc-9c09da192eec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:44:11.397657 [ 276 ] {41fc57e9-485b-4fbc-a4dc-9c09da192eec} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:11.397694 [ 276 ] {41fc57e9-485b-4fbc-a4dc-9c09da192eec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:11.398210 [ 276 ] {41fc57e9-485b-4fbc-a4dc-9c09da192eec} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.01 23:44:11.398441 [ 276 ] {41fc57e9-485b-4fbc-a4dc-9c09da192eec} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:11.398587 [ 276 ] {41fc57e9-485b-4fbc-a4dc-9c09da192eec} executeQuery: Read 4 rows, 7.34 KiB in 0.001866 sec., 2143.6227224008576 rows/sec., 3.84 MiB/sec. 2026.02.01 23:44:11.398650 [ 276 ] {41fc57e9-485b-4fbc-a4dc-9c09da192eec} TCPHandler: Processed in 0.002089915 sec. 2026.02.01 23:44:11.398764 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:11.398861 [ 276 ] {b0c736dc-ea48-44d7-982b-d6ce93432a39} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:44:11.398903 [ 276 ] {b0c736dc-ea48-44d7-982b-d6ce93432a39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:44:11.399239 [ 276 ] {b0c736dc-ea48-44d7-982b-d6ce93432a39} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:11.399275 [ 276 ] {b0c736dc-ea48-44d7-982b-d6ce93432a39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:11.399591 [ 276 ] {b0c736dc-ea48-44d7-982b-d6ce93432a39} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.01 23:44:11.399798 [ 276 ] {b0c736dc-ea48-44d7-982b-d6ce93432a39} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:11.399927 [ 276 ] {b0c736dc-ea48-44d7-982b-d6ce93432a39} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.02.01 23:44:11.399962 [ 276 ] {b0c736dc-ea48-44d7-982b-d6ce93432a39} TCPHandler: Processed in 0.001249381 sec. 2026.02.01 23:44:13.490098 [ 127 ] {} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.02.01 23:44:13.490163 [ 127 ] {} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:13.490184 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.02.01 23:44:13.490353 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.02.01 23:44:13.490561 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:13.490616 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part 2026.02.01 23:44:13.490723 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2026.02.01 23:44:13.490796 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part 2026.02.01 23:44:13.490861 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2026.02.01 23:44:13.490928 [ 201 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2026.02.01 23:44:13.491880 [ 188 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001608806 sec., 23620.001417200085 rows/sec., 1.97 MiB/sec. 2026.02.01 23:44:13.492049 [ 197 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.02.01 23:44:13.492374 [ 197 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_21_5} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:13.492456 [ 197 ] {a86a92bf-d2d8-4f66-b622-695be4c61e4d::all_1_21_5} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.02.01 23:44:13.492536 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 23:44:15.966044 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61451 2026.02.01 23:44:15.966159 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:15.966187 [ 286 ] {} TCP-Session: 5d7ef6a3-5ecc-4a9e-ba8a-bd72ba5b8ab8 Authenticating user 'default' from [fd00:1122:3344:101::e]:61451 2026.02.01 23:44:15.966209 [ 286 ] {} TCP-Session: 5d7ef6a3-5ecc-4a9e-ba8a-bd72ba5b8ab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.966222 [ 286 ] {} TCP-Session: 5d7ef6a3-5ecc-4a9e-ba8a-bd72ba5b8ab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.966408 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44611 2026.02.01 23:44:15.966426 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39261 2026.02.01 23:44:15.966478 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58942 2026.02.01 23:44:15.966479 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53982 2026.02.01 23:44:15.966543 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:15.966557 [ 286 ] {} TCP-Session: 5d7ef6a3-5ecc-4a9e-ba8a-bd72ba5b8ab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:15.966503 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34479 2026.02.01 23:44:15.966594 [ 288 ] {} TCP-Session: 43391b06-e6eb-4b39-83cd-ec389e2c4037 Authenticating user 'default' from [fd00:1122:3344:101::e]:44611 2026.02.01 23:44:15.966491 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35019 2026.02.01 23:44:15.966660 [ 288 ] {} TCP-Session: 43391b06-e6eb-4b39-83cd-ec389e2c4037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.966424 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44797 2026.02.01 23:44:15.966695 [ 288 ] {} TCP-Session: 43391b06-e6eb-4b39-83cd-ec389e2c4037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.966513 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58679 2026.02.01 23:44:15.966752 [ 286 ] {7045dda9-dbcd-424f-9b76-696429aee2c6} executeQuery: (from [fd00:1122:3344:101::e]:61451) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:44:15.966827 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:15.966867 [ 289 ] {} TCP-Session: 8c36d1c2-78ce-4b8f-a786-654f946c7c9f Authenticating user 'default' from [fd00:1122:3344:101::e]:39261 2026.02.01 23:44:15.966890 [ 289 ] {} TCP-Session: 8c36d1c2-78ce-4b8f-a786-654f946c7c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.966902 [ 289 ] {} TCP-Session: 8c36d1c2-78ce-4b8f-a786-654f946c7c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.967027 [ 286 ] {7045dda9-dbcd-424f-9b76-696429aee2c6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:44:15.967090 [ 286 ] {7045dda9-dbcd-424f-9b76-696429aee2c6} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:44:15.967089 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:15.967127 [ 294 ] {} TCP-Session: db8549d4-69bd-4126-8a06-b379a4cd3640 Authenticating user 'default' from [fd00:1122:3344:101::e]:34479 2026.02.01 23:44:15.967146 [ 294 ] {} TCP-Session: db8549d4-69bd-4126-8a06-b379a4cd3640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.967158 [ 294 ] {} TCP-Session: db8549d4-69bd-4126-8a06-b379a4cd3640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.967217 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:15.967255 [ 275 ] {} TCP-Session: a8877767-5fae-41b8-853e-0bb47c5900f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:58679 2026.02.01 23:44:15.967277 [ 275 ] {} TCP-Session: a8877767-5fae-41b8-853e-0bb47c5900f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.967289 [ 275 ] {} TCP-Session: a8877767-5fae-41b8-853e-0bb47c5900f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.967396 [ 286 ] {7045dda9-dbcd-424f-9b76-696429aee2c6} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:44:15.967632 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:15.967664 [ 290 ] {} TCP-Session: 0a4c69ba-d8d2-4e27-bd2d-d04695186939 Authenticating user 'default' from [fd00:1122:3344:101::e]:44797 2026.02.01 23:44:15.967681 [ 290 ] {} TCP-Session: 0a4c69ba-d8d2-4e27-bd2d-d04695186939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.967694 [ 290 ] {} TCP-Session: 0a4c69ba-d8d2-4e27-bd2d-d04695186939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.967760 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:15.967795 [ 293 ] {} TCP-Session: 3910aa9e-825b-4eaa-9ecf-f583fea07ff1 Authenticating user 'default' from [fd00:1122:3344:101::e]:35019 2026.02.01 23:44:15.967813 [ 293 ] {} TCP-Session: 3910aa9e-825b-4eaa-9ecf-f583fea07ff1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.967825 [ 293 ] {} TCP-Session: 3910aa9e-825b-4eaa-9ecf-f583fea07ff1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.968028 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:15.968063 [ 292 ] {} TCP-Session: 27fe39a8-c2d6-4761-8e7e-19ae22d7eedd Authenticating user 'default' from [fd00:1122:3344:101::e]:58942 2026.02.01 23:44:15.968083 [ 292 ] {} TCP-Session: 27fe39a8-c2d6-4761-8e7e-19ae22d7eedd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.968096 [ 292 ] {} TCP-Session: 27fe39a8-c2d6-4761-8e7e-19ae22d7eedd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.968183 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:15.968225 [ 291 ] {} TCP-Session: 8419b414-6671-4ec6-b4ee-4744f1f130fd Authenticating user 'default' from [fd00:1122:3344:101::e]:53982 2026.02.01 23:44:15.968246 [ 291 ] {} TCP-Session: 8419b414-6671-4ec6-b4ee-4744f1f130fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.968263 [ 291 ] {} TCP-Session: 8419b414-6671-4ec6-b4ee-4744f1f130fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.968341 [ 306 ] {7045dda9-dbcd-424f-9b76-696429aee2c6} AggregatingTransform: Aggregating 2026.02.01 23:44:15.968376 [ 306 ] {7045dda9-dbcd-424f-9b76-696429aee2c6} Aggregator: Aggregation method: without_key 2026.02.01 23:44:15.968412 [ 306 ] {7045dda9-dbcd-424f-9b76-696429aee2c6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000907546 sec. (1101.873 rows/sec., 43.04 KiB/sec.) 2026.02.01 23:44:15.968429 [ 306 ] {7045dda9-dbcd-424f-9b76-696429aee2c6} Aggregator: Merging aggregated data 2026.02.01 23:44:15.970070 [ 286 ] {7045dda9-dbcd-424f-9b76-696429aee2c6} executeQuery: Read 1 rows, 40.00 B in 0.003374 sec., 296.38411381149973 rows/sec., 11.58 KiB/sec. 2026.02.01 23:44:15.970249 [ 286 ] {7045dda9-dbcd-424f-9b76-696429aee2c6} TCPHandler: Processed in 0.003807723 sec. 2026.02.01 23:44:15.970356 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:15.970409 [ 288 ] {} TCP-Session: 43391b06-e6eb-4b39-83cd-ec389e2c4037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.970418 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:15.970463 [ 290 ] {} TCP-Session: 0a4c69ba-d8d2-4e27-bd2d-d04695186939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.970463 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:15.970490 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:15.970507 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:15.970519 [ 289 ] {} TCP-Session: 8c36d1c2-78ce-4b8f-a786-654f946c7c9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.970526 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:15.970548 [ 275 ] {} TCP-Session: a8877767-5fae-41b8-853e-0bb47c5900f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.970566 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:15.970588 [ 292 ] {} TCP-Session: 27fe39a8-c2d6-4761-8e7e-19ae22d7eedd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.970595 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:15.970616 [ 294 ] {} TCP-Session: db8549d4-69bd-4126-8a06-b379a4cd3640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.970572 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:15.970643 [ 286 ] {} TCP-Session: 5d7ef6a3-5ecc-4a9e-ba8a-bd72ba5b8ab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.970539 [ 291 ] {} TCP-Session: 8419b414-6671-4ec6-b4ee-4744f1f130fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:15.970674 [ 293 ] {} TCP-Session: 3910aa9e-825b-4eaa-9ecf-f583fea07ff1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.036187 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63591 2026.02.01 23:44:16.036298 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.036326 [ 286 ] {} TCP-Session: 9b050194-f349-428e-9d38-def7bd145579 Authenticating user 'default' from [fd00:1122:3344:101::e]:63591 2026.02.01 23:44:16.036349 [ 286 ] {} TCP-Session: 9b050194-f349-428e-9d38-def7bd145579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.036362 [ 286 ] {} TCP-Session: 9b050194-f349-428e-9d38-def7bd145579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.036578 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48806 2026.02.01 23:44:16.036613 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37215 2026.02.01 23:44:16.036636 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33778 2026.02.01 23:44:16.036637 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52215 2026.02.01 23:44:16.036670 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42887 2026.02.01 23:44:16.036704 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.036713 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.036740 [ 290 ] {} TCP-Session: 6404fafb-a7eb-4c6d-b39d-a99f7eb7c884 Authenticating user 'default' from [fd00:1122:3344:101::e]:37215 2026.02.01 23:44:16.036746 [ 286 ] {} TCP-Session: 9b050194-f349-428e-9d38-def7bd145579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:16.036761 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.036757 [ 292 ] {} TCP-Session: f2f79db9-e651-4cb5-828b-0f604e0b8c44 Authenticating user 'default' from [fd00:1122:3344:101::e]:33778 2026.02.01 23:44:16.036814 [ 275 ] {} TCP-Session: e35ddf1b-b459-432d-acc4-28af048d1901 Authenticating user 'default' from [fd00:1122:3344:101::e]:42887 2026.02.01 23:44:16.036761 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.036834 [ 292 ] {} TCP-Session: f2f79db9-e651-4cb5-828b-0f604e0b8c44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.036848 [ 275 ] {} TCP-Session: e35ddf1b-b459-432d-acc4-28af048d1901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.036870 [ 292 ] {} TCP-Session: f2f79db9-e651-4cb5-828b-0f604e0b8c44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.036889 [ 275 ] {} TCP-Session: e35ddf1b-b459-432d-acc4-28af048d1901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.036860 [ 291 ] {} TCP-Session: 7fb1a78a-5128-4734-a667-c561f33fa5a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:52215 2026.02.01 23:44:16.036921 [ 286 ] {e0246728-5a30-4903-9025-44ac1a6abb76} executeQuery: (from [fd00:1122:3344:101::e]:63591) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:44:16.036928 [ 291 ] {} TCP-Session: 7fb1a78a-5128-4734-a667-c561f33fa5a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.036767 [ 290 ] {} TCP-Session: 6404fafb-a7eb-4c6d-b39d-a99f7eb7c884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.036960 [ 291 ] {} TCP-Session: 7fb1a78a-5128-4734-a667-c561f33fa5a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.036979 [ 290 ] {} TCP-Session: 6404fafb-a7eb-4c6d-b39d-a99f7eb7c884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.036700 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.036660 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61273 2026.02.01 23:44:16.037033 [ 288 ] {} TCP-Session: 5249cd23-c6d9-4eb7-8f5e-2c010de1ae40 Authenticating user 'default' from [fd00:1122:3344:101::e]:48806 2026.02.01 23:44:16.036648 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32881 2026.02.01 23:44:16.037064 [ 288 ] {} TCP-Session: 5249cd23-c6d9-4eb7-8f5e-2c010de1ae40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.037091 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.037114 [ 288 ] {} TCP-Session: 5249cd23-c6d9-4eb7-8f5e-2c010de1ae40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.036612 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47075 2026.02.01 23:44:16.037137 [ 294 ] {} TCP-Session: 0b720572-43f9-4f4f-b8bc-1dd225599b22 Authenticating user 'default' from [fd00:1122:3344:101::e]:61273 2026.02.01 23:44:16.037162 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.037186 [ 294 ] {} TCP-Session: 0b720572-43f9-4f4f-b8bc-1dd225599b22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.037201 [ 286 ] {e0246728-5a30-4903-9025-44ac1a6abb76} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:44:16.037208 [ 294 ] {} TCP-Session: 0b720572-43f9-4f4f-b8bc-1dd225599b22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.037207 [ 293 ] {} TCP-Session: ec555c99-5535-4c9e-b772-1b154dbfcdeb Authenticating user 'default' from [fd00:1122:3344:101::e]:32881 2026.02.01 23:44:16.037210 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.037258 [ 293 ] {} TCP-Session: ec555c99-5535-4c9e-b772-1b154dbfcdeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.037260 [ 286 ] {e0246728-5a30-4903-9025-44ac1a6abb76} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:44:16.037270 [ 289 ] {} TCP-Session: 857d9626-906d-442a-8689-541c21ca0529 Authenticating user 'default' from [fd00:1122:3344:101::e]:47075 2026.02.01 23:44:16.037275 [ 293 ] {} TCP-Session: ec555c99-5535-4c9e-b772-1b154dbfcdeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.037305 [ 289 ] {} TCP-Session: 857d9626-906d-442a-8689-541c21ca0529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.037318 [ 289 ] {} TCP-Session: 857d9626-906d-442a-8689-541c21ca0529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.037567 [ 286 ] {e0246728-5a30-4903-9025-44ac1a6abb76} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:44:16.038482 [ 339 ] {e0246728-5a30-4903-9025-44ac1a6abb76} AggregatingTransform: Aggregating 2026.02.01 23:44:16.038526 [ 339 ] {e0246728-5a30-4903-9025-44ac1a6abb76} Aggregator: Aggregation method: without_key 2026.02.01 23:44:16.038563 [ 339 ] {e0246728-5a30-4903-9025-44ac1a6abb76} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000893965 sec. (1118.612 rows/sec., 43.70 KiB/sec.) 2026.02.01 23:44:16.038581 [ 339 ] {e0246728-5a30-4903-9025-44ac1a6abb76} Aggregator: Merging aggregated data 2026.02.01 23:44:16.040063 [ 286 ] {e0246728-5a30-4903-9025-44ac1a6abb76} executeQuery: Read 1 rows, 40.00 B in 0.003196 sec., 312.89111389236547 rows/sec., 12.22 KiB/sec. 2026.02.01 23:44:16.040212 [ 286 ] {e0246728-5a30-4903-9025-44ac1a6abb76} TCPHandler: Processed in 0.00358036 sec. 2026.02.01 23:44:16.040308 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.040335 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.040343 [ 290 ] {} TCP-Session: 6404fafb-a7eb-4c6d-b39d-a99f7eb7c884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.040357 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.040373 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.040393 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.040419 [ 288 ] {} TCP-Session: 5249cd23-c6d9-4eb7-8f5e-2c010de1ae40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.040437 [ 291 ] {} TCP-Session: 7fb1a78a-5128-4734-a667-c561f33fa5a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.040452 [ 292 ] {} TCP-Session: f2f79db9-e651-4cb5-828b-0f604e0b8c44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.040452 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.040471 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.040488 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.040508 [ 294 ] {} TCP-Session: 0b720572-43f9-4f4f-b8bc-1dd225599b22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.040528 [ 293 ] {} TCP-Session: ec555c99-5535-4c9e-b772-1b154dbfcdeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.040538 [ 286 ] {} TCP-Session: 9b050194-f349-428e-9d38-def7bd145579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.040383 [ 275 ] {} TCP-Session: e35ddf1b-b459-432d-acc4-28af048d1901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.040427 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.040637 [ 289 ] {} TCP-Session: 857d9626-906d-442a-8689-541c21ca0529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.061934 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58870 2026.02.01 23:44:16.062013 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.062035 [ 286 ] {} TCP-Session: 98c3cc78-49fd-460c-b375-c814291e9aa6 Authenticating user 'default' from [fd00:1122:3344:101::e]:58870 2026.02.01 23:44:16.062053 [ 286 ] {} TCP-Session: 98c3cc78-49fd-460c-b375-c814291e9aa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062066 [ 286 ] {} TCP-Session: 98c3cc78-49fd-460c-b375-c814291e9aa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062284 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47308 2026.02.01 23:44:16.062303 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37291 2026.02.01 23:44:16.062326 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59635 2026.02.01 23:44:16.062376 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56522 2026.02.01 23:44:16.062389 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46266 2026.02.01 23:44:16.062410 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.062434 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.062450 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.062473 [ 289 ] {} TCP-Session: dd1dadf2-6f10-4430-9620-5dcf359e2547 Authenticating user 'default' from [fd00:1122:3344:101::e]:37291 2026.02.01 23:44:16.062477 [ 290 ] {} TCP-Session: 1fef94c5-7b86-4456-a39d-b7eb45350006 Authenticating user 'default' from [fd00:1122:3344:101::e]:59635 2026.02.01 23:44:16.062489 [ 294 ] {} TCP-Session: 1277b2f6-f563-4b9b-9ced-c41148e880ab Authenticating user 'default' from [fd00:1122:3344:101::e]:56522 2026.02.01 23:44:16.062506 [ 289 ] {} TCP-Session: dd1dadf2-6f10-4430-9620-5dcf359e2547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062523 [ 294 ] {} TCP-Session: 1277b2f6-f563-4b9b-9ced-c41148e880ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062545 [ 289 ] {} TCP-Session: dd1dadf2-6f10-4430-9620-5dcf359e2547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062559 [ 294 ] {} TCP-Session: 1277b2f6-f563-4b9b-9ced-c41148e880ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062516 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.062351 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53368 2026.02.01 23:44:16.062635 [ 275 ] {} TCP-Session: cec6f67a-01a2-456a-9fb9-15a2b805879b Authenticating user 'default' from [fd00:1122:3344:101::e]:46266 2026.02.01 23:44:16.062514 [ 290 ] {} TCP-Session: 1fef94c5-7b86-4456-a39d-b7eb45350006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062672 [ 275 ] {} TCP-Session: cec6f67a-01a2-456a-9fb9-15a2b805879b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062689 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.062707 [ 275 ] {} TCP-Session: cec6f67a-01a2-456a-9fb9-15a2b805879b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062724 [ 291 ] {} TCP-Session: 52432702-4fda-4383-922c-4c6bcc6ac566 Authenticating user 'default' from [fd00:1122:3344:101::e]:53368 2026.02.01 23:44:16.062691 [ 290 ] {} TCP-Session: 1fef94c5-7b86-4456-a39d-b7eb45350006 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062745 [ 291 ] {} TCP-Session: 52432702-4fda-4383-922c-4c6bcc6ac566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062369 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.062798 [ 291 ] {} TCP-Session: 52432702-4fda-4383-922c-4c6bcc6ac566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062827 [ 288 ] {} TCP-Session: 3dda441b-472c-4fd5-9fdb-259dad3f44ad Authenticating user 'default' from [fd00:1122:3344:101::e]:47308 2026.02.01 23:44:16.062367 [ 286 ] {} TCP-Session: 98c3cc78-49fd-460c-b375-c814291e9aa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:16.062856 [ 288 ] {} TCP-Session: 3dda441b-472c-4fd5-9fdb-259dad3f44ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062346 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41795 2026.02.01 23:44:16.062896 [ 288 ] {} TCP-Session: 3dda441b-472c-4fd5-9fdb-259dad3f44ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.062364 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61773 2026.02.01 23:44:16.062977 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.063007 [ 286 ] {dd3ff79d-40e1-4fe2-af15-032c6263d53b} executeQuery: (from [fd00:1122:3344:101::e]:58870) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 23:44:16.063013 [ 292 ] {} TCP-Session: 8d5e1b5d-4077-42f2-b7b6-d114cd731f8e Authenticating user 'default' from [fd00:1122:3344:101::e]:41795 2026.02.01 23:44:16.063023 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 23:44:16.063058 [ 292 ] {} TCP-Session: 8d5e1b5d-4077-42f2-b7b6-d114cd731f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.063075 [ 293 ] {} TCP-Session: c5ddb19b-c5d4-4c25-bf6d-0fa0e01befa7 Authenticating user 'default' from [fd00:1122:3344:101::e]:61773 2026.02.01 23:44:16.063089 [ 292 ] {} TCP-Session: 8d5e1b5d-4077-42f2-b7b6-d114cd731f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.063106 [ 293 ] {} TCP-Session: c5ddb19b-c5d4-4c25-bf6d-0fa0e01befa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.063131 [ 293 ] {} TCP-Session: c5ddb19b-c5d4-4c25-bf6d-0fa0e01befa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.063232 [ 286 ] {dd3ff79d-40e1-4fe2-af15-032c6263d53b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 23:44:16.063285 [ 286 ] {dd3ff79d-40e1-4fe2-af15-032c6263d53b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 23:44:16.063545 [ 286 ] {dd3ff79d-40e1-4fe2-af15-032c6263d53b} oximeter.version (11d6aef3-011a-4e00-a553-ee38f12c75a5) (SelectExecutor): Key condition: unknown 2026.02.01 23:44:16.064422 [ 325 ] {dd3ff79d-40e1-4fe2-af15-032c6263d53b} AggregatingTransform: Aggregating 2026.02.01 23:44:16.064481 [ 325 ] {dd3ff79d-40e1-4fe2-af15-032c6263d53b} Aggregator: Aggregation method: without_key 2026.02.01 23:44:16.064520 [ 325 ] {dd3ff79d-40e1-4fe2-af15-032c6263d53b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000881215 sec. (1134.797 rows/sec., 44.33 KiB/sec.) 2026.02.01 23:44:16.064540 [ 325 ] {dd3ff79d-40e1-4fe2-af15-032c6263d53b} Aggregator: Merging aggregated data 2026.02.01 23:44:16.065819 [ 286 ] {dd3ff79d-40e1-4fe2-af15-032c6263d53b} executeQuery: Read 1 rows, 40.00 B in 0.002852 sec., 350.6311360448808 rows/sec., 13.70 KiB/sec. 2026.02.01 23:44:16.065980 [ 286 ] {dd3ff79d-40e1-4fe2-af15-032c6263d53b} TCPHandler: Processed in 0.003692752 sec. 2026.02.01 23:44:16.066110 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.066140 [ 286 ] {} TCP-Session: 98c3cc78-49fd-460c-b375-c814291e9aa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.066142 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.066162 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.066189 [ 275 ] {} TCP-Session: cec6f67a-01a2-456a-9fb9-15a2b805879b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.066192 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.066204 [ 291 ] {} TCP-Session: 52432702-4fda-4383-922c-4c6bcc6ac566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.066228 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.066247 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.066259 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.066275 [ 288 ] {} TCP-Session: 3dda441b-472c-4fd5-9fdb-259dad3f44ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.066288 [ 292 ] {} TCP-Session: 8d5e1b5d-4077-42f2-b7b6-d114cd731f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.066280 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.066303 [ 290 ] {} TCP-Session: 1fef94c5-7b86-4456-a39d-b7eb45350006 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.066241 [ 294 ] {} TCP-Session: 1277b2f6-f563-4b9b-9ced-c41148e880ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.066344 [ 293 ] {} TCP-Session: c5ddb19b-c5d4-4c25-bf6d-0fa0e01befa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.066209 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 23:44:16.066404 [ 289 ] {} TCP-Session: dd1dadf2-6f10-4430-9620-5dcf359e2547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 23:44:16.181593 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27390 2026.02.01 23:44:16.182138 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:16.182189 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:16.182772 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 23:44:16.183019 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:16.183174 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27390 2026.02.01 23:44:16.394565 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:16.394744 [ 276 ] {5f12ac4e-3908-4f48-bf8f-6ad5d1864142} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:44:16.394814 [ 276 ] {5f12ac4e-3908-4f48-bf8f-6ad5d1864142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:44:16.395468 [ 276 ] {5f12ac4e-3908-4f48-bf8f-6ad5d1864142} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:16.395522 [ 276 ] {5f12ac4e-3908-4f48-bf8f-6ad5d1864142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:16.395953 [ 276 ] {5f12ac4e-3908-4f48-bf8f-6ad5d1864142} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:44:16.396191 [ 276 ] {5f12ac4e-3908-4f48-bf8f-6ad5d1864142} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:16.396354 [ 276 ] {5f12ac4e-3908-4f48-bf8f-6ad5d1864142} executeQuery: Read 24 rows, 2.04 KiB in 0.001658 sec., 14475.271411338963 rows/sec., 1.20 MiB/sec. 2026.02.01 23:44:16.396408 [ 276 ] {5f12ac4e-3908-4f48-bf8f-6ad5d1864142} TCPHandler: Processed in 0.001977513 sec. 2026.02.01 23:44:16.396534 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:16.396639 [ 276 ] {aebd2934-69c3-4564-99ad-0ed2b055c2af} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:44:16.396683 [ 276 ] {aebd2934-69c3-4564-99ad-0ed2b055c2af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:44:16.397225 [ 276 ] {aebd2934-69c3-4564-99ad-0ed2b055c2af} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:16.397261 [ 276 ] {aebd2934-69c3-4564-99ad-0ed2b055c2af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:16.397597 [ 276 ] {aebd2934-69c3-4564-99ad-0ed2b055c2af} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.01 23:44:16.397812 [ 276 ] {aebd2934-69c3-4564-99ad-0ed2b055c2af} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:16.397947 [ 276 ] {aebd2934-69c3-4564-99ad-0ed2b055c2af} executeQuery: Read 248 rows, 22.75 KiB in 0.00133 sec., 186466.16541353383 rows/sec., 16.71 MiB/sec. 2026.02.01 23:44:16.397986 [ 276 ] {aebd2934-69c3-4564-99ad-0ed2b055c2af} TCPHandler: Processed in 0.001504695 sec. 2026.02.01 23:44:16.398100 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:16.398196 [ 276 ] {878e5e9f-f23f-4d9f-ba16-934ddb79863e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:44:16.398237 [ 276 ] {878e5e9f-f23f-4d9f-ba16-934ddb79863e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:44:16.398653 [ 276 ] {878e5e9f-f23f-4d9f-ba16-934ddb79863e} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:16.398690 [ 276 ] {878e5e9f-f23f-4d9f-ba16-934ddb79863e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:16.398991 [ 276 ] {878e5e9f-f23f-4d9f-ba16-934ddb79863e} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.01 23:44:16.399212 [ 276 ] {878e5e9f-f23f-4d9f-ba16-934ddb79863e} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:16.399345 [ 276 ] {878e5e9f-f23f-4d9f-ba16-934ddb79863e} executeQuery: Read 48 rows, 3.67 KiB in 0.001168 sec., 41095.890410958906 rows/sec., 3.07 MiB/sec. 2026.02.01 23:44:16.399384 [ 276 ] {878e5e9f-f23f-4d9f-ba16-934ddb79863e} TCPHandler: Processed in 0.001335143 sec. 2026.02.01 23:44:16.399504 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:16.399601 [ 276 ] {2335cf70-c754-4b94-bbdc-8760b9fce47b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:44:16.399641 [ 276 ] {2335cf70-c754-4b94-bbdc-8760b9fce47b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:44:16.400037 [ 276 ] {2335cf70-c754-4b94-bbdc-8760b9fce47b} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:16.400073 [ 276 ] {2335cf70-c754-4b94-bbdc-8760b9fce47b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:16.400377 [ 276 ] {2335cf70-c754-4b94-bbdc-8760b9fce47b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 23:44:16.400591 [ 276 ] {2335cf70-c754-4b94-bbdc-8760b9fce47b} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:16.400721 [ 276 ] {2335cf70-c754-4b94-bbdc-8760b9fce47b} executeQuery: Read 24 rows, 2.04 KiB in 0.001139 sec., 21071.115013169445 rows/sec., 1.75 MiB/sec. 2026.02.01 23:44:16.400759 [ 276 ] {2335cf70-c754-4b94-bbdc-8760b9fce47b} TCPHandler: Processed in 0.001304832 sec. 2026.02.01 23:44:16.400870 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:16.400963 [ 276 ] {6d5cf182-2cc0-4786-8c83-79145a5d255f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:44:16.401001 [ 276 ] {6d5cf182-2cc0-4786-8c83-79145a5d255f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:44:16.401391 [ 276 ] {6d5cf182-2cc0-4786-8c83-79145a5d255f} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:16.401428 [ 276 ] {6d5cf182-2cc0-4786-8c83-79145a5d255f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:16.401719 [ 276 ] {6d5cf182-2cc0-4786-8c83-79145a5d255f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 23:44:16.401932 [ 276 ] {6d5cf182-2cc0-4786-8c83-79145a5d255f} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:16.402061 [ 276 ] {6d5cf182-2cc0-4786-8c83-79145a5d255f} executeQuery: Read 12 rows, 960.00 B in 0.001116 sec., 10752.68817204301 rows/sec., 840.05 KiB/sec. 2026.02.01 23:44:16.402099 [ 276 ] {6d5cf182-2cc0-4786-8c83-79145a5d255f} TCPHandler: Processed in 0.001279141 sec. 2026.02.01 23:44:16.402207 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:16.402300 [ 276 ] {f4f013a7-837f-47e2-a6bb-3848626c7a33} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:44:16.402338 [ 276 ] {f4f013a7-837f-47e2-a6bb-3848626c7a33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:44:16.402800 [ 276 ] {f4f013a7-837f-47e2-a6bb-3848626c7a33} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:16.402836 [ 276 ] {f4f013a7-837f-47e2-a6bb-3848626c7a33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:16.403147 [ 276 ] {f4f013a7-837f-47e2-a6bb-3848626c7a33} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.01 23:44:16.403364 [ 276 ] {f4f013a7-837f-47e2-a6bb-3848626c7a33} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:16.403493 [ 276 ] {f4f013a7-837f-47e2-a6bb-3848626c7a33} executeQuery: Read 136 rows, 11.26 KiB in 0.00121 sec., 112396.69421487604 rows/sec., 9.08 MiB/sec. 2026.02.01 23:44:16.403531 [ 276 ] {f4f013a7-837f-47e2-a6bb-3848626c7a33} TCPHandler: Processed in 0.001372613 sec. 2026.02.01 23:44:16.403630 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:16.403722 [ 276 ] {87944b0e-e128-4d2e-9cd4-76bae9d40c46} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:16.403765 [ 276 ] {87944b0e-e128-4d2e-9cd4-76bae9d40c46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:44:16.404163 [ 276 ] {87944b0e-e128-4d2e-9cd4-76bae9d40c46} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:16.404198 [ 276 ] {87944b0e-e128-4d2e-9cd4-76bae9d40c46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:16.404536 [ 276 ] {87944b0e-e128-4d2e-9cd4-76bae9d40c46} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.01 23:44:16.404744 [ 276 ] {87944b0e-e128-4d2e-9cd4-76bae9d40c46} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:16.404874 [ 276 ] {87944b0e-e128-4d2e-9cd4-76bae9d40c46} executeQuery: Read 196 rows, 14.40 KiB in 0.00117 sec., 167521.36752136753 rows/sec., 12.02 MiB/sec. 2026.02.01 23:44:16.404912 [ 276 ] {87944b0e-e128-4d2e-9cd4-76bae9d40c46} TCPHandler: Processed in 0.001330452 sec. 2026.02.01 23:44:16.405027 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:16.405120 [ 276 ] {fe424ea9-a312-4e45-a39d-48b6c84558b5} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:16.405174 [ 276 ] {fe424ea9-a312-4e45-a39d-48b6c84558b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:44:16.406027 [ 276 ] {fe424ea9-a312-4e45-a39d-48b6c84558b5} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:16.406063 [ 276 ] {fe424ea9-a312-4e45-a39d-48b6c84558b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:16.406618 [ 276 ] {fe424ea9-a312-4e45-a39d-48b6c84558b5} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.01 23:44:16.406848 [ 276 ] {fe424ea9-a312-4e45-a39d-48b6c84558b5} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:16.406990 [ 276 ] {fe424ea9-a312-4e45-a39d-48b6c84558b5} executeQuery: Read 36 rows, 66.06 KiB in 0.001888 sec., 19067.79661016949 rows/sec., 34.17 MiB/sec. 2026.02.01 23:44:16.407045 [ 276 ] {fe424ea9-a312-4e45-a39d-48b6c84558b5} TCPHandler: Processed in 0.002067525 sec. 2026.02.01 23:44:16.407167 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:16.407262 [ 276 ] {1fca7c59-1ec8-4970-a73d-b3cd45cb558c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:44:16.407303 [ 276 ] {1fca7c59-1ec8-4970-a73d-b3cd45cb558c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:44:16.407642 [ 276 ] {1fca7c59-1ec8-4970-a73d-b3cd45cb558c} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:16.407678 [ 276 ] {1fca7c59-1ec8-4970-a73d-b3cd45cb558c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:16.407985 [ 276 ] {1fca7c59-1ec8-4970-a73d-b3cd45cb558c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.01 23:44:16.408196 [ 276 ] {1fca7c59-1ec8-4970-a73d-b3cd45cb558c} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:16.408326 [ 276 ] {1fca7c59-1ec8-4970-a73d-b3cd45cb558c} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.02.01 23:44:16.408363 [ 276 ] {1fca7c59-1ec8-4970-a73d-b3cd45cb558c} TCPHandler: Processed in 0.001243651 sec. 2026.02.01 23:44:17.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 329.04 MiB, peak 342.14 MiB, free memory in arenas 0.00 B, will set to 327.91 MiB (RSS), difference: -1.14 MiB 2026.02.01 23:44:17.641615 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.02.01 23:44:17.658696 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:17.658766 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:17.664403 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 23:44:17.665244 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:17.669666 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.02.01 23:44:18.753414 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1336 2026.02.01 23:44:18.756039 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:18.756116 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:18.757363 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 23:44:18.757658 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:18.758070 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1336 2026.02.01 23:44:21.389668 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:21.389901 [ 276 ] {d7945927-8c43-45d3-a9a2-c3eff58195f2} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:44:21.390008 [ 276 ] {d7945927-8c43-45d3-a9a2-c3eff58195f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:44:21.390977 [ 276 ] {d7945927-8c43-45d3-a9a2-c3eff58195f2} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:21.391029 [ 276 ] {d7945927-8c43-45d3-a9a2-c3eff58195f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:21.391543 [ 276 ] {d7945927-8c43-45d3-a9a2-c3eff58195f2} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.01 23:44:21.391784 [ 276 ] {d7945927-8c43-45d3-a9a2-c3eff58195f2} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:21.391959 [ 276 ] {d7945927-8c43-45d3-a9a2-c3eff58195f2} executeQuery: Read 64 rows, 5.19 KiB in 0.002133 sec., 30004.688232536337 rows/sec., 2.38 MiB/sec. 2026.02.01 23:44:21.392013 [ 276 ] {d7945927-8c43-45d3-a9a2-c3eff58195f2} TCPHandler: Processed in 0.002488751 sec. 2026.02.01 23:44:21.392142 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:21.392247 [ 276 ] {b889587c-9629-470f-b8d5-fbfefe7b63cc} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:44:21.392292 [ 276 ] {b889587c-9629-470f-b8d5-fbfefe7b63cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:44:21.392699 [ 276 ] {b889587c-9629-470f-b8d5-fbfefe7b63cc} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:21.392738 [ 276 ] {b889587c-9629-470f-b8d5-fbfefe7b63cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:21.393044 [ 276 ] {b889587c-9629-470f-b8d5-fbfefe7b63cc} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.01 23:44:21.393254 [ 276 ] {b889587c-9629-470f-b8d5-fbfefe7b63cc} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:21.393406 [ 276 ] {b889587c-9629-470f-b8d5-fbfefe7b63cc} executeQuery: Read 4 rows, 308.00 B in 0.001183 sec., 3381.23415046492 rows/sec., 254.25 KiB/sec. 2026.02.01 23:44:21.393447 [ 276 ] {b889587c-9629-470f-b8d5-fbfefe7b63cc} TCPHandler: Processed in 0.001357703 sec. 2026.02.01 23:44:21.393557 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:21.393651 [ 276 ] {fd8cd957-0a7d-4cfb-9fb5-f46f7568e49b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:44:21.393692 [ 276 ] {fd8cd957-0a7d-4cfb-9fb5-f46f7568e49b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:44:21.394107 [ 276 ] {fd8cd957-0a7d-4cfb-9fb5-f46f7568e49b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:21.394143 [ 276 ] {fd8cd957-0a7d-4cfb-9fb5-f46f7568e49b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:21.394455 [ 276 ] {fd8cd957-0a7d-4cfb-9fb5-f46f7568e49b} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.01 23:44:21.394663 [ 276 ] {fd8cd957-0a7d-4cfb-9fb5-f46f7568e49b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:21.394795 [ 276 ] {fd8cd957-0a7d-4cfb-9fb5-f46f7568e49b} executeQuery: Read 68 rows, 5.44 KiB in 0.001162 sec., 58519.79345955249 rows/sec., 4.57 MiB/sec. 2026.02.01 23:44:21.394834 [ 276 ] {fd8cd957-0a7d-4cfb-9fb5-f46f7568e49b} TCPHandler: Processed in 0.001326213 sec. 2026.02.01 23:44:21.394951 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:21.395045 [ 276 ] {9fcd2101-877c-4f5b-9fe9-4aeb39b8540f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:21.395088 [ 276 ] {9fcd2101-877c-4f5b-9fe9-4aeb39b8540f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:44:21.395513 [ 276 ] {9fcd2101-877c-4f5b-9fe9-4aeb39b8540f} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:21.395548 [ 276 ] {9fcd2101-877c-4f5b-9fe9-4aeb39b8540f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:21.395910 [ 276 ] {9fcd2101-877c-4f5b-9fe9-4aeb39b8540f} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.01 23:44:21.396124 [ 276 ] {9fcd2101-877c-4f5b-9fe9-4aeb39b8540f} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:21.396256 [ 276 ] {9fcd2101-877c-4f5b-9fe9-4aeb39b8540f} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2026.02.01 23:44:21.396294 [ 276 ] {9fcd2101-877c-4f5b-9fe9-4aeb39b8540f} TCPHandler: Processed in 0.001392194 sec. 2026.02.01 23:44:21.396417 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:21.396538 [ 276 ] {d64deaa5-3a1e-4697-ae7d-bc5ff474f0f6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:21.396606 [ 276 ] {d64deaa5-3a1e-4697-ae7d-bc5ff474f0f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:44:21.397407 [ 276 ] {d64deaa5-3a1e-4697-ae7d-bc5ff474f0f6} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:21.397446 [ 276 ] {d64deaa5-3a1e-4697-ae7d-bc5ff474f0f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:21.397948 [ 276 ] {d64deaa5-3a1e-4697-ae7d-bc5ff474f0f6} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.01 23:44:21.398174 [ 276 ] {d64deaa5-3a1e-4697-ae7d-bc5ff474f0f6} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:21.398316 [ 276 ] {d64deaa5-3a1e-4697-ae7d-bc5ff474f0f6} executeQuery: Read 4 rows, 7.34 KiB in 0.001802 sec., 2219.7558268590456 rows/sec., 3.98 MiB/sec. 2026.02.01 23:44:21.398317 [ 117 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.01 23:44:21.398371 [ 276 ] {d64deaa5-3a1e-4697-ae7d-bc5ff474f0f6} TCPHandler: Processed in 0.002016014 sec. 2026.02.01 23:44:21.398422 [ 117 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:21.398464 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:21.398507 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:21.398605 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:44:21.398610 [ 276 ] {b92e8200-504b-447d-8163-4a3d2ceb5006} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:44:21.398702 [ 276 ] {b92e8200-504b-447d-8163-4a3d2ceb5006} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:44:21.398891 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:21.398963 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1495 rows starting from the beginning of the part 2026.02.01 23:44:21.399036 [ 276 ] {b92e8200-504b-447d-8163-4a3d2ceb5006} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:21.399077 [ 276 ] {b92e8200-504b-447d-8163-4a3d2ceb5006} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:21.399116 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 4 rows starting from the beginning of the part 2026.02.01 23:44:21.399243 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 36 rows starting from the beginning of the part 2026.02.01 23:44:21.399359 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 4 rows starting from the beginning of the part 2026.02.01 23:44:21.399396 [ 276 ] {b92e8200-504b-447d-8163-4a3d2ceb5006} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.01 23:44:21.399472 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 36 rows starting from the beginning of the part 2026.02.01 23:44:21.399589 [ 188 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 4 rows starting from the beginning of the part 2026.02.01 23:44:21.399621 [ 276 ] {b92e8200-504b-447d-8163-4a3d2ceb5006} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:21.399759 [ 276 ] {b92e8200-504b-447d-8163-4a3d2ceb5006} executeQuery: Read 60 rows, 4.14 KiB in 0.001168 sec., 51369.86301369863 rows/sec., 3.46 MiB/sec. 2026.02.01 23:44:21.399796 [ 276 ] {b92e8200-504b-447d-8163-4a3d2ceb5006} TCPHandler: Processed in 0.001338452 sec. 2026.02.01 23:44:21.409153 [ 197 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1579 rows, containing 19 columns (19 merged, 0 gathered) in 0.010605498 sec., 148885.04057046637 rows/sec., 266.80 MiB/sec. 2026.02.01 23:44:21.410815 [ 197 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.01 23:44:21.411213 [ 197 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_76_15} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:21.411296 [ 197 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_76_15} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.01 23:44:21.411474 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB. 2026.02.01 23:44:22.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 328.53 MiB, peak 342.14 MiB, free memory in arenas 0.00 B, will set to 334.88 MiB (RSS), difference: 6.35 MiB 2026.02.01 23:44:23.521662 [ 111 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:44:23.521711 [ 111 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:44:23.683450 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27838 2026.02.01 23:44:23.684012 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:23.684052 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:23.684531 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 23:44:23.684761 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:23.684900 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27838 2026.02.01 23:44:25.169940 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.02.01 23:44:25.186115 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:25.186176 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:25.191603 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 23:44:25.192303 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:25.195144 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.02.01 23:44:26.391944 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:26.392257 [ 276 ] {028d50b5-e243-466a-bd48-ebf30e994727} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:44:26.392333 [ 276 ] {028d50b5-e243-466a-bd48-ebf30e994727} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:44:26.393036 [ 276 ] {028d50b5-e243-466a-bd48-ebf30e994727} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:26.393085 [ 276 ] {028d50b5-e243-466a-bd48-ebf30e994727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:26.393568 [ 276 ] {028d50b5-e243-466a-bd48-ebf30e994727} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.01 23:44:26.393859 [ 276 ] {028d50b5-e243-466a-bd48-ebf30e994727} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:26.394045 [ 276 ] {028d50b5-e243-466a-bd48-ebf30e994727} executeQuery: Read 128 rows, 11.29 KiB in 0.001878 sec., 68157.61448349307 rows/sec., 5.87 MiB/sec. 2026.02.01 23:44:26.394096 [ 276 ] {028d50b5-e243-466a-bd48-ebf30e994727} TCPHandler: Processed in 0.002346779 sec. 2026.02.01 23:44:26.394224 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:26.394327 [ 276 ] {b273c015-0d88-4379-8bef-8c912c19c3d7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:44:26.394373 [ 276 ] {b273c015-0d88-4379-8bef-8c912c19c3d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:44:26.394822 [ 276 ] {b273c015-0d88-4379-8bef-8c912c19c3d7} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:26.394860 [ 276 ] {b273c015-0d88-4379-8bef-8c912c19c3d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:26.395166 [ 276 ] {b273c015-0d88-4379-8bef-8c912c19c3d7} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.01 23:44:26.395387 [ 276 ] {b273c015-0d88-4379-8bef-8c912c19c3d7} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:26.395521 [ 276 ] {b273c015-0d88-4379-8bef-8c912c19c3d7} executeQuery: Read 36 rows, 2.71 KiB in 0.001215 sec., 29629.62962962963 rows/sec., 2.18 MiB/sec. 2026.02.01 23:44:26.395561 [ 276 ] {b273c015-0d88-4379-8bef-8c912c19c3d7} TCPHandler: Processed in 0.001393603 sec. 2026.02.01 23:44:26.395666 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:26.395762 [ 276 ] {57ff0426-746b-490b-893c-f0a6f73cd50b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:44:26.395802 [ 276 ] {57ff0426-746b-490b-893c-f0a6f73cd50b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:44:26.396213 [ 276 ] {57ff0426-746b-490b-893c-f0a6f73cd50b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:26.396251 [ 276 ] {57ff0426-746b-490b-893c-f0a6f73cd50b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:26.396562 [ 276 ] {57ff0426-746b-490b-893c-f0a6f73cd50b} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.01 23:44:26.396784 [ 276 ] {57ff0426-746b-490b-893c-f0a6f73cd50b} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:26.396921 [ 276 ] {57ff0426-746b-490b-893c-f0a6f73cd50b} executeQuery: Read 100 rows, 8.00 KiB in 0.001177 sec., 84961.76720475785 rows/sec., 6.64 MiB/sec. 2026.02.01 23:44:26.396958 [ 276 ] {57ff0426-746b-490b-893c-f0a6f73cd50b} TCPHandler: Processed in 0.001343133 sec. 2026.02.01 23:44:26.397069 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:26.397166 [ 276 ] {a7f56f71-f623-4ba9-a808-0eb627fe0c64} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:26.397218 [ 276 ] {a7f56f71-f623-4ba9-a808-0eb627fe0c64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:44:26.397600 [ 276 ] {a7f56f71-f623-4ba9-a808-0eb627fe0c64} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:26.397638 [ 276 ] {a7f56f71-f623-4ba9-a808-0eb627fe0c64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:26.397984 [ 276 ] {a7f56f71-f623-4ba9-a808-0eb627fe0c64} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.01 23:44:26.398208 [ 276 ] {a7f56f71-f623-4ba9-a808-0eb627fe0c64} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:26.398345 [ 276 ] {a7f56f71-f623-4ba9-a808-0eb627fe0c64} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.02.01 23:44:26.398384 [ 276 ] {a7f56f71-f623-4ba9-a808-0eb627fe0c64} TCPHandler: Processed in 0.001364013 sec. 2026.02.01 23:44:26.398490 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:26.398586 [ 276 ] {428d7994-0c85-401a-92e7-ba2e9e08dc85} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:26.398641 [ 276 ] {428d7994-0c85-401a-92e7-ba2e9e08dc85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:44:26.399440 [ 276 ] {428d7994-0c85-401a-92e7-ba2e9e08dc85} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:26.399477 [ 276 ] {428d7994-0c85-401a-92e7-ba2e9e08dc85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:26.400031 [ 276 ] {428d7994-0c85-401a-92e7-ba2e9e08dc85} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.01 23:44:26.400268 [ 276 ] {428d7994-0c85-401a-92e7-ba2e9e08dc85} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:26.400411 [ 276 ] {428d7994-0c85-401a-92e7-ba2e9e08dc85} executeQuery: Read 36 rows, 66.06 KiB in 0.001843 sec., 19533.369506239826 rows/sec., 35.00 MiB/sec. 2026.02.01 23:44:26.400466 [ 276 ] {428d7994-0c85-401a-92e7-ba2e9e08dc85} TCPHandler: Processed in 0.002026444 sec. 2026.02.01 23:44:26.400576 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:26.400672 [ 276 ] {28857afa-bece-46aa-8544-d404247cea06} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:44:26.400715 [ 276 ] {28857afa-bece-46aa-8544-d404247cea06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:44:26.401037 [ 276 ] {28857afa-bece-46aa-8544-d404247cea06} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:26.401074 [ 276 ] {28857afa-bece-46aa-8544-d404247cea06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:26.401384 [ 276 ] {28857afa-bece-46aa-8544-d404247cea06} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.01 23:44:26.401626 [ 276 ] {28857afa-bece-46aa-8544-d404247cea06} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:26.401763 [ 276 ] {28857afa-bece-46aa-8544-d404247cea06} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.02.01 23:44:26.401802 [ 276 ] {28857afa-bece-46aa-8544-d404247cea06} TCPHandler: Processed in 0.001275792 sec. 2026.02.01 23:44:28.758603 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1360 2026.02.01 23:44:28.761098 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:28.761153 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:28.762360 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 23:44:28.762647 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:28.762947 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1360 2026.02.01 23:44:31.185235 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28350 2026.02.01 23:44:31.185803 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.185844 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.186382 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 23:44:31.186615 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.186746 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28350 2026.02.01 23:44:31.416973 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:31.417177 [ 276 ] {ee57becf-025c-41c4-a33e-c367fc1f93b5} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:44:31.417253 [ 276 ] {ee57becf-025c-41c4-a33e-c367fc1f93b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:44:31.417951 [ 276 ] {ee57becf-025c-41c4-a33e-c367fc1f93b5} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.417989 [ 276 ] {ee57becf-025c-41c4-a33e-c367fc1f93b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.418377 [ 276 ] {ee57becf-025c-41c4-a33e-c367fc1f93b5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 23:44:31.418620 [ 276 ] {ee57becf-025c-41c4-a33e-c367fc1f93b5} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.418776 [ 276 ] {ee57becf-025c-41c4-a33e-c367fc1f93b5} executeQuery: Read 10 rows, 835.00 B in 0.001655 sec., 6042.296072507553 rows/sec., 492.71 KiB/sec. 2026.02.01 23:44:31.418819 [ 276 ] {ee57becf-025c-41c4-a33e-c367fc1f93b5} TCPHandler: Processed in 0.001989243 sec. 2026.02.01 23:44:31.418939 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:31.419037 [ 276 ] {0f671fb6-436c-4f3e-925d-12919ef21783} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:44:31.419078 [ 276 ] {0f671fb6-436c-4f3e-925d-12919ef21783} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:44:31.420212 [ 276 ] {0f671fb6-436c-4f3e-925d-12919ef21783} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.420249 [ 276 ] {0f671fb6-436c-4f3e-925d-12919ef21783} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.420648 [ 276 ] {0f671fb6-436c-4f3e-925d-12919ef21783} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.01 23:44:31.420872 [ 276 ] {0f671fb6-436c-4f3e-925d-12919ef21783} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.420976 [ 103 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.01 23:44:31.420996 [ 276 ] {0f671fb6-436c-4f3e-925d-12919ef21783} executeQuery: Read 1209 rows, 102.12 KiB in 0.001995 sec., 606015.037593985 rows/sec., 49.99 MiB/sec. 2026.02.01 23:44:31.421009 [ 103 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.421028 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.421034 [ 276 ] {0f671fb6-436c-4f3e-925d-12919ef21783} TCPHandler: Processed in 0.002165106 sec. 2026.02.01 23:44:31.421144 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:31.421143 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:44:31.421235 [ 276 ] {2750a561-3667-4f2a-b8fb-d4103898bbbd} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:44:31.421279 [ 276 ] {2750a561-3667-4f2a-b8fb-d4103898bbbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:44:31.421283 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:31.421325 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1406 rows starting from the beginning of the part 2026.02.01 23:44:31.421389 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:44:31.421433 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 248 rows starting from the beginning of the part 2026.02.01 23:44:31.421479 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part 2026.02.01 23:44:31.421540 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 128 rows starting from the beginning of the part 2026.02.01 23:44:31.421590 [ 190 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1209 rows starting from the beginning of the part 2026.02.01 23:44:31.421825 [ 276 ] {2750a561-3667-4f2a-b8fb-d4103898bbbd} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.421868 [ 276 ] {2750a561-3667-4f2a-b8fb-d4103898bbbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.422314 [ 276 ] {2750a561-3667-4f2a-b8fb-d4103898bbbd} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.01 23:44:31.422576 [ 276 ] {2750a561-3667-4f2a-b8fb-d4103898bbbd} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.422712 [ 276 ] {2750a561-3667-4f2a-b8fb-d4103898bbbd} executeQuery: Read 14 rows, 1023.00 B in 0.001461 sec., 9582.477754962354 rows/sec., 683.79 KiB/sec. 2026.02.01 23:44:31.422751 [ 276 ] {2750a561-3667-4f2a-b8fb-d4103898bbbd} TCPHandler: Processed in 0.001629058 sec. 2026.02.01 23:44:31.422867 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:31.422962 [ 276 ] {1509cb13-b4e9-4f82-b692-113d45773a96} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:44:31.423002 [ 276 ] {1509cb13-b4e9-4f82-b692-113d45773a96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:44:31.423213 [ 192 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3119 rows, containing 5 columns (5 merged, 0 gathered) in 0.002099635 sec., 1485496.2886406449 rows/sec., 130.03 MiB/sec. 2026.02.01 23:44:31.423492 [ 189 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.01 23:44:31.423524 [ 276 ] {1509cb13-b4e9-4f82-b692-113d45773a96} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.423564 [ 276 ] {1509cb13-b4e9-4f82-b692-113d45773a96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.423850 [ 189 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_86_17} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.423922 [ 276 ] {1509cb13-b4e9-4f82-b692-113d45773a96} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 23:44:31.423947 [ 189 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_86_17} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.01 23:44:31.424053 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.02.01 23:44:31.424156 [ 276 ] {1509cb13-b4e9-4f82-b692-113d45773a96} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.424295 [ 276 ] {1509cb13-b4e9-4f82-b692-113d45773a96} executeQuery: Read 228 rows, 15.81 KiB in 0.001352 sec., 168639.0532544379 rows/sec., 11.42 MiB/sec. 2026.02.01 23:44:31.424332 [ 276 ] {1509cb13-b4e9-4f82-b692-113d45773a96} TCPHandler: Processed in 0.001513845 sec. 2026.02.01 23:44:31.424434 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:31.424526 [ 276 ] {d77fa825-5ba6-4d5b-a568-6c448d7c70a3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:44:31.424567 [ 276 ] {d77fa825-5ba6-4d5b-a568-6c448d7c70a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:44:31.425238 [ 276 ] {d77fa825-5ba6-4d5b-a568-6c448d7c70a3} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.425273 [ 276 ] {d77fa825-5ba6-4d5b-a568-6c448d7c70a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.425610 [ 276 ] {d77fa825-5ba6-4d5b-a568-6c448d7c70a3} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.01 23:44:31.425825 [ 276 ] {d77fa825-5ba6-4d5b-a568-6c448d7c70a3} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.425931 [ 103 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.01 23:44:31.425955 [ 276 ] {d77fa825-5ba6-4d5b-a568-6c448d7c70a3} executeQuery: Read 534 rows, 40.54 KiB in 0.001446 sec., 369294.6058091286 rows/sec., 27.38 MiB/sec. 2026.02.01 23:44:31.425963 [ 103 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.425985 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.425992 [ 276 ] {d77fa825-5ba6-4d5b-a568-6c448d7c70a3} TCPHandler: Processed in 0.001607027 sec. 2026.02.01 23:44:31.426063 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:44:31.426107 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:31.426163 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:31.426193 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 632 rows starting from the beginning of the part 2026.02.01 23:44:31.426206 [ 276 ] {840161f4-2e26-4fbb-b24c-6ee18e320f6c} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:31.426239 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 68 rows starting from the beginning of the part 2026.02.01 23:44:31.426255 [ 276 ] {840161f4-2e26-4fbb-b24c-6ee18e320f6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:44:31.426281 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 136 rows starting from the beginning of the part 2026.02.01 23:44:31.426324 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 68 rows starting from the beginning of the part 2026.02.01 23:44:31.426357 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 100 rows starting from the beginning of the part 2026.02.01 23:44:31.426405 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 534 rows starting from the beginning of the part 2026.02.01 23:44:31.426889 [ 276 ] {840161f4-2e26-4fbb-b24c-6ee18e320f6c} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.426930 [ 276 ] {840161f4-2e26-4fbb-b24c-6ee18e320f6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.427328 [ 276 ] {840161f4-2e26-4fbb-b24c-6ee18e320f6c} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.01 23:44:31.427385 [ 189 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352963 sec., 1136764.2721936963 rows/sec., 90.55 MiB/sec. 2026.02.01 23:44:31.427545 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.01 23:44:31.427579 [ 276 ] {840161f4-2e26-4fbb-b24c-6ee18e320f6c} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.427705 [ 103 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.01 23:44:31.427723 [ 276 ] {840161f4-2e26-4fbb-b24c-6ee18e320f6c} executeQuery: Read 849 rows, 58.52 KiB in 0.001536 sec., 552734.375 rows/sec., 37.21 MiB/sec. 2026.02.01 23:44:31.427741 [ 103 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.427765 [ 276 ] {840161f4-2e26-4fbb-b24c-6ee18e320f6c} TCPHandler: Processed in 0.001707949 sec. 2026.02.01 23:44:31.427766 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.427846 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_86_17} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.427880 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:44:31.427884 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:31.427928 [ 190 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_86_17} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.01 23:44:31.428023 [ 276 ] {f01319e1-4cbd-44d3-83d5-2da1f48e32ff} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:31.428029 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.01 23:44:31.428038 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:31.428087 [ 276 ] {f01319e1-4cbd-44d3-83d5-2da1f48e32ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:44:31.428100 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23595 rows starting from the beginning of the part 2026.02.01 23:44:31.428181 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2026.02.01 23:44:31.428232 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 196 rows starting from the beginning of the part 2026.02.01 23:44:31.428289 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:44:31.428336 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part 2026.02.01 23:44:31.428381 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 849 rows starting from the beginning of the part 2026.02.01 23:44:31.428876 [ 276 ] {f01319e1-4cbd-44d3-83d5-2da1f48e32ff} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.428918 [ 276 ] {f01319e1-4cbd-44d3-83d5-2da1f48e32ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.429441 [ 276 ] {f01319e1-4cbd-44d3-83d5-2da1f48e32ff} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.01 23:44:31.429672 [ 276 ] {f01319e1-4cbd-44d3-83d5-2da1f48e32ff} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.429821 [ 276 ] {f01319e1-4cbd-44d3-83d5-2da1f48e32ff} executeQuery: Read 4 rows, 7.34 KiB in 0.001817 sec., 2201.430930104568 rows/sec., 3.94 MiB/sec. 2026.02.01 23:44:31.429877 [ 276 ] {f01319e1-4cbd-44d3-83d5-2da1f48e32ff} TCPHandler: Processed in 0.002043094 sec. 2026.02.01 23:44:31.430003 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:31.430097 [ 276 ] {37ae2952-8b98-439e-98ec-5e75dcec4df3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:44:31.430138 [ 276 ] {37ae2952-8b98-439e-98ec-5e75dcec4df3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:44:31.430480 [ 276 ] {37ae2952-8b98-439e-98ec-5e75dcec4df3} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.430515 [ 276 ] {37ae2952-8b98-439e-98ec-5e75dcec4df3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.430834 [ 276 ] {37ae2952-8b98-439e-98ec-5e75dcec4df3} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.01 23:44:31.431098 [ 276 ] {37ae2952-8b98-439e-98ec-5e75dcec4df3} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.431230 [ 103 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.01 23:44:31.431267 [ 276 ] {37ae2952-8b98-439e-98ec-5e75dcec4df3} executeQuery: Read 60 rows, 4.14 KiB in 0.001187 sec., 50547.59898904803 rows/sec., 3.41 MiB/sec. 2026.02.01 23:44:31.431269 [ 103 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:31.431304 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:31.431310 [ 276 ] {37ae2952-8b98-439e-98ec-5e75dcec4df3} TCPHandler: Processed in 0.001355523 sec. 2026.02.01 23:44:31.431395 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:44:31.431501 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:31.431532 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4800 rows starting from the beginning of the part 2026.02.01 23:44:31.431601 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2026.02.01 23:44:31.431654 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2026.02.01 23:44:31.431700 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:44:31.431739 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2026.02.01 23:44:31.431784 [ 189 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:44:31.433632 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5100 rows, containing 4 columns (4 merged, 0 gathered) in 0.002272038 sec., 2244680.7667829497 rows/sec., 151.28 MiB/sec. 2026.02.01 23:44:31.434281 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.01 23:44:31.434580 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_86_17} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.434642 [ 199 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 25120 rows, containing 5 columns (5 merged, 0 gathered) in 0.006811914 sec., 3687656.655677098 rows/sec., 253.32 MiB/sec. 2026.02.01 23:44:31.434657 [ 187 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_86_17} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.01 23:44:31.434743 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.02.01 23:44:31.434906 [ 194 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.01 23:44:31.435228 [ 194 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_86_17} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:31.435314 [ 194 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_86_17} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.01 23:44:31.435406 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.02.01 23:44:32.695357 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.02.01 23:44:32.711860 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:32.711925 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:32.717904 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 23:44:32.718623 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:32.721937 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.02.01 23:44:36.393074 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:36.393289 [ 276 ] {91b979e7-ddde-4077-94aa-e57388556b5e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:44:36.393363 [ 276 ] {91b979e7-ddde-4077-94aa-e57388556b5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:44:36.394082 [ 276 ] {91b979e7-ddde-4077-94aa-e57388556b5e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:36.394124 [ 276 ] {91b979e7-ddde-4077-94aa-e57388556b5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:36.394509 [ 276 ] {91b979e7-ddde-4077-94aa-e57388556b5e} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.01 23:44:36.394735 [ 276 ] {91b979e7-ddde-4077-94aa-e57388556b5e} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:36.394884 [ 276 ] {91b979e7-ddde-4077-94aa-e57388556b5e} executeQuery: Read 128 rows, 11.29 KiB in 0.001649 sec., 77622.80169799879 rows/sec., 6.69 MiB/sec. 2026.02.01 23:44:36.394925 [ 276 ] {91b979e7-ddde-4077-94aa-e57388556b5e} TCPHandler: Processed in 0.001991463 sec. 2026.02.01 23:44:36.395049 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:36.395142 [ 276 ] {3ce8094e-ebc8-4cd9-9306-0ecab9cbcc56} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:44:36.395182 [ 276 ] {3ce8094e-ebc8-4cd9-9306-0ecab9cbcc56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:44:36.395613 [ 276 ] {3ce8094e-ebc8-4cd9-9306-0ecab9cbcc56} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:36.395648 [ 276 ] {3ce8094e-ebc8-4cd9-9306-0ecab9cbcc56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:36.395936 [ 276 ] {3ce8094e-ebc8-4cd9-9306-0ecab9cbcc56} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.01 23:44:36.396152 [ 276 ] {3ce8094e-ebc8-4cd9-9306-0ecab9cbcc56} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:36.396274 [ 100 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.01 23:44:36.396281 [ 276 ] {3ce8094e-ebc8-4cd9-9306-0ecab9cbcc56} executeQuery: Read 36 rows, 2.71 KiB in 0.001156 sec., 31141.86851211073 rows/sec., 2.29 MiB/sec. 2026.02.01 23:44:36.396344 [ 100 ] {} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:36.396363 [ 276 ] {3ce8094e-ebc8-4cd9-9306-0ecab9cbcc56} TCPHandler: Processed in 0.001361533 sec. 2026.02.01 23:44:36.396373 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:36.396488 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:36.396505 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::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.02.01 23:44:36.396586 [ 276 ] {1e169648-8399-43d0-9d5d-34d3ba1da88a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:44:36.396629 [ 276 ] {1e169648-8399-43d0-9d5d-34d3ba1da88a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:44:36.396658 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:36.396700 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 70 rows starting from the beginning of the part 2026.02.01 23:44:36.396765 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 48 rows starting from the beginning of the part 2026.02.01 23:44:36.396808 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 4 rows starting from the beginning of the part 2026.02.01 23:44:36.396897 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 36 rows starting from the beginning of the part 2026.02.01 23:44:36.396986 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 14 rows starting from the beginning of the part 2026.02.01 23:44:36.397038 [ 190 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 36 rows starting from the beginning of the part 2026.02.01 23:44:36.397074 [ 276 ] {1e169648-8399-43d0-9d5d-34d3ba1da88a} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:36.397115 [ 276 ] {1e169648-8399-43d0-9d5d-34d3ba1da88a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:36.397448 [ 276 ] {1e169648-8399-43d0-9d5d-34d3ba1da88a} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.01 23:44:36.397668 [ 276 ] {1e169648-8399-43d0-9d5d-34d3ba1da88a} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:36.397801 [ 276 ] {1e169648-8399-43d0-9d5d-34d3ba1da88a} executeQuery: Read 100 rows, 8.00 KiB in 0.001233 sec., 81103.00081103001 rows/sec., 6.33 MiB/sec. 2026.02.01 23:44:36.397839 [ 276 ] {1e169648-8399-43d0-9d5d-34d3ba1da88a} TCPHandler: Processed in 0.001398533 sec. 2026.02.01 23:44:36.397912 [ 187 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.001466384 sec., 141845.5193182686 rows/sec., 10.94 MiB/sec. 2026.02.01 23:44:36.397957 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:36.398049 [ 199 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.01 23:44:36.398051 [ 276 ] {9d6065d8-eacf-4613-8b31-19da93ba0087} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:36.398104 [ 276 ] {9d6065d8-eacf-4613-8b31-19da93ba0087} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:44:36.398307 [ 199 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_81_16} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:36.398375 [ 199 ] {fdfe6464-a32c-458b-b2a1-374286273daf::all_1_81_16} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.01 23:44:36.398462 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 23:44:36.398512 [ 276 ] {9d6065d8-eacf-4613-8b31-19da93ba0087} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:36.398546 [ 276 ] {9d6065d8-eacf-4613-8b31-19da93ba0087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:36.398869 [ 276 ] {9d6065d8-eacf-4613-8b31-19da93ba0087} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.01 23:44:36.399070 [ 276 ] {9d6065d8-eacf-4613-8b31-19da93ba0087} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:36.399196 [ 276 ] {9d6065d8-eacf-4613-8b31-19da93ba0087} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.02.01 23:44:36.399231 [ 276 ] {9d6065d8-eacf-4613-8b31-19da93ba0087} TCPHandler: Processed in 0.001321031 sec. 2026.02.01 23:44:36.399341 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:36.399434 [ 276 ] {d18adac3-ffa0-41d7-8979-cfd8f229c728} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:36.399487 [ 276 ] {d18adac3-ffa0-41d7-8979-cfd8f229c728} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:44:36.400337 [ 276 ] {d18adac3-ffa0-41d7-8979-cfd8f229c728} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:36.400372 [ 276 ] {d18adac3-ffa0-41d7-8979-cfd8f229c728} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:36.400911 [ 276 ] {d18adac3-ffa0-41d7-8979-cfd8f229c728} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.01 23:44:36.401131 [ 276 ] {d18adac3-ffa0-41d7-8979-cfd8f229c728} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:36.401264 [ 276 ] {d18adac3-ffa0-41d7-8979-cfd8f229c728} executeQuery: Read 36 rows, 66.06 KiB in 0.001849 sec., 19469.983775013523 rows/sec., 34.89 MiB/sec. 2026.02.01 23:44:36.401316 [ 276 ] {d18adac3-ffa0-41d7-8979-cfd8f229c728} TCPHandler: Processed in 0.002022933 sec. 2026.02.01 23:44:36.401429 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:36.401522 [ 276 ] {4135b876-375c-48bb-9dcf-48b9429491cb} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:44:36.401562 [ 276 ] {4135b876-375c-48bb-9dcf-48b9429491cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:44:36.401894 [ 276 ] {4135b876-375c-48bb-9dcf-48b9429491cb} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:36.401927 [ 276 ] {4135b876-375c-48bb-9dcf-48b9429491cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:36.402218 [ 276 ] {4135b876-375c-48bb-9dcf-48b9429491cb} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.01 23:44:36.402420 [ 276 ] {4135b876-375c-48bb-9dcf-48b9429491cb} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:36.402544 [ 276 ] {4135b876-375c-48bb-9dcf-48b9429491cb} executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. 2026.02.01 23:44:36.402578 [ 276 ] {4135b876-375c-48bb-9dcf-48b9429491cb} TCPHandler: Processed in 0.001196251 sec. 2026.02.01 23:44:38.521960 [ 98 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:44:38.522006 [ 98 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:44:38.686997 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28798 2026.02.01 23:44:38.687779 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:38.687831 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:38.688335 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 23:44:38.688581 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:38.688737 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28798 2026.02.01 23:44:38.763222 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1388 2026.02.01 23:44:38.765594 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:38.765655 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:38.766897 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 23:44:38.767184 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:38.767579 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1388 2026.02.01 23:44:40.222095 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.02.01 23:44:40.241832 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:40.241903 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:40.248311 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 23:44:40.249057 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:40.253372 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.02.01 23:44:41.390806 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:41.391072 [ 276 ] {d76beeac-7e0a-4477-9b22-8ad1ee96b593} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:44:41.391170 [ 276 ] {d76beeac-7e0a-4477-9b22-8ad1ee96b593} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:44:41.392092 [ 276 ] {d76beeac-7e0a-4477-9b22-8ad1ee96b593} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:41.392147 [ 276 ] {d76beeac-7e0a-4477-9b22-8ad1ee96b593} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:41.392601 [ 276 ] {d76beeac-7e0a-4477-9b22-8ad1ee96b593} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.01 23:44:41.392867 [ 276 ] {d76beeac-7e0a-4477-9b22-8ad1ee96b593} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:41.393033 [ 276 ] {d76beeac-7e0a-4477-9b22-8ad1ee96b593} executeQuery: Read 64 rows, 5.19 KiB in 0.002033 sec., 31480.57058534186 rows/sec., 2.49 MiB/sec. 2026.02.01 23:44:41.393075 [ 276 ] {d76beeac-7e0a-4477-9b22-8ad1ee96b593} TCPHandler: Processed in 0.00244631 sec. 2026.02.01 23:44:41.393201 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:41.393297 [ 276 ] {68c28fa6-b004-49a3-9e1c-54a924125e3b} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:44:41.393337 [ 276 ] {68c28fa6-b004-49a3-9e1c-54a924125e3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:44:41.393723 [ 276 ] {68c28fa6-b004-49a3-9e1c-54a924125e3b} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:41.393762 [ 276 ] {68c28fa6-b004-49a3-9e1c-54a924125e3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:41.394067 [ 276 ] {68c28fa6-b004-49a3-9e1c-54a924125e3b} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.01 23:44:41.394288 [ 276 ] {68c28fa6-b004-49a3-9e1c-54a924125e3b} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:41.394421 [ 276 ] {68c28fa6-b004-49a3-9e1c-54a924125e3b} executeQuery: Read 4 rows, 308.00 B in 0.001143 sec., 3499.562554680665 rows/sec., 263.15 KiB/sec. 2026.02.01 23:44:41.394460 [ 276 ] {68c28fa6-b004-49a3-9e1c-54a924125e3b} TCPHandler: Processed in 0.001310542 sec. 2026.02.01 23:44:41.394565 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:41.394660 [ 276 ] {ce024341-18c1-4d20-a79a-a564ea298eb9} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:44:41.394700 [ 276 ] {ce024341-18c1-4d20-a79a-a564ea298eb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:44:41.395106 [ 276 ] {ce024341-18c1-4d20-a79a-a564ea298eb9} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:41.395143 [ 276 ] {ce024341-18c1-4d20-a79a-a564ea298eb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:41.395464 [ 276 ] {ce024341-18c1-4d20-a79a-a564ea298eb9} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.01 23:44:41.395684 [ 276 ] {ce024341-18c1-4d20-a79a-a564ea298eb9} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:41.395813 [ 276 ] {ce024341-18c1-4d20-a79a-a564ea298eb9} executeQuery: Read 68 rows, 5.44 KiB in 0.001172 sec., 58020.477815699654 rows/sec., 4.53 MiB/sec. 2026.02.01 23:44:41.395851 [ 276 ] {ce024341-18c1-4d20-a79a-a564ea298eb9} TCPHandler: Processed in 0.001336172 sec. 2026.02.01 23:44:41.395960 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:41.396054 [ 276 ] {f9cc7f82-e4d8-4a98-9a1b-d05563c93032} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:41.396098 [ 276 ] {f9cc7f82-e4d8-4a98-9a1b-d05563c93032} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:44:41.396488 [ 276 ] {f9cc7f82-e4d8-4a98-9a1b-d05563c93032} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:41.396525 [ 276 ] {f9cc7f82-e4d8-4a98-9a1b-d05563c93032} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:41.396855 [ 276 ] {f9cc7f82-e4d8-4a98-9a1b-d05563c93032} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.01 23:44:41.397073 [ 276 ] {f9cc7f82-e4d8-4a98-9a1b-d05563c93032} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:41.397205 [ 276 ] {f9cc7f82-e4d8-4a98-9a1b-d05563c93032} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2026.02.01 23:44:41.397243 [ 276 ] {f9cc7f82-e4d8-4a98-9a1b-d05563c93032} TCPHandler: Processed in 0.001333072 sec. 2026.02.01 23:44:41.397347 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:41.397441 [ 276 ] {ebe5d1bd-4fb2-411a-af27-2252ecc00884} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:41.397494 [ 276 ] {ebe5d1bd-4fb2-411a-af27-2252ecc00884} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:44:41.398225 [ 276 ] {ebe5d1bd-4fb2-411a-af27-2252ecc00884} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:41.398262 [ 276 ] {ebe5d1bd-4fb2-411a-af27-2252ecc00884} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:41.398767 [ 276 ] {ebe5d1bd-4fb2-411a-af27-2252ecc00884} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.01 23:44:41.399009 [ 276 ] {ebe5d1bd-4fb2-411a-af27-2252ecc00884} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:41.399150 [ 276 ] {ebe5d1bd-4fb2-411a-af27-2252ecc00884} executeQuery: Read 4 rows, 7.34 KiB in 0.001727 sec., 2316.1551823972204 rows/sec., 4.15 MiB/sec. 2026.02.01 23:44:41.399214 [ 276 ] {ebe5d1bd-4fb2-411a-af27-2252ecc00884} TCPHandler: Processed in 0.001916922 sec. 2026.02.01 23:44:41.399324 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:41.399419 [ 276 ] {628e917f-0dbd-40f9-957c-d31786f8ffe3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:44:41.399460 [ 276 ] {628e917f-0dbd-40f9-957c-d31786f8ffe3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:44:41.399781 [ 276 ] {628e917f-0dbd-40f9-957c-d31786f8ffe3} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:41.399817 [ 276 ] {628e917f-0dbd-40f9-957c-d31786f8ffe3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:41.400120 [ 276 ] {628e917f-0dbd-40f9-957c-d31786f8ffe3} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.01 23:44:41.400345 [ 276 ] {628e917f-0dbd-40f9-957c-d31786f8ffe3} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:41.400477 [ 276 ] {628e917f-0dbd-40f9-957c-d31786f8ffe3} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.02.01 23:44:41.400513 [ 276 ] {628e917f-0dbd-40f9-957c-d31786f8ffe3} TCPHandler: Processed in 0.001238961 sec. 2026.02.01 23:44:46.189005 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29310 2026.02.01 23:44:46.189575 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.189624 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.190119 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 23:44:46.190363 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.190506 [ 91 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 23:44:46.190519 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29310 2026.02.01 23:44:46.190584 [ 91 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.190611 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.190737 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:44:46.190878 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:46.190915 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26878 rows starting from the beginning of the part 2026.02.01 23:44:46.190976 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:44:46.191020 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:44:46.191058 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:44:46.191093 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:44:46.191130 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::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.02.01 23:44:46.193411 [ 195 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29310 rows, containing 4 columns (4 merged, 0 gathered) in 0.002728956 sec., 10740371.042992266 rows/sec., 153.64 MiB/sec. 2026.02.01 23:44:46.193630 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 23:44:46.193879 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_61_12} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.193953 [ 190 ] {2abd2bbc-c3c7-4cc8-92bc-67ea70e42920::all_1_61_12} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 23:44:46.194040 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2026.02.01 23:44:46.395978 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:46.396179 [ 276 ] {d7d5d661-b98d-4ba4-8446-04df3cd6fdf6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 23:44:46.396270 [ 276 ] {d7d5d661-b98d-4ba4-8446-04df3cd6fdf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 23:44:46.397074 [ 276 ] {d7d5d661-b98d-4ba4-8446-04df3cd6fdf6} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.397123 [ 276 ] {d7d5d661-b98d-4ba4-8446-04df3cd6fdf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.397523 [ 276 ] {d7d5d661-b98d-4ba4-8446-04df3cd6fdf6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:44:46.397757 [ 276 ] {d7d5d661-b98d-4ba4-8446-04df3cd6fdf6} oximeter.fields_i16 (b350160a-bd3d-4860-8307-4ab0dae52507): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.397918 [ 276 ] {d7d5d661-b98d-4ba4-8446-04df3cd6fdf6} executeQuery: Read 24 rows, 2.04 KiB in 0.001802 sec., 13318.534961154273 rows/sec., 1.11 MiB/sec. 2026.02.01 23:44:46.397968 [ 276 ] {d7d5d661-b98d-4ba4-8446-04df3cd6fdf6} TCPHandler: Processed in 0.002133476 sec. 2026.02.01 23:44:46.398097 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:46.398203 [ 276 ] {1d86436d-b032-47da-9553-c78654489d31} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 23:44:46.398248 [ 276 ] {1d86436d-b032-47da-9553-c78654489d31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 23:44:46.398669 [ 276 ] {1d86436d-b032-47da-9553-c78654489d31} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.398708 [ 276 ] {1d86436d-b032-47da-9553-c78654489d31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.399025 [ 276 ] {1d86436d-b032-47da-9553-c78654489d31} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 23:44:46.399241 [ 276 ] {1d86436d-b032-47da-9553-c78654489d31} oximeter.fields_ipaddr (a86a92bf-d2d8-4f66-b622-695be4c61e4d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.399378 [ 276 ] {1d86436d-b032-47da-9553-c78654489d31} executeQuery: Read 6 rows, 501.00 B in 0.001199 sec., 5004.170141784821 rows/sec., 408.05 KiB/sec. 2026.02.01 23:44:46.399417 [ 276 ] {1d86436d-b032-47da-9553-c78654489d31} TCPHandler: Processed in 0.001373873 sec. 2026.02.01 23:44:46.399527 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:46.399630 [ 276 ] {586e7a1f-1240-493c-9ad1-badff068a075} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:44:46.399680 [ 276 ] {586e7a1f-1240-493c-9ad1-badff068a075} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:44:46.400228 [ 276 ] {586e7a1f-1240-493c-9ad1-badff068a075} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.400264 [ 276 ] {586e7a1f-1240-493c-9ad1-badff068a075} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.400602 [ 276 ] {586e7a1f-1240-493c-9ad1-badff068a075} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.01 23:44:46.400834 [ 276 ] {586e7a1f-1240-493c-9ad1-badff068a075} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.400964 [ 276 ] {586e7a1f-1240-493c-9ad1-badff068a075} executeQuery: Read 251 rows, 22.97 KiB in 0.001356 sec., 185103.2448377581 rows/sec., 16.55 MiB/sec. 2026.02.01 23:44:46.401002 [ 276 ] {586e7a1f-1240-493c-9ad1-badff068a075} TCPHandler: Processed in 0.001526776 sec. 2026.02.01 23:44:46.401120 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:46.401216 [ 276 ] {a3c970d0-d86e-4bfe-9092-8605d13bb2fb} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:44:46.401256 [ 276 ] {a3c970d0-d86e-4bfe-9092-8605d13bb2fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:44:46.401678 [ 276 ] {a3c970d0-d86e-4bfe-9092-8605d13bb2fb} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.401711 [ 276 ] {a3c970d0-d86e-4bfe-9092-8605d13bb2fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.402021 [ 276 ] {a3c970d0-d86e-4bfe-9092-8605d13bb2fb} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.01 23:44:46.402235 [ 276 ] {a3c970d0-d86e-4bfe-9092-8605d13bb2fb} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.402363 [ 276 ] {a3c970d0-d86e-4bfe-9092-8605d13bb2fb} executeQuery: Read 54 rows, 4.09 KiB in 0.001167 sec., 46272.49357326478 rows/sec., 3.42 MiB/sec. 2026.02.01 23:44:46.402400 [ 276 ] {a3c970d0-d86e-4bfe-9092-8605d13bb2fb} TCPHandler: Processed in 0.001330122 sec. 2026.02.01 23:44:46.402506 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:46.402605 [ 276 ] {69d8802d-1bd7-4f36-a2b2-fa1a0db8605e} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 23:44:46.402645 [ 276 ] {69d8802d-1bd7-4f36-a2b2-fa1a0db8605e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 23:44:46.403088 [ 276 ] {69d8802d-1bd7-4f36-a2b2-fa1a0db8605e} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.403124 [ 276 ] {69d8802d-1bd7-4f36-a2b2-fa1a0db8605e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.403439 [ 276 ] {69d8802d-1bd7-4f36-a2b2-fa1a0db8605e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 23:44:46.403652 [ 276 ] {69d8802d-1bd7-4f36-a2b2-fa1a0db8605e} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.403785 [ 276 ] {69d8802d-1bd7-4f36-a2b2-fa1a0db8605e} executeQuery: Read 24 rows, 2.04 KiB in 0.001199 sec., 20016.680567139283 rows/sec., 1.66 MiB/sec. 2026.02.01 23:44:46.403823 [ 276 ] {69d8802d-1bd7-4f36-a2b2-fa1a0db8605e} TCPHandler: Processed in 0.001366423 sec. 2026.02.01 23:44:46.403959 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:46.404064 [ 276 ] {fb58c0bf-af33-40a6-8ce4-788bf3a92855} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 23:44:46.404106 [ 276 ] {fb58c0bf-af33-40a6-8ce4-788bf3a92855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 23:44:46.404534 [ 276 ] {fb58c0bf-af33-40a6-8ce4-788bf3a92855} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.404570 [ 276 ] {fb58c0bf-af33-40a6-8ce4-788bf3a92855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.404902 [ 276 ] {fb58c0bf-af33-40a6-8ce4-788bf3a92855} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 23:44:46.405183 [ 276 ] {fb58c0bf-af33-40a6-8ce4-788bf3a92855} oximeter.fields_u8 (aa0a680c-483a-46bb-8db0-3d20a1f2cf49): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.405317 [ 276 ] {fb58c0bf-af33-40a6-8ce4-788bf3a92855} executeQuery: Read 12 rows, 960.00 B in 0.001272 sec., 9433.962264150943 rows/sec., 737.03 KiB/sec. 2026.02.01 23:44:46.405355 [ 276 ] {fb58c0bf-af33-40a6-8ce4-788bf3a92855} TCPHandler: Processed in 0.001457335 sec. 2026.02.01 23:44:46.405458 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:46.405570 [ 276 ] {dc8aab5c-936b-458e-b1bc-4135bf0f0c50} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:44:46.405618 [ 276 ] {dc8aab5c-936b-458e-b1bc-4135bf0f0c50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:44:46.406111 [ 276 ] {dc8aab5c-936b-458e-b1bc-4135bf0f0c50} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.406146 [ 276 ] {dc8aab5c-936b-458e-b1bc-4135bf0f0c50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.406457 [ 276 ] {dc8aab5c-936b-458e-b1bc-4135bf0f0c50} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.01 23:44:46.406668 [ 276 ] {dc8aab5c-936b-458e-b1bc-4135bf0f0c50} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.406797 [ 276 ] {dc8aab5c-936b-458e-b1bc-4135bf0f0c50} executeQuery: Read 142 rows, 11.75 KiB in 0.00125 sec., 113600 rows/sec., 9.18 MiB/sec. 2026.02.01 23:44:46.406833 [ 276 ] {dc8aab5c-936b-458e-b1bc-4135bf0f0c50} TCPHandler: Processed in 0.001424074 sec. 2026.02.01 23:44:46.406939 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:46.407038 [ 276 ] {048c0268-d088-4311-8490-0344a877ae8a} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:46.407083 [ 276 ] {048c0268-d088-4311-8490-0344a877ae8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:44:46.407497 [ 276 ] {048c0268-d088-4311-8490-0344a877ae8a} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.407531 [ 276 ] {048c0268-d088-4311-8490-0344a877ae8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.407868 [ 276 ] {048c0268-d088-4311-8490-0344a877ae8a} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.01 23:44:46.408090 [ 276 ] {048c0268-d088-4311-8490-0344a877ae8a} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.408219 [ 276 ] {048c0268-d088-4311-8490-0344a877ae8a} executeQuery: Read 199 rows, 14.61 KiB in 0.0012 sec., 165833.33333333334 rows/sec., 11.89 MiB/sec. 2026.02.01 23:44:46.408256 [ 276 ] {048c0268-d088-4311-8490-0344a877ae8a} TCPHandler: Processed in 0.001366913 sec. 2026.02.01 23:44:46.408368 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:46.408462 [ 276 ] {d15b8540-453e-4db8-b898-0f12ca671ff6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:46.408515 [ 276 ] {d15b8540-453e-4db8-b898-0f12ca671ff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:44:46.409417 [ 276 ] {d15b8540-453e-4db8-b898-0f12ca671ff6} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.409452 [ 276 ] {d15b8540-453e-4db8-b898-0f12ca671ff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.410007 [ 276 ] {d15b8540-453e-4db8-b898-0f12ca671ff6} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.01 23:44:46.410230 [ 276 ] {d15b8540-453e-4db8-b898-0f12ca671ff6} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.410376 [ 276 ] {d15b8540-453e-4db8-b898-0f12ca671ff6} executeQuery: Read 36 rows, 66.06 KiB in 0.001933 sec., 18623.900672529748 rows/sec., 33.37 MiB/sec. 2026.02.01 23:44:46.410407 [ 90 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.01 23:44:46.410445 [ 276 ] {d15b8540-453e-4db8-b898-0f12ca671ff6} TCPHandler: Processed in 0.002126935 sec. 2026.02.01 23:44:46.410475 [ 90 ] {} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.410503 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.410573 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:46.410602 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::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.02.01 23:44:46.410674 [ 276 ] {f4d14eac-914c-453e-bab9-3c4bb4fff2e7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:44:46.410716 [ 276 ] {f4d14eac-914c-453e-bab9-3c4bb4fff2e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:44:46.410814 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:46.410875 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1579 rows starting from the beginning of the part 2026.02.01 23:44:46.411026 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 36 rows starting from the beginning of the part 2026.02.01 23:44:46.411064 [ 276 ] {f4d14eac-914c-453e-bab9-3c4bb4fff2e7} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:46.411101 [ 276 ] {f4d14eac-914c-453e-bab9-3c4bb4fff2e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:46.411165 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 4 rows starting from the beginning of the part 2026.02.01 23:44:46.411312 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 36 rows starting from the beginning of the part 2026.02.01 23:44:46.411413 [ 276 ] {f4d14eac-914c-453e-bab9-3c4bb4fff2e7} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.01 23:44:46.411453 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 4 rows starting from the beginning of the part 2026.02.01 23:44:46.411575 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 36 rows starting from the beginning of the part 2026.02.01 23:44:46.411649 [ 276 ] {f4d14eac-914c-453e-bab9-3c4bb4fff2e7} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.411784 [ 276 ] {f4d14eac-914c-453e-bab9-3c4bb4fff2e7} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2026.02.01 23:44:46.411821 [ 276 ] {f4d14eac-914c-453e-bab9-3c4bb4fff2e7} TCPHandler: Processed in 0.001298302 sec. 2026.02.01 23:44:46.420678 [ 187 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1695 rows, containing 19 columns (19 merged, 0 gathered) in 0.01011832 sec., 167517.92787735513 rows/sec., 300.18 MiB/sec. 2026.02.01 23:44:46.422208 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.01 23:44:46.422618 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_81_16} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:46.422702 [ 193 ] {afc932c3-9557-4430-8491-adfb0dbcbbab::all_1_81_16} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.01 23:44:46.422841 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.55 MiB. 2026.02.01 23:44:47.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 336.60 MiB, peak 350.08 MiB, free memory in arenas 0.00 B, will set to 341.13 MiB (RSS), difference: 4.53 MiB 2026.02.01 23:44:47.753546 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.02.01 23:44:47.771326 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:47.771385 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:47.777908 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 23:44:47.778674 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:47.778971 [ 88 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 23:44:47.779007 [ 88 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:47.779024 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:47.779146 [ 198 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:44:47.782572 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.02.01 23:44:47.783183 [ 198 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:47.784648 [ 198 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:44:47.789215 [ 198 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:44:47.793675 [ 198 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:44:47.798396 [ 198 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:44:47.803179 [ 198 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:44:47.807122 [ 198 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::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.02.01 23:44:47.863861 [ 200 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.084768507 sec., 5426.543610116903 rows/sec., 28.06 MiB/sec. 2026.02.01 23:44:47.866142 [ 186 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 23:44:47.868162 [ 186 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_61_12} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:47.868267 [ 186 ] {1e4b3a43-8930-435d-9f22-d42992b80f76::all_1_61_12} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 23:44:47.869876 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.01 23:44:48.767902 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1420 2026.02.01 23:44:48.770761 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:48.770831 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:48.772334 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 23:44:48.772641 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:48.772986 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1420 2026.02.01 23:44:51.390990 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:51.391180 [ 276 ] {2907a5ac-26fa-40d7-9a5c-c7b549cf4479} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:44:51.391249 [ 276 ] {2907a5ac-26fa-40d7-9a5c-c7b549cf4479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:44:51.391936 [ 276 ] {2907a5ac-26fa-40d7-9a5c-c7b549cf4479} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:51.391989 [ 276 ] {2907a5ac-26fa-40d7-9a5c-c7b549cf4479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:51.392380 [ 276 ] {2907a5ac-26fa-40d7-9a5c-c7b549cf4479} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.01 23:44:51.392613 [ 276 ] {2907a5ac-26fa-40d7-9a5c-c7b549cf4479} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:51.392781 [ 276 ] {2907a5ac-26fa-40d7-9a5c-c7b549cf4479} executeQuery: Read 64 rows, 5.19 KiB in 0.001649 sec., 38811.400848999394 rows/sec., 3.07 MiB/sec. 2026.02.01 23:44:51.392833 [ 276 ] {2907a5ac-26fa-40d7-9a5c-c7b549cf4479} TCPHandler: Processed in 0.001977323 sec. 2026.02.01 23:44:51.392956 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:51.393061 [ 276 ] {7b548dfc-d53a-4797-ac6d-67150bbcbfd3} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:44:51.393105 [ 276 ] {7b548dfc-d53a-4797-ac6d-67150bbcbfd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:44:51.393522 [ 276 ] {7b548dfc-d53a-4797-ac6d-67150bbcbfd3} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:51.393561 [ 276 ] {7b548dfc-d53a-4797-ac6d-67150bbcbfd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:51.393872 [ 276 ] {7b548dfc-d53a-4797-ac6d-67150bbcbfd3} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.01 23:44:51.394080 [ 276 ] {7b548dfc-d53a-4797-ac6d-67150bbcbfd3} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:51.394215 [ 276 ] {7b548dfc-d53a-4797-ac6d-67150bbcbfd3} executeQuery: Read 4 rows, 308.00 B in 0.001177 sec., 3398.470688190314 rows/sec., 255.55 KiB/sec. 2026.02.01 23:44:51.394253 [ 276 ] {7b548dfc-d53a-4797-ac6d-67150bbcbfd3} TCPHandler: Processed in 0.001349363 sec. 2026.02.01 23:44:51.394365 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:51.394472 [ 276 ] {2de75c2c-1a5c-456c-94f5-a660d74c21b6} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:44:51.394517 [ 276 ] {2de75c2c-1a5c-456c-94f5-a660d74c21b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:44:51.394962 [ 276 ] {2de75c2c-1a5c-456c-94f5-a660d74c21b6} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:51.395002 [ 276 ] {2de75c2c-1a5c-456c-94f5-a660d74c21b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:51.395344 [ 276 ] {2de75c2c-1a5c-456c-94f5-a660d74c21b6} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.01 23:44:51.395576 [ 276 ] {2de75c2c-1a5c-456c-94f5-a660d74c21b6} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:51.395711 [ 276 ] {2de75c2c-1a5c-456c-94f5-a660d74c21b6} executeQuery: Read 68 rows, 5.44 KiB in 0.001259 sec., 54011.11993645751 rows/sec., 4.22 MiB/sec. 2026.02.01 23:44:51.395751 [ 276 ] {2de75c2c-1a5c-456c-94f5-a660d74c21b6} TCPHandler: Processed in 0.001437624 sec. 2026.02.01 23:44:51.395862 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:51.395960 [ 276 ] {ad946148-3f36-4306-a3c4-3f8faac085a4} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:51.396006 [ 276 ] {ad946148-3f36-4306-a3c4-3f8faac085a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:44:51.396425 [ 276 ] {ad946148-3f36-4306-a3c4-3f8faac085a4} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:51.396463 [ 276 ] {ad946148-3f36-4306-a3c4-3f8faac085a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:51.396824 [ 276 ] {ad946148-3f36-4306-a3c4-3f8faac085a4} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.01 23:44:51.397055 [ 276 ] {ad946148-3f36-4306-a3c4-3f8faac085a4} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:51.397191 [ 276 ] {ad946148-3f36-4306-a3c4-3f8faac085a4} executeQuery: Read 160 rows, 11.41 KiB in 0.00125 sec., 128000 rows/sec., 8.91 MiB/sec. 2026.02.01 23:44:51.397229 [ 276 ] {ad946148-3f36-4306-a3c4-3f8faac085a4} TCPHandler: Processed in 0.001416283 sec. 2026.02.01 23:44:51.397351 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:51.397473 [ 276 ] {70092e0c-ade0-4b82-bc81-5199db579958} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:51.397540 [ 276 ] {70092e0c-ade0-4b82-bc81-5199db579958} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:44:51.398385 [ 276 ] {70092e0c-ade0-4b82-bc81-5199db579958} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:51.398422 [ 276 ] {70092e0c-ade0-4b82-bc81-5199db579958} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:51.398925 [ 276 ] {70092e0c-ade0-4b82-bc81-5199db579958} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.01 23:44:51.399150 [ 276 ] {70092e0c-ade0-4b82-bc81-5199db579958} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:51.399292 [ 276 ] {70092e0c-ade0-4b82-bc81-5199db579958} executeQuery: Read 4 rows, 7.34 KiB in 0.001843 sec., 2170.374389582203 rows/sec., 3.89 MiB/sec. 2026.02.01 23:44:51.399357 [ 276 ] {70092e0c-ade0-4b82-bc81-5199db579958} TCPHandler: Processed in 0.002065455 sec. 2026.02.01 23:44:51.399469 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:51.399563 [ 276 ] {e667391b-1415-4b6d-8b70-356d7bcd1835} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:44:51.399604 [ 276 ] {e667391b-1415-4b6d-8b70-356d7bcd1835} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:44:51.399941 [ 276 ] {e667391b-1415-4b6d-8b70-356d7bcd1835} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:51.399978 [ 276 ] {e667391b-1415-4b6d-8b70-356d7bcd1835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:51.400281 [ 276 ] {e667391b-1415-4b6d-8b70-356d7bcd1835} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.01 23:44:51.400486 [ 276 ] {e667391b-1415-4b6d-8b70-356d7bcd1835} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:51.400616 [ 276 ] {e667391b-1415-4b6d-8b70-356d7bcd1835} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.02.01 23:44:51.400653 [ 276 ] {e667391b-1415-4b6d-8b70-356d7bcd1835} TCPHandler: Processed in 0.001234281 sec. 2026.02.01 23:44:53.522055 [ 84 ] {} DNSResolver: Updating DNS cache 2026.02.01 23:44:53.522104 [ 84 ] {} DNSResolver: Updated DNS cache 2026.02.01 23:44:53.690825 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29758 2026.02.01 23:44:53.691521 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:53.691567 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:53.692070 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 23:44:53.692332 [ 245 ] {} system.asynchronous_metric_log (2abd2bbc-c3c7-4cc8-92bc-67ea70e42920): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:53.692509 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29758 2026.02.01 23:44:55.282723 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.02.01 23:44:55.297345 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:55.297402 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:55.303727 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 23:44:55.304450 [ 244 ] {} system.metric_log (1e4b3a43-8930-435d-9f22-d42992b80f76): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:55.307218 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.02.01 23:44:56.392397 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:56.392645 [ 276 ] {e353c9aa-59be-4111-8e32-47507f96e7f7} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 23:44:56.392712 [ 276 ] {e353c9aa-59be-4111-8e32-47507f96e7f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 23:44:56.393409 [ 276 ] {e353c9aa-59be-4111-8e32-47507f96e7f7} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:56.393455 [ 276 ] {e353c9aa-59be-4111-8e32-47507f96e7f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:56.393921 [ 276 ] {e353c9aa-59be-4111-8e32-47507f96e7f7} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.01 23:44:56.394149 [ 276 ] {e353c9aa-59be-4111-8e32-47507f96e7f7} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:56.394304 [ 276 ] {e353c9aa-59be-4111-8e32-47507f96e7f7} executeQuery: Read 128 rows, 11.29 KiB in 0.001709 sec., 74897.60093622001 rows/sec., 6.45 MiB/sec. 2026.02.01 23:44:56.394311 [ 80 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.01 23:44:56.394346 [ 276 ] {e353c9aa-59be-4111-8e32-47507f96e7f7} TCPHandler: Processed in 0.002137546 sec. 2026.02.01 23:44:56.394386 [ 80 ] {} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:56.394416 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:56.394516 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:56.394609 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::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.02.01 23:44:56.394617 [ 276 ] {e0d4aa69-9ab5-4364-990a-ad3a16c0665f} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 23:44:56.394723 [ 276 ] {e0d4aa69-9ab5-4364-990a-ad3a16c0665f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 23:44:56.394829 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:56.394891 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1406 rows starting from the beginning of the part 2026.02.01 23:44:56.394995 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 128 rows starting from the beginning of the part 2026.02.01 23:44:56.395070 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part 2026.02.01 23:44:56.395141 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 251 rows starting from the beginning of the part 2026.02.01 23:44:56.395211 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part 2026.02.01 23:44:56.395275 [ 276 ] {e0d4aa69-9ab5-4364-990a-ad3a16c0665f} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:56.395278 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 128 rows starting from the beginning of the part 2026.02.01 23:44:56.395322 [ 276 ] {e0d4aa69-9ab5-4364-990a-ad3a16c0665f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:56.395764 [ 276 ] {e0d4aa69-9ab5-4364-990a-ad3a16c0665f} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.01 23:44:56.395992 [ 276 ] {e0d4aa69-9ab5-4364-990a-ad3a16c0665f} oximeter.fields_u16 (fdfe6464-a32c-458b-b2a1-374286273daf): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:56.396149 [ 276 ] {e0d4aa69-9ab5-4364-990a-ad3a16c0665f} executeQuery: Read 36 rows, 2.71 KiB in 0.00155 sec., 23225.806451612905 rows/sec., 1.71 MiB/sec. 2026.02.01 23:44:56.396186 [ 276 ] {e0d4aa69-9ab5-4364-990a-ad3a16c0665f} TCPHandler: Processed in 0.001732769 sec. 2026.02.01 23:44:56.396300 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:56.396395 [ 276 ] {65016d65-339b-4715-b095-d85bc2927342} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 23:44:56.396436 [ 276 ] {65016d65-339b-4715-b095-d85bc2927342} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 23:44:56.396581 [ 188 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 2041 rows, containing 5 columns (5 merged, 0 gathered) in 0.002060974 sec., 990308.465803062 rows/sec., 87.55 MiB/sec. 2026.02.01 23:44:56.396801 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.01 23:44:56.396889 [ 276 ] {65016d65-339b-4715-b095-d85bc2927342} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:56.396931 [ 276 ] {65016d65-339b-4715-b095-d85bc2927342} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:56.397084 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_91_18} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:56.397183 [ 201 ] {f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb::all_1_91_18} oximeter.fields_string (f2f5d1d6-ce8a-4765-b864-2ad20ef3c7bb) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.01 23:44:56.397260 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.02.01 23:44:56.397293 [ 276 ] {65016d65-339b-4715-b095-d85bc2927342} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.01 23:44:56.397507 [ 276 ] {65016d65-339b-4715-b095-d85bc2927342} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:56.397626 [ 80 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.01 23:44:56.397639 [ 276 ] {65016d65-339b-4715-b095-d85bc2927342} executeQuery: Read 100 rows, 8.00 KiB in 0.001263 sec., 79176.56373713381 rows/sec., 6.18 MiB/sec. 2026.02.01 23:44:56.397663 [ 80 ] {} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:56.397687 [ 276 ] {65016d65-339b-4715-b095-d85bc2927342} TCPHandler: Processed in 0.001436124 sec. 2026.02.01 23:44:56.397691 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:56.397793 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::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.02.01 23:44:56.397810 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:56.397900 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:56.397916 [ 276 ] {c45b413f-fa3e-498b-919a-4484f1e1a482} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:56.397931 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 632 rows starting from the beginning of the part 2026.02.01 23:44:56.397966 [ 276 ] {c45b413f-fa3e-498b-919a-4484f1e1a482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 23:44:56.397990 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 100 rows starting from the beginning of the part 2026.02.01 23:44:56.398037 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 68 rows starting from the beginning of the part 2026.02.01 23:44:56.398077 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 142 rows starting from the beginning of the part 2026.02.01 23:44:56.398118 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 68 rows starting from the beginning of the part 2026.02.01 23:44:56.398156 [ 197 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 100 rows starting from the beginning of the part 2026.02.01 23:44:56.398393 [ 276 ] {c45b413f-fa3e-498b-919a-4484f1e1a482} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:56.398433 [ 276 ] {c45b413f-fa3e-498b-919a-4484f1e1a482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:56.398786 [ 276 ] {c45b413f-fa3e-498b-919a-4484f1e1a482} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.01 23:44:56.398996 [ 276 ] {c45b413f-fa3e-498b-919a-4484f1e1a482} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:56.399002 [ 201 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1110 rows, containing 5 columns (5 merged, 0 gathered) in 0.001241411 sec., 894143.8411613881 rows/sec., 72.16 MiB/sec. 2026.02.01 23:44:56.399117 [ 80 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.01 23:44:56.399133 [ 276 ] {c45b413f-fa3e-498b-919a-4484f1e1a482} executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. 2026.02.01 23:44:56.399147 [ 80 ] {} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:56.399172 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:56.399177 [ 276 ] {c45b413f-fa3e-498b-919a-4484f1e1a482} TCPHandler: Processed in 0.001416544 sec. 2026.02.01 23:44:56.399228 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.01 23:44:56.399259 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::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.02.01 23:44:56.399296 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:56.399360 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:56.399392 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25120 rows starting from the beginning of the part 2026.02.01 23:44:56.399392 [ 276 ] {d7f56fc6-109b-4c53-98ce-13ebe9c301a0} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 23:44:56.399454 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2026.02.01 23:44:56.399457 [ 276 ] {d7f56fc6-109b-4c53-98ce-13ebe9c301a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.01 23:44:56.399501 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part 2026.02.01 23:44:56.399544 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 199 rows starting from the beginning of the part 2026.02.01 23:44:56.399546 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_91_18} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:56.399584 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2026.02.01 23:44:56.399628 [ 191 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part 2026.02.01 23:44:56.399653 [ 188 ] {c65dc6d3-654e-47a2-b64f-ef5929f27e92::all_1_91_18} oximeter.fields_uuid (c65dc6d3-654e-47a2-b64f-ef5929f27e92) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.01 23:44:56.399752 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.02.01 23:44:56.400340 [ 276 ] {d7f56fc6-109b-4c53-98ce-13ebe9c301a0} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:56.400380 [ 276 ] {d7f56fc6-109b-4c53-98ce-13ebe9c301a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:56.400937 [ 276 ] {d7f56fc6-109b-4c53-98ce-13ebe9c301a0} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.01 23:44:56.401158 [ 276 ] {d7f56fc6-109b-4c53-98ce-13ebe9c301a0} oximeter.measurements_histogramu64 (afc932c3-9557-4430-8491-adfb0dbcbbab): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:56.401296 [ 276 ] {d7f56fc6-109b-4c53-98ce-13ebe9c301a0} executeQuery: Read 36 rows, 66.06 KiB in 0.001922 sec., 18730.489073881374 rows/sec., 33.56 MiB/sec. 2026.02.01 23:44:56.401351 [ 276 ] {d7f56fc6-109b-4c53-98ce-13ebe9c301a0} TCPHandler: Processed in 0.002103655 sec. 2026.02.01 23:44:56.401468 [ 276 ] {} TCP-Session: a1bc0bc6-ef45-419b-b162-84829a2af149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 23:44:56.401562 [ 276 ] {bf070a32-4725-4793-9a95-2ea5a3241e48} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 23:44:56.401604 [ 276 ] {bf070a32-4725-4793-9a95-2ea5a3241e48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 23:44:56.401945 [ 276 ] {bf070a32-4725-4793-9a95-2ea5a3241e48} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:56.401980 [ 276 ] {bf070a32-4725-4793-9a95-2ea5a3241e48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:56.402315 [ 276 ] {bf070a32-4725-4793-9a95-2ea5a3241e48} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.01 23:44:56.402521 [ 276 ] {bf070a32-4725-4793-9a95-2ea5a3241e48} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:56.402635 [ 80 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.01 23:44:56.402652 [ 276 ] {bf070a32-4725-4793-9a95-2ea5a3241e48} executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. 2026.02.01 23:44:56.402663 [ 80 ] {} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:56.402691 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:56.402695 [ 276 ] {bf070a32-4725-4793-9a95-2ea5a3241e48} TCPHandler: Processed in 0.001276782 sec. 2026.02.01 23:44:56.402777 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:44:56.402896 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:56.402921 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5100 rows starting from the beginning of the part 2026.02.01 23:44:56.402965 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2026.02.01 23:44:56.402999 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2026.02.01 23:44:56.403030 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2026.02.01 23:44:56.403062 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2026.02.01 23:44:56.403094 [ 201 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::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.02.01 23:44:56.404957 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5400 rows, containing 4 columns (4 merged, 0 gathered) in 0.002210717 sec., 2442646.435522955 rows/sec., 164.62 MiB/sec. 2026.02.01 23:44:56.405403 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.01 23:44:56.405455 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 25959 rows, containing 5 columns (5 merged, 0 gathered) in 0.006236485 sec., 4162440.862120249 rows/sec., 286.12 MiB/sec. 2026.02.01 23:44:56.405703 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_91_18} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:56.405779 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.01 23:44:56.405789 [ 192 ] {aa383fb8-d30a-4fb1-8a02-58f13d1fa25f::all_1_91_18} oximeter.measurements_u64 (aa383fb8-d30a-4fb1-8a02-58f13d1fa25f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.01 23:44:56.405871 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.02.01 23:44:56.406058 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_91_18} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:56.406139 [ 196 ] {e6427093-f51b-4270-8459-4b71eed48d9e::all_1_91_18} oximeter.measurements_cumulativeu64 (e6427093-f51b-4270-8459-4b71eed48d9e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.01 23:44:56.406219 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.02.01 23:44:58.773292 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1444 2026.02.01 23:44:58.775598 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:58.775659 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:58.776951 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 23:44:58.777244 [ 243 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:58.777453 [ 81 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 23:44:58.777551 [ 81 ] {} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:58.777590 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:58.777628 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1444 2026.02.01 23:44:58.777739 [ 188 ] {0f50341a-8421-48ae-95bd-5539627c3293::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.02.01 23:44:58.778362 [ 188 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:58.778527 [ 188 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1300 rows starting from the beginning of the part 2026.02.01 23:44:58.778909 [ 188 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part 2026.02.01 23:44:58.779283 [ 188 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part 2026.02.01 23:44:58.779676 [ 188 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 28 rows starting from the beginning of the part 2026.02.01 23:44:58.780023 [ 188 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part 2026.02.01 23:44:58.780350 [ 188 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2026.02.01 23:44:58.787015 [ 199 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1444 rows, containing 72 columns (72 merged, 0 gathered) in 0.009340006 sec., 154603.75507253423 rows/sec., 119.68 MiB/sec. 2026.02.01 23:44:58.788717 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 23:44:58.789360 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_46_9} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:58.789450 [ 194 ] {0f50341a-8421-48ae-95bd-5539627c3293::all_1_46_9} system.query_log (0f50341a-8421-48ae-95bd-5539627c3293) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 23:44:58.789712 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2026.02.01 23:44:58.847397 [ 81 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2026.02.01 23:44:58.847458 [ 81 ] {} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 23:44:58.847485 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.02.01 23:44:58.847649 [ 199 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2026.02.01 23:44:58.847832 [ 199 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 23:44:58.847885 [ 199 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 253 rows starting from the beginning of the part 2026.02.01 23:44:58.847985 [ 199 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part 2026.02.01 23:44:58.848065 [ 199 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2026.02.01 23:44:58.848134 [ 199 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part 2026.02.01 23:44:58.848201 [ 199 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2026.02.01 23:44:58.849345 [ 194 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.00177107 sec., 427425.22881647816 rows/sec., 31.19 MiB/sec. 2026.02.01 23:44:58.849501 [ 190 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2026.02.01 23:44:58.849763 [ 190 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_29_7} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 23:44:58.849837 [ 190 ] {594c656b-35b5-4591-b454-d084d4b1c0f6::all_1_29_7} oximeter.fields_u32 (594c656b-35b5-4591-b454-d084d4b1c0f6) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2026.02.01 23:44:58.849939 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.